Home
last modified time | relevance | path

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

/freebsd/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.c751 int is_empty = qempty(cl->q_); in rmc_queue_packet()
1008 if (!qempty(cl->q_)) { in _rmc_wrr_dequeue_next()
1077 if (qempty(cl->q_)) in _rmc_wrr_dequeue_next()
1143 if (!qempty(cl->q_)) { in _rmc_prr_dequeue_next()
1192 if (qempty(cl->q_)) in _rmc_prr_dequeue_next()
1434 if (qempty(cl->q_)) in rmc_drop_action()
1442 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/sys/contrib/dev/rtw89/
H A Dmac.c177 struct rtw89_mac_dle_dfi_qempty *qempty) in dle_dfi_qempty()
182 ctrl.type = qempty->dle_type; in dle_dfi_qempty()
184 ctrl.addr = qempty->grpsel; in dle_dfi_qempty()
187 rtw89_warn(rtwdev, "[ERR] dle dfi qempty %d\n", ret); in dle_dfi_qempty()
191 qempty->qempty = FIELD_GET(B_AX_DLE_QEMPTY_GRP, ctrl.out_data); in dle_dfi_qempty()
213 struct rtw89_mac_dle_dfi_qempty qempty; in rtw89_mac_dump_qta_lost()
219 qempty.dle_type = DLE_CTRL_TYPE_PLE; in rtw89_mac_dump_qta_lost()
220 qempty.grpsel = 0; in rtw89_mac_dump_qta_lost()
221 qempty in rtw89_mac_dump_qta_lost()
175 dle_dfi_qempty(struct rtw89_dev * rtwdev,struct rtw89_mac_dle_dfi_qempty * qempty) dle_dfi_qempty() argument
211 struct rtw89_mac_dle_dfi_qempty qempty; rtw89_mac_dump_qta_lost() local
1551 struct rtw89_mac_dle_dfi_qempty qempty; mac_is_txq_empty() local
[all...]
H A Dmac.h690 u32 qempty;
1131 struct rtw89_mac_dle_dfi_qempty *qempty);
623 u32 qempty; global() member