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

/linux-4.4.14/drivers/scsi/csiostor/
H A Dcsio_wr.c79 csio_wr_ring_fldb(struct csio_hw *hw, struct csio_q *flq) csio_wr_ring_fldb()
114 csio_wr_fill_fl(struct csio_hw *hw, struct csio_q *flq) csio_wr_fill_fl()
150 csio_wr_update_fl(struct csio_hw *hw, struct csio_q *flq, uint16_t n) csio_wr_update_fl()
190 struct csio_q *q, *flq; csio_wr_alloc_q()
384 struct csio_q *flq = hw->wrm.q_arr[flq_idx]; csio_wr_iq_create_rsp()
483 struct csio_q *flq = hw->wrm.q_arr[flq_idx]; csio_wr_iq_create()
743 struct csio_q *q = csio_hw_to_wrm(hw)->q_arr[qidx]; csio_wr_cleanup_eq_stpg()
761 struct csio_q *q = wrm->q_arr[qidx]; csio_wr_cleanup_iq_ftr()
785 struct csio_q *q; csio_wr_destroy_queues()
861 struct csio_q *q = wrm->q_arr[qidx]; csio_wr_get()
979 struct csio_q *q = wrm->q_arr[qidx]; csio_wr_issue()
994 csio_wr_avail_qcredits(struct csio_q *q) csio_wr_avail_qcredits()
1016 csio_wr_inval_flq_buf(struct csio_hw *hw, struct csio_q *flq) csio_wr_inval_flq_buf()
1036 csio_wr_process_fl(struct csio_hw *hw, struct csio_q *q, csio_wr_process_fl()
1049 struct csio_q *flq = hw->wrm.q_arr[q->un.iq.flq_idx]; csio_wr_process_fl()
1106 csio_is_new_iqwr(struct csio_q *q, struct csio_iqwr_footer *ftr) csio_is_new_iqwr()
1123 csio_wr_process_iq(struct csio_hw *hw, struct csio_q *q, csio_wr_process_iq()
1133 struct csio_q *q_completed; csio_wr_process_iq()
1134 struct csio_q *flq = csio_iq_has_fl(q) ? csio_wr_process_iq()
1264 struct csio_q *iq = wrm->q_arr[qidx]; csio_wr_process_iq_idx()
1580 wrm->q_arr = kzalloc(sizeof(struct csio_q *) * wrm->num_q, GFP_KERNEL); csio_wrm_init()
1585 wrm->q_arr[i] = kzalloc(sizeof(struct csio_q), GFP_KERNEL); csio_wrm_init()
1616 struct csio_q *q; csio_wrm_exit()
H A Dcsio_isr.c212 csio_scsi_isr_handler(struct csio_q *iq) csio_scsi_isr_handler()
258 struct csio_q *iq = (struct csio_q *) dev_id; csio_scsi_isr()
288 struct csio_q *iq = priv; csio_scsi_intx_handler()
305 struct csio_q *intx_q = NULL; csio_fcoe_isr()
430 struct csio_q *q = hw->wrm.q_arr[sqset->iq_idx]; csio_request_irqs()
H A Dcsio_wr.h393 struct csio_q { struct
440 struct csio_q **q_arr; /* Array of queue pointers
446 struct csio_q *intr_map[CSIO_MAX_IQ];
497 int csio_wr_process_iq(struct csio_hw *, struct csio_q *,

Completed in 126 milliseconds