Home
last modified time | relevance | path

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

/Linux-v4.19/include/scsi/fc/
Dfc_fcoe.h63 struct fcoe_crc_eof { struct
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe.c743 mfs -= (sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof)); in fcoe_netdev_config()
1483 struct fcoe_crc_eof *cp; in fcoe_xmit()
1516 tlen = sizeof(struct fcoe_crc_eof); in fcoe_xmit()
1671 struct fcoe_crc_eof crc_eof; in fcoe_recv_frame()
1713 fr_len = skb->len - sizeof(struct fcoe_crc_eof); in fcoe_recv_frame()
1892 sizeof(struct fcoe_crc_eof)); in fcoe_device_notification()
Dfcoe_transport.c501 fps->crc_eof_offset += sizeof(struct fcoe_crc_eof); in fcoe_get_paged_crc_eof()
Dfcoe_ctlr.c379 sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof); in fcoe_ctlr_fcoe_size()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c390 struct fcoe_crc_eof *crc; in ixgbe_fcoe_ddp()
562 *hdr_len = sizeof(struct fcoe_crc_eof); in ixgbe_fso()
Dixgbe_main.c2386 sizeof(struct fcoe_crc_eof); in ixgbe_clean_rx_irq()
8097 if (data_len < sizeof(struct fcoe_crc_eof)) { in ixgbe_tx_map()
8098 size -= sizeof(struct fcoe_crc_eof) - data_len; in ixgbe_tx_map()
8101 data_len -= sizeof(struct fcoe_crc_eof); in ixgbe_tx_map()
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c269 struct fcoe_crc_eof *cp; in bnx2fc_xmit()
339 tlen = sizeof(struct fcoe_crc_eof); in bnx2fc_xmit()
523 struct fcoe_crc_eof crc_eof; in bnx2fc_recv_frame()
550 fr_len = skb->len - sizeof(struct fcoe_crc_eof); in bnx2fc_recv_frame()
/Linux-v4.19/drivers/scsi/fnic/
Dfnic_fcs.c657 struct fcoe_crc_eof *ft; in fnic_import_rq_eth_pkt()
698 ft = (struct fcoe_crc_eof *)(skb->data + skb->len - sizeof(*ft)); in fnic_import_rq_eth_pkt()
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_main.c864 struct fcoe_crc_eof *cp; in qedf_xmit()
957 tlen = sizeof(struct fcoe_crc_eof); in qedf_xmit()
2169 struct fcoe_crc_eof crc_eof; in qedf_recv_frame()
2194 fr_len = skb->len - sizeof(struct fcoe_crc_eof); in qedf_recv_frame()