Searched refs:hw_wq_t (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_hw_queues.h | 92 extern hw_wq_t *ocs_hw_queue_next_wq(ocs_hw_t *hw, ocs_hw_io_t *io);
|
H A D | ocs_hw.h | 61 typedef struct hw_wq_s hw_wq_t; typedef 571 hw_wq_t *wq; /**< WQ assigned to the exchange */ 954 hw_wq_t *hw_wq[OCS_HW_MAX_NUM_WQ]; 1236 extern hw_wq_t *hw_new_wq(hw_cq_t *cq, uint32_t entry_count, uint32_t class, uint32_t ulp); 1242 extern void hw_del_wq(hw_wq_t *wq); 1363 extern int32_t hw_wq_write(hw_wq_t *wq, ocs_hw_wqe_t *wqe);
|
H A D | ocs_hw_queues.c | 70 hw_wq_t *wq = NULL; in ocs_hw_init_queues() 544 hw_wq_t* 548 hw_wq_t *wq = ocs_malloc(hw->os, sizeof(*wq), OCS_M_ZERO | OCS_M_NOWAIT); in hw_new_wq() 801 hw_del_wq((hw_wq_t*) q); in hw_del_cq() 845 hw_del_wq(hw_wq_t *wq) in hw_del_wq() 896 hw_wq_t *wq; in hw_queue_dump() 910 wq = (hw_wq_t *) q; in hw_queue_dump() 975 hw_wq_t * 979 hw_wq_t *wq = NULL; in ocs_hw_queue_next_wq()
|
H A D | ocs_ddump.c | 558 hw_wq_t *wq; in hw_queue_ddump() 580 wq = (hw_wq_t *) q; in hw_queue_ddump()
|
H A D | ocs_hw.c | 88 static void ocs_hw_io_quarantine(ocs_hw_t *hw, hw_wq_t *wq, ocs_hw_io_t *io); 991 hw_wq_t *wq = ocs_varray_iter_next(hw->wq_class_array[1]); in ocs_hw_init() 3591 _hw_wq_write(hw_wq_t *wq, ocs_hw_wqe_t *wqe) in _hw_wq_write() 3635 hw_wq_write(hw_wq_t *wq, ocs_hw_wqe_t *wqe) in hw_wq_write() 3684 hw_wq_submit_pending(hw_wq_t *wq, uint32_t update_free_count) in hw_wq_submit_pending() 4358 hw_wq_t *wq; in ocs_hw_send_frame() 8381 ocs_hw_io_quarantine(ocs_hw_t *hw, hw_wq_t *wq, ocs_hw_io_t *io) in ocs_hw_io_quarantine() 8484 hw_wq_t *wq = hw->hw_wq[index]; in ocs_hw_cq_process()
|