Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/s390/cio/
H A Dcss.h57 struct pgid { struct
65 } __attribute__ ((packed)) pgid_high; argument
66 __u32 cpu_id : 24; /* CPU identification */
67 __u32 cpu_model : 16; /* CPU model */
68 __u32 tod_high; /* high word TOD clock */
H A Ddevice_pgid.c140 struct pgid *pgid = &cdev->private->dma_area->pgid[i]; in spid_build_cp() local
304 struct pgid *pgid = &cdev->private->dma_area->pgid[0]; in pgid_analyze() local
336 struct pgid *pgid; in pgid_to_donepm() local
367 static void pgid_fill(struct ccw_device *cdev, struct pgid *pgid) in pgid_fill()
383 struct pgid *pgid; in snid_done() local
/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_dcbnl.c34 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()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vlan.c118 void sparx5_pgid_update_mask(struct sparx5_port *port, int pgid, bool enable) in sparx5_pgid_update_mask()
141 void sparx5_pgid_clear(struct sparx5 *spx5, int pgid) in sparx5_pgid_clear()
148 void sparx5_pgid_read_mask(struct sparx5 *spx5, int pgid, u32 portmask[3]) in sparx5_pgid_read_mask()
H A Dsparx5_switchdev.c35 int pgid; in sparx5_port_update_mcast_ip_flood() local
506 static void sparx5_cpu_copy_ena(struct sparx5 *spx5, u16 pgid, bool enable) in sparx5_cpu_copy_ena()
H A Dsparx5_mactable.c80 int sparx5_mact_learn(struct sparx5 *sparx5, int pgid, in sparx5_mact_learn()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.c439 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
H A Dcxgb4_dcb.h105 u32 pgid; /* Priority Group[0..7] */ member
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb_nl.c402 static void i40e_dcbnl_set_pg_bwg_cfg_tx(struct net_device *netdev, int pgid, in i40e_dcbnl_set_pg_bwg_cfg_tx()
435 u8 __always_unused pgid, in i40e_dcbnl_set_pg_tc_cfg_rx()
453 static void i40e_dcbnl_set_pg_bwg_cfg_rx(struct net_device *netdev, int pgid, in i40e_dcbnl_set_pg_bwg_cfg_rx()
474 u8 *pgid, in i40e_dcbnl_get_pg_tc_cfg_tx()
500 static void i40e_dcbnl_get_pg_bwg_cfg_tx(struct net_device *netdev, int pgid, in i40e_dcbnl_get_pg_bwg_cfg_tx()
531 u8 *prio_type, u8 *pgid, u8 *bw_pct, in i40e_dcbnl_get_pg_tc_cfg_rx()
556 static void i40e_dcbnl_get_pg_bwg_cfg_rx(struct net_device *netdev, int pgid, in i40e_dcbnl_get_pg_bwg_cfg_rx()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_dcb_nl.c434 u8 __always_unused *prio_type, u8 *pgid, in ice_dcbnl_get_pg_tc_cfg_tx()
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()
526 ice_dcbnl_set_pg_bwg_cfg_tx(struct net_device *netdev, int pgid, u8 bw_pct) in ice_dcbnl_set_pg_bwg_cfg_tx()
559 u8 __always_unused *prio_type, u8 *pgid, in ice_dcbnl_get_pg_tc_cfg_rx()
591 u8 __always_unused pgid, in ice_dcbnl_set_pg_tc_cfg_rx()
607 ice_dcbnl_get_pg_bwg_cfg_rx(struct net_device *netdev, int __always_unused pgid, in ice_dcbnl_get_pg_bwg_cfg_rx()
628 ice_dcbnl_set_pg_bwg_cfg_rx(struct net_device *netdev, int __always_unused pgid, in ice_dcbnl_set_pg_bwg_cfg_rx()
/openbmc/linux/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()
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()
/openbmc/u-boot/drivers/net/mscc_eswitch/
H A Dmscc_mac_table.c49 const unsigned char mac[ETH_LEN], int pgid) in mscc_mac_table_add()
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.c144 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()
/openbmc/linux/include/linux/ceph/
H A Dosdmap.h30 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()
/openbmc/linux/net/ceph/
H A Dosdmap.c730 DEFINE_RB_FUNCS2(pg_mapping, struct ceph_pg_mapping, pgid, ceph_pg_compare, in DEFINE_RB_FUNCS2() argument
2290 bool ceph_pg_is_split(const struct ceph_pg *pgid, u32 old_pg_num, in ceph_pg_is_split()
2332 const struct ceph_pg *pgid) in ceph_is_new_interval()
2448 struct ceph_pg *pgid) in raw_pg_to_pg()
2593 const struct ceph_pg *pgid, in apply_upmap()
2772 const struct ceph_pg *pgid, in get_temp_osds()
2822 struct ceph_pg pgid; in ceph_pg_to_up_acting_osds() local
2847 struct ceph_pg pgid; in ceph_pg_to_primary_shard() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dcbnl.c698 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()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c1350 u8 *pgid, u8 *bw_pct, u8 *up_map) in qed_dcbnl_getpgtccfgtx()
1370 static void qed_dcbnl_getpgbwgcfgtx(struct qed_dev *cdev, int pgid, u8 *bw_pct) in qed_dcbnl_getpgbwgcfgtx()
1564 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qed_dcbnl_setpgtccfgtx()
1598 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qed_dcbnl_setpgtccfgrx()
1603 static void qed_dcbnl_setpgbwgcfgtx(struct qed_dev *cdev, int pgid, u8 bw_pct) in qed_dcbnl_setpgbwgcfgtx()
1633 static void qed_dcbnl_setpgbwgcfgrx(struct qed_dev *cdev, int pgid, u8 bw_pct) in qed_dcbnl_setpgbwgcfgrx()
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot.h74 struct ocelot_pgid *pgid; member
H A Docelot.c1800 struct ocelot_pgid *pgid; in ocelot_pgid_alloc() local
1814 static void ocelot_pgid_free(struct ocelot *ocelot, struct ocelot_pgid *pgid) in ocelot_pgid_free()
1826 struct ocelot_pgid *pgid; in ocelot_mdb_get_pgid() local
1887 struct ocelot_pgid *pgid; in ocelot_port_mdb_add() local
1944 struct ocelot_pgid *pgid; in ocelot_port_mdb_del() local
2149 struct ocelot_pgid *pgid; in ocelot_migrate_mc() local
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_mac.c73 static int __lan966x_mac_learn_locked(struct lan966x *lan966x, int pgid, in __lan966x_mac_learn_locked()
95 static int __lan966x_mac_learn(struct lan966x *lan966x, int pgid, in __lan966x_mac_learn()
/openbmc/linux/fs/ceph/
H A Dioctl.c191 struct ceph_pg pgid; in ceph_ioctl_get_dataloc() local
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.c603 int ionic_get_cmb(struct ionic_lif *lif, u32 *pgid, phys_addr_t *pgaddr, int order) in ionic_get_cmb()
621 void ionic_put_cmb(struct ionic_lif *lif, u32 pgid, int order) in ionic_put_cmb()
/openbmc/linux/drivers/misc/
H A Dfastrpc.c141 s32 pgid; member
148 s32 pgid; member
158 s32 pgid; member
164 s32 pgid; member
1242 int pgid; in fastrpc_init_create_static_process() member
1364 int pgid; in fastrpc_init_create_process() member
/openbmc/u-boot/drivers/net/
H A Dvsc9953.c1576 u32 pgid; in vsc9953_update_dest_members_masks() local
1610 u32 pgid; in vsc9953_update_source_members_masks() local
1659 u32 pgid; in vsc9953_update_aggr_members_masks() local
/openbmc/linux/net/dcb/
H A Ddcbnl.c591 u8 prio, pgid, tc_pct, up_map; in __dcbnl_pg_getcfg() local
807 u8 pgid; in __dcbnl_pg_setcfg() local
1313 u8 pgid, up_map, prio, tc_pct; in dcbnl_cee_pg_fill() local

12