Home
last modified time | relevance | path

Searched refs:qempty (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/sys/net/altq/
H A Daltq_priq.c246 if ((cl = pif->pif_classes[pri]) != NULL && !qempty(cl->cl_q)) in priq_purge()
280 if (!qempty(cl->cl_q)) in priq_class_create()
405 if (!qempty(cl->cl_q)) in priq_class_destroy()
511 !qempty(cl->cl_q)) { in priq_dequeue()
518 if (qempty(cl->cl_q)) in priq_dequeue()
587 if (qempty(cl->cl_q)) in priq_purgeq()
H A Daltq_rmclass.c753 int is_empty = qempty(cl->q_); in rmc_queue_packet()
1010 if (!qempty(cl->q_)) { in _rmc_wrr_dequeue_next()
1079 if (qempty(cl->q_)) in _rmc_wrr_dequeue_next()
1145 if (!qempty(cl->q_)) { in _rmc_prr_dequeue_next()
1194 if (qempty(cl->q_)) in _rmc_prr_dequeue_next()
1436 if (qempty(cl->q_)) in rmc_drop_action()
1444 if (!qempty(cl->q_)) { in rmc_dropall()
H A Daltq_classq.h76 #define qempty(q) ((q)->qlen_ == 0) /* Is the queue empty?? */ macro
H A Daltq_hfsc.c347 if (!qempty(cl->cl_q)) in hfsc_purge()
568 if (!qempty(cl->cl_q)) in hfsc_class_destroy()
790 if (!qempty(cl->cl_q)) { in hfsc_dequeue()
867 if (qempty(cl->cl_q)) in hfsc_purgeq()
1044 go_passive = qempty(cl->cl_q); in update_vf()
H A Daltq_codel.c192 if (qempty(cif->cl_q)) in codel_request()
H A Daltq_fairq.c802 if (qempty(&b->queue)) { in fairq_selectq()
/freebsd-14.2/sys/contrib/dev/rtw89/
H A Dmac.c180 ctrl.type = qempty->dle_type; in dle_dfi_qempty()
182 ctrl.addr = qempty->grpsel; in dle_dfi_qempty()
189 qempty->qempty = FIELD_GET(B_AX_DLE_QEMPTY_GRP, ctrl.out_data); in dle_dfi_qempty()
218 qempty.grpsel = 0; in rtw89_mac_dump_qta_lost()
219 qempty.qempty = ~(u32)0; in rtw89_mac_dump_qta_lost()
224 rtw89_info(rtwdev, "DLE group0 empty: 0x%x\n", qempty.qempty); in rtw89_mac_dump_qta_lost()
226 for (not_empty = ~qempty.qempty, i = 0; not_empty != 0; not_empty >>= 1, i++) { in rtw89_mac_dump_qta_lost()
1559 qempty.grpsel = i; in mac_is_txq_empty()
1565 qtmp = qempty.qempty; in mac_is_txq_empty()
1581 if ((qempty.qempty & msk32) != msk32) in mac_is_txq_empty()
[all …]
H A Dmac.h623 u32 qempty; member