Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.h598 #define GEM_SEND_CTRL 0x000000ff /* private flags for control packets */ macro
H A Dsfe_util.c1466 if (!dp->mac_active && (flags & GEM_SEND_CTRL) == 0) { in gem_send_common()
1519 if ((bp[0] & 1) && (flags & GEM_SEND_CTRL) == 0) { in gem_send_common()
1530 txflag |= (flags & GEM_SEND_CTRL) << GEM_TXFLAG_PRIVATE_SHIFT; in gem_send_common()
1546 if (!dp->mac_active && (flags & GEM_SEND_CTRL) == 0) { in gem_send_common()