Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c2364 mac_resource_props_t *mrp = MCIP_RESOURCE_PROPS(mcip); in mac_srs_group_setup()
2377 mac_fanout_setup(mcip, flent, MCIP_RESOURCE_PROPS(mcip), in mac_srs_group_setup()
2898 mac_resource_props_t *mrp = MCIP_RESOURCE_PROPS(mcip); in mac_datapath_setup()
3123 MCIP_RESOURCE_PROPS(group_only_mcip), in mac_datapath_setup()
3174 mac_resource_props_t *mrp = MCIP_RESOURCE_PROPS(mcip); in mac_datapath_teardown()
3250 MCIP_RESOURCE_PROPS(grp_only_mcip), in mac_datapath_teardown()
3377 MCIP_RESOURCE_PROPS(grp_only_mcip), mac_rx_deliver, in mac_datapath_teardown()
3398 mrp = MCIP_RESOURCE_PROPS(grp_only_mcip); in mac_datapath_teardown()
4037 mcip_mrp = MCIP_RESOURCE_PROPS(mcip); in mac_fanout_recompute_client()
4098 mrp = MCIP_RESOURCE_PROPS(mcip); in mac_fanout_recompute()
H A Dmac_client.c1681 (void) mac_resource_ctl_set(dmch, MCIP_RESOURCE_PROPS(smcip)); in mac_secondary_dup()
1735 mac_resource_props_t *cmrp = MCIP_RESOURCE_PROPS(mcip); in mac_client_set_rings_prop()
2077 mac_resource_props_t *omrp, *nmrp = MCIP_RESOURCE_PROPS(mcip); in mac_resource_ctl_set()
2139 MCIP_RESOURCE_PROPS(mcip)); in mac_resource_ctl_set()
2712 vmrp = MCIP_RESOURCE_PROPS(mcip); in i_mac_unicast_add()
2734 bcopy(MCIP_RESOURCE_PROPS(mcip), mrp, sizeof (*mrp)); in i_mac_unicast_add()
4066 mac_resource_props_t *mcip_mrp = MCIP_RESOURCE_PROPS(mcip); in mac_client_get_resources()
4714 bcopy(MCIP_RESOURCE_PROPS(vmcip), omrp, sizeof (*omrp)); in i_mac_set_resources()
4720 vmrp = MCIP_RESOURCE_PROPS(vmcip); in i_mac_set_resources()
4757 bcopy(omrp, MCIP_RESOURCE_PROPS(vmcip), in i_mac_set_resources()
[all …]
H A Dmac.c6627 mrp = MCIP_RESOURCE_PROPS(mcip); in mac_reclaim_ring_from_grp()
6685 mrp = MCIP_RESOURCE_PROPS(mcip); in mac_reclaim_ring_from_grp()
6744 mrp = MCIP_RESOURCE_PROPS(mcip); in mac_reclaim_ring_from_grp()
6980 mrp = MCIP_RESOURCE_PROPS(mcip); in i_mac_clients_hw()
7004 mac_resource_props_t *mrp = MCIP_RESOURCE_PROPS(mcip); in mac_reserve_rx_group()
7570 mac_resource_props_t *mrp = MCIP_RESOURCE_PROPS(mcip); in mac_reserve_tx_group()
7666 gmrp = MCIP_RESOURCE_PROPS(gclient); in mac_reserve_tx_group()
7900 MCIP_RESOURCE_PROPS(gmcip), mac_rx_deliver, in mac_tx_switch_group()
7961 MCIP_RESOURCE_PROPS(gmcip), mac_rx_deliver, in mac_tx_switch_group()
8138 vmrp = MCIP_RESOURCE_PROPS(vmcip); in mac_set_prim_vlan_rings()
[all …]
H A Dmac_protect.c578 mac_resource_props_t *mrp = MCIP_RESOURCE_PROPS(mcip); in intercept_dhcpv4_outbound()
1308 mac_resource_props_t *mrp = MCIP_RESOURCE_PROPS(mcip); in intercept_dhcpv6_outbound()
2267 mac_resource_props_t *mrp = MCIP_RESOURCE_PROPS(mcip); in mac_protect_check_one()
2516 mac_update_resources(mrp, MCIP_RESOURCE_PROPS(mcip), B_FALSE); in mac_protect_set()
H A Dmac_util.c1942 mrp = MCIP_RESOURCE_PROPS(mcip); in mac_client_set_intr_cpu()
1959 mac_resource_props_t *mrp = MCIP_RESOURCE_PROPS(mcip); in mac_client_intr_cpu()
H A Dmac_flow.c733 mac_resource_props_t *mcip_mrp = MCIP_RESOURCE_PROPS(mcip); in mac_flow_modify()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client_impl.h227 #define MCIP_RESOURCE_PROPS(mcip) \ macro