Home
last modified time | relevance | path

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

/linux-4.4.14/include/scsi/fc/
Dfc_fcoe.h63 struct fcoe_crc_eof { struct
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c414 struct fcoe_crc_eof *crc; in ixgbe_fcoe_ddp()
494 crc = (struct fcoe_crc_eof *)skb_put(skb, sizeof(*crc)); in ixgbe_fcoe_ddp()
585 *hdr_len = sizeof(struct fcoe_crc_eof); in ixgbe_fso()
Dixgbe_main.c2111 sizeof(struct fcoe_crc_eof); in ixgbe_clean_rx_irq()
7206 if (data_len < sizeof(struct fcoe_crc_eof)) { in ixgbe_tx_map()
7207 size -= sizeof(struct fcoe_crc_eof) - data_len; in ixgbe_tx_map()
7210 data_len -= sizeof(struct fcoe_crc_eof); in ixgbe_tx_map()
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c695 mfs -= (sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof)); in fcoe_netdev_config()
1590 struct fcoe_crc_eof *cp; in fcoe_xmit()
1623 tlen = sizeof(struct fcoe_crc_eof); in fcoe_xmit()
1648 cp = (struct fcoe_crc_eof *)skb_put(skb, tlen); in fcoe_xmit()
1787 struct fcoe_crc_eof crc_eof; in fcoe_recv_frame()
1830 fr_len = skb->len - sizeof(struct fcoe_crc_eof); in fcoe_recv_frame()
2021 sizeof(struct fcoe_crc_eof)); in fcoe_device_notification()
Dfcoe_transport.c476 fps->crc_eof_offset += sizeof(struct fcoe_crc_eof); in fcoe_get_paged_crc_eof()
Dfcoe_ctlr.c376 sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof); in fcoe_ctlr_fcoe_size()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_fcoe.c773 struct fcoe_crc_eof *crc = NULL; in i40e_fcoe_handle_offload()
775 crc = (struct fcoe_crc_eof *)skb_put(skb, sizeof(*crc)); in i40e_fcoe_handle_offload()
1227 sizeof(struct fcoe_crc_eof); in i40e_fcoe_tso()
1303 pskb_trim(skb, skb->len - sizeof(struct fcoe_crc_eof)); in i40e_fcoe_tx_map()
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c246 struct fcoe_crc_eof *cp; in bnx2fc_xmit()
316 tlen = sizeof(struct fcoe_crc_eof); in bnx2fc_xmit()
332 cp = (struct fcoe_crc_eof *)skb_put(skb, tlen); in bnx2fc_xmit()
500 struct fcoe_crc_eof crc_eof; in bnx2fc_recv_frame()
525 fr_len = skb->len - sizeof(struct fcoe_crc_eof); in bnx2fc_recv_frame()
/linux-4.4.14/drivers/scsi/fnic/
Dfnic_fcs.c632 struct fcoe_crc_eof *ft; in fnic_import_rq_eth_pkt()
673 ft = (struct fcoe_crc_eof *)(skb->data + skb->len - sizeof(*ft)); in fnic_import_rq_eth_pkt()