Home
last modified time | relevance | path

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

/linux/include/scsi/fc/
H A Dfc_fcoe.h51 struct fcoe_crc_eof { struct
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c391 struct fcoe_crc_eof *crc; in ixgbe_fcoe_ddp()
563 *hdr_len = sizeof(struct fcoe_crc_eof); in ixgbe_fso()
H A Dixgbe_main.c2611 sizeof(struct fcoe_crc_eof); in ixgbe_clean_rx_irq()
8947 if (data_len < sizeof(struct fcoe_crc_eof)) { in ixgbe_tx_map()
8948 size -= sizeof(struct fcoe_crc_eof) - data_len; in ixgbe_tx_map()
8951 data_len -= sizeof(struct fcoe_crc_eof); in ixgbe_tx_map()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c267 struct fcoe_crc_eof *cp; in bnx2fc_xmit()
336 tlen = sizeof(struct fcoe_crc_eof); in bnx2fc_xmit()
510 struct fcoe_crc_eof crc_eof; in bnx2fc_recv_frame()
537 fr_len = skb->len - sizeof(struct fcoe_crc_eof); in bnx2fc_recv_frame()
/linux/drivers/scsi/fcoe/
H A Dfcoe_transport.c491 fps->crc_eof_offset += sizeof(struct fcoe_crc_eof); in fcoe_get_paged_crc_eof()
H A Dfcoe_ctlr.c368 sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof); in fcoe_ctlr_fcoe_size()