Searched refs:fcs_ok (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/ethernet/cisco/enic/
H A Dcq_enet_desc.h98 u8 *ipv6, u8 *ipv4, u8 *ipv4_fragment, u8 *fcs_ok)
169 *fcs_ok = (desc->flags & CQ_ENET_RQ_DESC_FLAGS_FCS_OK) ? 1 : 0;
91 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) argument
H A Denic_main.c1308 u8 ipv6, ipv4, ipv4_fragment, fcs_ok, rss_type, csum_not_calc; local
1327 &fcs_ok);
1331 if (!fcs_ok) {
/linux-master/drivers/scsi/fnic/
H A Dcq_exch_desc.h90 u8 *fcs_ok,
119 *fcs_ok =
74 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) argument
H A Dcq_enet_desc.h88 u8 *ipv6, u8 *ipv4, u8 *ipv4_fragment, u8 *fcs_ok)
152 *fcs_ok = (desc->flags & CQ_ENET_RQ_DESC_FLAGS_FCS_OK) ? 1 : 0;
81 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) argument
H A Dfnic_fcs.c837 u8 fcs_ok = 1, packet_error = 0; local
859 &fcoe_enc_error, &fcs_ok, &vlan_stripped,
876 &ipv4_fragment, &fcs_ok);
878 if (!fcs_ok) {
894 if (!fcs_ok || packet_error || !fcoe_fc_crc_ok || fcoe_enc_error) {
900 fcoe, fcs_ok, packet_error,
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtl8723b_recv.h57 u32 fcs_ok:1; member in struct:rxreport_8723b

Completed in 171 milliseconds