Searched refs:pgid (Results 1 – 6 of 6) sorted by relevance
/drivers/s390/cio/ |
D | device_pgid.c | 125 struct pgid *pgid = &cdev->private->pgid[i]; in spid_build_cp() local 127 pgid->inf.fc = fn; in spid_build_cp() 129 cp->cda = (u32) (addr_t) pgid; in spid_build_cp() 130 cp->count = sizeof(*pgid); in spid_build_cp() 216 static int pgid_is_reset(struct pgid *p) in pgid_is_reset() 227 static int pgid_cmp(struct pgid *p1, struct pgid *p2) in pgid_cmp() 230 sizeof(struct pgid) - 1); in pgid_cmp() 236 static void pgid_analyze(struct ccw_device *cdev, struct pgid **p, in pgid_analyze() 239 struct pgid *pgid = &cdev->private->pgid[0]; in pgid_analyze() local 240 struct pgid *first = NULL; in pgid_analyze() [all …]
|
D | css.h | 48 struct pgid { struct 123 struct pgid global_pgid;
|
D | io_sch.h | 154 struct pgid pgid[8]; /* path group IDs per chpid*/ member
|
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 1908 u8 prio_type, u8 pgid, u8 bw_pct, in bnx2x_dcbnl_set_pg_tccfg_tx() argument 1913 DP(BNX2X_MSG_DCB, "prio[%d] = %d\n", prio, pgid); in bnx2x_dcbnl_set_pg_tccfg_tx() 1930 bp->dcbx_config_params.admin_configuration_ets_pg[prio] = pgid; in bnx2x_dcbnl_set_pg_tccfg_tx() 1935 int pgid, u8 bw_pct) in bnx2x_dcbnl_set_pg_bwgcfg_tx() argument 1938 DP(BNX2X_MSG_DCB, "pgid[%d] = %d\n", pgid, bw_pct); in bnx2x_dcbnl_set_pg_bwgcfg_tx() 1940 if (!bnx2x_dcbnl_set_valid(bp) || pgid >= DCBX_MAX_NUM_PG_BW_ENTRIES) in bnx2x_dcbnl_set_pg_bwgcfg_tx() 1943 bp->dcbx_config_params.admin_configuration_bw_precentage[pgid] = bw_pct; in bnx2x_dcbnl_set_pg_bwgcfg_tx() 1948 u8 prio_type, u8 pgid, u8 bw_pct, in bnx2x_dcbnl_set_pg_tccfg_rx() argument 1956 int pgid, u8 bw_pct) in bnx2x_dcbnl_set_pg_bwgcfg_rx() argument 1963 u8 *prio_type, u8 *pgid, u8 *bw_pct, in bnx2x_dcbnl_get_pg_tccfg_tx() argument [all …]
|
/drivers/net/ethernet/brocade/bna/ |
D | bfa_defs_cna.h | 173 u8 pgid[BFA_CEE_DCBX_MAX_PRIORITY]; member
|
/drivers/scsi/bfa/ |
D | bfa_defs_svc.h | 1233 u8 pgid[BFA_CEE_DCBX_MAX_PRIORITY]; member
|