Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.h442 #define GEM_TXFLAG_INTR 0x00000001ull macro
H A Dsfe.c1127 flags |= GEM_TXFLAG_INTR; in sfe_tx_desc_write()
1129 mark = (flags & GEM_TXFLAG_INTR) in sfe_tx_desc_write()
H A Dsfe_util.c1123 if (!dp->tx_blocked && (tbp->txb_flag & GEM_TXFLAG_INTR)) { in gem_reclaim_txbuf()
1232 flags |= GEM_TXFLAG_INTR; in gem_tx_load_descs_oo()
1500 tbp->txb_flag = GEM_TXFLAG_INTR; in gem_send_common()