Searched refs:q_arr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_wr.h | 440 struct csio_q **q_arr; /* Array of queue pointers member 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 D | csio_wr.c | 178 * 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]; in csio_wr_alloc_q() 280 flq = wrm->q_arr[q->un.iq.flq_idx]; in csio_wr_alloc_q() 386 struct csio_q *flq = hw->wrm.q_arr[flq_idx]; in csio_wr_iq_create_rsp() 486 struct csio_q *flq = hw->wrm.q_arr[flq_idx]; in csio_wr_iq_create() 747 struct csio_q *q = csio_hw_to_wrm(hw)->q_arr[qidx]; in csio_wr_cleanup_eq_stpg() 765 struct csio_q *q = wrm->q_arr[qidx]; in csio_wr_cleanup_iq_ftr() 794 q = wrm->q_arr[i]; in csio_wr_destroy_queues() 866 struct csio_q *q = wrm->q_arr[qid in csio_wr_get() [all...] |
H A D | csio_isr.c | 428 struct csio_q *q = hw->wrm.q_arr[sqset->iq_idx]; in csio_request_irqs()
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_wr.h | 440 struct csio_q **q_arr; /* Array of queue pointers member 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 D | csio_wr.c | 178 * 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]; in csio_wr_alloc_q() 280 flq = wrm->q_arr[q->un.iq.flq_idx]; in csio_wr_alloc_q() 386 struct csio_q *flq = hw->wrm.q_arr[flq_idx]; in csio_wr_iq_create_rsp() 486 struct csio_q *flq = hw->wrm.q_arr[flq_idx]; in csio_wr_iq_create() 747 struct csio_q *q = csio_hw_to_wrm(hw)->q_arr[qidx]; in csio_wr_cleanup_eq_stpg() 765 struct csio_q *q = wrm->q_arr[qidx]; in csio_wr_cleanup_iq_ftr() 794 q = wrm->q_arr[i]; in csio_wr_destroy_queues() 867 struct csio_q *q = wrm->q_arr[qid in csio_wr_get() [all...] |
H A D | csio_isr.c | 428 struct csio_q *q = hw->wrm.q_arr[sqset->iq_idx]; in csio_request_irqs()
|
Completed in 7 milliseconds