Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/bnxt_re/
A Dqplib_res.h170 u32 max_slot; member
416 key |= ((info->hwq->prod / info->max_slot)) & DBC_DBC_INDEX_MASK; in bnxt_qplib_ring_prod_db()
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()
1113 sq->dbinfo.max_slot = bnxt_qplib_set_sq_max_slot(qp->wqe_mode); in bnxt_qplib_create_qp()
1118 rq->dbinfo.max_slot = bnxt_qplib_set_rq_max_slot(rq->wqe_size); in bnxt_qplib_create_qp()
1687 tail = swq->slot_idx / sq->dbinfo.max_slot; in bnxt_qplib_pull_psn_buff()
1977 if (bnxt_qplib_queue_full(rq, rq->dbinfo.max_slot)) { in bnxt_qplib_post_recv()
1986 swq->slots = rq->dbinfo.max_slot; in bnxt_qplib_post_recv()
/linux/fs/btrfs/
A Dctree.c2900 u32 max_slot) in __push_leaf_left() argument
2917 nr = min(right_nritems, max_slot); in __push_leaf_left()
2919 nr = min(right_nritems - 1, max_slot); in __push_leaf_left()
3051 int data_size, int empty, u32 max_slot) in push_leaf_left() argument
3111 max_slot); in push_leaf_left()

Completed in 26 milliseconds