Searched defs:pgid (Results 1 - 6 of 6) sorted by relevance

/drivers/s390/cio/
H A Dcss.h48 struct pgid { struct
123 struct pgid global_pgid;
H A Ddevice_pgid.c125 struct pgid *pgid = &cdev->private->pgid[i]; local
127 pgid->inf.fc = fn;
129 cp->cda = (u32) (addr_t) pgid;
130 cp->count = sizeof(*pgid);
216 static int pgid_is_reset(struct pgid *p)
227 static int pgid_cmp(struct pgid *p1, struct pgid *p2)
230 sizeof(struct pgid)
239 struct pgid *pgid = &cdev->private->pgid[0]; local
271 struct pgid *pgid; local
302 pgid_fill(struct ccw_device *cdev, struct pgid *pgid) argument
317 struct pgid *pgid; local
[all...]
H A Dio_sch.h154 struct pgid pgid[8]; /* path group IDs per chpid*/ member in struct:ccw_device_private
/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs_cna.h173 u8 pgid[BFA_CEE_DCBX_MAX_PRIORITY]; member in struct:bfa_cee_dcbx_cfg
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c1908 u8 prio_type, u8 pgid, u8 bw_pct,
1913 DP(BNX2X_MSG_DCB, "prio[%d] = %d\n", prio, pgid);
1924 * to the standard pgid 15 is dedicated to strict
1930 bp->dcbx_config_params.admin_configuration_ets_pg[prio] = pgid;
1935 int pgid, u8 bw_pct)
1938 DP(BNX2X_MSG_DCB, "pgid[%d] = %d\n", pgid, bw_pct);
1940 if (!bnx2x_dcbnl_set_valid(bp) || pgid >= DCBX_MAX_NUM_PG_BW_ENTRIES)
1943 bp->dcbx_config_params.admin_configuration_bw_precentage[pgid] = bw_pct;
1948 u8 prio_type, u8 pgid, u
1907 bnx2x_dcbnl_set_pg_tccfg_tx(struct net_device *netdev, int prio, u8 prio_type, u8 pgid, u8 bw_pct, u8 up_map) argument
1934 bnx2x_dcbnl_set_pg_bwgcfg_tx(struct net_device *netdev, int pgid, u8 bw_pct) argument
1947 bnx2x_dcbnl_set_pg_tccfg_rx(struct net_device *netdev, int prio, u8 prio_type, u8 pgid, u8 bw_pct, u8 up_map) argument
1955 bnx2x_dcbnl_set_pg_bwgcfg_rx(struct net_device *netdev, int pgid, u8 bw_pct) argument
1962 bnx2x_dcbnl_get_pg_tccfg_tx(struct net_device *netdev, int prio, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) argument
1989 bnx2x_dcbnl_get_pg_bwgcfg_tx(struct net_device *netdev, int pgid, u8 *bw_pct) argument
2003 bnx2x_dcbnl_get_pg_tccfg_rx(struct net_device *netdev, int prio, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) argument
2013 bnx2x_dcbnl_get_pg_bwgcfg_rx(struct net_device *netdev, int pgid, u8 *bw_pct) argument
[all...]
/drivers/scsi/bfa/
H A Dbfa_defs_svc.h1233 u8 pgid[BFA_CEE_DCBX_MAX_PRIORITY]; member in struct:bfa_cee_dcbx_cfg_s

Completed in 125 milliseconds