Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dmac_client.h102 #define MAC_OPEN_FLAGS_IS_AGGR_PORT 0x0004 macro
/titanic_50/usr/src/uts/common/io/aggr/
H A Daggr_port.c188 MAC_OPEN_FLAGS_IS_AGGR_PORT | MAC_OPEN_FLAGS_EXCLUSIVE)) != 0) { in aggr_port_create()
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_client.c1373 if ((flags & MAC_OPEN_FLAGS_IS_AGGR_PORT) != 0) in mac_client_open()