Lines Matching refs:cf
295 struct canfd_frame *cf; in bcm_can_tx() local
304 cf = op->frames + op->cfsiz * op->currframe; in bcm_can_tx()
321 skb_put_data(skb, cf, op->cfsiz); in bcm_can_tx()
565 struct canfd_frame *cf = op->frames + op->cfsiz * index; in bcm_rx_cmp_to_index() local
582 if ((get_u64(cf, i) & get_u64(rxdata, i)) != in bcm_rx_cmp_to_index()
583 (get_u64(cf, i) & get_u64(lcf, i))) { in bcm_rx_cmp_to_index()
927 struct canfd_frame *cf; in bcm_tx_setup() local
959 cf = op->frames + op->cfsiz * i; in bcm_tx_setup()
960 err = memcpy_from_msg((u8 *)cf, msg, op->cfsiz); 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()
1032 err = memcpy_from_msg((u8 *)cf, msg, op->cfsiz); in bcm_tx_setup()
1037 if (cf->len > 64) in bcm_tx_setup()
1040 if (cf->len > 8) in bcm_tx_setup()
1049 cf->can_id = msg_head->can_id; in bcm_tx_setup()