Searched refs:readq (Results 1 – 5 of 5) sorted by relevance
115 struct ifqueue readq; member199 mtx_init(&priv->readq.ifq_mtx, "ng_device queue", NULL, MTX_DEF); in ng_device_constructor()200 IFQ_SET_MAXLEN(&priv->readq, ifqmaxlen); in ng_device_constructor()211 mtx_destroy(&priv->readq.ifq_mtx); in ng_device_constructor()309 IF_LOCK(&priv->readq); in ng_device_rcvdata()310 if (_IF_QFULL(&priv->readq)) { in ng_device_rcvdata()311 IF_UNLOCK(&priv->readq); in ng_device_rcvdata()316 _IF_ENQUEUE(&priv->readq, m); in ng_device_rcvdata()317 IF_UNLOCK(&priv->readq); in ng_device_rcvdata()341 IF_DRAIN(&priv->readq); in ng_device_disconnect()[all …]
57 #ifndef readq58 #define readq(addr) lo_hi_readq(addr) macro
206 #undef readq210 readq(const volatile void *addr) in readq() function219 #define readq(addr) readq(addr) macro358 return (readq(addr)); in ioread64()
112 #define _iosys_map_readq(_addr) readq(_addr)
51 #define readq(va) (*(volatile uint64_t *) (va)) macro