Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/scsi/fc/
A Dfc_fcoe.h51 struct fcoe_crc_eof { struct
/linux-6.3-rc2/drivers/scsi/fcoe/
A Dfcoe.c729 mfs -= (sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof)); in fcoe_netdev_config()
1475 struct fcoe_crc_eof *cp; in fcoe_xmit()
1506 tlen = sizeof(struct fcoe_crc_eof); in fcoe_xmit()
1652 struct fcoe_crc_eof crc_eof; in fcoe_recv_frame()
1694 fr_len = skb->len - sizeof(struct fcoe_crc_eof); in fcoe_recv_frame()
1869 sizeof(struct fcoe_crc_eof)); in fcoe_device_notification()
A Dfcoe_transport.c491 fps->crc_eof_offset += sizeof(struct fcoe_crc_eof); in fcoe_get_paged_crc_eof()
A Dfcoe_ctlr.c368 sizeof(struct fcoe_hdr) + sizeof(struct fcoe_crc_eof); in fcoe_ctlr_fcoe_size()
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_fcoe.c391 struct fcoe_crc_eof *crc; in ixgbe_fcoe_ddp()
563 *hdr_len = sizeof(struct fcoe_crc_eof); in ixgbe_fso()
A Dixgbe_main.c2410 sizeof(struct fcoe_crc_eof); in ixgbe_clean_rx_irq()
8324 if (data_len < sizeof(struct fcoe_crc_eof)) { in ixgbe_tx_map()
8325 size -= sizeof(struct fcoe_crc_eof) - data_len; in ixgbe_tx_map()
8328 data_len -= sizeof(struct fcoe_crc_eof); in ixgbe_tx_map()
/linux-6.3-rc2/drivers/scsi/bnx2fc/
A Dbnx2fc_fcoe.c267 struct fcoe_crc_eof *cp; in bnx2fc_xmit()
336 tlen = sizeof(struct fcoe_crc_eof); in bnx2fc_xmit()
513 struct fcoe_crc_eof crc_eof; in bnx2fc_recv_frame()
540 fr_len = skb->len - sizeof(struct fcoe_crc_eof); in bnx2fc_recv_frame()
/linux-6.3-rc2/drivers/scsi/fnic/
A 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-6.3-rc2/drivers/scsi/qedf/
A Dqedf_main.c1062 struct fcoe_crc_eof *cp; in qedf_xmit()
1156 tlen = sizeof(struct fcoe_crc_eof); in qedf_xmit()
2465 struct fcoe_crc_eof crc_eof; in qedf_recv_frame()
2490 fr_len = skb->len - sizeof(struct fcoe_crc_eof); in qedf_recv_frame()

Completed in 44 milliseconds