/linux-4.4.14/drivers/scsi/fnic/ |
H A D | cq_enet_desc.h | 97 u8 *vlan_stripped, u16 *vlan, u16 *checksum, u8 *fcoe_sof, cq_enet_rq_desc_dec() 136 *fcoe_sof = (u8)(le16_to_cpu(desc->checksum_fcoe) & cq_enet_rq_desc_dec() 147 *fcoe_sof = 0; cq_enet_rq_desc_dec() 93 cq_enet_rq_desc_dec(struct cq_enet_rq_desc *desc, u8 *type, u8 *color, u16 *q_number, u16 *completed_index, u8 *ingress_port, u8 *fcoe, u8 *eop, u8 *sop, u8 *rss_type, u8 *csum_not_calc, u32 *rss_hash, u16 *bytes_written, u8 *packet_error, u8 *vlan_stripped, u16 *vlan, u16 *checksum, u8 *fcoe_sof, u8 *fcoe_fc_crc_ok, u8 *fcoe_enc_error, u8 *fcoe_eof, u8 *tcp_udp_csum_ok, u8 *udp, u8 *tcp, u8 *ipv4_csum_ok, u8 *ipv6, u8 *ipv4, u8 *ipv4_fragment, u8 *fcs_ok) cq_enet_rq_desc_dec() argument
|
H A D | fnic_fcs.c | 669 fr_sof(fp) = fcoe_hdr->fcoe_sof; fnic_import_rq_eth_pkt() 801 u8 fcoe = 0, fcoe_sof, fcoe_eof; fnic_rq_cmpl_frame_recv() local 841 &fcoe_sof, &fcoe_fc_crc_ok, fnic_rq_cmpl_frame_recv() 1090 fcoe_hdr->fcoe_sof = fr_sof(fp); fnic_send_frame()
|
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
H A D | cq_enet_desc.h | 108 u8 *vlan_stripped, u16 *vlan_tci, u16 *checksum, u8 *fcoe_sof, cq_enet_rq_desc_dec() 154 *fcoe_sof = (u8)(le16_to_cpu(desc->checksum_fcoe) & cq_enet_rq_desc_dec() 165 *fcoe_sof = 0; cq_enet_rq_desc_dec() 104 cq_enet_rq_desc_dec(struct cq_enet_rq_desc *desc, u8 *type, u8 *color, u16 *q_number, u16 *completed_index, u8 *ingress_port, u8 *fcoe, u8 *eop, u8 *sop, u8 *rss_type, u8 *csum_not_calc, u32 *rss_hash, u16 *bytes_written, u8 *packet_error, u8 *vlan_stripped, u16 *vlan_tci, u16 *checksum, u8 *fcoe_sof, u8 *fcoe_fc_crc_ok, u8 *fcoe_enc_error, u8 *fcoe_eof, u8 *tcp_udp_csum_ok, u8 *udp, u8 *tcp, u8 *ipv4_csum_ok, u8 *ipv6, u8 *ipv4, u8 *ipv4_fragment, u8 *fcs_ok) cq_enet_rq_desc_dec() argument
|
H A D | enic_main.c | 1114 u8 fcoe, fcoe_sof, fcoe_fc_crc_ok, fcoe_enc_error, fcoe_eof; enic_rq_indicate_buf() local 1131 &fcoe_sof, &fcoe_fc_crc_ok, &fcoe_enc_error, enic_rq_indicate_buf()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_fcoe.c | 44 u8 sof = fcoeh->fcoe_sof; cxgb_fcoe_sof_eof_supported()
|
/linux-4.4.14/include/scsi/fc/ |
H A D | fc_fcoe.h | 54 __u8 fcoe_sof; /* start of frame per RFC 3643 */ member in struct:fcoe_hdr
|
/linux-4.4.14/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 369 hp->fcoe_sof = sof; bnx2fc_xmit() 530 fr_sof(fp) = hp->fcoe_sof; bnx2fc_recv_frame()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_fcoe.c | 534 sof = ((struct fcoe_hdr *)skb_network_header(skb))->fcoe_sof; ixgbe_fso()
|
/linux-4.4.14/drivers/scsi/fcoe/ |
H A D | fcoe.c | 1693 hp->fcoe_sof = sof; fcoe_xmit() 1838 fr_sof(fp) = hp->fcoe_sof; fcoe_recv_frame()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_fcoe.c | 84 *sof = ((struct fcoe_hdr *)skb_network_header(skb))->fcoe_sof; i40e_fcoe_fc_sof()
|