Searched refs:cid_q_cons_idx (Results 1 – 2 of 2) sorted by relevance
284 idx = hba->cid_que.cid_q_cons_idx; in bnx2i_alloc_iscsi_cid()285 hba->cid_que.cid_q_cons_idx++; in bnx2i_alloc_iscsi_cid()286 if (hba->cid_que.cid_q_cons_idx == hba->cid_que.cid_q_max_idx) in bnx2i_alloc_iscsi_cid()287 hba->cid_que.cid_q_cons_idx = 0; in bnx2i_alloc_iscsi_cid()347 hba->cid_que.cid_q_cons_idx = 0; in bnx2i_setup_free_cid_que()
326 u32 cid_q_cons_idx; member