Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/chxge/com/
H A Dpm3393.c363 if (which & MAC_DIRECTION_TX) { in pm3393_enable()
404 if (which & MAC_DIRECTION_TX) in pm3393_disable()
440 (void) pm3393_disable(cmac, MAC_DIRECTION_RX | MAC_DIRECTION_TX); in pm3393_set_mtu()
550 if (cmac->instance->enabled & MAC_DIRECTION_TX) in pm3393_set_speed_duplex_fc()
551 (void) pm3393_enable(cmac, MAC_DIRECTION_TX); in pm3393_set_speed_duplex_fc()
651 (void) pm3393_disable(cmac, MAC_DIRECTION_RX | MAC_DIRECTION_TX); in pm3393_macaddress_set()
H A Dgmac.h34 enum { MAC_DIRECTION_RX = 1, MAC_DIRECTION_TX = 2 }; enumerator
H A Dvsc7321.c385 if (which & MAC_DIRECTION_TX) in mac_enable()
399 if (which & MAC_DIRECTION_TX) in mac_disable()
H A Dch_mac.c261 if (which & MAC_DIRECTION_TX) in mac_enable()
276 if (which & MAC_DIRECTION_TX) in mac_disable()
H A Dixf1010.c410 if (which & (MAC_DIRECTION_RX | MAC_DIRECTION_TX)) in mac_enable()
417 if (which & (MAC_DIRECTION_RX | MAC_DIRECTION_TX)) in mac_disable()
H A Dvsc7326.c565 if (which & MAC_DIRECTION_TX) in mac_enable()
582 if (which & MAC_DIRECTION_TX) in mac_disable()
/titanic_41/usr/src/uts/common/io/chxge/
H A Dpe.c232 mac->ops->enable(mac, MAC_DIRECTION_RX | MAC_DIRECTION_TX); in link_start()