Home
last modified time | relevance | path

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

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