Searched refs:qptr (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/ypserv/ |
H A D | yp_dblookup.c | 165 register struct circleq_entry *qptr; in yp_flush() local 167 qptr = TAILQ_LAST(&qhead, circlehead); in yp_flush() 168 TAILQ_REMOVE(&qhead, qptr, links); in yp_flush() 169 yp_free_qent(qptr); in yp_flush() 179 register struct circleq_entry *qptr; in yp_flush_all() local 182 qptr = TAILQ_FIRST(&qhead); /* save this */ in yp_flush_all() 183 TAILQ_REMOVE(&qhead, qptr, links); in yp_flush_all() 184 yp_free_qent(qptr); in yp_flush_all() 220 register struct circleq_entry *qptr; in yp_testflag() local 229 TAILQ_FOREACH(qptr, &qhead, links) { in yp_testflag() [all …]
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_hwrm.c | 280 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/sys/dev/bnxt/bnxt_re/ |
H A D | main.c | 2843 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()
|