Home
last modified time | relevance | path

Searched refs:pgid (Results 26 - 50 of 122) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_dcb_nl.c398 * @pgid: the BW group ID the traffic class belongs to
404 u8 __always_unused *prio_type, u8 *pgid, in ice_dcbnl_get_pg_tc_cfg_tx()
418 *pgid = pi->qos_cfg.local_dcbx_cfg.etscfg.prio_table[prio]; in ice_dcbnl_get_pg_tc_cfg_tx()
420 *pgid); in ice_dcbnl_get_pg_tc_cfg_tx() local
463 * @pgid: corresponding traffic class
467 ice_dcbnl_get_pg_bwg_cfg_tx(struct net_device *netdev, int pgid, u8 *bw_pct) in ice_dcbnl_get_pg_bwg_cfg_tx() argument
476 if (pgid >= ICE_MAX_TRAFFIC_CLASS) in ice_dcbnl_get_pg_bwg_cfg_tx()
479 *bw_pct = pi->qos_cfg.local_dcbx_cfg.etscfg.tcbwtable[pgid]; in ice_dcbnl_get_pg_bwg_cfg_tx()
481 pgid, *bw_pct); in ice_dcbnl_get_pg_bwg_cfg_tx() local
487 * @pgid
403 ice_dcbnl_get_pg_tc_cfg_tx(struct net_device *netdev, int prio, u8 __always_unused *prio_type, u8 *pgid, u8 __always_unused *bw_pct, u8 __always_unused *up_map) ice_dcbnl_get_pg_tc_cfg_tx() argument
491 ice_dcbnl_set_pg_bwg_cfg_tx(struct net_device *netdev, int pgid, u8 bw_pct) ice_dcbnl_set_pg_bwg_cfg_tx() argument
518 ice_dcbnl_get_pg_tc_cfg_rx(struct net_device *netdev, int prio, u8 __always_unused *prio_type, u8 *pgid, u8 __always_unused *bw_pct, u8 __always_unused *up_map) ice_dcbnl_get_pg_tc_cfg_rx() argument
548 ice_dcbnl_set_pg_tc_cfg_rx(struct net_device *netdev, int __always_unused prio, u8 __always_unused prio_type, u8 __always_unused pgid, u8 __always_unused bw_pct, u8 __always_unused up_map) ice_dcbnl_set_pg_tc_cfg_rx() argument
567 ice_dcbnl_get_pg_bwg_cfg_rx(struct net_device *netdev, int __always_unused pgid, u8 *bw_pct) ice_dcbnl_get_pg_bwg_cfg_rx() argument
588 ice_dcbnl_set_pg_bwg_cfg_rx(struct net_device *netdev, int __always_unused pgid, u8 __always_unused bw_pct) ice_dcbnl_set_pg_bwg_cfg_rx() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_dcb_nl.c428 * @pgid: the BW group ID the traffic class belongs to
434 u8 __always_unused *prio_type, u8 *pgid, in ice_dcbnl_get_pg_tc_cfg_tx()
448 *pgid = pi->qos_cfg.local_dcbx_cfg.etscfg.prio_table[prio]; in ice_dcbnl_get_pg_tc_cfg_tx()
450 *pgid); in ice_dcbnl_get_pg_tc_cfg_tx() local
498 * @pgid: corresponding traffic class
502 ice_dcbnl_get_pg_bwg_cfg_tx(struct net_device *netdev, int pgid, u8 *bw_pct) in ice_dcbnl_get_pg_bwg_cfg_tx() argument
511 if (pgid >= ICE_MAX_TRAFFIC_CLASS) in ice_dcbnl_get_pg_bwg_cfg_tx()
514 *bw_pct = pi->qos_cfg.local_dcbx_cfg.etscfg.tcbwtable[pgid]; in ice_dcbnl_get_pg_bwg_cfg_tx()
516 pgid, *bw_pct); in ice_dcbnl_get_pg_bwg_cfg_tx() local
522 * @pgid
433 ice_dcbnl_get_pg_tc_cfg_tx(struct net_device *netdev, int prio, u8 __always_unused *prio_type, u8 *pgid, u8 __always_unused *bw_pct, u8 __always_unused *up_map) ice_dcbnl_get_pg_tc_cfg_tx() argument
526 ice_dcbnl_set_pg_bwg_cfg_tx(struct net_device *netdev, int pgid, u8 bw_pct) ice_dcbnl_set_pg_bwg_cfg_tx() argument
558 ice_dcbnl_get_pg_tc_cfg_rx(struct net_device *netdev, int prio, u8 __always_unused *prio_type, u8 *pgid, u8 __always_unused *bw_pct, u8 __always_unused *up_map) ice_dcbnl_get_pg_tc_cfg_rx() argument
588 ice_dcbnl_set_pg_tc_cfg_rx(struct net_device *netdev, int __always_unused prio, u8 __always_unused prio_type, u8 __always_unused pgid, u8 __always_unused bw_pct, u8 __always_unused up_map) ice_dcbnl_set_pg_tc_cfg_rx() argument
607 ice_dcbnl_get_pg_bwg_cfg_rx(struct net_device *netdev, int __always_unused pgid, u8 *bw_pct) ice_dcbnl_get_pg_bwg_cfg_rx() argument
628 ice_dcbnl_set_pg_bwg_cfg_rx(struct net_device *netdev, int __always_unused pgid, u8 __always_unused bw_pct) ice_dcbnl_set_pg_bwg_cfg_rx() argument
[all...]
/third_party/ltp/testcases/kernel/containers/pidns/
H A Dpidns05.c56 pid_t parentpid, pgid, pgid2; in find_cinit_pids() local
59 pgid = SAFE_GETPGID(parentpid); in find_cinit_pids()
67 if (pgid2 == pgid) { in find_cinit_pids()
/third_party/musl/src/unistd/
H A Dsetpgid.c4 int setpgid(pid_t pid, pid_t pgid) in setpgid() argument
6 return syscall(SYS_setpgid, pid, pgid); in setpgid()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dsetpgid.c22 * @tc.desc : Sets the process group ID of the process specified by pid to pgid
28 pid_t pgid = 0; in setpgid_0100() local
29 int result = setpgid(pid, pgid); in setpgid_0100()
/kernel/linux/linux-5.10/net/ceph/
H A Dosdmap.c679 ret = ceph_pg_compare(&lhs->pgid, &rhs->pgid); in ceph_spg_compare()
711 * rbtree of pg_mapping for handling pg_temp (explicit mapping of pgid
714 DEFINE_RB_FUNCS2(pg_mapping, struct ceph_pg_mapping, pgid, ceph_pg_compare,
1384 struct ceph_pg pgid; in decode_pg_mapping() local
1387 ret = ceph_decode_pgid(p, end, &pgid); in decode_pg_mapping()
1391 pg = lookup_pg_mapping(mapping_root, &pgid); in decode_pg_mapping()
1404 pg->pgid = pgid; /* struct */ in decode_pg_mapping()
2255 bool ceph_pg_is_split(const struct ceph_pg *pgid, u3 argument
2283 ceph_is_new_interval(const struct ceph_osds *old_acting, const struct ceph_osds *new_acting, const struct ceph_osds *old_up, const struct ceph_osds *new_up, int old_size, int new_size, int old_min_size, int new_min_size, u32 old_pg_num, u32 new_pg_num, bool old_sort_bitwise, bool new_sort_bitwise, bool old_recovery_deletes, bool new_recovery_deletes, const struct ceph_pg *pgid) ceph_is_new_interval() argument
2411 raw_pg_to_pg(struct ceph_pg_pool_info *pi, const struct ceph_pg *raw_pgid, struct ceph_pg *pgid) raw_pg_to_pg() argument
2557 apply_upmap(struct ceph_osdmap *osdmap, const struct ceph_pg *pgid, struct ceph_osds *raw) apply_upmap() argument
2735 get_temp_osds(struct ceph_osdmap *osdmap, struct ceph_pg_pool_info *pi, const struct ceph_pg *pgid, struct ceph_osds *temp) get_temp_osds() argument
2787 struct ceph_pg pgid; ceph_pg_to_up_acting_osds() local
2812 struct ceph_pg pgid; ceph_pg_to_primary_shard() local
[all...]
/kernel/linux/linux-6.6/net/ceph/
H A Dosdmap.c695 ret = ceph_pg_compare(&lhs->pgid, &rhs->pgid); in ceph_spg_compare()
727 * rbtree of pg_mapping for handling pg_temp (explicit mapping of pgid
730 DEFINE_RB_FUNCS2(pg_mapping, struct ceph_pg_mapping, pgid, ceph_pg_compare,
1400 struct ceph_pg pgid; in decode_pg_mapping() local
1403 ret = ceph_decode_pgid(p, end, &pgid); in decode_pg_mapping()
1407 pg = lookup_pg_mapping(mapping_root, &pgid); in decode_pg_mapping()
1420 pg->pgid = pgid; /* struct */ in decode_pg_mapping()
2290 bool ceph_pg_is_split(const struct ceph_pg *pgid, u3 argument
2318 ceph_is_new_interval(const struct ceph_osds *old_acting, const struct ceph_osds *new_acting, const struct ceph_osds *old_up, const struct ceph_osds *new_up, int old_size, int new_size, int old_min_size, int new_min_size, u32 old_pg_num, u32 new_pg_num, bool old_sort_bitwise, bool new_sort_bitwise, bool old_recovery_deletes, bool new_recovery_deletes, const struct ceph_pg *pgid) ceph_is_new_interval() argument
2446 raw_pg_to_pg(struct ceph_pg_pool_info *pi, const struct ceph_pg *raw_pgid, struct ceph_pg *pgid) raw_pg_to_pg() argument
2592 apply_upmap(struct ceph_osdmap *osdmap, const struct ceph_pg *pgid, struct ceph_osds *raw) apply_upmap() argument
2770 get_temp_osds(struct ceph_osdmap *osdmap, struct ceph_pg_pool_info *pi, const struct ceph_pg *pgid, struct ceph_osds *temp) get_temp_osds() argument
2822 struct ceph_pg pgid; ceph_pg_to_up_acting_osds() local
2847 struct ceph_pg pgid; ceph_pg_to_primary_shard() local
[all...]
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Dsegment.c883 int pgid, i; in segment_location() local
920 pgid = offset / gcp->pagesize; in segment_location()
928 if (pgid & PPL_MASK) { in segment_location()
932 int pgid2 = pgid & ~PPL_MASK; in segment_location()
934 while (pgid2 < pgid) { in segment_location()
942 for (; apage < end; apage += gcp->pagesize, ++pgid) { in segment_location()
954 if ((pgid & PPL_MASK) == 0) { in segment_location()
957 printf("%12x: ", pgid); /* start a new line */ in segment_location()
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
H A Docelot.c618 int pgid = port; in ocelot_fdb_add() local
621 pgid = PGID_CPU; in ocelot_fdb_add()
637 return ocelot_mact_learn(ocelot, pgid, addr, vid, ENTRYTYPE_LOCKED); in ocelot_fdb_add()
1036 int pgid; in ocelot_mdb_get_pgid() local
1047 for_each_nonreserved_multicast_dest_pgid(ocelot, pgid) { in ocelot_mdb_get_pgid()
1052 if (mc->pgid == pgid) { in ocelot_mdb_get_pgid()
1059 return pgid; in ocelot_mdb_get_pgid()
1101 int pgid = ocelot_mdb_get_pgid(ocelot, entry_type); in ocelot_port_mdb_add() local
1103 if (pgid < in ocelot_port_mdb_add()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_switchdev.c35 int pgid; in sparx5_port_update_mcast_ip_flood() local
37 for (pgid = PGID_IPV4_MC_DATA; pgid <= PGID_IPV6_MC_CTRL; pgid++) in sparx5_port_update_mcast_ip_flood()
38 sparx5_pgid_update_mask(port, pgid, should_flood); in sparx5_port_update_mcast_ip_flood()
506 static void sparx5_cpu_copy_ena(struct sparx5 *spx5, u16 pgid, bool enable) in sparx5_cpu_copy_ena() argument
510 ANA_AC_PGID_MISC_CFG(pgid)); in sparx5_cpu_copy_ena()
608 /* Clear pgid in case mrouter ports exists in sparx5_handle_port_mdb_del()
H A Dsparx5_mactable.c80 int sparx5_mact_learn(struct sparx5 *sparx5, int pgid, in sparx5_mact_learn() argument
85 if (pgid < SPX5_PORTS) { in sparx5_mact_learn()
87 addr = pgid % 32; in sparx5_mact_learn()
88 addr += (pgid / 32) << 5; /* Add upsid */ in sparx5_mact_learn()
91 addr = pgid - SPX5_PORTS; in sparx5_mact_learn()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dcbnl.c698 u8 pgid, u8 bw_pct, u8 up_map) in mlx5e_dcbnl_setpgtccfgtx()
709 if (pgid >= CEE_DCBX_MAX_PGS) { in mlx5e_dcbnl_setpgtccfgtx()
715 cee_cfg->prio_to_pg_map[priority] = pgid; in mlx5e_dcbnl_setpgtccfgtx()
719 int pgid, u8 bw_pct) in mlx5e_dcbnl_setpgbwgcfgtx()
724 if (pgid >= CEE_DCBX_MAX_PGS) { in mlx5e_dcbnl_setpgbwgcfgtx()
730 cee_cfg->pg_bw_pct[pgid] = bw_pct; in mlx5e_dcbnl_setpgbwgcfgtx()
735 u8 *pgid, u8 *bw_pct, u8 *up_map) in mlx5e_dcbnl_getpgtccfgtx()
755 if (mlx5_query_port_prio_tc(mdev, priority, pgid)) in mlx5e_dcbnl_getpgtccfgtx()
756 *pgid = 0; in mlx5e_dcbnl_getpgtccfgtx()
760 int pgid, u in mlx5e_dcbnl_getpgbwgcfgtx()
696 mlx5e_dcbnl_setpgtccfgtx(struct net_device *netdev, int priority, u8 prio_type, u8 pgid, u8 bw_pct, u8 up_map) mlx5e_dcbnl_setpgtccfgtx() argument
718 mlx5e_dcbnl_setpgbwgcfgtx(struct net_device *netdev, int pgid, u8 bw_pct) mlx5e_dcbnl_setpgbwgcfgtx() argument
733 mlx5e_dcbnl_getpgtccfgtx(struct net_device *netdev, int priority, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) mlx5e_dcbnl_getpgtccfgtx() argument
759 mlx5e_dcbnl_getpgbwgcfgtx(struct net_device *netdev, int pgid, u8 *bw_pct) mlx5e_dcbnl_getpgbwgcfgtx() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dcbnl.c698 u8 pgid, u8 bw_pct, u8 up_map) in mlx5e_dcbnl_setpgtccfgtx()
709 if (pgid >= CEE_DCBX_MAX_PGS) { in mlx5e_dcbnl_setpgtccfgtx()
715 cee_cfg->prio_to_pg_map[priority] = pgid; in mlx5e_dcbnl_setpgtccfgtx()
719 int pgid, u8 bw_pct) in mlx5e_dcbnl_setpgbwgcfgtx()
724 if (pgid >= CEE_DCBX_MAX_PGS) { in mlx5e_dcbnl_setpgbwgcfgtx()
730 cee_cfg->pg_bw_pct[pgid] = bw_pct; in mlx5e_dcbnl_setpgbwgcfgtx()
735 u8 *pgid, u8 *bw_pct, u8 *up_map) in mlx5e_dcbnl_getpgtccfgtx()
755 if (mlx5_query_port_prio_tc(mdev, priority, pgid)) in mlx5e_dcbnl_getpgtccfgtx()
756 *pgid = 0; in mlx5e_dcbnl_getpgtccfgtx()
760 int pgid, u in mlx5e_dcbnl_getpgbwgcfgtx()
696 mlx5e_dcbnl_setpgtccfgtx(struct net_device *netdev, int priority, u8 prio_type, u8 pgid, u8 bw_pct, u8 up_map) mlx5e_dcbnl_setpgtccfgtx() argument
718 mlx5e_dcbnl_setpgbwgcfgtx(struct net_device *netdev, int pgid, u8 bw_pct) mlx5e_dcbnl_setpgbwgcfgtx() argument
733 mlx5e_dcbnl_getpgtccfgtx(struct net_device *netdev, int priority, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) mlx5e_dcbnl_getpgtccfgtx() argument
759 mlx5e_dcbnl_getpgbwgcfgtx(struct net_device *netdev, int pgid, u8 *bw_pct) mlx5e_dcbnl_getpgbwgcfgtx() argument
[all...]
/kernel/linux/linux-6.6/include/soc/mscc/
H A Docelot.h73 #define for_each_unicast_dest_pgid(ocelot, pgid) \
74 for ((pgid) = 0; \
75 (pgid) < (ocelot)->num_phys_ports; \
76 (pgid)++)
78 #define for_each_nonreserved_multicast_dest_pgid(ocelot, pgid) \
79 for ((pgid) = (ocelot)->num_phys_ports + 1; \
80 (pgid) < PGID_BLACKHOLE; \
81 (pgid)++)
83 #define for_each_aggr_pgid(ocelot, pgid) \
84 for ((pgid)
[all...]
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dio_sch.h127 struct pgid pgid[8]; /* path group IDs per chpid*/ member
166 unsigned int pgid_unknown:1;/* unknown pgid state */
H A Dcss.h49 struct pgid { struct
123 struct pgid global_pgid;
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dio_sch.h127 struct pgid pgid[8]; /* path group IDs per chpid*/ member
165 unsigned int pgid_unknown:1;/* unknown pgid state */
H A Dcss.h57 struct pgid { struct
121 struct pgid global_pgid;
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c1352 u8 *pgid, u8 *bw_pct, u8 *up_map) in qed_dcbnl_getpgtccfgtx()
1358 *prio_type = *pgid = *bw_pct = *up_map = 0; in qed_dcbnl_getpgtccfgtx()
1368 *pgid = dcbx_info->operational.params.ets_pri_tc_tbl[tc]; in qed_dcbnl_getpgtccfgtx()
1372 static void qed_dcbnl_getpgbwgcfgtx(struct qed_dev *cdev, int pgid, u8 *bw_pct) in qed_dcbnl_getpgbwgcfgtx() argument
1378 DP_VERBOSE(hwfn, QED_MSG_DCB, "pgid = %d\n", pgid); in qed_dcbnl_getpgbwgcfgtx()
1379 if (pgid < 0 || pgid >= QED_MAX_PFC_PRIORITIES) { in qed_dcbnl_getpgbwgcfgtx()
1380 DP_INFO(hwfn, "Invalid pgid %d\n", pgid); in qed_dcbnl_getpgbwgcfgtx()
1351 qed_dcbnl_getpgtccfgtx(struct qed_dev *cdev, int tc, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) qed_dcbnl_getpgtccfgtx() argument
1564 qed_dcbnl_setpgtccfgtx(struct qed_dev *cdev, int tc, u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) qed_dcbnl_setpgtccfgtx() argument
1599 qed_dcbnl_setpgtccfgrx(struct qed_dev *cdev, int prio, u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) qed_dcbnl_setpgtccfgrx() argument
1605 qed_dcbnl_setpgbwgcfgtx(struct qed_dev *cdev, int pgid, u8 bw_pct) qed_dcbnl_setpgbwgcfgtx() argument
1635 qed_dcbnl_setpgbwgcfgrx(struct qed_dev *cdev, int pgid, u8 bw_pct) qed_dcbnl_setpgbwgcfgrx() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c1350 u8 *pgid, u8 *bw_pct, u8 *up_map) in qed_dcbnl_getpgtccfgtx()
1356 *prio_type = *pgid = *bw_pct = *up_map = 0; in qed_dcbnl_getpgtccfgtx()
1366 *pgid = dcbx_info->operational.params.ets_pri_tc_tbl[tc]; in qed_dcbnl_getpgtccfgtx()
1370 static void qed_dcbnl_getpgbwgcfgtx(struct qed_dev *cdev, int pgid, u8 *bw_pct) in qed_dcbnl_getpgbwgcfgtx() argument
1376 DP_VERBOSE(hwfn, QED_MSG_DCB, "pgid = %d\n", pgid); in qed_dcbnl_getpgbwgcfgtx()
1377 if (pgid < 0 || pgid >= QED_MAX_PFC_PRIORITIES) { in qed_dcbnl_getpgbwgcfgtx()
1378 DP_INFO(hwfn, "Invalid pgid %d\n", pgid); in qed_dcbnl_getpgbwgcfgtx()
1349 qed_dcbnl_getpgtccfgtx(struct qed_dev *cdev, int tc, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) qed_dcbnl_getpgtccfgtx() argument
1562 qed_dcbnl_setpgtccfgtx(struct qed_dev *cdev, int tc, u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) qed_dcbnl_setpgtccfgtx() argument
1597 qed_dcbnl_setpgtccfgrx(struct qed_dev *cdev, int prio, u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) qed_dcbnl_setpgtccfgrx() argument
1603 qed_dcbnl_setpgbwgcfgtx(struct qed_dev *cdev, int pgid, u8 bw_pct) qed_dcbnl_setpgbwgcfgtx() argument
1633 qed_dcbnl_setpgbwgcfgrx(struct qed_dev *cdev, int pgid, u8 bw_pct) qed_dcbnl_setpgbwgcfgrx() argument
[all...]
/kernel/linux/linux-5.10/net/dcb/
H A Ddcbnl.c557 u8 prio, pgid, tc_pct, up_map; in __dcbnl_pg_getcfg() local
602 pgid = DCB_ATTR_VALUE_UNDEFINED; in __dcbnl_pg_getcfg()
611 &pgid, &tc_pct, &up_map); in __dcbnl_pg_getcfg()
616 &pgid, &tc_pct, &up_map); in __dcbnl_pg_getcfg()
622 DCB_TC_ATTR_PARAM_PGID, pgid); in __dcbnl_pg_getcfg()
773 u8 pgid; in __dcbnl_pg_setcfg() local
804 pgid = DCB_ATTR_VALUE_UNDEFINED; in __dcbnl_pg_setcfg()
814 pgid = nla_get_u8(param_tb[DCB_TC_ATTR_PARAM_PGID]); in __dcbnl_pg_setcfg()
828 prio, pgid, tc_pct, up_map); in __dcbnl_pg_setcfg()
833 prio, pgid, tc_pc in __dcbnl_pg_setcfg()
1177 u8 pgid, up_map, prio, tc_pct; dcbnl_cee_pg_fill() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c1979 u8 prio_type, u8 pgid, u8 bw_pct, in bnx2x_dcbnl_set_pg_tccfg_tx()
1984 DP(BNX2X_MSG_DCB, "prio[%d] = %d\n", prio, pgid); in bnx2x_dcbnl_set_pg_tccfg_tx()
1995 * to the standard pgid 15 is dedicated to strict in bnx2x_dcbnl_set_pg_tccfg_tx()
2001 bp->dcbx_config_params.admin_configuration_ets_pg[prio] = pgid; in bnx2x_dcbnl_set_pg_tccfg_tx()
2006 int pgid, u8 bw_pct) in bnx2x_dcbnl_set_pg_bwgcfg_tx()
2009 DP(BNX2X_MSG_DCB, "pgid[%d] = %d\n", pgid, bw_pct); in bnx2x_dcbnl_set_pg_bwgcfg_tx()
2011 if (!bnx2x_dcbnl_set_valid(bp) || pgid >= DCBX_MAX_NUM_PG_BW_ENTRIES) in bnx2x_dcbnl_set_pg_bwgcfg_tx()
2014 bp->dcbx_config_params.admin_configuration_bw_precentage[pgid] = bw_pct; in bnx2x_dcbnl_set_pg_bwgcfg_tx()
2019 u8 prio_type, u8 pgid, u in bnx2x_dcbnl_set_pg_tccfg_rx()
1978 bnx2x_dcbnl_set_pg_tccfg_tx(struct net_device *netdev, int prio, u8 prio_type, u8 pgid, u8 bw_pct, u8 up_map) bnx2x_dcbnl_set_pg_tccfg_tx() argument
2005 bnx2x_dcbnl_set_pg_bwgcfg_tx(struct net_device *netdev, int pgid, u8 bw_pct) bnx2x_dcbnl_set_pg_bwgcfg_tx() argument
2018 bnx2x_dcbnl_set_pg_tccfg_rx(struct net_device *netdev, int prio, u8 prio_type, u8 pgid, u8 bw_pct, u8 up_map) bnx2x_dcbnl_set_pg_tccfg_rx() argument
2026 bnx2x_dcbnl_set_pg_bwgcfg_rx(struct net_device *netdev, int pgid, u8 bw_pct) bnx2x_dcbnl_set_pg_bwgcfg_rx() argument
2033 bnx2x_dcbnl_get_pg_tccfg_tx(struct net_device *netdev, int prio, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) bnx2x_dcbnl_get_pg_tccfg_tx() argument
2060 bnx2x_dcbnl_get_pg_bwgcfg_tx(struct net_device *netdev, int pgid, u8 *bw_pct) bnx2x_dcbnl_get_pg_bwgcfg_tx() argument
2074 bnx2x_dcbnl_get_pg_tccfg_rx(struct net_device *netdev, int prio, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) bnx2x_dcbnl_get_pg_tccfg_rx() argument
2084 bnx2x_dcbnl_get_pg_bwgcfg_rx(struct net_device *netdev, int pgid, u8 *bw_pct) bnx2x_dcbnl_get_pg_bwgcfg_rx() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c1979 u8 prio_type, u8 pgid, u8 bw_pct, in bnx2x_dcbnl_set_pg_tccfg_tx()
1984 DP(BNX2X_MSG_DCB, "prio[%d] = %d\n", prio, pgid); in bnx2x_dcbnl_set_pg_tccfg_tx()
1995 * to the standard pgid 15 is dedicated to strict in bnx2x_dcbnl_set_pg_tccfg_tx()
2001 bp->dcbx_config_params.admin_configuration_ets_pg[prio] = pgid; in bnx2x_dcbnl_set_pg_tccfg_tx()
2006 int pgid, u8 bw_pct) in bnx2x_dcbnl_set_pg_bwgcfg_tx()
2009 DP(BNX2X_MSG_DCB, "pgid[%d] = %d\n", pgid, bw_pct); in bnx2x_dcbnl_set_pg_bwgcfg_tx()
2011 if (!bnx2x_dcbnl_set_valid(bp) || pgid >= DCBX_MAX_NUM_PG_BW_ENTRIES) in bnx2x_dcbnl_set_pg_bwgcfg_tx()
2014 bp->dcbx_config_params.admin_configuration_bw_precentage[pgid] = bw_pct; in bnx2x_dcbnl_set_pg_bwgcfg_tx()
2019 u8 prio_type, u8 pgid, u in bnx2x_dcbnl_set_pg_tccfg_rx()
1978 bnx2x_dcbnl_set_pg_tccfg_tx(struct net_device *netdev, int prio, u8 prio_type, u8 pgid, u8 bw_pct, u8 up_map) bnx2x_dcbnl_set_pg_tccfg_tx() argument
2005 bnx2x_dcbnl_set_pg_bwgcfg_tx(struct net_device *netdev, int pgid, u8 bw_pct) bnx2x_dcbnl_set_pg_bwgcfg_tx() argument
2018 bnx2x_dcbnl_set_pg_tccfg_rx(struct net_device *netdev, int prio, u8 prio_type, u8 pgid, u8 bw_pct, u8 up_map) bnx2x_dcbnl_set_pg_tccfg_rx() argument
2026 bnx2x_dcbnl_set_pg_bwgcfg_rx(struct net_device *netdev, int pgid, u8 bw_pct) bnx2x_dcbnl_set_pg_bwgcfg_rx() argument
2033 bnx2x_dcbnl_get_pg_tccfg_tx(struct net_device *netdev, int prio, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) bnx2x_dcbnl_get_pg_tccfg_tx() argument
2060 bnx2x_dcbnl_get_pg_bwgcfg_tx(struct net_device *netdev, int pgid, u8 *bw_pct) bnx2x_dcbnl_get_pg_bwgcfg_tx() argument
2074 bnx2x_dcbnl_get_pg_tccfg_rx(struct net_device *netdev, int prio, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) bnx2x_dcbnl_get_pg_tccfg_rx() argument
2084 bnx2x_dcbnl_get_pg_bwgcfg_rx(struct net_device *netdev, int pgid, u8 *bw_pct) bnx2x_dcbnl_get_pg_bwgcfg_rx() argument
[all...]
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-caps.c52 lws_plat_user_colon_group_to_ids(const char *u_colon_g, uid_t *puid, gid_t *pgid) argument
86 *pgid = g->gr_gid;
/kernel/linux/linux-5.10/fs/ceph/
H A Dioctl.c190 struct ceph_pg pgid; in ceph_ioctl_get_dataloc() local
215 r = ceph_object_locator_to_pg(osdc->osdmap, &oid, &oloc, &pgid); in ceph_ioctl_get_dataloc()
223 dl.osd = ceph_pg_to_acting_primary(osdc->osdmap, &pgid); in ceph_ioctl_get_dataloc()

Completed in 36 milliseconds

12345