Searched refs:q_arr (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/scsi/csiostor/
H A Dcsio_wr.h440 struct csio_q **q_arr; /* Array of queue pointers member in struct:csio_wrm
452 #define csio_get_q(__hw, __idx) ((__hw)->wrm.q_arr[__idx])
453 #define csio_q_type(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->type)
454 #define csio_q_pidx(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->pidx)
455 #define csio_q_cidx(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->cidx)
456 #define csio_q_inc_idx(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->inc_idx)
457 #define csio_q_vstart(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->vstart)
458 #define csio_q_pstart(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->pstart)
459 #define csio_q_size(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->size)
460 #define csio_q_credits(__hw, __idx) ((__hw)->wrm.q_arr[(__id
[all...]
H A Dcsio_wr.c178 * into the q_arr array.
180 * another queue (with its own index into q_arr) for the freelist. Allocate
234 q = wrm->q_arr[free_idx];
280 flq = wrm->q_arr[q->un.iq.flq_idx];
386 struct csio_q *flq = hw->wrm.q_arr[flq_idx];
486 struct csio_q *flq = hw->wrm.q_arr[flq_idx];
747 struct csio_q *q = csio_hw_to_wrm(hw)->q_arr[qidx];
765 struct csio_q *q = wrm->q_arr[qidx];
794 q = wrm->q_arr[i];
867 struct csio_q *q = wrm->q_arr[qid
[all...]
H A Dcsio_isr.c428 struct csio_q *q = hw->wrm.q_arr[sqset->iq_idx];

Completed in 122 milliseconds