hw_wq_t
hw_wq_t *wq;
wq = (hw_wq_t *) q;
_hw_wq_write(hw_wq_t *wq, ocs_hw_wqe_t *wqe)
hw_wq_write(hw_wq_t *wq, ocs_hw_wqe_t *wqe)
hw_wq_submit_pending(hw_wq_t *wq, uint32_t update_free_count)
hw_wq_t *wq;
ocs_hw_io_quarantine(ocs_hw_t *hw, hw_wq_t *wq, ocs_hw_io_t *io)
hw_wq_t *wq = hw->hw_wq[index];
static void ocs_hw_io_quarantine(ocs_hw_t *hw, hw_wq_t *wq, ocs_hw_io_t *io);
hw_wq_t *wq = ocs_varray_iter_next(hw->wq_class_array[1]);
extern hw_wq_t *hw_new_wq(hw_cq_t *cq, uint32_t entry_count, uint32_t class, uint32_t ulp);
extern void hw_del_wq(hw_wq_t *wq);
extern int32_t hw_wq_write(hw_wq_t *wq, ocs_hw_wqe_t *wqe);
hw_wq_t *wq; /**< WQ assigned to the exchange */
hw_wq_t *hw_wq[OCS_HW_MAX_NUM_WQ];
hw_wq_t*
hw_wq_t *wq = ocs_malloc(hw->os, sizeof(*wq), OCS_M_ZERO | OCS_M_NOWAIT);
hw_wq_t *wq = NULL;
hw_del_wq((hw_wq_t*) q);
hw_del_wq(hw_wq_t *wq)
hw_wq_t *wq;
wq = (hw_wq_t *) q;
hw_wq_t *
hw_wq_t *wq = NULL;
extern hw_wq_t *ocs_hw_queue_next_wq(ocs_hw_t *hw, ocs_hw_io_t *io);