Home
last modified time | relevance | path

Searched refs:max_slot (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/infiniband/hw/bnxt_re/
Dqplib_res.h175 u32 max_slot; member
420 key |= ((info->hwq->prod / info->max_slot)) & DBC_DBC_INDEX_MASK; in bnxt_qplib_ring_prod_db()
Dqplib_fp.c662 srq->dbinfo.max_slot = 1; in bnxt_qplib_create_srq()
903 sq->dbinfo.max_slot = bnxt_qplib_set_sq_max_slot(qp->wqe_mode); in bnxt_qplib_create_qp1()
908 rq->dbinfo.max_slot = bnxt_qplib_set_rq_max_slot(rq->wqe_size); in bnxt_qplib_create_qp1()
1109 sq->dbinfo.max_slot = bnxt_qplib_set_sq_max_slot(qp->wqe_mode); in bnxt_qplib_create_qp()
1114 rq->dbinfo.max_slot = bnxt_qplib_set_rq_max_slot(rq->wqe_size); in bnxt_qplib_create_qp()
1683 tail = swq->slot_idx / sq->dbinfo.max_slot; in bnxt_qplib_pull_psn_buff()
1973 if (bnxt_qplib_queue_full(rq, rq->dbinfo.max_slot)) { in bnxt_qplib_post_recv()
1982 swq->slots = rq->dbinfo.max_slot; in bnxt_qplib_post_recv()
/Linux-v5.10/fs/btrfs/
Dctree.c3875 u32 max_slot) in __push_leaf_left() argument
3892 nr = min(right_nritems, max_slot); in __push_leaf_left()
3894 nr = min(right_nritems - 1, max_slot); in __push_leaf_left()
4026 int data_size, int empty, u32 max_slot) in push_leaf_left() argument
4087 max_slot); in push_leaf_left()