/drivers/s390/cio/ |
D | css.h | 48 struct pgid { struct 56 } __attribute__ ((packed)) pgid_high; argument 57 __u32 cpu_id : 24; /* CPU identification */ 58 __u32 cpu_model : 16; /* CPU model */ 59 __u32 tod_high; /* high word TOD clock */
|
D | device_pgid.c | 138 struct pgid *pgid = &cdev->private->pgid[i]; in spid_build_cp() local 302 struct pgid *pgid = &cdev->private->pgid[0]; in pgid_analyze() local 334 struct pgid *pgid; in pgid_to_donepm() local 365 static void pgid_fill(struct ccw_device *cdev, struct pgid *pgid) in pgid_fill() 380 struct pgid *pgid; in snid_done() local
|
D | io_sch.h | 158 struct pgid pgid[8]; /* path group IDs per chpid*/ member
|
/drivers/net/ethernet/qlogic/qede/ |
D | qede_dcbnl.c | 36 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()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_dcb.c | 417 u8 *prio_type, u8 *pgid, u8 *bw_per, in cxgb4_getpgtccfg() 461 u8 *prio_type, u8 *pgid, u8 *bw_per, in cxgb4_getpgtccfg_tx() 471 u8 *prio_type, u8 *pgid, u8 *bw_per, in cxgb4_getpgtccfg_rx() 480 u8 prio_type, u8 pgid, u8 bw_per, in cxgb4_setpgtccfg_tx() 542 static void cxgb4_getpgbwgcfg(struct net_device *dev, int pgid, u8 *bw_per, in cxgb4_getpgbwgcfg() 566 static void cxgb4_getpgbwgcfg_tx(struct net_device *dev, int pgid, u8 *bw_per) in cxgb4_getpgbwgcfg_tx() 571 static void cxgb4_getpgbwgcfg_rx(struct net_device *dev, int pgid, u8 *bw_per) in cxgb4_getpgbwgcfg_rx() 576 static void cxgb4_setpgbwgcfg_tx(struct net_device *dev, int pgid, in cxgb4_setpgbwgcfg_tx() 1164 u32 pgid; in cxgb4_cee_peer_getpg() local
|
D | cxgb4_dcb.h | 117 u32 pgid; /* Priority Group[0..7] */ member
|
D | t4fw_api.h | 2403 __be32 pgid; member 2405 } pgid; member
|
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 1980 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()
|
/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_dcb.c | 145 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()
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_dcbx.c | 1290 u8 *pgid, u8 *bw_pct, u8 *up_map) in qed_dcbnl_getpgtccfgtx() 1310 static void qed_dcbnl_getpgbwgcfgtx(struct qed_dev *cdev, int pgid, u8 *bw_pct) in qed_dcbnl_getpgbwgcfgtx() 1504 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qed_dcbnl_setpgtccfgtx() 1538 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qed_dcbnl_setpgtccfgrx() 1543 static void qed_dcbnl_setpgbwgcfgtx(struct qed_dev *cdev, int pgid, u8 bw_pct) in qed_dcbnl_setpgbwgcfgtx() 1573 static void qed_dcbnl_setpgbwgcfgrx(struct qed_dev *cdev, int pgid, u8 bw_pct) in qed_dcbnl_setpgbwgcfgrx()
|
/drivers/net/ethernet/brocade/bna/ |
D | bfa_defs_cna.h | 163 u8 pgid[BFA_CEE_DCBX_MAX_PRIORITY]; member
|
/drivers/s390/block/ |
D | dasd_eckd.h | 412 __u8 pgid[11]; member
|
/drivers/scsi/bfa/ |
D | bfa_defs_svc.h | 1368 u8 pgid[BFA_CEE_DCBX_MAX_PRIORITY]; member
|