Home
last modified time | relevance | path

Searched defs:pgid (Results 1 – 25 of 30) sorted by relevance

12

/Linux-v4.19/drivers/s390/cio/
Dcss.h49 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 */
Ddevice_pgid.c139 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
Dio_sch.h162 struct pgid pgid[8]; /* path group IDs per chpid*/ member
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede_dcbnl.c36 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/
Dcxgb4_dcb.c424 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
Dcxgb4_dcb.h117 u32 pgid; /* Priority Group[0..7] */ member
Dcxgb4_debugfs.c2453 int prio, pgid; in dcb_info_show() local
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c1980 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/
Dosdmap.h30 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()
Dosd_client.h148 struct ceph_pg pgid; /* last raw pg we mapped to */ member
/Linux-v4.19/net/ceph/
Dosdmap.c634 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
Dosd_client.c1422 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/
Dqlcnic_dcb.c145 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/
Den_dcbnl.c688 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/
Dqed_dcbx.c1378 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/
Dioctl.c190 struct ceph_pg pgid; in ceph_ioctl_get_dataloc() local
/Linux-v4.19/net/dcb/
Ddcbnl.c562 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/
Darray.c428 pid_t ppid = 0, pgid = -1, sid = -1; in do_task_stat() local
/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbfa_defs_cna.h163 u8 pgid[BFA_CEE_DCBX_MAX_PRIORITY]; member
/Linux-v4.19/arch/s390/include/uapi/asm/
Ddasd.h269 __u8 pgid[11]; member
/Linux-v4.19/kernel/
Dsys.c1003 SYSCALL_DEFINE2(setpgid, pid_t, pid, pid_t, pgid) in SYSCALL_DEFINE2() argument
/Linux-v4.19/include/uapi/linux/
Dcoda.h299 pid_t pgid; member
/Linux-v4.19/drivers/s390/block/
Ddasd_eckd.h416 __u8 pgid[11]; member
/Linux-v4.19/include/linux/
Dsecurity.h958 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/
Dhclge_main.h225 u8 pgid; member

12