/linux-4.4.14/drivers/scsi/fnic/ |
H A D | cq_enet_desc.h | 100 u8 *ipv6, u8 *ipv4, u8 *ipv4_fragment, u8 *fcs_ok) cq_enet_rq_desc_dec() 164 *fcs_ok = (desc->flags & CQ_ENET_RQ_DESC_FLAGS_FCS_OK) ? 1 : 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 | cq_exch_desc.h | 102 u8 *fcs_ok, cq_fcp_rq_desc_dec() 131 *fcs_ok = cq_fcp_rq_desc_dec() 86 cq_fcp_rq_desc_dec(struct cq_fcp_rq_desc *desc_ptr, u8 *type, u8 *color, u16 *q_number, u16 *completed_index, u8 *eop, u8 *sop, u8 *fck, u16 *exchange_id, u16 *tmpl, u32 *bytes_written, u8 *sof, u8 *eof, u8 *ingress_port, u8 *packet_err, u8 *fcoe_err, u8 *fcs_ok, u8 *vlan_stripped, u16 *vlan) cq_fcp_rq_desc_dec() argument
|
H A D | fnic_fcs.c | 805 u8 fcs_ok = 1, packet_error = 0; fnic_rq_cmpl_frame_recv() local 827 &fcoe_enc_error, &fcs_ok, &vlan_stripped, fnic_rq_cmpl_frame_recv() 845 &ipv4_fragment, &fcs_ok); fnic_rq_cmpl_frame_recv() 848 if (!fcs_ok) { fnic_rq_cmpl_frame_recv() 864 if (!fcs_ok || packet_error || !fcoe_fc_crc_ok || fcoe_enc_error) { fnic_rq_cmpl_frame_recv() 870 fcoe, fcs_ok, packet_error, fnic_rq_cmpl_frame_recv()
|
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
H A D | cq_enet_desc.h | 111 u8 *ipv6, u8 *ipv4, u8 *ipv4_fragment, u8 *fcs_ok) cq_enet_rq_desc_dec() 182 *fcs_ok = (desc->flags & CQ_ENET_RQ_DESC_FLAGS_FCS_OK) ? 1 : 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 | 1116 u8 ipv6, ipv4, ipv4_fragment, fcs_ok, rss_type, csum_not_calc; enic_rq_indicate_buf() local 1134 &fcs_ok); enic_rq_indicate_buf() 1138 if (!fcs_ok) { enic_rq_indicate_buf()
|