Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfereg.h47 #define CMDSTS_MORE 0x40000000U /* Not the last descriptor */ macro
H A Dsfe.c1241 if (status & CMDSTS_MORE) { in sfe_tx_desc_stat()
1267 ASSERT(s & CMDSTS_MORE); in sfe_tx_desc_stat()
1348 CMDSTS_ISE | CMDSTS_CRCE | CMDSTS_FAE | CMDSTS_MORE) in sfe_rx_desc_stat()
1363 } else if (status & (CMDSTS_LONG | CMDSTS_MORE)) { in sfe_rx_desc_stat()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dns83820.c345 #define CMDSTS_MORE 0x40000000 macro