ocs_hw_wqe_t
_hw_wq_write(hw_wq_t *wq, ocs_hw_wqe_t *wqe)
hw_wq_write(hw_wq_t *wq, ocs_hw_wqe_t *wqe)
ocs_hw_wqe_t *wqe;
ocs_hw_wqe_t *wqe;
extern int32_t hw_wq_write(hw_wq_t *wq, ocs_hw_wqe_t *wqe);
ocs_hw_wqe_t wqe; /**> WQE buffer object (may be queued on WQ pending list) */
ocs_hw_wqe_t wqe; /**< Work queue object, with link for pending */
ocs_list_init(&wq->pending_list, ocs_hw_wqe_t, link);