Home
last modified time | relevance | path

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

/Linux-v5.4/net/can/
Dbcm.c111 int cfsiz; member
271 struct canfd_frame *cf = op->frames + op->cfsiz * op->currframe; in bcm_can_tx()
283 skb = alloc_skb(op->cfsiz + sizeof(struct can_skb_priv), gfp_any()); in bcm_can_tx()
291 skb_put_data(skb, cf, op->cfsiz); in bcm_can_tx()
320 unsigned int datalen = head->nframes * op->cfsiz; in bcm_send_to_user()
462 memcpy(lastdata, rxdata, op->cfsiz); in bcm_rx_update_and_send()
505 struct canfd_frame *cf = op->frames + op->cfsiz * index; in bcm_rx_cmp_to_index()
506 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_cmp_to_index()
559 memset(op->last_frames, 0, op->nframes * op->cfsiz); in bcm_rx_timeout_handler()
581 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_do_flush()
[all …]