Home
last modified time | relevance | path

Searched refs:_IF_QLEN (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/mips/cavium/octe/
H A Dethernet-tx.c247 if (_IF_QLEN(&priv->tx_free_queue[qos]) > in_use) { in cvm_oct_xmit()
248 while (_IF_QLEN(&priv->tx_free_queue[qos]) > in_use) { in cvm_oct_xmit()
H A Dethernet.c148 if (_IF_QLEN(&priv->tx_free_queue[qos]) > 0) { in cvm_do_timer()
150 while (_IF_QLEN(&priv->tx_free_queue[qos]) > cvmx_fau_fetch_and_add32(priv->fau+qos*4, 0)) { in cvm_do_timer()
/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c815 qlen = _IF_QLEN(&sc->outq);
866 _IF_QLEN(&sc->outq),
/f-stack/freebsd/net/
H A Difq.h76 #define _IF_QLEN(ifq) ((ifq)->ifq_len) macro