Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/
HDcxgb_sge.c172 #define TX_SW_DESC_MAPPED (1 << 4) macro
2143 if (txsd->flags & TX_SW_DESC_MAPPED) { in t3_free_tx_desc()
2145 txsd->flags &= ~TX_SW_DESC_MAPPED; in t3_free_tx_desc()
/NextBSD/sys/net/
HDiflib.c230 #define TX_SW_DESC_MAPPED (1 << 4) macro
2229 if (txsd->ifsd_flags & TX_SW_DESC_MAPPED) { in iflib_tx_desc_free()
2231 txsd->ifsd_flags &= ~TX_SW_DESC_MAPPED; in iflib_tx_desc_free()