Searched refs:fcoe_fc_crc_ok (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.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 | 834 u8 fcoe_fc_crc_ok = 1, fcoe_enc_error = 0; in fnic_rq_cmpl_frame_recv() local 856 &eop, &sop, &fcoe_fc_crc_ok, &exchange_id, in fnic_rq_cmpl_frame_recv() 872 &fcoe_sof, &fcoe_fc_crc_ok, in fnic_rq_cmpl_frame_recv() 894 if (!fcs_ok || packet_error || !fcoe_fc_crc_ok || fcoe_enc_error) { in fnic_rq_cmpl_frame_recv() 901 fcoe_fc_crc_ok, fcoe_enc_error); in fnic_rq_cmpl_frame_recv()
|
/linux-6.12.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 | 1372 u8 fcoe, fcoe_sof, fcoe_fc_crc_ok, fcoe_enc_error, fcoe_eof; in enic_rq_indicate_buf() local 1393 &fcoe_sof, &fcoe_fc_crc_ok, &fcoe_enc_error, in enic_rq_indicate_buf() 1452 outer_csum_ok = fcoe_fc_crc_ok; in enic_rq_indicate_buf()
|