Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow.h225 mac_cpus_t mrp_cpus; member
232 #define mrp_ncpus mrp_cpus.mc_ncpus
233 #define mrp_cpu mrp_cpus.mc_cpus
234 #define mrp_rx_fanout_cnt mrp_cpus.mc_rx_fanout_cnt
235 #define mrp_rx_pollid mrp_cpus.mc_rx_pollid
236 #define mrp_rx_workerid mrp_cpus.mc_rx_workerid
237 #define mrp_rx_intr_cpu mrp_cpus.mc_rx_intr_cpu
238 #define mrp_fanout_mode mrp_cpus.mc_fanout_mode
H A Dmac_client_impl.h249 &(mcip)->mci_flent->fe_resource_props.mrp_cpus)
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c269 bzero(&mrp->mrp_cpus, sizeof (mac_cpus_t)); in mac_flow_create()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c2144 bzero(&mrp->mrp_cpus, sizeof (mac_cpus_t)); in extract_cpus()