Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/ypserv/
H A Dyp_dblookup.c171 TAILQ_REMOVE(&qhead, qptr, links); in yp_flush()
172 yp_free_qent(qptr); in yp_flush()
188 TAILQ_REMOVE(&qhead, qptr, links); in yp_flush_all()
189 yp_free_qent(qptr); in yp_flush_all()
237 if (qptr->dbptr->flags & flag) in yp_testflag()
279 qptr->dbptr->dbp = dbp; in yp_cache_db()
280 qptr->dbptr->name = strdup(name); in yp_cache_db()
281 qptr->dbptr->size = size; in yp_cache_db()
282 qptr->dbptr->key = NULL; in yp_cache_db()
330 if (qptr->dbptr->size) in yp_find_db()
[all …]
/freebsd-14.2/sys/dev/bnxt/bnxt_en/
H A Dbnxt_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.2/sys/dev/bnxt/bnxt_re/
H A Dmain.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()