Home
last modified time | relevance | path

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

/linux/net/can/
H A Dbcm.c116 int cfsiz; member
306 cf = op->frames + op->cfsiz * op->currframe; in bcm_can_tx()
315 skb = alloc_skb(op->cfsiz, gfp_any()); in bcm_can_tx()
327 skb_put_data(skb, cf, op->cfsiz); in bcm_can_tx()
365 unsigned int datalen = head->nframes * op->cfsiz; in bcm_send_to_user()
523 memcpy(lastdata, rxdata, op->cfsiz); in bcm_rx_update_and_send()
570 struct canfd_frame *cf = op->frames + op->cfsiz * index; in bcm_rx_cmp_to_index()
571 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_cmp_to_index()
624 memset(op->last_frames, 0, op->nframes * op->cfsiz); in bcm_rx_timeout_handler()
647 struct canfd_frame *lcf = op->last_frames + op->cfsiz * inde in bcm_rx_do_flush()
1325 bcm_tx_send(struct msghdr * msg,int ifindex,struct sock * sk,int cfsiz) bcm_tx_send() argument
1379 int cfsiz; bcm_sendmsg() local
[all...]