Searched refs:frm_len (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/caif/ |
| H A D | caif_virtio.c | 218 u8 *frm, u32 frm_len) in cfv_alloc_and_copy_skb() argument 225 if (frm_len > cfv->mru || frm_len <= cfv->rx_hr + cfv->rx_tr) { in cfv_alloc_and_copy_skb() 228 frm_len, cfv->mru, cfv->rx_hr, in cfv_alloc_and_copy_skb() 234 cfpkt_len = frm_len - (cfv->rx_hr + cfv->rx_tr); in cfv_alloc_and_copy_skb() 237 skb = netdev_alloc_skb(cfv->ndev, frm_len + pad_len); in cfv_alloc_and_copy_skb()
|
| /linux/net/bpf/ |
| H A D | test_run.c | 126 size_t frm_len, meta_len; in xdp_test_run_init_page() local 131 frm_len = orig_ctx->data_end - orig_ctx->data_meta; in xdp_test_run_init_page() 138 memcpy(data + headroom, orig_ctx->data_meta, frm_len); in xdp_test_run_init_page() 141 xdp_prepare_buff(new_ctx, data, headroom, frm_len, true); in xdp_test_run_init_page()
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfi_ms.h | 394 u16 frm_len; /* received frame length */ member
|