Searched refs:max_slot (Results 1 – 3 of 3) sorted by relevance
170 u32 max_slot; member409 key |= ((info->hwq->prod / info->max_slot)) & DBC_DBC_INDEX_MASK; in bnxt_qplib_ring_prod_db()
663 srq->dbinfo.max_slot = 1; in bnxt_qplib_create_srq()905 sq->dbinfo.max_slot = bnxt_qplib_set_sq_max_slot(qp->wqe_mode); in bnxt_qplib_create_qp1()910 rq->dbinfo.max_slot = bnxt_qplib_set_rq_max_slot(rq->wqe_size); in bnxt_qplib_create_qp1()1114 sq->dbinfo.max_slot = bnxt_qplib_set_sq_max_slot(qp->wqe_mode); in bnxt_qplib_create_qp()1119 rq->dbinfo.max_slot = bnxt_qplib_set_rq_max_slot(rq->wqe_size); in bnxt_qplib_create_qp()1686 tail = swq->slot_idx / sq->dbinfo.max_slot; in bnxt_qplib_pull_psn_buff()1976 if (bnxt_qplib_queue_full(rq, rq->dbinfo.max_slot)) { in bnxt_qplib_post_recv()1985 swq->slots = rq->dbinfo.max_slot; in bnxt_qplib_post_recv()
3262 u32 max_slot) in __push_leaf_left() argument3278 nr = min(right_nritems, max_slot); in __push_leaf_left()3280 nr = min(right_nritems - 1, max_slot); in __push_leaf_left()3398 int data_size, int empty, u32 max_slot) in push_leaf_left() argument3450 free_space, right_nritems, max_slot); in push_leaf_left()
Completed in 28 milliseconds