Home
last modified time | relevance | path

Searched refs:fcoe_fc_crc_ok (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/fnic/
H A Dcq_enet_desc.h86 u8 *fcoe_fc_crc_ok, u8 *fcoe_enc_error, u8 *fcoe_eof, in cq_enet_rq_desc_dec() argument
126 *fcoe_fc_crc_ok = (desc->flags & in cq_enet_rq_desc_dec()
136 *fcoe_fc_crc_ok = 0; in cq_enet_rq_desc_dec()
H A Dfnic_fcs.c826 u8 fcoe_fc_crc_ok = 1, fcoe_enc_error = 0; in fnic_rq_cmpl_frame_recv() local
848 &eop, &sop, &fcoe_fc_crc_ok, &exchange_id, in fnic_rq_cmpl_frame_recv()
864 &fcoe_sof, &fcoe_fc_crc_ok, in fnic_rq_cmpl_frame_recv()
886 if (!fcs_ok || packet_error || !fcoe_fc_crc_ok || fcoe_enc_error) { in fnic_rq_cmpl_frame_recv()
893 fcoe_fc_crc_ok, fcoe_enc_error); in fnic_rq_cmpl_frame_recv()
/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Dcq_enet_desc.h96 u8 *fcoe_fc_crc_ok, u8 *fcoe_enc_error, u8 *fcoe_eof, in cq_enet_rq_desc_dec() argument
143 *fcoe_fc_crc_ok = (desc->flags & in cq_enet_rq_desc_dec()
153 *fcoe_fc_crc_ok = 0; in cq_enet_rq_desc_dec()
H A Denic_main.c1318 u8 fcoe, fcoe_sof, fcoe_fc_crc_ok, fcoe_enc_error, fcoe_eof; in enic_rq_indicate_buf() local
1336 &fcoe_sof, &fcoe_fc_crc_ok, &fcoe_enc_error, in enic_rq_indicate_buf()
1393 outer_csum_ok = fcoe_fc_crc_ok; in enic_rq_indicate_buf()