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

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw.h554 } ocs_hw_wqe_t; typedef in typeref:struct:__anon7575
568 ocs_hw_wqe_t wqe; /**< Work queue object, with link for pending */
1372 extern int32_t hw_wq_write(hw_wq_t *wq, ocs_hw_wqe_t *wqe);
1391 ocs_hw_wqe_t wqe; /**> WQE buffer object (may be queued on WQ pending list) */
H A Docs_hw.c3597 _hw_wq_write(hw_wq_t *wq, ocs_hw_wqe_t *wqe)
3641 hw_wq_write(hw_wq_t *wq, ocs_hw_wqe_t *wqe)
3692 ocs_hw_wqe_t *wqe;
4356 ocs_hw_wqe_t *wqe;
H A Docs_hw_queues.c557 ocs_list_init(&wq->pending_list, ocs_hw_wqe_t, link);

Completed in 100 milliseconds