Home
last modified time | relevance | path

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

/linux/drivers/scsi/csiostor/
H A Dcsio_wr.h452 #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[(__idx)]->credits)
461 #define csio_q_portid(__hw, __idx) ((__hw)->wrm
[all...]
H A Dcsio_wr.c75 return (hw->wrm.sge.sge_control & EGRSTATUSPAGESIZE_F) ? 128 : 64; in csio_wr_qstat_pgsz()
117 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_wr_fill_fl() local
118 struct csio_sge *sge = &wrm->sge; in csio_wr_fill_fl()
190 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_wr_alloc_q() local
192 int free_idx = wrm->free_qidx; in csio_wr_alloc_q()
197 if (free_idx >= wrm->num_q) { in csio_wr_alloc_q()
234 q = wrm->q_arr[free_idx]; in csio_wr_alloc_q()
251 wrm->free_qidx++; in csio_wr_alloc_q()
280 flq = wrm->q_arr[q->un.iq.flq_idx]; in csio_wr_alloc_q()
361 iq_id = iqp.iqid - hw->wrm in csio_wr_iq_create_rsp()
764 struct csio_wrm *wrm = csio_hw_to_wrm(hw); csio_wr_cleanup_iq_ftr() local
790 struct csio_wrm *wrm = csio_hw_to_wrm(hw); csio_wr_destroy_queues() local
866 struct csio_wrm *wrm = csio_hw_to_wrm(hw); csio_wr_get() local
984 struct csio_wrm *wrm = csio_hw_to_wrm(hw); csio_wr_issue() local
1049 struct csio_wrm *wrm = csio_hw_to_wrm(hw); csio_wr_process_fl() local
1134 struct csio_wrm *wrm = csio_hw_to_wrm(hw); csio_wr_process_iq() local
1268 struct csio_wrm *wrm = csio_hw_to_wrm(hw); csio_wr_process_iq_idx() local
1311 struct csio_wrm *wrm = csio_hw_to_wrm(hw); csio_wr_fixup_host_params() local
1434 struct csio_wrm *wrm = csio_hw_to_wrm(hw); csio_init_intr_coalesce_parms() local
1456 struct csio_wrm *wrm = csio_hw_to_wrm(hw); csio_wr_get_sge() local
1525 struct csio_wrm *wrm = csio_hw_to_wrm(hw); csio_wr_set_sge() local
1645 csio_wrm_init(struct csio_wrm * wrm,struct csio_hw * hw) csio_wrm_init() argument
1686 csio_wrm_exit(struct csio_wrm * wrm,struct csio_hw * hw) csio_wrm_exit() argument
[all...]
H A Dcsio_hw.h456 struct csio_wrm wrm; /* Work request module*/ member
592 #define csio_hw_to_wrm(hw) ((struct csio_wrm *)(&(hw)->wrm))
H A Dcsio_isr.c428 struct csio_q *q = hw->wrm.q_arr[sqset->iq_idx]; in csio_request_irqs()
H A Dcsio_hw.c1356 struct csio_wrm *wrm = csio_hw_to_wrm(hw); in csio_get_device_params() local
1406 wrm->fw_eq_start = param[2]; in csio_get_device_params()
1407 wrm->fw_iq_start = param[4]; in csio_get_device_params()