/Linux-v4.19/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->pgid[i]; in spid_build_cp() local 303 struct pgid *pgid = &cdev->private->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() 381 struct pgid *pgid; in snid_done() local
|
D | io_sch.h | 162 struct pgid pgid[8]; /* path group IDs per chpid*/ member
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/ |
D | qede_dcbnl.c | 36 u8 *prio_type, u8 *pgid, u8 *bw_pct, in qede_dcbnl_getpgtccfgtx() 46 int pgid, u8 *bw_pct) in qede_dcbnl_getpgbwgcfgtx() 54 u8 *prio_type, u8 *pgid, u8 *bw_pct, in qede_dcbnl_getpgtccfgrx() 64 int pgid, u8 *bw_pct) in qede_dcbnl_getpgbwgcfgrx() 123 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qede_dcbnl_setpgtccfgtx() 132 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qede_dcbnl_setpgtccfgrx() 140 static void qede_dcbnl_setpgbwgcfgtx(struct net_device *netdev, int pgid, in qede_dcbnl_setpgbwgcfgtx() 148 static void qede_dcbnl_setpgbwgcfgrx(struct net_device *netdev, int pgid, in qede_dcbnl_setpgbwgcfgrx()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_dcb.c | 424 u8 *prio_type, u8 *pgid, u8 *bw_per, in cxgb4_getpgtccfg() 468 u8 *prio_type, u8 *pgid, u8 *bw_per, in cxgb4_getpgtccfg_tx() 478 u8 *prio_type, u8 *pgid, u8 *bw_per, in cxgb4_getpgtccfg_rx() 487 u8 prio_type, u8 pgid, u8 bw_per, in cxgb4_setpgtccfg_tx() 549 static void cxgb4_getpgbwgcfg(struct net_device *dev, int pgid, u8 *bw_per, in cxgb4_getpgbwgcfg() 573 static void cxgb4_getpgbwgcfg_tx(struct net_device *dev, int pgid, u8 *bw_per) in cxgb4_getpgbwgcfg_tx() 578 static void cxgb4_getpgbwgcfg_rx(struct net_device *dev, int pgid, u8 *bw_per) in cxgb4_getpgbwgcfg_rx() 583 static void cxgb4_setpgbwgcfg_tx(struct net_device *dev, int pgid, in cxgb4_setpgbwgcfg_tx() 1171 u32 pgid; in cxgb4_cee_peer_getpg() local
|
D | cxgb4_dcb.h | 117 u32 pgid; /* Priority Group[0..7] */ member
|
D | cxgb4_debugfs.c | 2453 int prio, pgid; in dcb_info_show() local
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 1980 u8 prio_type, u8 pgid, u8 bw_pct, in bnx2x_dcbnl_set_pg_tccfg_tx() 2007 int pgid, u8 bw_pct) in bnx2x_dcbnl_set_pg_bwgcfg_tx() 2020 u8 prio_type, u8 pgid, u8 bw_pct, in bnx2x_dcbnl_set_pg_tccfg_rx() 2028 int pgid, u8 bw_pct) in bnx2x_dcbnl_set_pg_bwgcfg_rx() 2035 u8 *prio_type, u8 *pgid, u8 *bw_pct, in bnx2x_dcbnl_get_pg_tccfg_tx() 2062 int pgid, u8 *bw_pct) in bnx2x_dcbnl_get_pg_bwgcfg_tx() 2076 u8 *prio_type, u8 *pgid, u8 *bw_pct, in bnx2x_dcbnl_get_pg_tccfg_rx() 2086 int pgid, u8 *bw_pct) in bnx2x_dcbnl_get_pg_bwgcfg_rx()
|
/Linux-v4.19/include/linux/ceph/ |
D | osdmap.h | 30 struct ceph_pg pgid; member 140 struct ceph_pg pgid; member 219 static inline int ceph_decode_pgid(void **p, void *end, struct ceph_pg *pgid) in ceph_decode_pgid()
|
D | osd_client.h | 148 struct ceph_pg pgid; /* last raw pg we mapped to */ member
|
/Linux-v4.19/net/ceph/ |
D | osdmap.c | 634 DEFINE_RB_FUNCS2(pg_mapping, struct ceph_pg_mapping, pgid, ceph_pg_compare, in DEFINE_RB_FUNCS2() argument 2046 bool ceph_pg_is_split(const struct ceph_pg *pgid, u32 old_pg_num, in ceph_pg_is_split() 2088 const struct ceph_pg *pgid) in ceph_is_new_interval() 2204 struct ceph_pg *pgid) in raw_pg_to_pg() 2349 const struct ceph_pg *pgid, in apply_upmap() 2528 const struct ceph_pg *pgid, in get_temp_osds() 2578 struct ceph_pg pgid; in ceph_pg_to_up_acting_osds() local 2603 struct ceph_pg pgid; in ceph_pg_to_primary_shard() local
|
D | osd_client.c | 1422 struct ceph_pg pgid, last_pgid; in calc_target() local 1919 static void encode_pgid(void **p, const struct ceph_pg *pgid) in encode_pgid() 2048 struct ceph_pg pgid; in encode_request_finish() local 3389 struct ceph_pg pgid; member
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_dcb.c | 145 u8 pgid; member 661 u8 i, tc, pgid; in qlcnic_dcb_fill_cee_tc_params() local 794 u8 *pgid, u8 *bw_per, u8 *up_tc_map) in qlcnic_dcb_get_pg_tc_cfg_tx() 830 static void qlcnic_dcb_get_pg_bwg_cfg_tx(struct net_device *netdev, int pgid, in qlcnic_dcb_get_pg_bwg_cfg_tx() 1004 u8 *pgid, u8 *bw_pct, u8 *up_map) in qlcnic_dcb_get_pg_tc_cfg_rx() 1010 qlcnic_dcb_get_pg_bwg_cfg_rx(struct net_device *netdev, int pgid, u8 *bw_pct) in qlcnic_dcb_get_pg_bwg_cfg_rx()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_dcbnl.c | 688 u8 pgid, u8 bw_pct, u8 up_map) in mlx5e_dcbnl_setpgtccfgtx() 709 int pgid, u8 bw_pct) in mlx5e_dcbnl_setpgbwgcfgtx() 725 u8 *pgid, u8 *bw_pct, u8 *up_map) in mlx5e_dcbnl_getpgtccfgtx() 750 int pgid, u8 *bw_pct) in mlx5e_dcbnl_getpgbwgcfgtx()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_dcbx.c | 1378 u8 *pgid, u8 *bw_pct, u8 *up_map) in qed_dcbnl_getpgtccfgtx() 1398 static void qed_dcbnl_getpgbwgcfgtx(struct qed_dev *cdev, int pgid, u8 *bw_pct) in qed_dcbnl_getpgbwgcfgtx() 1592 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qed_dcbnl_setpgtccfgtx() 1626 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qed_dcbnl_setpgtccfgrx() 1631 static void qed_dcbnl_setpgbwgcfgtx(struct qed_dev *cdev, int pgid, u8 bw_pct) in qed_dcbnl_setpgbwgcfgtx() 1661 static void qed_dcbnl_setpgbwgcfgrx(struct qed_dev *cdev, int pgid, u8 bw_pct) in qed_dcbnl_setpgbwgcfgrx()
|
/Linux-v4.19/fs/ceph/ |
D | ioctl.c | 190 struct ceph_pg pgid; in ceph_ioctl_get_dataloc() local
|
/Linux-v4.19/net/dcb/ |
D | dcbnl.c | 562 u8 prio, pgid, tc_pct, up_map; in __dcbnl_pg_getcfg() local 775 u8 pgid; in __dcbnl_pg_setcfg() local 1174 u8 pgid, up_map, prio, tc_pct; in dcbnl_cee_pg_fill() local
|
/Linux-v4.19/fs/proc/ |
D | array.c | 428 pid_t ppid = 0, pgid = -1, sid = -1; in do_task_stat() local
|
/Linux-v4.19/drivers/net/ethernet/brocade/bna/ |
D | bfa_defs_cna.h | 163 u8 pgid[BFA_CEE_DCBX_MAX_PRIORITY]; member
|
/Linux-v4.19/arch/s390/include/uapi/asm/ |
D | dasd.h | 269 __u8 pgid[11]; member
|
/Linux-v4.19/kernel/ |
D | sys.c | 1003 SYSCALL_DEFINE2(setpgid, pid_t, pid, pid_t, pgid) in SYSCALL_DEFINE2() argument
|
/Linux-v4.19/include/uapi/linux/ |
D | coda.h | 299 pid_t pgid; member
|
/Linux-v4.19/drivers/s390/block/ |
D | dasd_eckd.h | 416 __u8 pgid[11]; member
|
/Linux-v4.19/include/linux/ |
D | security.h | 958 static inline int security_task_setpgid(struct task_struct *p, pid_t pgid) in security_task_setpgid()
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.h | 225 u8 pgid; member
|