Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c2294 uint32_t fanout_type; in mac_find_fanout() local
2300 fanout_type = SRST_NO_SOFT_RINGS; in mac_find_fanout()
2303 fanout_type = SRST_FANOUT_PROTO; in mac_find_fanout()
2310 fanout_type |= SRST_FANOUT_SRC_IP; in mac_find_fanout()
2315 fanout_type |= SRST_FANOUT_SRC_IP; in mac_find_fanout()
2319 return (fanout_type); in mac_find_fanout()
2397 uint32_t fanout_type; in mac_rx_srs_group_setup() local
2424 fanout_type = mac_find_fanout(flent, link_type); in mac_rx_srs_group_setup()
2430 mac_srs = mac_srs_create(mcip, flent, fanout_type | link_type, in mac_rx_srs_group_setup()
2479 fanout_type | link_type, in mac_rx_srs_group_setup()