Searched defs:fanout_type (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c2306 uint32_t fanout_type; local
2312 fanout_type = SRST_NO_SOFT_RINGS;
2315 fanout_type = SRST_FANOUT_PROTO;
2322 fanout_type |= SRST_FANOUT_SRC_IP;
2327 fanout_type |= SRST_FANOUT_SRC_IP;
2331 return (fanout_type);
2403 uint32_t fanout_type; local
2406 fanout_type = mac_find_fanout(flent, link_type);
2412 mac_srs = mac_srs_create(mcip, flent, fanout_type | link_type,
2456 fanout_type | link_typ
[all...]

Completed in 351 milliseconds