Lines Matching refs:entry_count
1102 uint32_t entry_count; member
1117 uint32_t entry_count; /*<< Number of entries */ member
1138 uint32_t entry_count; member
1154 uint32_t entry_count; member
1199 uint32_t entry_count; member
1232 extern hw_eq_t *hw_new_eq(ocs_hw_t *hw, uint32_t entry_count);
1233 extern hw_cq_t *hw_new_cq(hw_eq_t *eq, uint32_t entry_count);
1234 …ern uint32_t hw_new_cq_set(hw_eq_t *eqs[], hw_cq_t *cqs[], uint32_t num_cqs, uint32_t entry_count);
1235 extern hw_mq_t *hw_new_mq(hw_cq_t *cq, uint32_t entry_count);
1236 extern hw_wq_t *hw_new_wq(hw_cq_t *cq, uint32_t entry_count, uint32_t class, uint32_t ulp);
1237 extern hw_rq_t *hw_new_rq(hw_cq_t *cq, uint32_t entry_count, uint32_t ulp);
1238 …_rq_set(hw_cq_t *cqs[], hw_rq_t *rqs[], uint32_t num_rq_pairs, uint32_t entry_count, uint32_t ulp);