Lines Matching refs:cq_index
141 u16 cq_index; in bnx2i_arm_cq_event_coalescing() local
170 cq_index = ep->qp.cqe_exp_seq_sn + next_index - 1; in bnx2i_arm_cq_event_coalescing()
171 if (cq_index > ep->qp.cqe_size * 2) in bnx2i_arm_cq_event_coalescing()
172 cq_index -= ep->qp.cqe_size * 2; in bnx2i_arm_cq_event_coalescing()
173 if (!cq_index) in bnx2i_arm_cq_event_coalescing()
174 cq_index = 1; in bnx2i_arm_cq_event_coalescing()
176 cq_db->sqn[0] = cq_index; in bnx2i_arm_cq_event_coalescing()
368 login_wqe->cq_index = 0; /* CQ# used for completion, 5771x only */ in bnx2i_send_iscsi_login()
442 tmfabort_wqe->cq_index = 0; /* CQ# used for completion, 5771x only */ in bnx2i_send_iscsi_tmf()
489 text_wqe->cq_index = 0; /* CQ# used for completion, 5771x only */ in bnx2i_send_iscsi_text()
512 scsi_cmd_wqe->cq_index = 0; /* CQ# used for completion, 5771x only */ in bnx2i_send_iscsi_scsicmd()
573 nopout_wqe->cq_index = 0; /* CQ# used for completion, 5771x only */ in bnx2i_send_iscsi_nopout()
614 logout_wqe->cq_index = 0; /* CQ# used for completion, 5771x only */ in bnx2i_send_iscsi_logout()
737 cmd_cleanup->cq_index = 0; /* CQ# used for completion, 5771x only */ in bnx2i_send_cmd_cleanup_req()