Home
last modified time | relevance | path

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

/dragonfly/sys/net/
H A Difq_var.h359 _ifsq->ifsq_hw_oactive = 1; in ifsq_set_oactive()
368 _ifsq->ifsq_hw_oactive = 0; in ifsq_clr_oactive()
377 return _ifsq->ifsq_hw_oactive; in ifsq_is_oactive()
H A Dif.c624 ifsq->ifsq_hw_oactive = 0; in if_attach()
/dragonfly/sys/net/altq/
H A Dif_altq.h87 int ifsq_hw_oactive;/* hw too busy, protected by driver */ member