Home
last modified time | relevance | path

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

/src/sys/dev/aic7xxx/
H A Dahc_isa.c81 int max_slot; in ahc_isa_identify() local
83 max_slot = 14; in ahc_isa_identify()
84 for (slot = 0; slot <= max_slot; slot++) { in ahc_isa_identify()
/src/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.h281 u32 max_slot; member
720 indx = (((info->hwq->prod / info->max_slot) & DBC_DBC_INDEX_MASK) | in bnxt_qplib_ring_prod_db()
H A Dqplib_fp.c702 srq->dbinfo.max_slot = 1; in bnxt_qplib_create_srq()
807 bnxt_qplib_hwq_incr_prod(&srq->dbinfo, srq_hwq, srq->dbinfo.max_slot); in bnxt_qplib_post_srq_recv()
1012 sq->dbinfo.max_slot = _set_sq_max_slot(qp->wqe_mode); in bnxt_qplib_create_qp1()
1021 rq->dbinfo.max_slot = _set_rq_max_slot(rq); in bnxt_qplib_create_qp1()
1260 sq->dbinfo.max_slot = _set_sq_max_slot(qp->wqe_mode); in bnxt_qplib_create_qp()
1270 rq->dbinfo.max_slot = _set_rq_max_slot(rq); in bnxt_qplib_create_qp()
1921 tail = swq->slot_idx / sq->dbinfo.max_slot; in bnxt_qplib_pull_psn_buff()
1973 sq->dbinfo.max_slot : wqe_slots; in bnxt_qplib_post_send()
2344 if (bnxt_qplib_queue_full(rq_hwq, rq->dbinfo.max_slot)) { in bnxt_qplib_post_recv()
2353 swq->slots = rq->dbinfo.max_slot; in bnxt_qplib_post_recv()
[all …]