Searched refs:readq (Results 1 – 5 of 5) sorted by relevance
90 struct ifqueue readq; member173 mtx_init(&priv->readq.ifq_mtx, "ng_device queue", NULL, MTX_DEF); in ng_device_constructor()174 IFQ_SET_MAXLEN(&priv->readq, ifqmaxlen); in ng_device_constructor()185 mtx_destroy(&priv->readq.ifq_mtx); in ng_device_constructor()271 IF_LOCK(&priv->readq); in ng_device_rcvdata()272 if (_IF_QFULL(&priv->readq)) { in ng_device_rcvdata()273 IF_UNLOCK(&priv->readq); in ng_device_rcvdata()278 _IF_ENQUEUE(&priv->readq, m); in ng_device_rcvdata()279 IF_UNLOCK(&priv->readq); in ng_device_rcvdata()303 IF_DRAIN(&priv->readq); in ng_device_disconnect()[all …]
179 #undef readq183 readq(const volatile void *addr) in readq() function192 #define readq(addr) readq(addr) macro
215 #ifdef readq216 #define rd64(a) readq((a))
364 #define readq(a) (*(volatile uint64_t *)(a)) macro
51 #define readq(va) (*(volatile uint64_t *) (va)) macro