Home
last modified time | relevance | path

Searched defs:mac_cpus_props_s (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow.h120 typedef struct mac_cpus_props_s { struct
121 uint32_t mc_ncpus; /* num of cpus */
122 uint32_t mc_cpus[MRP_NCPUS]; /* cpu list */
123 uint32_t mc_rx_fanout_cnt; /* soft ring cpu cnt */
124 uint32_t mc_rx_fanout_cpus[MRP_NCPUS]; /* SR cpu list */
125 uint32_t mc_rx_pollid; /* poll thr binding */
126 uint32_t mc_rx_workerid; /* worker thr binding */
131 int32_t mc_rx_intr_cpu;
132 int32_t mc_tx_fanout_cpus[MRP_NCPUS];
133 mac_tx_intr_cpu_t mc_tx_intr_cpus;
[all …]