Home
last modified time | relevance | path

Searched refs:mrp_priority (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libdladm/common/
H A Dflowprop.c375 dladm_pri2str(mrp->mrp_priority, buf)); in do_get_priority()
395 bcopy(&vdp->vd_val, &mrp.mrp_priority, in do_set_priority()
398 mrp.mrp_priority = MPL_RESET; in do_set_priority()
H A Dlibdlflow.c170 &attr->fi_resource_props.mrp_priority); in dladm_flow_parse_db()
240 attr->fi_resource_props.mrp_priority)); in i_dladm_flow_fput_grp()
H A Dlinkprop.c2290 mrp.mrp_priority; in get_priority()
2305 mrp->mrp_priority = (mac_priority_level_t)vdp->vd_val; in extract_priority()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c265 mrp->mrp_priority = MPL_SUBFLOW_DEFAULT; in mac_flow_create()
267 mrp->mrp_priority = MPL_LINK_DEFAULT; in mac_flow_create()
679 if (fmrp->mrp_priority != mrp->mrp_priority) in mac_flow_modify_props()
681 if (mrp->mrp_priority == MPL_RESET) { in mac_flow_modify_props()
682 fmrp->mrp_priority = MPL_SUBFLOW_DEFAULT; in mac_flow_modify_props()
685 fmrp->mrp_priority = mrp->mrp_priority; in mac_flow_modify_props()
H A Dmac_client.c2146 if (mrp->mrp_priority == MPL_RESET) { in mac_resource_ctl_set()
2151 mrp->mrp_priority); in mac_resource_ctl_set()
2359 (mrp->mrp_mask & MRP_PRIORITY) ? mrp->mrp_priority : in mac_client_datapath_setup()
4562 if (nmrp->mrp_priority == MPL_RESET) { in mac_update_resources()
4565 cmrp->mrp_priority = in mac_update_resources()
4568 cmrp->mrp_priority = MPL_LINK_DEFAULT; in mac_update_resources()
4572 cmrp->mrp_priority = nmrp->mrp_priority; in mac_update_resources()
5212 mac_priority_level_t pri = mrp->mrp_priority; in mac_validate_props()
H A Dmac_datapath_setup.c2148 mcip->mci_max_pri, mrp->mrp_priority); in mac_srs_create()
H A Dmac.c6488 flent->fe_resource_props.mrp_priority); in mac_flow_update_priority()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow.h224 mac_priority_level_t mrp_priority; /* relative flow priority */ member
H A Dmac_client_impl.h245 (mcip)->mci_flent->fe_resource_props.mrp_priority)
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c281 mac_flow_priority2str(fprop.mrp_priority)); in mac_flow_dcmd_output()