Home
last modified time | relevance | path

Searched refs:PDUCBF_RX_DCRC_ERR (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/target/iscsi/cxgbit/
Dcxgbit_lro.h36 PDUCBF_RX_DCRC_ERR = (1 << 6), /* data digest error */ enumerator
Dcxgbit_target.c863 if (pdu_cb->flags & PDUCBF_RX_DCRC_ERR) { in cxgbit_handle_immediate_data()
1039 if (pdu_cb->flags & PDUCBF_RX_DCRC_ERR) { in cxgbit_handle_iscsi_dataout()
1100 if (pdu_cb->flags & PDUCBF_RX_DCRC_ERR) { in cxgbit_handle_nop_out()
1168 if (pdu_cb->flags & PDUCBF_RX_DCRC_ERR) { in cxgbit_handle_text_cmd()
Dcxgbit_main.c184 pdu_cb->flags |= PDUCBF_RX_DCRC_ERR; in cxgbit_process_ddpvld()