/kernel/linux/linux-5.10/drivers/s390/cio/ |
D | css.h | 49 struct pgid { struct 57 } __attribute__ ((packed)) pgid_high; argument 58 __u32 cpu_id : 24; /* CPU identification */ 59 __u32 cpu_model : 16; /* CPU model */ 60 __u32 tod_high; /* high word TOD clock */
|
D | device_pgid.c | 139 struct pgid *pgid = &cdev->private->dma_area->pgid[i]; in spid_build_cp() local 303 struct pgid *pgid = &cdev->private->dma_area->pgid[0]; in pgid_analyze() local 335 struct pgid *pgid; in pgid_to_donepm() local 366 static void pgid_fill(struct ccw_device *cdev, struct pgid *pgid) in pgid_fill() 382 struct pgid *pgid; in snid_done() local
|
D | io_sch.h | 127 struct pgid pgid[8]; /* path group IDs per chpid*/ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/ |
D | qede_dcbnl.c | 34 u8 *prio_type, u8 *pgid, u8 *bw_pct, in qede_dcbnl_getpgtccfgtx() 44 int pgid, u8 *bw_pct) in qede_dcbnl_getpgbwgcfgtx() 52 u8 *prio_type, u8 *pgid, u8 *bw_pct, in qede_dcbnl_getpgtccfgrx() 62 int pgid, u8 *bw_pct) in qede_dcbnl_getpgbwgcfgrx() 121 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qede_dcbnl_setpgtccfgtx() 130 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qede_dcbnl_setpgtccfgrx() 138 static void qede_dcbnl_setpgbwgcfgtx(struct net_device *netdev, int pgid, in qede_dcbnl_setpgbwgcfgtx() 146 static void qede_dcbnl_setpgbwgcfgrx(struct net_device *netdev, int pgid, in qede_dcbnl_setpgbwgcfgrx()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_dcb.c | 439 u8 *prio_type, u8 *pgid, u8 *bw_per, in cxgb4_getpgtccfg() 483 u8 *prio_type, u8 *pgid, u8 *bw_per, in cxgb4_getpgtccfg_tx() 493 u8 *prio_type, u8 *pgid, u8 *bw_per, in cxgb4_getpgtccfg_rx() 502 u8 prio_type, u8 pgid, u8 bw_per, in cxgb4_setpgtccfg_tx() 564 static void cxgb4_getpgbwgcfg(struct net_device *dev, int pgid, u8 *bw_per, in cxgb4_getpgbwgcfg() 588 static void cxgb4_getpgbwgcfg_tx(struct net_device *dev, int pgid, u8 *bw_per) in cxgb4_getpgbwgcfg_tx() 593 static void cxgb4_getpgbwgcfg_rx(struct net_device *dev, int pgid, u8 *bw_per) in cxgb4_getpgbwgcfg_rx() 598 static void cxgb4_setpgbwgcfg_tx(struct net_device *dev, int pgid, in cxgb4_setpgbwgcfg_tx() 1186 u32 pgid; in cxgb4_cee_peer_getpg() local
|
D | cxgb4_dcb.h | 105 u32 pgid; /* Priority Group[0..7] */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
D | ice_dcb_nl.c | 404 u8 __always_unused *prio_type, u8 *pgid, in ice_dcbnl_get_pg_tc_cfg_tx() 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() 491 ice_dcbnl_set_pg_bwg_cfg_tx(struct net_device *netdev, int pgid, u8 bw_pct) in ice_dcbnl_set_pg_bwg_cfg_tx() 519 u8 __always_unused *prio_type, u8 *pgid, in ice_dcbnl_get_pg_tc_cfg_rx() 551 u8 __always_unused pgid, in ice_dcbnl_set_pg_tc_cfg_rx() 567 ice_dcbnl_get_pg_bwg_cfg_rx(struct net_device *netdev, int __always_unused pgid, in ice_dcbnl_get_pg_bwg_cfg_rx() 588 ice_dcbnl_set_pg_bwg_cfg_rx(struct net_device *netdev, int __always_unused pgid, in ice_dcbnl_set_pg_bwg_cfg_rx()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 1979 u8 prio_type, u8 pgid, u8 bw_pct, in bnx2x_dcbnl_set_pg_tccfg_tx() 2006 int pgid, u8 bw_pct) in bnx2x_dcbnl_set_pg_bwgcfg_tx() 2019 u8 prio_type, u8 pgid, u8 bw_pct, in bnx2x_dcbnl_set_pg_tccfg_rx() 2027 int pgid, u8 bw_pct) in bnx2x_dcbnl_set_pg_bwgcfg_rx() 2034 u8 *prio_type, u8 *pgid, u8 *bw_pct, in bnx2x_dcbnl_get_pg_tccfg_tx() 2061 int pgid, u8 *bw_pct) in bnx2x_dcbnl_get_pg_bwgcfg_tx() 2075 u8 *prio_type, u8 *pgid, u8 *bw_pct, in bnx2x_dcbnl_get_pg_tccfg_rx() 2085 int pgid, u8 *bw_pct) in bnx2x_dcbnl_get_pg_bwgcfg_rx()
|
/kernel/linux/linux-5.10/net/ceph/ |
D | osdmap.c | 714 DEFINE_RB_FUNCS2(pg_mapping, struct ceph_pg_mapping, pgid, ceph_pg_compare, in DEFINE_RB_FUNCS2() argument 1384 struct ceph_pg pgid; in decode_pg_mapping() local 2255 bool ceph_pg_is_split(const struct ceph_pg *pgid, u32 old_pg_num, in ceph_pg_is_split() 2297 const struct ceph_pg *pgid) in ceph_is_new_interval() 2413 struct ceph_pg *pgid) in raw_pg_to_pg() 2558 const struct ceph_pg *pgid, in apply_upmap() 2737 const struct ceph_pg *pgid, in get_temp_osds() 2787 struct ceph_pg pgid; in ceph_pg_to_up_acting_osds() local 2812 struct ceph_pg pgid; in ceph_pg_to_primary_shard() local
|
D | osd_client.c | 1530 struct ceph_pg pgid, last_pgid; in calc_target() local 2051 static void encode_pgid(void **p, const struct ceph_pg *pgid) in encode_pgid() 2180 struct ceph_pg pgid; in encode_request_finish() local 3586 struct ceph_pg pgid; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_dcb.c | 144 u8 pgid; member 660 u8 i, tc, pgid; in qlcnic_dcb_fill_cee_tc_params() local 793 u8 *pgid, u8 *bw_per, u8 *up_tc_map) in qlcnic_dcb_get_pg_tc_cfg_tx() 829 static void qlcnic_dcb_get_pg_bwg_cfg_tx(struct net_device *netdev, int pgid, in qlcnic_dcb_get_pg_bwg_cfg_tx() 1003 u8 *pgid, u8 *bw_pct, u8 *up_map) in qlcnic_dcb_get_pg_tc_cfg_rx() 1009 qlcnic_dcb_get_pg_bwg_cfg_rx(struct net_device *netdev, int pgid, u8 *bw_pct) in qlcnic_dcb_get_pg_bwg_cfg_rx()
|
/kernel/linux/linux-5.10/include/linux/ceph/ |
D | osdmap.h | 30 struct ceph_pg pgid; member 153 struct ceph_pg pgid; member 231 static inline int ceph_decode_pgid(void **p, void *end, struct ceph_pg *pgid) in ceph_decode_pgid()
|
D | osd_client.h | 157 struct ceph_pg pgid; /* last raw pg we mapped to */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_dcbnl.c | 698 u8 pgid, u8 bw_pct, u8 up_map) in mlx5e_dcbnl_setpgtccfgtx() 719 int pgid, u8 bw_pct) in mlx5e_dcbnl_setpgbwgcfgtx() 735 u8 *pgid, u8 *bw_pct, u8 *up_map) in mlx5e_dcbnl_getpgtccfgtx() 760 int pgid, u8 *bw_pct) in mlx5e_dcbnl_getpgbwgcfgtx()
|
/kernel/linux/linux-5.10/fs/ceph/ |
D | ioctl.c | 190 struct ceph_pg pgid; in ceph_ioctl_get_dataloc() local
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
D | qed_dcbx.c | 1352 u8 *pgid, u8 *bw_pct, u8 *up_map) in qed_dcbnl_getpgtccfgtx() 1372 static void qed_dcbnl_getpgbwgcfgtx(struct qed_dev *cdev, int pgid, u8 *bw_pct) in qed_dcbnl_getpgbwgcfgtx() 1566 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qed_dcbnl_setpgtccfgtx() 1600 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qed_dcbnl_setpgtccfgrx() 1605 static void qed_dcbnl_setpgbwgcfgtx(struct qed_dev *cdev, int pgid, u8 bw_pct) in qed_dcbnl_setpgbwgcfgtx() 1635 static void qed_dcbnl_setpgbwgcfgrx(struct qed_dev *cdev, int pgid, u8 bw_pct) in qed_dcbnl_setpgbwgcfgrx()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/ |
D | ocelot.h | 49 int pgid; member
|
D | ocelot.c | 618 int pgid = port; in ocelot_fdb_add() local 1036 int pgid; in ocelot_mdb_get_pgid() local 1101 int pgid = ocelot_mdb_get_pgid(ocelot, entry_type); in ocelot_port_mdb_add() local
|
/kernel/linux/linux-5.10/net/dcb/ |
D | dcbnl.c | 557 u8 prio, pgid, tc_pct, up_map; in __dcbnl_pg_getcfg() local 773 u8 pgid; in __dcbnl_pg_setcfg() local 1177 u8 pgid, up_map, prio, tc_pct; in dcbnl_cee_pg_fill() local
|
/kernel/linux/linux-5.10/drivers/misc/ |
D | fastrpc.c | 105 s32 pgid; member 112 s32 pgid; member 1035 int pgid; in fastrpc_init_create_process() member
|
/kernel/linux/linux-5.10/fs/proc/ |
D | array.c | 441 pid_t ppid = 0, pgid = -1, sid = -1; in do_task_stat() local
|
/kernel/linux/linux-5.10/include/soc/mscc/ |
D | ocelot.h | 68 #define for_each_unicast_dest_pgid(ocelot, pgid) \ argument 73 #define for_each_nonreserved_multicast_dest_pgid(ocelot, pgid) \ argument 78 #define for_each_aggr_pgid(ocelot, pgid) \ argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
D | bfa_defs_cna.h | 155 u8 pgid[BFA_CEE_DCBX_MAX_PRIORITY]; member
|
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/ |
D | dasd.h | 271 __u8 pgid[11]; member
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
D | nolibc.h | 1686 int sys_setpgid(pid_t pid, pid_t pgid) in sys_setpgid() 2146 int setpgid(pid_t pid, pid_t pgid) in setpgid()
|