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

/opensolaris-onvv-gate/usr/src/uts/common/io/mac/
H A Dmac_hio.c113 mac_share_bind(mac_client_handle_t mch, uint64_t cookie, uint64_t *rcookie) argument
164 mac_share_unbind(mac_client_handle_t mch) argument
H A Dmac_util.c823 mac_client_set_intr_cpu(void *arg, mac_client_handle_t mch, int32_t cpuid) argument
847 mac_client_intr_cpu(mac_client_handle_t mch) argument
H A Dmac_flow.c397 mac_flow_add_subflow(mac_client_handle_t mch, flow_entry_t *flent, argument
1122 mac_link_init_flows(mac_client_handle_t mch) argument
1138 mac_link_has_flows(mac_client_handle_t mch) argument
1158 mac_link_release_flows(mac_client_handle_t mch) argument
1187 mac_link_flow_init(mac_client_handle_t mch, flow_entry_t *sub_flow) argument
1321 mac_link_flow_clean(mac_client_handle_t mch, flow_entry_t *sub_flow) argument
[all...]
H A Dmac_protect.c2048 mac_protect_check(mac_client_handle_t mch, mblk_t *mp) argument
2077 mac_protect_enabled(mac_client_handle_t mch, uint32_t type) argument
2190 mac_protect_set(mac_client_handle_t mch, mac_resource_props_t *mrp) argument
H A Dmac_sched.c3316 mac_tx_send(mac_client_handle_t mch, mac_ring_handle_t ring, mblk_t *mp_chain, argument
H A Dmac_client.c442 mac_client_name(mac_client_handle_t mch) argument
458 mac_client_vid(mac_client_handle_t mch) argument
480 mac_client_is_vlan_vnic(mac_client_handle_t mch) argument
580 mac_client_stat_get(mac_client_handle_t mch, uint_t stat) argument
885 mac_vnic_unicast_set(mac_client_handle_t mch, const uint8_t *addr) argument
1206 mac_addr_random(mac_client_handle_t mch, uint_t prefix_len, uint8_t *mac_addr, mac_diag_t *diag) argument
1427 mac_client_close(mac_client_handle_t mch, uint16_t flags) argument
1487 mac_rx_bypass_set(mac_client_handle_t mch, mac_direct_rx_t rx_fn, void *arg1) argument
1515 mac_rx_bypass_enable(mac_client_handle_t mch) argument
1521 mac_rx_bypass_disable(mac_client_handle_t mch) argument
1531 mac_rx_set(mac_client_handle_t mch, mac_rx_t rx_fn, void *arg) argument
1556 mac_rx_clear(mac_client_handle_t mch) argument
1914 mac_resource_ctl_set(mac_client_handle_t mch, mac_resource_props_t *mrp) argument
2007 mac_resource_ctl_get(mac_client_handle_t mch, mac_resource_props_t *mrp) argument
2359 i_mac_unicast_add(mac_client_handle_t mch, uint8_t *mac_addr, uint16_t flags, mac_unicast_handle_t *mah, uint16_t vid, mac_diag_t *diag) argument
2712 mac_unicast_add_set_rx(mac_client_handle_t mch, uint8_t *mac_addr, uint16_t flags, mac_unicast_handle_t *mah, uint16_t vid, mac_diag_t *diag, mac_rx_t rx_fn, void *arg) argument
2735 mac_unicast_add(mac_client_handle_t mch, uint8_t *mac_addr, uint16_t flags, mac_unicast_handle_t *mah, uint16_t vid, mac_diag_t *diag) argument
2749 mac_client_datapath_teardown(mac_client_handle_t mch, mac_unicast_impl_t *muip, flow_entry_t *flent) argument
2873 mac_unicast_remove(mac_client_handle_t mch, mac_unicast_handle_t mah) argument
3072 mac_multicast_add(mac_client_handle_t mch, const uint8_t *addr) argument
3118 mac_multicast_remove(mac_client_handle_t mch, const uint8_t *addr) argument
3156 mac_promisc_add(mac_client_handle_t mch, mac_client_promisc_type_t type, mac_rx_t fn, void *arg, mac_promisc_handle_t *mphp, uint16_t flags) argument
3314 mac_tx(mac_client_handle_t mch, mblk_t *mp_chain, uintptr_t hint, uint16_t flag, mblk_t **ret_mp) argument
3448 mac_tx_is_flow_blocked(mac_client_handle_t mch, mac_tx_cookie_t cookie) argument
3654 mac_resource_set_common(mac_client_handle_t mch, mac_resource_add_t add, mac_resource_remove_t remove, mac_resource_quiesce_t quiesce, mac_resource_restart_t restart, mac_resource_bind_t bind, void *arg) argument
3670 mac_resource_set(mac_client_handle_t mch, mac_resource_add_t add, void *arg) argument
3681 mac_client_poll_enable(mac_client_handle_t mch) argument
3704 mac_client_poll_disable(mac_client_handle_t mch) argument
3726 mac_cpu_set(mac_client_handle_t mch, mac_resource_props_t *mrp) argument
3749 mac_client_set_resources(mac_client_handle_t mch, mac_resource_props_t *mrp) argument
3787 mac_client_get_resources(mac_client_handle_t mch, mac_resource_props_t *mrp) argument
3800 mac_client_get_effective_resources(mac_client_handle_t mch, mac_resource_props_t *mrp) argument
5053 mac_set_upper_mac(mac_client_handle_t mch, mac_handle_t mh, mac_resource_props_t *mrp) argument
5399 mac_client_set_rings(mac_client_handle_t mch, int rxrings, int txrings) argument
[all...]
H A Dmac.c1318 mac_addr_factory_reserve(mac_client_handle_t mch, int *slot) argument
1373 mac_addr_factory_release(mac_client_handle_t mch, uint_t slot) argument
1481 mac_hwrings_get(mac_client_handle_t mch, mac_group_handle_t *hwgh, argument
1670 mac_hwring_send_priv(mac_client_handle_t mch, mac_ring_handle_t rh, mblk_t *mp) argument
2055 mac_srs_perm_quiesce(mac_client_handle_t mch, boolean_t on) argument
2080 mac_rx_client_quiesce(mac_client_handle_t mch) argument
2096 mac_rx_client_restart(mac_client_handle_t mch) argument
2183 i_mac_tx_client_quiesce(mac_client_handle_t mch, uint_t srs_quiesce_flag) argument
2198 mac_tx_client_quiesce(mac_client_handle_t mch) argument
2204 mac_tx_client_condemn(mac_client_handle_t mch) argument
2210 mac_tx_client_restart(mac_client_handle_t mch) argument
7219 mac_client_tx_notify(mac_client_handle_t mch, mac_tx_notify_t callb_func, void *ptr) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dcommon.c47 crypto_mechanism_t mch; local
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/grover/memcfg/
H A Dpiclmemcfg.c206 picl_nodehdl_t mch, memmodh; local
/opensolaris-onvv-gate/usr/src/uts/common/io/aggr/
H A Daggr_port.c136 mac_client_handle_t mch = NULL; local
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/common/memcfg/
H A Dpiclmemcfg_comm.c132 picl_nodehdl_t mch; member in struct:memmodgrp_info
160 del_plugout_mmodgrp(picl_nodehdl_t mch) argument
554 create_physical_tree(picl_nodehdl_t mch, void *args) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_subr.c59 mc_hdr_t *mch = (mc_hdr_t *)node; local
66 mc_hdr_t *mch = (mc_hdr_t *)node; local
276 mc_hdr_t *mch = (mc_hdr_t *)node; local
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dvsw_phys.c337 mac_client_handle_t mch; local
367 mac_client_handle_t mch; local
387 mac_client_handle_t mch; local
429 mac_client_handle_t mch; local
828 mac_client_handle_t mch = NULL; local
951 mac_client_handle_t mch; local
1130 vsw_mac_add_vlans(vsw_t *vswp, mac_client_handle_t mch, uint8_t *macaddr, uint16_t flags, vsw_vlanid_t *vids, int nvids) argument
1167 vsw_mac_remove_vlans(mac_client_handle_t mch, vsw_vlanid_t *vids, int nvids) argument
1390 mac_client_handle_t mch; local
[all...]
H A Dvnet.c2693 mac_client_handle_t mch = NULL; local
/opensolaris-onvv-gate/usr/src/uts/sun4v/sys/
H A Dvsw.h156 mac_client_handle_t mch; /* mac client handle */ member in struct:vsw
/opensolaris-onvv-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c575 mac_client_handle_t mch; local
710 mac_client_handle_t mch; local
1372 mac_client_handle_t mch; local
1417 pfp_close(mac_handle_t mh, mac_client_handle_t mch) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c338 uintptr_t mch; local
707 uintptr_t mch; local
/opensolaris-onvv-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c1766 mac_client_handle_t mch = dsp->ds_mch; local
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c280 picl_nodehdl_t mch; local
306 post_mc_event(char *ename, picl_nodehdl_t mch) argument
/opensolaris-onvv-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Dpicldiag.c1334 find_memory_module_group(picl_nodehdl_t mch, int *print_header) argument
1387 picl_nodehdl_t mch; local
1436 picl_nodehdl_t mch; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libprtdiag_psr/sparc/lw8/common/
H A Dlw8.c1351 find_memory_module_group(picl_nodehdl_t mch, int *print_header) argument
1404 picl_nodehdl_t mch; local
1453 picl_nodehdl_t mch; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libprtdiag_psr/sparc/schumacher/common/
H A Dschumacher.c1241 find_memory_module_group(picl_nodehdl_t mch, int *print_header) argument
1294 picl_nodehdl_t mch; local
1343 picl_nodehdl_t mch; local
[all...]

Completed in 255 milliseconds