Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/ypserv/
HDyp_dblookup.c168 register struct circleq_entry *qptr; in yp_flush() local
170 qptr = TAILQ_LAST(&qhead, circlehead); in yp_flush()
171 TAILQ_REMOVE(&qhead, qptr, links); in yp_flush()
172 yp_free_qent(qptr); in yp_flush()
184 register struct circleq_entry *qptr; in yp_flush_all() local
187 qptr = TAILQ_FIRST(&qhead); /* save this */ in yp_flush_all()
188 TAILQ_REMOVE(&qhead, qptr, links); in yp_flush_all()
189 yp_free_qent(qptr); in yp_flush_all()
226 register struct circleq_entry *qptr; in yp_testflag() local
235 TAILQ_FOREACH(qptr, &qhead, links) { in yp_testflag()
[all …]
/freebsd-14-stable/sys/dev/bnxt/bnxt_en/
HDbnxt_hwrm.c280 uint8_t i, j, *qptr, *q_ids; in bnxt_hwrm_queue_qportcfg() local
311 qptr = &resp->queue_id0; in bnxt_hwrm_queue_qportcfg()
324 queue_id = *qptr; in bnxt_hwrm_queue_qportcfg()
325 qptr++; in bnxt_hwrm_queue_qportcfg()
327 queue_profile = *qptr; in bnxt_hwrm_queue_qportcfg()
328 qptr++; in bnxt_hwrm_queue_qportcfg()
/freebsd-14-stable/sys/dev/bnxt/bnxt_re/
HDmain.c2843 u8 max_tc, tc, *qptr, *type_ptr0, *type_ptr1; in bnxt_re_query_hwrm_qportcfg() local
2875 qptr = &resp.queue_id0; in bnxt_re_query_hwrm_qportcfg()
2881 cos_id = *qptr++; in bnxt_re_query_hwrm_qportcfg()
2885 if (is_bnxt_roce_queue(rdev, *qptr, *tmp_type)) { in bnxt_re_query_hwrm_qportcfg()
2888 } else if (is_bnxt_cnp_queue(rdev, *qptr, *tmp_type)) { in bnxt_re_query_hwrm_qportcfg()
2896 qptr++; in bnxt_re_query_hwrm_qportcfg()