Searched refs:pgid (Results 1 – 6 of 6) sorted by relevance
/drivers/s390/cio/ |
D | device_pgid.c | 137 struct pgid *pgid = &cdev->private->pgid[i]; in spid_build_cp() local 139 pgid->inf.fc = fn; in spid_build_cp() 141 cp->cda = (u32) (addr_t) pgid; in spid_build_cp() 142 cp->count = sizeof(*pgid); in spid_build_cp() 278 static int pgid_is_reset(struct pgid *p) in pgid_is_reset() 289 static int pgid_cmp(struct pgid *p1, struct pgid *p2) in pgid_cmp() 292 sizeof(struct pgid) - 1); in pgid_cmp() 298 static void pgid_analyze(struct ccw_device *cdev, struct pgid **p, in pgid_analyze() 301 struct pgid *pgid = &cdev->private->pgid[0]; in pgid_analyze() local 302 struct pgid *first = NULL; in pgid_analyze() [all …]
|
D | css.h | 48 struct pgid { struct 120 struct pgid global_pgid;
|
D | io_sch.h | 159 struct pgid pgid[8]; /* path group IDs per chpid*/ member
|
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 1936 u8 prio_type, u8 pgid, u8 bw_pct, in bnx2x_dcbnl_set_pg_tccfg_tx() argument 1941 DP(BNX2X_MSG_DCB, "prio[%d] = %d\n", prio, pgid); in bnx2x_dcbnl_set_pg_tccfg_tx() 1958 bp->dcbx_config_params.admin_configuration_ets_pg[prio] = pgid; in bnx2x_dcbnl_set_pg_tccfg_tx() 1963 int pgid, u8 bw_pct) in bnx2x_dcbnl_set_pg_bwgcfg_tx() argument 1966 DP(BNX2X_MSG_DCB, "pgid[%d] = %d\n", pgid, bw_pct); in bnx2x_dcbnl_set_pg_bwgcfg_tx() 1968 if (!bnx2x_dcbnl_set_valid(bp) || pgid >= DCBX_MAX_NUM_PG_BW_ENTRIES) in bnx2x_dcbnl_set_pg_bwgcfg_tx() 1971 bp->dcbx_config_params.admin_configuration_bw_precentage[pgid] = bw_pct; in bnx2x_dcbnl_set_pg_bwgcfg_tx() 1976 u8 prio_type, u8 pgid, u8 bw_pct, in bnx2x_dcbnl_set_pg_tccfg_rx() argument 1984 int pgid, u8 bw_pct) in bnx2x_dcbnl_set_pg_bwgcfg_rx() argument 1991 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 | 164 u8 pgid[BFA_CEE_DCBX_MAX_PRIORITY]; member
|
/drivers/scsi/bfa/ |
D | bfa_defs_svc.h | 1312 u8 pgid[BFA_CEE_DCBX_MAX_PRIORITY]; member
|