Searched refs:fcoe_fc_crc_ok (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/scsi/fnic/ |
D | cq_enet_desc.h | 98 u8 *fcoe_fc_crc_ok, u8 *fcoe_enc_error, u8 *fcoe_eof, in cq_enet_rq_desc_dec() argument 138 *fcoe_fc_crc_ok = (desc->flags & in cq_enet_rq_desc_dec() 148 *fcoe_fc_crc_ok = 0; in cq_enet_rq_desc_dec()
|
D | fnic_fcs.c | 836 u8 fcoe_fc_crc_ok = 1, fcoe_enc_error = 0; in fnic_rq_cmpl_frame_recv() local 858 &eop, &sop, &fcoe_fc_crc_ok, &exchange_id, in fnic_rq_cmpl_frame_recv() 874 &fcoe_sof, &fcoe_fc_crc_ok, in fnic_rq_cmpl_frame_recv() 896 if (!fcs_ok || packet_error || !fcoe_fc_crc_ok || fcoe_enc_error) { in fnic_rq_cmpl_frame_recv() 903 fcoe_fc_crc_ok, fcoe_enc_error); in fnic_rq_cmpl_frame_recv()
|
/Linux-v5.10/drivers/net/ethernet/cisco/enic/ |
D | cq_enet_desc.h | 109 u8 *fcoe_fc_crc_ok, u8 *fcoe_enc_error, u8 *fcoe_eof, in cq_enet_rq_desc_dec() argument 156 *fcoe_fc_crc_ok = (desc->flags & in cq_enet_rq_desc_dec() 166 *fcoe_fc_crc_ok = 0; in cq_enet_rq_desc_dec()
|
D | enic_main.c | 1303 u8 fcoe, fcoe_sof, fcoe_fc_crc_ok, fcoe_enc_error, fcoe_eof; in enic_rq_indicate_buf() local 1321 &fcoe_sof, &fcoe_fc_crc_ok, &fcoe_enc_error, in enic_rq_indicate_buf() 1378 outer_csum_ok = fcoe_fc_crc_ok; in enic_rq_indicate_buf()
|