Home
last modified time | relevance | path

Searched refs:hw_wq (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_ddump.c472 …ocs_ddump_value(textbuf, "quarantine_index", "%d", hw->hw_wq[i]->quarantine_info.quarantine_index); in ocs_ddump_hw()
474 if (hw->hw_wq[i]->quarantine_info.quarantine_ios[j] != NULL) { in ocs_ddump_hw()
475 ocs_ddump_hw_io(textbuf, hw->hw_wq[i]->quarantine_info.quarantine_ios[j]); in ocs_ddump_hw()
H A Docs_hw_queues.c569 hw->hw_wq[wq->instance] = wq; in hw_new_wq()
849 wq->cq->eq->hw->hw_wq[wq->instance] = NULL; in hw_del_wq()
1004 wq = hw->hw_wq[0]; in ocs_hw_queue_next_wq()
H A Docs_hw.h954 hw_wq_t *hw_wq[OCS_HW_MAX_NUM_WQ]; member
H A Docs_hw.c998 hw->hw_wq[0]->send_frame_io = ocs_hw_io_alloc(hw); in ocs_hw_init()
999 if (hw->hw_wq[0]->send_frame_io == NULL) { in ocs_hw_init()
4375 wq = hw->hw_wq[0]; in ocs_hw_send_frame()
8484 hw_wq_t *wq = hw->hw_wq[index]; in ocs_hw_cq_process()