Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c58 #define MAC_SRS_RX 0x01 macro
64 #define MAC_SRS_RXSTAT (MAC_SRS_RX|MAC_SRS_STAT)
66 #define MAC_SRS_RXCPU (MAC_SRS_RX|MAC_SRS_CPU)
70 #define MAC_SRS_RXINTR (MAC_SRS_RX|MAC_SRS_INTR)
549 'r', MDB_OPT_SETBITS, MAC_SRS_RX, &args, in mac_srs_dcmd()
573 case MAC_SRS_RX: { in mac_srs_dcmd()
626 if ((args & MAC_SRS_RX) && (srs.srs_type & SRST_TX)) in mac_srs_dcmd()
756 if ((args & MAC_SRS_RX) && (srs.srs_type & SRST_TX)) in mac_srs_dcmd()
789 ((args & MAC_SRS_RX) && (srs.srs_type & SRST_TX))) in mac_srs_dcmd()