Home
last modified time | relevance | path

Searched refs:prio (Results 126 – 150 of 620) sorted by relevance

12345678910>>...25

/openbmc/linux/drivers/bluetooth/
H A Dbtrtl.h74 __u8 prio; member
82 __u8 prio; member
93 u8 prio; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dsample.c84 ft_attr.prio = FDB_SLOW_PATH; in sampler_termtbl_create()
359 per_vport_tbl_attr.prio = attr->prio; in add_post_rule()
380 post_attr->prio = 0; in add_post_rule()
416 tbl_attr.prio = attr->prio; in del_post_rule()
557 pre_attr->prio = attr->prio; in mlx5e_tc_sample_offload()
/openbmc/linux/net/sched/
H A Dcls_api.c193 tp1->prio == tp2->prio && in tcf_proto_cmp()
391 tp->prio = prio; in tcf_proto_create()
1080 u32 prio = 0; in __tcf_get_next_proto() local
1092 prio = tp->prio + 1; in __tcf_get_next_proto()
1096 if (!tp->deleting && tp->prio >= prio) in __tcf_get_next_proto()
1949 if (tp->prio >= prio) { in tcf_chain_tp_find()
1950 if (tp->prio == prio) { in tcf_chain_tp_find()
2132 u32 prio; in tc_new_tfilter() local
2366 u32 prio; in tc_del_tfilter() local
2409 if (!prio || in tc_del_tfilter()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_offload.py548 if prio is not None:
549 spec += " prio %d" % (prio)
576 return self.cls_filter_op(op=op, prio=prio, handle=handle, cls=cls,
881 sim.cls_bpf_add_filter(obj, prio=1, handle=1)
882 sim.cls_bpf_add_filter(obj, op="replace", prio=1, handle=1)
883 sim.cls_filter_op(op="delete", prio=1, handle=1, cls="bpf")
885 sim.cls_bpf_add_filter(obj, prio=1, handle=1, skip_sw=True)
887 sim.cls_filter_op(op="delete", prio=1, handle=1, cls="bpf")
889 sim.cls_bpf_add_filter(obj, prio=1, handle=1, skip_hw=True)
891 sim.cls_filter_op(op="delete", prio=1, handle=1, cls="bpf")
[all …]
/openbmc/u-boot/board/renesas/alt/
H A Dalt.c130 enum env_location env_get_location(enum env_operation op, int prio) in env_get_location() argument
139 if (prio) in env_get_location()
/openbmc/u-boot/board/renesas/silk/
H A Dsilk.c131 enum env_location env_get_location(enum env_operation op, int prio) in env_get_location() argument
140 if (prio) in env_get_location()
/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_vl.h22 struct sja1105_key *key, u32 index, s32 prio,
54 struct sja1105_key *key, u32 index, s32 prio, in sja1105_vl_gate() argument
/openbmc/linux/drivers/net/dsa/
H A Drzn1_a5psw.h197 #define A5PSW_VLAN_TAG(prio, id) (((prio) << 12) | (id)) argument
221 u16 prio:3; member
/openbmc/u-boot/board/renesas/porter/
H A Dporter.c136 enum env_location env_get_location(enum env_operation op, int prio) in env_get_location() argument
145 if (prio) in env_get_location()
/openbmc/u-boot/board/renesas/koelsch/
H A Dkoelsch.c138 enum env_location env_get_location(enum env_operation op, int prio) in env_get_location() argument
147 if (prio) in env_get_location()
/openbmc/u-boot/board/renesas/gose/
H A Dgose.c136 enum env_location env_get_location(enum env_operation op, int prio) in env_get_location() argument
145 if (prio) in env_get_location()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c166 u8 prio, u8 bwg_id, u8 bw_pct, in ixgbe_dcbnl_set_pg_tc_cfg_tx() argument
171 if (prio != DCB_ATTR_VALUE_UNDEFINED) in ixgbe_dcbnl_set_pg_tc_cfg_tx()
172 adapter->temp_dcb_cfg.tc_config[tc].path[0].prio_type = prio; in ixgbe_dcbnl_set_pg_tc_cfg_tx()
192 u8 prio, u8 bwg_id, u8 bw_pct, in ixgbe_dcbnl_set_pg_tc_cfg_rx() argument
197 if (prio != DCB_ATTR_VALUE_UNDEFINED) in ixgbe_dcbnl_set_pg_tc_cfg_rx()
198 adapter->temp_dcb_cfg.tc_config[tc].path[1].prio_type = prio; in ixgbe_dcbnl_set_pg_tc_cfg_rx()
218 u8 *prio, u8 *bwg_id, u8 *bw_pct, in ixgbe_dcbnl_get_pg_tc_cfg_tx() argument
223 *prio = adapter->dcb_cfg.tc_config[tc].path[0].prio_type; in ixgbe_dcbnl_get_pg_tc_cfg_tx()
238 u8 *prio, u8 *bwg_id, u8 *bw_pct, in ixgbe_dcbnl_get_pg_tc_cfg_rx() argument
243 *prio = adapter->dcb_cfg.tc_config[tc].path[1].prio_type; in ixgbe_dcbnl_get_pg_tc_cfg_rx()
/openbmc/u-boot/board/renesas/lager/
H A Dlager.c147 enum env_location env_get_location(enum env_operation op, int prio) in env_get_location() argument
156 if (prio) in env_get_location()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c728 u8 prio, cos; in bnx2x_dcbx_update_tc_mapping() local
730 for (prio = 0; prio < BNX2X_MAX_PRIORITY; prio++) { in bnx2x_dcbx_update_tc_mapping()
732 & (1 << prio)) { in bnx2x_dcbx_update_tc_mapping()
733 bp->prio_to_cos[prio] = cos; in bnx2x_dcbx_update_tc_mapping()
735 "tx_mapping %d --> %d\n", prio, cos); in bnx2x_dcbx_update_tc_mapping()
1984 DP(BNX2X_MSG_DCB, "prio[%d] = %d\n", prio, pgid); in bnx2x_dcbnl_set_pg_tccfg_tx()
2038 DP(BNX2X_MSG_DCB, "prio = %d\n", prio); in bnx2x_dcbnl_get_pg_tccfg_tx()
2097 DP(BNX2X_MSG_DCB, "prio[%d] = %d\n", prio, setting); in bnx2x_dcbnl_set_pfc_cfg()
2103 bp->dcbx_config_params.admin_pfc_bitmap |= (1 << prio); in bnx2x_dcbnl_set_pfc_cfg()
2114 DP(BNX2X_MSG_DCB, "prio = %d\n", prio); in bnx2x_dcbnl_get_pfc_cfg()
[all …]
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c20 entry->prio = ~0x0; in tc_fill_all_pass_entry()
97 u32 prio = cls->common.prio << 16; in tc_fill_entry() local
141 entry->prio = prio; in tc_fill_entry()
148 frag->prio = prio; in tc_fill_entry()
155 entry->prio = prio; in tc_fill_entry()
693 u32 prio; in tc_add_vlan_flow() local
700 prio = BIT(match.key->vlan_priority); in tc_add_vlan_flow()
701 stmmac_rx_queue_prio(priv, priv->hw, prio, tc); in tc_add_vlan_flow()
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dsch_ets_core.sh134 local prio=0
139 match "meta(priority eq $prio)" \
141 ((prio++))
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dvlan.c16 .vlan.prio = in add_vlan_prio_tag_rewrite_action()
61 attr->vlan_prio[vlan_idx] = act->vlan.prio; in parse_tc_vlan_action()
102 .vlan.prio = 0, in mlx5e_tc_act_vlan_add_push_action()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dflowring.h51 u8 prio, u8 ifidx);
53 u8 prio, u8 ifidx);
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_scsi.h48 uint8_t prio; /* SAM command priority field */ member
58 uint8_t prio; /* SAM command priority field */ member
/openbmc/linux/include/uapi/linux/
H A Dvirtio_scsi.h48 __u8 prio; /* SAM command priority field */ member
58 __u8 prio; /* SAM command priority field */ member
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_dcb.c200 u8 prio; in lan966x_dcb_ieee_setapp() local
207 prio = dcb_getapp(dev, app); in lan966x_dcb_ieee_setapp()
208 if (prio) { in lan966x_dcb_ieee_setapp()
210 app_itr.priority = prio; in lan966x_dcb_ieee_setapp()
/openbmc/qemu/hw/pci-host/
H A Dpnv_phb3_msi.c103 uint64_t server, prio, pq, gen; in phb3_msi_try_send() local
110 prio = GETFIELD(IODA2_IVT_PRIORITY, ive); in phb3_msi_try_send()
126 if (prio == 0xff) { in phb3_msi_try_send()
132 icp_irq(ics, server, srcno + ics->offset, prio); in phb3_msi_try_send()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poco/poco/
H A D0001-Use-std-atomic-int-instead-of-std-atomic-bool.patch41 AsyncChannel::AsyncChannel(Channel::Ptr pChannel, Thread::Priority prio):
47 _thread.setPriority(prio);
/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/
H A Dgic.c115 void gic_set_priority(unsigned int intid, unsigned int prio) in gic_set_priority() argument
118 gic_common_ops->gic_set_priority(intid, prio); in gic_set_priority()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_dcb.c271 u8 prio; in sparx5_dcb_ieee_setapp() local
278 prio = dcb_getapp(dev, app); in sparx5_dcb_ieee_setapp()
279 if (prio) { in sparx5_dcb_ieee_setapp()
281 app_itr.priority = prio; in sparx5_dcb_ieee_setapp()

12345678910>>...25