Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.h176 u32 max_slot; member
421 key |= ((info->hwq->prod / info->max_slot)) & DBC_DBC_INDEX_MASK; in bnxt_qplib_ring_prod_db()
H A Dqplib_fp.c662 srq->dbinfo.max_slot = 1; in bnxt_qplib_create_srq()
904 sq->dbinfo.max_slot = bnxt_qplib_set_sq_max_slot(qp->wqe_mode); in bnxt_qplib_create_qp1()
909 rq->dbinfo.max_slot = bnxt_qplib_set_rq_max_slot(rq->wqe_size); in bnxt_qplib_create_qp1()
1110 sq->dbinfo.max_slot = bnxt_qplib_set_sq_max_slot(qp->wqe_mode); in bnxt_qplib_create_qp()
1115 rq->dbinfo.max_slot = bnxt_qplib_set_rq_max_slot(rq->wqe_size); in bnxt_qplib_create_qp()
1684 tail = swq->slot_idx / sq->dbinfo.max_slot; in bnxt_qplib_pull_psn_buff()
1974 if (bnxt_qplib_queue_full(rq, rq->dbinfo.max_slot)) { in bnxt_qplib_post_recv()
1983 swq->slots = rq->dbinfo.max_slot; in bnxt_qplib_post_recv()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dctree.c3911 u32 max_slot) in __push_leaf_left() argument
3928 nr = min(right_nritems, max_slot); in __push_leaf_left()
3930 nr = min(right_nritems - 1, max_slot); in __push_leaf_left()
4062 int data_size, int empty, u32 max_slot) in push_leaf_left() argument
4123 max_slot); in push_leaf_left()