Searched refs:cfsiz (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/can/ |
H A D | bcm.c | 112 int cfsiz; member 276 struct canfd_frame *cf = op->frames + op->cfsiz * op->currframe; in bcm_can_tx() 289 skb = alloc_skb(op->cfsiz + sizeof(struct can_skb_priv), gfp_any()); in bcm_can_tx() 297 skb_put_data(skb, cf, op->cfsiz); in bcm_can_tx() 326 unsigned int datalen = head->nframes * op->cfsiz; in bcm_send_to_user() 470 memcpy(lastdata, rxdata, op->cfsiz); in bcm_rx_update_and_send() 513 struct canfd_frame *cf = op->frames + op->cfsiz * index; in bcm_rx_cmp_to_index() 514 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_cmp_to_index() 567 memset(op->last_frames, 0, op->nframes * op->cfsiz); in bcm_rx_timeout_handler() 590 struct canfd_frame *lcf = op->last_frames + op->cfsiz * inde in bcm_rx_do_flush() 1244 bcm_tx_send(struct msghdr *msg, int ifindex, struct sock *sk, int cfsiz) bcm_tx_send() argument 1295 int cfsiz; bcm_sendmsg() local [all...] |
/kernel/linux/linux-6.6/net/can/ |
H A D | bcm.c | 112 int cfsiz; member 276 struct canfd_frame *cf = op->frames + op->cfsiz * op->currframe; in bcm_can_tx() 289 skb = alloc_skb(op->cfsiz + sizeof(struct can_skb_priv), gfp_any()); in bcm_can_tx() 297 skb_put_data(skb, cf, op->cfsiz); in bcm_can_tx() 326 unsigned int datalen = head->nframes * op->cfsiz; in bcm_send_to_user() 470 memcpy(lastdata, rxdata, op->cfsiz); in bcm_rx_update_and_send() 513 struct canfd_frame *cf = op->frames + op->cfsiz * index; in bcm_rx_cmp_to_index() 514 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_cmp_to_index() 567 memset(op->last_frames, 0, op->nframes * op->cfsiz); in bcm_rx_timeout_handler() 590 struct canfd_frame *lcf = op->last_frames + op->cfsiz * inde in bcm_rx_do_flush() 1249 bcm_tx_send(struct msghdr *msg, int ifindex, struct sock *sk, int cfsiz) bcm_tx_send() argument 1300 int cfsiz; bcm_sendmsg() local [all...] |
Completed in 3 milliseconds