Home
last modified time | relevance | path

Searched refs:RX_SW_DESC_INUSE (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/cxgb/
HDcxgb_sge.c171 #define RX_SW_DESC_INUSE (1 << 3) macro
749 sd->flags |= RX_SW_DESC_INUSE; in refill_fl()
794 if (d->flags & RX_SW_DESC_INUSE) { in free_rx_bufs()
/NextBSD/sys/net/
HDiflib.c229 #define RX_SW_DESC_INUSE (1 << 3) macro
1434 rxsd->ifsd_flags |= RX_SW_DESC_INUSE; in _iflib_fl_refill()
1493 if (d->ifsd_flags & RX_SW_DESC_INUSE) { in iflib_fl_bufs_free()