Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/scsi/fc/
Dfc_fcoe.h51 struct fcoe_crc_eof { struct
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
Dfcoe.c730 mfs -= (sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof)); in fcoe_netdev_config()
1476 struct fcoe_crc_eof *cp; in fcoe_xmit()
1509 tlen = sizeof(struct fcoe_crc_eof); in fcoe_xmit()
1662 struct fcoe_crc_eof crc_eof; in fcoe_recv_frame()
1702 fr_len = skb->len - sizeof(struct fcoe_crc_eof); in fcoe_recv_frame()
1880 sizeof(struct fcoe_crc_eof)); in fcoe_device_notification()
Dfcoe_transport.c490 fps->crc_eof_offset += sizeof(struct fcoe_crc_eof); in fcoe_get_paged_crc_eof()
Dfcoe_ctlr.c368 sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof); in fcoe_ctlr_fcoe_size()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c391 struct fcoe_crc_eof *crc; in ixgbe_fcoe_ddp()
563 *hdr_len = sizeof(struct fcoe_crc_eof); in ixgbe_fso()
Dixgbe_main.c2408 sizeof(struct fcoe_crc_eof); in ixgbe_clean_rx_irq()
8252 if (data_len < sizeof(struct fcoe_crc_eof)) { in ixgbe_tx_map()
8253 size -= sizeof(struct fcoe_crc_eof) - data_len; in ixgbe_tx_map()
8256 data_len -= sizeof(struct fcoe_crc_eof); in ixgbe_tx_map()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c265 struct fcoe_crc_eof *cp; in bnx2fc_xmit()
335 tlen = sizeof(struct fcoe_crc_eof); in bnx2fc_xmit()
514 struct fcoe_crc_eof crc_eof; in bnx2fc_recv_frame()
541 fr_len = skb->len - sizeof(struct fcoe_crc_eof); in bnx2fc_recv_frame()
/kernel/linux/linux-5.10/drivers/scsi/fnic/
Dfnic_fcs.c667 struct fcoe_crc_eof *ft; in fnic_import_rq_eth_pkt()
708 ft = (struct fcoe_crc_eof *)(skb->data + skb->len - sizeof(*ft)); in fnic_import_rq_eth_pkt()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
Dqedf_main.c1061 struct fcoe_crc_eof *cp; in qedf_xmit()
1156 tlen = sizeof(struct fcoe_crc_eof); in qedf_xmit()
2439 struct fcoe_crc_eof crc_eof; in qedf_recv_frame()
2464 fr_len = skb->len - sizeof(struct fcoe_crc_eof); in qedf_recv_frame()