Home
last modified time | relevance | path

Searched refs:cf (Results 1 – 8 of 8) sorted by relevance

/net/can/
A Dgw.c241 mod_store_ccdlc(cf); in mod_and_ccdlc()
247 mod_or_len(cf, mod); in mod_or_ccdlc()
248 mod_store_ccdlc(cf); in mod_or_ccdlc()
672 memcpy(&mb.cf, &mod->modframe.and, sizeof(mb.cf)); in cgw_put_job()
679 memcpy(&mb.cf, &mod->modframe.or, sizeof(mb.cf)); in cgw_put_job()
686 memcpy(&mb.cf, &mod->modframe.xor, sizeof(mb.cf)); in cgw_put_job()
693 memcpy(&mb.cf, &mod->modframe.set, sizeof(mb.cf)); in cgw_put_job()
702 memcpy(&mb.cf, &mod->modframe.and, sizeof(mb.cf)); in cgw_put_job()
709 memcpy(&mb.cf, &mod->modframe.or, sizeof(mb.cf)); in cgw_put_job()
716 memcpy(&mb.cf, &mod->modframe.xor, sizeof(mb.cf)); in cgw_put_job()
[all …]
A Disotp.c349 cf->len != padlen(cf->len)) in check_pad()
649 struct canfd_frame *cf; in isotp_rcv() local
739 cf->can_id = so->txid; in isotp_fill_dataframe()
740 cf->len = num + pcilen; in isotp_fill_dataframe()
745 cf->len = padlen(cf->len); in isotp_fill_dataframe()
746 memset(cf->data, so->opt.txpad_content, cf->len); in isotp_fill_dataframe()
749 cf->len = padlen(cf->len); in isotp_fill_dataframe()
751 cf->len); in isotp_fill_dataframe()
767 struct canfd_frame *cf; in isotp_send_cframe() local
825 cf->can_id = so->txid; in isotp_create_fframe()
[all …]
A Dbcm.c295 struct canfd_frame *cf; in bcm_can_tx() local
321 skb_put_data(skb, cf, op->cfsiz); in bcm_can_tx()
927 struct canfd_frame *cf; in bcm_tx_setup() local
959 cf = op->frames + op->cfsiz * i; in bcm_tx_setup()
963 if (cf->len > 64) in bcm_tx_setup()
966 if (cf->len > 8) in bcm_tx_setup()
975 cf->can_id = msg_head->can_id; in bcm_tx_setup()
1031 cf = op->frames + op->cfsiz * i; in bcm_tx_setup()
1037 if (cf->len > 64) in bcm_tx_setup()
1040 if (cf->len > 8) in bcm_tx_setup()
[all …]
A Daf_can.c583 struct can_frame *cf = (struct can_frame *)skb->data; in can_rcv_filter() local
584 canid_t can_id = cf->can_id; in can_rcv_filter()
/net/can/j1939/
A Dmain.c39 struct can_frame *cf; in j1939_can_recv() local
61 cf = (void *)skb->data; in j1939_can_recv()
65 skb_trim(skb, min_t(uint8_t, cf->len, 8)); in j1939_can_recv()
73 skcb->priority = (cf->can_id >> 26) & 0x7; in j1939_can_recv()
74 skcb->addr.sa = cf->can_id; in j1939_can_recv()
75 skcb->addr.pgn = (cf->can_id >> 8) & J1939_PGN_MAX; in j1939_can_recv()
318 struct can_frame *cf; in j1939_send_one() local
335 cf = skb_push(skb, J1939_CAN_HDR); in j1939_send_one()
338 memset(cf, 0, J1939_CAN_HDR); in j1939_send_one()
350 cf->can_id = canid; in j1939_send_one()
[all …]
/net/wireless/
A Dchan.c59 u32 cf) in cfg80211_get_start_freq()
63 center_freq = MHZ_TO_KHZ((cf == 1) ? in cfg80211_get_start_freq()
76 u32 cf) in cfg80211_get_end_freq()
80 center_freq = MHZ_TO_KHZ((cf == 1) ? in cfg80211_get_end_freq()
94 cf = 1, freq = cfg80211_get_start_freq(chandef, cf); \
99 (cf++, freq = cfg80211_get_start_freq(chandef, cf), \
639 for_each_subchan(chandef, freq, cf) { in cfg80211_set_dfs_state()
728 for_each_subchan(chandef, freq, cf) { in cfg80211_get_chans_dfs_required()
1050 if (cf == 1) in cfg80211_chandef_dfs_cac_time()
1060 if (cf == 1 && c->dfs_cac_ms > t1) in cfg80211_chandef_dfs_cac_time()
[all …]
/net/sched/
A Dem_canid.c48 struct can_frame *cf = (struct can_frame *)skb->data; in em_canid_get_id() local
50 return cf->can_id; in em_canid_get_id()
/net/mac80211/
A Dmlme.c1796 int cf = sband->channels[i].center_freq; in ieee80211_add_link_elems() local
1798 *pos++ = ieee80211_frequency_to_channel(cf); in ieee80211_add_link_elems()

Completed in 35 milliseconds