Searched refs:fcoe_fc_crc_ok (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/scsi/fnic/ |
D | cq_enet_desc.h | 86 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()
|
D | fnic_fcs.c | 826 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()
|
/Linux-v6.1/drivers/net/ethernet/cisco/enic/ |
D | cq_enet_desc.h | 96 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()
|
D | enic_main.c | 1306 u8 fcoe, fcoe_sof, fcoe_fc_crc_ok, fcoe_enc_error, fcoe_eof; in enic_rq_indicate_buf() local 1324 &fcoe_sof, &fcoe_fc_crc_ok, &fcoe_enc_error, in enic_rq_indicate_buf() 1381 outer_csum_ok = fcoe_fc_crc_ok; in enic_rq_indicate_buf()
|