Searched refs:hw_rq_t (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw_queues.c65 hw_rq_t *rqs[hw->config.n_rq];
73 hw_rq_t *rq = NULL;
574 * @brief Allocate a hw_rq_t object
582 * @return pointer to newly allocated hw_rq_t
584 hw_rq_t*
588 hw_rq_t *rq = ocs_malloc(hw->os, sizeof(*rq), OCS_M_ZERO | OCS_M_NOWAIT);
655 * @brief Allocate a hw_rq_t object SET
669 hw_new_rq_set(hw_cq_t *cqs[], hw_rq_t *rqs[], uint32_t num_rq_pairs, uint32_t entry_count, uint32_t ulp)
672 hw_rq_t *rq = NULL;
802 hw_del_rq((hw_rq_t*)
[all...]
H A Docs_hw.h65 typedef struct hw_rq_s hw_rq_t; typedef in typeref:struct:hw_rq_s
962 hw_rq_t *hw_rq[OCS_HW_MAX_NUM_RQ];
1246 extern hw_rq_t *hw_new_rq(hw_cq_t *cq, uint32_t entry_count, uint32_t ulp);
1247 extern uint32_t hw_new_rq_set(hw_cq_t *cqs[], hw_rq_t *rqs[], uint32_t num_rq_pairs, uint32_t entry_count, uint32_t ulp);
1252 extern void hw_del_rq(hw_rq_t *rq);
H A Docs_ddump.c96 hw_rq_t *rq;
565 hw_rq_t *rq;
597 rq = (hw_rq_t *) q;
H A Docs_hw.c856 hw_rq_t *rq = hw->hw_rq[i];
1044 hw_rq_t *rq;
1421 hw_rq_t *rq = hw->hw_rq[i];
1940 hw_rq_t *rq;
8067 hw_rq_t *rq = hw->hw_rq[i];
11655 hw_rq_t *rq;
11712 hw_rq_t *rq = hw->hw_rq[rq_idx];
11744 hw_rq_t *rq;

Completed in 200 milliseconds