Symbol: mac_client_handle_t
usr/src/uts/common/inet/sockmods/netpacket/packet.h
179
mac_client_handle_t ps_mch;
usr/src/uts/common/inet/sockmods/sockmod_pfp.c
1419
pfp_open_index(int index, mac_handle_t *mhp, mac_client_handle_t *mcip,
usr/src/uts/common/inet/sockmods/sockmod_pfp.c
1422
mac_client_handle_t mch;
usr/src/uts/common/inet/sockmods/sockmod_pfp.c
1467
pfp_close(mac_handle_t mh, mac_client_handle_t mch)
usr/src/uts/common/inet/sockmods/sockmod_pfp.c
57
static void pfp_close(mac_handle_t, mac_client_handle_t);
usr/src/uts/common/inet/sockmods/sockmod_pfp.c
586
mac_client_handle_t mch;
usr/src/uts/common/inet/sockmods/sockmod_pfp.c
64
static int pfp_open_index(int, mac_handle_t *, mac_client_handle_t *,
usr/src/uts/common/inet/sockmods/sockmod_pfp.c
739
mac_client_handle_t mch;
usr/src/uts/common/io/aggr/aggr_port.c
137
mac_client_handle_t mch = NULL;
usr/src/uts/common/io/bpf/bpf_mac.c
114
return (mac_tx((mac_client_handle_t)chandle, pkt, 0,
usr/src/uts/common/io/bpf/bpf_mac.c
122
return (mac_promisc_add((mac_client_handle_t)chandle, how, bpf_mtap,
usr/src/uts/common/io/bpf/bpf_mac.c
136
(mac_client_handle_t *)chandlep, NULL,
usr/src/uts/common/io/bpf/bpf_mac.c
143
mac_client_close((mac_client_handle_t)chandle, 0);
usr/src/uts/common/io/bpf/bpf_mac.c
149
return (mac_client_name((mac_client_handle_t)chandle));
usr/src/uts/common/io/dld/dld_str.c
1783
mac_client_handle_t mch = dsp->ds_mch;
usr/src/uts/common/io/fcoe/fcoe.h
135
mac_client_handle_t fm_cli_handle;
usr/src/uts/common/io/mac/mac.c
1411
mac_addr_factory_reserve(mac_client_handle_t mch, int *slot)
usr/src/uts/common/io/mac/mac.c
1466
mac_addr_factory_release(mac_client_handle_t mch, uint_t slot)
usr/src/uts/common/io/mac/mac.c
1574
mac_hwrings_get(mac_client_handle_t mch, mac_group_handle_t *hwgh,
usr/src/uts/common/io/mac/mac.c
1740
mac_client_set_flow_cb(mac_client_handle_t mch, mac_rx_t func, void *arg1)
usr/src/uts/common/io/mac/mac.c
1754
mac_client_clear_flow_cb(mac_client_handle_t mch)
usr/src/uts/common/io/mac/mac.c
1938
mac_hwring_send_priv(mac_client_handle_t mch, mac_ring_handle_t rh, mblk_t *mp)
usr/src/uts/common/io/mac/mac.c
2431
mac_srs_perm_quiesce(mac_client_handle_t mch, boolean_t on)
usr/src/uts/common/io/mac/mac.c
2456
mac_rx_client_quiesce(mac_client_handle_t mch)
usr/src/uts/common/io/mac/mac.c
2472
mac_rx_client_restart(mac_client_handle_t mch)
usr/src/uts/common/io/mac/mac.c
2560
i_mac_tx_client_quiesce(mac_client_handle_t mch,
usr/src/uts/common/io/mac/mac.c
2576
mac_tx_client_quiesce(mac_client_handle_t mch)
usr/src/uts/common/io/mac/mac.c
2582
mac_tx_client_condemn(mac_client_handle_t mch)
usr/src/uts/common/io/mac/mac.c
2588
mac_tx_client_restart(mac_client_handle_t mch)
usr/src/uts/common/io/mac/mac.c
2607
mac_tx_client_quiesce((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
2608
mac_tx_client_restart((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
2614
mac_rx_client_quiesce((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
2615
mac_tx_client_quiesce((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
2621
mac_rx_client_restart((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
2622
mac_tx_client_restart((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
2713
if ((mcip != NULL) && mac_link_has_flows((mac_client_handle_t)mcip)) {
usr/src/uts/common/io/mac/mac.c
5051
mac_tx_client_quiesce((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
5075
mac_tx_client_restart((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
5204
mac_tx_client_quiesce((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
5206
mac_tx_client_restart((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
5224
mac_tx_client_quiesce((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
5274
mac_tx_client_restart((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
6583
mac_tx_client_quiesce((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
6590
mac_tx_client_restart((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
6713
(mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
6717
(mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
6758
mac_tx_client_quiesce((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
6784
mac_tx_client_restart((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
6788
mac_tx_client_restart((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
6793
mac_tx_client_restart((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
6797
mac_tx_client_restart((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
7188
(mac_client_handle_t)mcip,
usr/src/uts/common/io/mac/mac.c
7275
(mac_client_handle_t)mcip,
usr/src/uts/common/io/mac/mac.c
7375
mac_rx_client_quiesce((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
7398
mac_rx_client_restart((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
7435
mac_rx_client_restart((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
7449
mac_rx_client_restart((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
7722
mac_tx_client_quiesce((mac_client_handle_t)gclient);
usr/src/uts/common/io/mac/mac.c
7724
mac_tx_client_restart((mac_client_handle_t)gclient);
usr/src/uts/common/io/mac/mac.c
7750
(mac_client_handle_t)mcip, -1,
usr/src/uts/common/io/mac/mac.c
7783
mac_client_set_rings((mac_client_handle_t)mcip, -1,
usr/src/uts/common/io/mac/mac.c
7897
(mac_client_handle_t)gmcip);
usr/src/uts/common/io/mac/mac.c
7916
(mac_client_handle_t)gmcip);
usr/src/uts/common/io/mac/mac.c
7960
mac_tx_client_quiesce((mac_client_handle_t)gmcip);
usr/src/uts/common/io/mac/mac.c
7976
mac_tx_client_restart((mac_client_handle_t)gmcip);
usr/src/uts/common/io/mac/mac.c
8054
mac_client_tx_notify(mac_client_handle_t mch, mac_tx_notify_t callb_func,
usr/src/uts/common/io/mac/mac.c
8146
mac_client_vid((mac_client_handle_t)vmcip) ==
usr/src/uts/common/io/mac/mac.c
8312
(mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
8315
(mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac.c
8436
mac_client_get_resources((mac_client_handle_t)mcip, mrp);
usr/src/uts/common/io/mac/mac_client.c
1100
mac_unicast_secondary_get(mac_client_handle_t mh, uint8_t *addr)
usr/src/uts/common/io/mac/mac_client.c
1264
mac_addr_random(mac_client_handle_t mch, uint_t prefix_len,
usr/src/uts/common/io/mac/mac_client.c
1315
mac_client_open(mac_handle_t mh, mac_client_handle_t *mchp, char *name,
usr/src/uts/common/io/mac/mac_client.c
1350
*mchp = (mac_client_handle_t)mcip;
usr/src/uts/common/io/mac/mac_client.c
1478
*mchp = (mac_client_handle_t)mcip;
usr/src/uts/common/io/mac/mac_client.c
1494
mac_client_close(mac_client_handle_t mch, uint16_t flags)
usr/src/uts/common/io/mac/mac_client.c
1519
mac_client_datapath_teardown((mac_client_handle_t)mcip, NULL,
usr/src/uts/common/io/mac/mac_client.c
1555
mac_rx_bypass_set(mac_client_handle_t mch, mac_direct_rx_t rx_fn, void *arg1,
usr/src/uts/common/io/mac/mac_client.c
1589
mac_rx_bypass_enable(mac_client_handle_t mch)
usr/src/uts/common/io/mac/mac_client.c
1595
mac_rx_bypass_disable(mac_client_handle_t mch)
usr/src/uts/common/io/mac/mac_client.c
1605
mac_rx_set(mac_client_handle_t mch, mac_rx_t rx_fn, void *arg)
usr/src/uts/common/io/mac/mac_client.c
164
static void mac_client_datapath_teardown(mac_client_handle_t,
usr/src/uts/common/io/mac/mac_client.c
1641
mac_rx_clear(mac_client_handle_t mch)
usr/src/uts/common/io/mac/mac_client.c
1647
mac_rx_barrier(mac_client_handle_t mch)
usr/src/uts/common/io/mac/mac_client.c
166
static int mac_resource_ctl_set(mac_client_handle_t, mac_resource_props_t *);
usr/src/uts/common/io/mac/mac_client.c
1673
mac_secondary_dup(mac_client_handle_t smch, mac_client_handle_t dmch)
usr/src/uts/common/io/mac/mac_client.c
1698
mac_secondary_cleanup(mac_client_handle_t mch)
usr/src/uts/common/io/mac/mac_client.c
1965
(mac_client_handle_t)
usr/src/uts/common/io/mac/mac_client.c
1970
(mac_client_handle_t)
usr/src/uts/common/io/mac/mac_client.c
2000
(mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac_client.c
2003
(mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac_client.c
2019
mac_tx_client_quiesce((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac_client.c
2021
mac_tx_client_restart((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac_client.c
2030
mac_tx_client_quiesce((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac_client.c
2032
mac_tx_client_restart((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac_client.c
2079
mac_resource_ctl_set(mac_client_handle_t mch, mac_resource_props_t *mrp)
usr/src/uts/common/io/mac/mac_client.c
2397
mac_link_init_flows((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac_client.c
2541
i_mac_unicast_add(mac_client_handle_t mch, uint8_t *mac_addr, uint16_t flags,
usr/src/uts/common/io/mac/mac_client.c
2905
mac_unicast_add_set_rx(mac_client_handle_t mch, uint8_t *mac_addr,
usr/src/uts/common/io/mac/mac_client.c
2928
mac_unicast_add(mac_client_handle_t mch, uint8_t *mac_addr, uint16_t flags,
usr/src/uts/common/io/mac/mac_client.c
2942
mac_client_datapath_teardown(mac_client_handle_t mch, mac_unicast_impl_t *muip,
usr/src/uts/common/io/mac/mac_client.c
3066
mac_unicast_remove(mac_client_handle_t mch, mac_unicast_handle_t mah)
usr/src/uts/common/io/mac/mac_client.c
3268
mac_multicast_add(mac_client_handle_t mch, const uint8_t *addr)
usr/src/uts/common/io/mac/mac_client.c
3314
mac_multicast_remove(mac_client_handle_t mch, const uint8_t *addr)
usr/src/uts/common/io/mac/mac_client.c
3352
mac_promisc_add(mac_client_handle_t mch, mac_client_promisc_type_t type,
usr/src/uts/common/io/mac/mac_client.c
3539
mac_tx(mac_client_handle_t mch, mblk_t *mp_chain, uintptr_t hint,
usr/src/uts/common/io/mac/mac_client.c
3744
mac_tx_is_flow_blocked(mac_client_handle_t mch, mac_tx_cookie_t cookie)
usr/src/uts/common/io/mac/mac_client.c
3949
mac_resource_set(mac_client_handle_t mch, mac_resource_cb_t *rcbs,
usr/src/uts/common/io/mac/mac_client.c
3962
mac_resource_clear(mac_client_handle_t mch, boolean_t is_v6)
usr/src/uts/common/io/mac/mac_client.c
3978
mac_client_poll_enable(mac_client_handle_t mch, boolean_t is_v6)
usr/src/uts/common/io/mac/mac_client.c
4001
mac_client_poll_disable(mac_client_handle_t mch, boolean_t is_v6)
usr/src/uts/common/io/mac/mac_client.c
4023
mac_cpu_set(mac_client_handle_t mch, mac_resource_props_t *mrp)
usr/src/uts/common/io/mac/mac_client.c
4046
mac_client_set_resources(mac_client_handle_t mch, mac_resource_props_t *mrp)
usr/src/uts/common/io/mac/mac_client.c
4084
mac_client_get_resources(mac_client_handle_t mch, mac_resource_props_t *mrp)
usr/src/uts/common/io/mac/mac_client.c
4097
mac_client_get_effective_resources(mac_client_handle_t mch,
usr/src/uts/common/io/mac/mac_client.c
470
mac_client_name(mac_client_handle_t mch)
usr/src/uts/common/io/mac/mac_client.c
4708
err = mac_client_set_resources((mac_client_handle_t)mcip, tmrp);
usr/src/uts/common/io/mac/mac_client.c
4724
mac_client_vid((mac_client_handle_t)vmcip) !=
usr/src/uts/common/io/mac/mac_client.c
4825
mac_client_get_resources((mac_client_handle_t)mcip, mrp);
usr/src/uts/common/io/mac/mac_client.c
4843
mac_client_get_effective_resources((mac_client_handle_t)mcip,
usr/src/uts/common/io/mac/mac_client.c
486
mac_client_vid(mac_client_handle_t mch)
usr/src/uts/common/io/mac/mac_client.c
508
mac_client_is_vlan_vnic(mac_client_handle_t mch)
usr/src/uts/common/io/mac/mac_client.c
5399
mac_set_upper_mac(mac_client_handle_t mch, mac_handle_t mh,
usr/src/uts/common/io/mac/mac_client.c
5753
mac_client_set_rings(mac_client_handle_t mch, int rxrings, int txrings)
usr/src/uts/common/io/mac/mac_client.c
5770
mac_get_promisc_filtered(mac_client_handle_t mch)
usr/src/uts/common/io/mac/mac_client.c
5778
mac_set_promisc_filtered(mac_client_handle_t mch, boolean_t enable)
usr/src/uts/common/io/mac/mac_client.c
613
mac_client_stat_get(mac_client_handle_t mch, uint_t stat)
usr/src/uts/common/io/mac/mac_client.c
931
mac_vnic_unicast_set(mac_client_handle_t mch, const uint8_t *addr)
usr/src/uts/common/io/mac/mac_datapath_setup.c
1568
mac_tx_client_quiesce((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac_datapath_setup.c
1623
mac_tx_client_restart((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac_datapath_setup.c
2665
mac_tx_client_condemn((mac_client_handle_t)mcip);
usr/src/uts/common/io/mac/mac_datapath_setup.c
4101
(mac_client_handle_t)mcip->mci_flent->fe_mcip, MAC_STAT_IFSPEED);
usr/src/uts/common/io/mac/mac_datapath_setup.c
666
(mac_client_handle_t)flent->fe_mcip, MAC_STAT_IFSPEED);
usr/src/uts/common/io/mac/mac_flow.c
1123
mac_link_init_flows(mac_client_handle_t mch)
usr/src/uts/common/io/mac/mac_flow.c
1139
mac_link_has_flows(mac_client_handle_t mch)
usr/src/uts/common/io/mac/mac_flow.c
1159
mac_link_release_flows(mac_client_handle_t mch)
usr/src/uts/common/io/mac/mac_flow.c
1188
mac_link_flow_init(mac_client_handle_t mch, flow_entry_t *sub_flow)
usr/src/uts/common/io/mac/mac_flow.c
1322
mac_link_flow_clean(mac_client_handle_t mch, flow_entry_t *sub_flow)
usr/src/uts/common/io/mac/mac_flow.c
389
mac_link_flow_clean((mac_client_handle_t)mcip, flent);
usr/src/uts/common/io/mac/mac_flow.c
399
mac_flow_add_subflow(mac_client_handle_t mch, flow_entry_t *flent,
usr/src/uts/common/io/mac/mac_flow.c
447
err = mac_link_flow_init((mac_client_handle_t)mcip, flent);
usr/src/uts/common/io/mac/mac_hio.c
113
mac_share_bind(mac_client_handle_t mch, uint64_t cookie, uint64_t *rcookie)
usr/src/uts/common/io/mac/mac_hio.c
164
mac_share_unbind(mac_client_handle_t mch)
usr/src/uts/common/io/mac/mac_protect.c
2342
mac_protect_check(mac_client_handle_t mch, mblk_t *mp)
usr/src/uts/common/io/mac/mac_protect.c
2371
mac_protect_enabled(mac_client_handle_t mch, uint32_t type)
usr/src/uts/common/io/mac/mac_protect.c
2497
mac_protect_set(mac_client_handle_t mch, mac_resource_props_t *mrp)
usr/src/uts/common/io/mac/mac_sched.c
4384
vid = mac_client_vid((mac_client_handle_t)src_mcip);
usr/src/uts/common/io/mac/mac_util.c
1845
mac_client_set_intr_cpu(void *arg, mac_client_handle_t mch, int32_t cpuid)
usr/src/uts/common/io/mac/mac_util.c
1869
mac_client_intr_cpu(mac_client_handle_t mch)
usr/src/uts/common/net/bridge_impl.h
179
mac_client_handle_t bl_mch;
usr/src/uts/common/sys/aggr_impl.h
139
mac_client_handle_t lp_mch;
usr/src/uts/common/sys/dld_impl.h
127
mac_client_handle_t ds_mch; /* SL */
usr/src/uts/common/sys/dls_impl.h
52
mac_client_handle_t dl_mch; /* SL */
usr/src/uts/common/sys/mac_client.h
128
extern int mac_client_open(mac_handle_t, mac_client_handle_t *, char *,
usr/src/uts/common/sys/mac_client.h
130
extern void mac_client_close(mac_client_handle_t, uint16_t);
usr/src/uts/common/sys/mac_client.h
132
extern int mac_unicast_add(mac_client_handle_t, uint8_t *, uint16_t,
usr/src/uts/common/sys/mac_client.h
134
extern int mac_unicast_add_set_rx(mac_client_handle_t, uint8_t *, uint16_t,
usr/src/uts/common/sys/mac_client.h
136
extern int mac_unicast_remove(mac_client_handle_t, mac_unicast_handle_t);
usr/src/uts/common/sys/mac_client.h
138
extern int mac_multicast_add(mac_client_handle_t, const uint8_t *);
usr/src/uts/common/sys/mac_client.h
139
extern void mac_multicast_remove(mac_client_handle_t, const uint8_t *);
usr/src/uts/common/sys/mac_client.h
141
extern void mac_rx_set(mac_client_handle_t, mac_rx_t, void *);
usr/src/uts/common/sys/mac_client.h
142
extern void mac_rx_clear(mac_client_handle_t);
usr/src/uts/common/sys/mac_client.h
143
extern void mac_rx_barrier(mac_client_handle_t);
usr/src/uts/common/sys/mac_client.h
144
extern void mac_secondary_dup(mac_client_handle_t, mac_client_handle_t);
usr/src/uts/common/sys/mac_client.h
145
extern void mac_secondary_cleanup(mac_client_handle_t);
usr/src/uts/common/sys/mac_client.h
146
extern mac_tx_cookie_t mac_tx(mac_client_handle_t, mblk_t *,
usr/src/uts/common/sys/mac_client.h
148
extern boolean_t mac_tx_is_flow_blocked(mac_client_handle_t, mac_tx_cookie_t);
usr/src/uts/common/sys/mac_client.h
149
extern uint64_t mac_client_stat_get(mac_client_handle_t, uint_t);
usr/src/uts/common/sys/mac_client.h
151
extern int mac_promisc_add(mac_client_handle_t, mac_client_promisc_type_t,
usr/src/uts/common/sys/mac_client.h
159
extern char *mac_client_name(mac_client_handle_t);
usr/src/uts/common/sys/mac_client.h
169
extern void mac_unicast_secondary_get(mac_client_handle_t, uint8_t *);
usr/src/uts/common/sys/mac_client.h
173
extern int mac_addr_random(mac_client_handle_t, uint_t, uint8_t *,
usr/src/uts/common/sys/mac_client.h
176
extern int mac_addr_factory_reserve(mac_client_handle_t, int *);
usr/src/uts/common/sys/mac_client.h
177
extern void mac_addr_factory_release(mac_client_handle_t, uint_t);
usr/src/uts/common/sys/mac_client.h
182
extern mac_tx_notify_handle_t mac_client_tx_notify(mac_client_handle_t,
usr/src/uts/common/sys/mac_client.h
185
extern int mac_client_set_resources(mac_client_handle_t,
usr/src/uts/common/sys/mac_client.h
187
extern void mac_client_get_resources(mac_client_handle_t,
usr/src/uts/common/sys/mac_client.h
197
extern int mac_share_bind(mac_client_handle_t, uint64_t, uint64_t *);
usr/src/uts/common/sys/mac_client.h
198
extern void mac_share_unbind(mac_client_handle_t);
usr/src/uts/common/sys/mac_client.h
202
extern void mac_client_set_rings(mac_client_handle_t, int, int);
usr/src/uts/common/sys/mac_client_priv.h
104
extern boolean_t mac_link_has_flows(mac_client_handle_t);
usr/src/uts/common/sys/mac_client_priv.h
117
extern void mac_rx_client_quiesce(mac_client_handle_t);
usr/src/uts/common/sys/mac_client_priv.h
118
extern void mac_rx_client_restart(mac_client_handle_t);
usr/src/uts/common/sys/mac_client_priv.h
119
extern void mac_tx_client_quiesce(mac_client_handle_t);
usr/src/uts/common/sys/mac_client_priv.h
120
extern void mac_tx_client_condemn(mac_client_handle_t);
usr/src/uts/common/sys/mac_client_priv.h
121
extern void mac_tx_client_restart(mac_client_handle_t);
usr/src/uts/common/sys/mac_client_priv.h
122
extern void mac_srs_perm_quiesce(mac_client_handle_t, boolean_t);
usr/src/uts/common/sys/mac_client_priv.h
125
extern int mac_hwrings_get(mac_client_handle_t, mac_group_handle_t *,
usr/src/uts/common/sys/mac_client_priv.h
131
extern void mac_client_set_flow_cb(mac_client_handle_t, mac_rx_t, void *);
usr/src/uts/common/sys/mac_client_priv.h
132
extern void mac_client_clear_flow_cb(mac_client_handle_t);
usr/src/uts/common/sys/mac_client_priv.h
146
extern mblk_t *mac_hwring_send_priv(mac_client_handle_t,
usr/src/uts/common/sys/mac_client_priv.h
164
extern void mac_set_upper_mac(mac_client_handle_t, mac_handle_t,
usr/src/uts/common/sys/mac_client_priv.h
185
extern int32_t mac_client_intr_cpu(mac_client_handle_t);
usr/src/uts/common/sys/mac_client_priv.h
186
extern void mac_client_set_intr_cpu(void *, mac_client_handle_t, int32_t);
usr/src/uts/common/sys/mac_client_priv.h
53
extern boolean_t mac_rx_bypass_set(mac_client_handle_t, mac_direct_rx_t,
usr/src/uts/common/sys/mac_client_priv.h
55
extern void mac_rx_bypass_enable(mac_client_handle_t);
usr/src/uts/common/sys/mac_client_priv.h
56
extern void mac_rx_bypass_disable(mac_client_handle_t);
usr/src/uts/common/sys/mac_client_priv.h
67
extern void mac_resource_set(mac_client_handle_t, mac_resource_cb_t *,
usr/src/uts/common/sys/mac_client_priv.h
69
extern void mac_resource_clear(mac_client_handle_t, boolean_t);
usr/src/uts/common/sys/mac_client_priv.h
87
extern uint16_t mac_client_vid(mac_client_handle_t);
usr/src/uts/common/sys/mac_client_priv.h
88
extern int mac_vnic_unicast_set(mac_client_handle_t, const uint8_t *);
usr/src/uts/common/sys/mac_client_priv.h
89
extern boolean_t mac_client_is_vlan_vnic(mac_client_handle_t);
usr/src/uts/common/sys/mac_client_priv.h
91
extern void mac_client_poll_enable(mac_client_handle_t, boolean_t);
usr/src/uts/common/sys/mac_client_priv.h
92
extern void mac_client_poll_disable(mac_client_handle_t, boolean_t);
usr/src/uts/common/sys/mac_client_priv.h
98
extern void mac_link_init_flows(mac_client_handle_t);
usr/src/uts/common/sys/mac_client_priv.h
99
extern void mac_link_release_flows(mac_client_handle_t);
usr/src/uts/common/sys/mac_flow_impl.h
531
extern int mac_flow_add_subflow(mac_client_handle_t, flow_entry_t *,
usr/src/uts/common/sys/mac_impl.h
765
extern int mac_link_flow_init(mac_client_handle_t, flow_entry_t *);
usr/src/uts/common/sys/mac_impl.h
766
extern void mac_link_flow_clean(mac_client_handle_t, flow_entry_t *);
usr/src/uts/common/sys/mac_impl.h
855
extern mblk_t *mac_protect_check(mac_client_handle_t, mblk_t *);
usr/src/uts/common/sys/mac_impl.h
856
extern int mac_protect_set(mac_client_handle_t, mac_resource_props_t *);
usr/src/uts/common/sys/mac_impl.h
857
extern boolean_t mac_protect_enabled(mac_client_handle_t, uint32_t);
usr/src/uts/common/sys/mac_impl.h
870
extern void mac_set_promisc_filtered(mac_client_handle_t, boolean_t);
usr/src/uts/common/sys/mac_impl.h
871
extern boolean_t mac_get_promisc_filtered(mac_client_handle_t);
usr/src/uts/common/sys/vnic_impl.h
52
mac_client_handle_t vn_mc_handles[MPT_MAXMACADDR];
usr/src/uts/common/xen/io/xnbo.c
70
mac_client_handle_t o_mch;
usr/src/uts/intel/io/viona/viona_impl.h
259
mac_client_handle_t l_mch;
usr/src/uts/sun4v/io/vnet.c
2694
mac_client_handle_t mch = NULL;
usr/src/uts/sun4v/io/vsw_phys.c
1130
vsw_mac_add_vlans(vsw_t *vswp, mac_client_handle_t mch, uint8_t *macaddr,
usr/src/uts/sun4v/io/vsw_phys.c
1167
vsw_mac_remove_vlans(mac_client_handle_t mch, vsw_vlanid_t *vids, int nvids)
usr/src/uts/sun4v/io/vsw_phys.c
1390
mac_client_handle_t mch;
usr/src/uts/sun4v/io/vsw_phys.c
337
mac_client_handle_t mch;
usr/src/uts/sun4v/io/vsw_phys.c
367
mac_client_handle_t mch;
usr/src/uts/sun4v/io/vsw_phys.c
387
mac_client_handle_t mch;
usr/src/uts/sun4v/io/vsw_phys.c
429
mac_client_handle_t mch;
usr/src/uts/sun4v/io/vsw_phys.c
522
mac_client_handle_t *mchp;
usr/src/uts/sun4v/io/vsw_phys.c
584
mac_client_handle_t *mchp;
usr/src/uts/sun4v/io/vsw_phys.c
828
mac_client_handle_t mch = NULL;
usr/src/uts/sun4v/io/vsw_phys.c
85
static void vsw_mac_add_vlans(vsw_t *vswp, mac_client_handle_t mch,
usr/src/uts/sun4v/io/vsw_phys.c
87
static void vsw_mac_remove_vlans(mac_client_handle_t mch, vsw_vlanid_t *vids,
usr/src/uts/sun4v/io/vsw_phys.c
951
mac_client_handle_t mch;
usr/src/uts/sun4v/sys/vnet.h
307
mac_client_handle_t hio_mch; /* HIO mac client hdl */
usr/src/uts/sun4v/sys/vsw.h
156
mac_client_handle_t mch; /* mac client handle */
usr/src/uts/sun4v/sys/vsw_ldc.h
415
mac_client_handle_t p_mch; /* mac client handle */