Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c1961 struct bnx2i_nop_in_msg *nopin; in bnx2i_process_new_cqes() local
1976 nopin = (struct bnx2i_nop_in_msg *) qp->cq_cons_qe; in bnx2i_process_new_cqes()
1977 if (nopin->cq_req_sn != qp->cqe_exp_seq_sn) in bnx2i_process_new_cqes()
1981 if (nopin->op_code == ISCSI_OP_NOOP_IN && in bnx2i_process_new_cqes()
1982 nopin->itt == (u16) RESERVED_ITT) { in bnx2i_process_new_cqes()
1994 switch (nopin->op_code) { in bnx2i_process_new_cqes()
1999 bnx2i_queue_scsi_cmd_resp(session, bnx2i_conn, nopin); in bnx2i_process_new_cqes()
2041 nopin->op_code); in bnx2i_process_new_cqes()
2045 ADD_STATS_64(hba, rx_bytes, nopin->data_length); in bnx2i_process_new_cqes()
2052 nopin->op_code); in bnx2i_process_new_cqes()