/kernel/linux/linux-5.10/net/tipc/ |
H A D | monitor.c | 51 * @up_map: bit map indicating which of the members the sender considers up 59 u64 up_map; member 125 static void map_set(u64 *up_map, int i, unsigned int v) in map_set() argument 127 *up_map &= ~(1ULL << i); in map_set() 128 *up_map |= ((u64)v << i); in map_set() 131 static int map_get(u64 up_map, int i) in map_get() argument 133 return (up_map & (1ULL << i)) >> i; in map_get() 194 if (!member->is_up || !map_get(dom_bef->up_map, i)) in mon_identify_lost_members() 208 if (!map_get(dom_aft->up_map, i)) in mon_identify_lost_members() 246 u64 prev_up_map = dom->up_map; in mon_update_local_domain() [all...] |
/kernel/linux/linux-6.6/net/tipc/ |
H A D | monitor.c | 51 * @up_map: bit map indicating which of the members the sender considers up 59 u64 up_map; member 155 static void map_set(u64 *up_map, int i, unsigned int v) in map_set() argument 157 *up_map &= ~(1ULL << i); in map_set() 158 *up_map |= ((u64)v << i); in map_set() 161 static int map_get(u64 up_map, int i) in map_get() argument 163 return (up_map & (1ULL << i)) >> i; in map_get() 224 if (!member->is_up || !map_get(dom_bef->up_map, i)) in mon_identify_lost_members() 238 if (!map_get(dom_aft->up_map, i)) in mon_identify_lost_members() 276 u64 prev_up_map = dom->up_map; in mon_update_local_domain() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_dcbnl.c | 35 u8 *up_map) in qede_dcbnl_getpgtccfgtx() 40 pgid, bw_pct, up_map); in qede_dcbnl_getpgtccfgtx() 53 u8 *up_map) in qede_dcbnl_getpgtccfgrx() 58 up_map); in qede_dcbnl_getpgtccfgrx() 121 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qede_dcbnl_setpgtccfgtx() 126 bw_pct, up_map); in qede_dcbnl_setpgtccfgtx() 130 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qede_dcbnl_setpgtccfgrx() 135 bw_pct, up_map); in qede_dcbnl_setpgtccfgrx() 33 qede_dcbnl_getpgtccfgtx(struct net_device *netdev, int prio, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) qede_dcbnl_getpgtccfgtx() argument 51 qede_dcbnl_getpgtccfgrx(struct net_device *netdev, int prio, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) qede_dcbnl_getpgtccfgrx() argument 120 qede_dcbnl_setpgtccfgtx(struct net_device *netdev, int prio, u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) qede_dcbnl_setpgtccfgtx() argument 129 qede_dcbnl_setpgtccfgrx(struct net_device *netdev, int prio, u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) qede_dcbnl_setpgtccfgrx() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_dcbnl.c | 35 u8 *up_map) in qede_dcbnl_getpgtccfgtx() 40 pgid, bw_pct, up_map); in qede_dcbnl_getpgtccfgtx() 53 u8 *up_map) in qede_dcbnl_getpgtccfgrx() 58 up_map); in qede_dcbnl_getpgtccfgrx() 121 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qede_dcbnl_setpgtccfgtx() 126 bw_pct, up_map); in qede_dcbnl_setpgtccfgtx() 130 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qede_dcbnl_setpgtccfgrx() 135 bw_pct, up_map); in qede_dcbnl_setpgtccfgrx() 33 qede_dcbnl_getpgtccfgtx(struct net_device *netdev, int prio, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) qede_dcbnl_getpgtccfgtx() argument 51 qede_dcbnl_getpgtccfgrx(struct net_device *netdev, int prio, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) qede_dcbnl_getpgtccfgrx() argument 120 qede_dcbnl_setpgtccfgtx(struct net_device *netdev, int prio, u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) qede_dcbnl_setpgtccfgtx() argument 129 qede_dcbnl_setpgtccfgrx(struct net_device *netdev, int prio, u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) qede_dcbnl_setpgtccfgrx() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_dcb_nl.c | 169 u8 up_map) in ixgbe_dcbnl_set_pg_tc_cfg_tx() 180 if (up_map != DCB_ATTR_VALUE_UNDEFINED) in ixgbe_dcbnl_set_pg_tc_cfg_tx() 182 up_map; in ixgbe_dcbnl_set_pg_tc_cfg_tx() 195 u8 up_map) in ixgbe_dcbnl_set_pg_tc_cfg_rx() 206 if (up_map != DCB_ATTR_VALUE_UNDEFINED) in ixgbe_dcbnl_set_pg_tc_cfg_rx() 208 up_map; in ixgbe_dcbnl_set_pg_tc_cfg_rx() 221 u8 *up_map) in ixgbe_dcbnl_get_pg_tc_cfg_tx() 228 *up_map = adapter->dcb_cfg.tc_config[tc].path[0].up_to_tc_bitmap; in ixgbe_dcbnl_get_pg_tc_cfg_tx() 241 u8 *up_map) in ixgbe_dcbnl_get_pg_tc_cfg_rx() 248 *up_map in ixgbe_dcbnl_get_pg_tc_cfg_rx() 167 ixgbe_dcbnl_set_pg_tc_cfg_tx(struct net_device *netdev, int tc, u8 prio, u8 bwg_id, u8 bw_pct, u8 up_map) ixgbe_dcbnl_set_pg_tc_cfg_tx() argument 193 ixgbe_dcbnl_set_pg_tc_cfg_rx(struct net_device *netdev, int tc, u8 prio, u8 bwg_id, u8 bw_pct, u8 up_map) ixgbe_dcbnl_set_pg_tc_cfg_rx() argument 219 ixgbe_dcbnl_get_pg_tc_cfg_tx(struct net_device *netdev, int tc, u8 *prio, u8 *bwg_id, u8 *bw_pct, u8 *up_map) ixgbe_dcbnl_get_pg_tc_cfg_tx() argument 239 ixgbe_dcbnl_get_pg_tc_cfg_rx(struct net_device *netdev, int tc, u8 *prio, u8 *bwg_id, u8 *bw_pct, u8 *up_map) ixgbe_dcbnl_get_pg_tc_cfg_rx() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_dcb_nl.c | 167 u8 up_map) in ixgbe_dcbnl_set_pg_tc_cfg_tx() 178 if (up_map != DCB_ATTR_VALUE_UNDEFINED) in ixgbe_dcbnl_set_pg_tc_cfg_tx() 180 up_map; in ixgbe_dcbnl_set_pg_tc_cfg_tx() 193 u8 up_map) in ixgbe_dcbnl_set_pg_tc_cfg_rx() 204 if (up_map != DCB_ATTR_VALUE_UNDEFINED) in ixgbe_dcbnl_set_pg_tc_cfg_rx() 206 up_map; in ixgbe_dcbnl_set_pg_tc_cfg_rx() 219 u8 *up_map) in ixgbe_dcbnl_get_pg_tc_cfg_tx() 226 *up_map = adapter->dcb_cfg.tc_config[tc].path[0].up_to_tc_bitmap; in ixgbe_dcbnl_get_pg_tc_cfg_tx() 239 u8 *up_map) in ixgbe_dcbnl_get_pg_tc_cfg_rx() 246 *up_map in ixgbe_dcbnl_get_pg_tc_cfg_rx() 165 ixgbe_dcbnl_set_pg_tc_cfg_tx(struct net_device *netdev, int tc, u8 prio, u8 bwg_id, u8 bw_pct, u8 up_map) ixgbe_dcbnl_set_pg_tc_cfg_tx() argument 191 ixgbe_dcbnl_set_pg_tc_cfg_rx(struct net_device *netdev, int tc, u8 prio, u8 bwg_id, u8 bw_pct, u8 up_map) ixgbe_dcbnl_set_pg_tc_cfg_rx() argument 217 ixgbe_dcbnl_get_pg_tc_cfg_tx(struct net_device *netdev, int tc, u8 *prio, u8 *bwg_id, u8 *bw_pct, u8 *up_map) ixgbe_dcbnl_get_pg_tc_cfg_tx() argument 237 ixgbe_dcbnl_get_pg_tc_cfg_rx(struct net_device *netdev, int tc, u8 *prio, u8 *bwg_id, u8 *bw_pct, u8 *up_map) ixgbe_dcbnl_get_pg_tc_cfg_rx() argument [all...] |
/kernel/linux/linux-5.10/include/linux/qed/ |
H A D | qed_eth_if.h | 218 u8 *pgid, u8 *bw_pct, u8 *up_map); 221 u8 *pgid, u8 *bw_pct, u8 *up_map); 234 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map); 236 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map);
|
/kernel/linux/linux-6.6/include/linux/qed/ |
H A D | qed_eth_if.h | 207 u8 *pgid, u8 *bw_pct, u8 *up_map); 210 u8 *pgid, u8 *bw_pct, u8 *up_map); 223 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map); 225 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map);
|
/kernel/linux/linux-5.10/net/dcb/ |
H A D | dcbnl.c | 557 u8 prio, pgid, tc_pct, up_map; in __dcbnl_pg_getcfg() local 605 up_map = DCB_ATTR_VALUE_UNDEFINED; in __dcbnl_pg_getcfg() 611 &pgid, &tc_pct, &up_map); in __dcbnl_pg_getcfg() 616 &pgid, &tc_pct, &up_map); in __dcbnl_pg_getcfg() 629 DCB_TC_ATTR_PARAM_UP_MAPPING, up_map); in __dcbnl_pg_getcfg() 774 u8 up_map; in __dcbnl_pg_setcfg() local 807 up_map = DCB_ATTR_VALUE_UNDEFINED; in __dcbnl_pg_setcfg() 820 up_map = in __dcbnl_pg_setcfg() 828 prio, pgid, tc_pct, up_map); in __dcbnl_pg_setcfg() 833 prio, pgid, tc_pct, up_map); in __dcbnl_pg_setcfg() 1177 u8 pgid, up_map, prio, tc_pct; dcbnl_cee_pg_fill() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_dcb_nl.c | 362 * @up_map: prio mapped to corresponding tc 368 u8 up_map) in i40e_dcbnl_set_pg_tc_cfg_tx() 383 /* Use only up_map to map tc */ in i40e_dcbnl_set_pg_tc_cfg_tx() 385 if (up_map & BIT(i)) in i40e_dcbnl_set_pg_tc_cfg_tx() 390 "Set PG config tc=%d bwg_id=%d prio_type=%d bw_pct=%d up_map=%d\n", in i40e_dcbnl_set_pg_tc_cfg_tx() 391 tc, bwg_id, prio_type, bw_pct, up_map); in i40e_dcbnl_set_pg_tc_cfg_tx() 427 * @up_map: prio mapped to corresponding tc 437 u8 __always_unused up_map) in i40e_dcbnl_set_pg_tc_cfg_rx() 468 * @up_map: prio mapped to corresponding TC 476 u8 __always_unused *up_map) in i40e_dcbnl_get_pg_tc_cfg_tx() 366 i40e_dcbnl_set_pg_tc_cfg_tx(struct net_device *netdev, int tc, u8 prio_type, u8 bwg_id, u8 bw_pct, u8 up_map) i40e_dcbnl_set_pg_tc_cfg_tx() argument 432 i40e_dcbnl_set_pg_tc_cfg_rx(struct net_device *netdev, int __always_unused prio, u8 __always_unused prio_type, u8 __always_unused pgid, u8 __always_unused bw_pct, u8 __always_unused up_map) i40e_dcbnl_set_pg_tc_cfg_rx() argument 472 i40e_dcbnl_get_pg_tc_cfg_tx(struct net_device *netdev, int prio, u8 __always_unused *prio_type, u8 *pgid, u8 __always_unused *bw_pct, u8 __always_unused *up_map) i40e_dcbnl_get_pg_tc_cfg_tx() argument 530 i40e_dcbnl_get_pg_tc_cfg_rx(struct net_device *netdev, int prio, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) i40e_dcbnl_get_pg_tc_cfg_rx() argument [all...] |
/kernel/linux/linux-6.6/net/dcb/ |
H A D | dcbnl.c | 591 u8 prio, pgid, tc_pct, up_map; in __dcbnl_pg_getcfg() local 639 up_map = DCB_ATTR_VALUE_UNDEFINED; in __dcbnl_pg_getcfg() 645 &pgid, &tc_pct, &up_map); in __dcbnl_pg_getcfg() 650 &pgid, &tc_pct, &up_map); in __dcbnl_pg_getcfg() 663 DCB_TC_ATTR_PARAM_UP_MAPPING, up_map); in __dcbnl_pg_getcfg() 808 u8 up_map; in __dcbnl_pg_setcfg() local 841 up_map = DCB_ATTR_VALUE_UNDEFINED; in __dcbnl_pg_setcfg() 854 up_map = in __dcbnl_pg_setcfg() 862 prio, pgid, tc_pct, up_map); in __dcbnl_pg_setcfg() 867 prio, pgid, tc_pct, up_map); in __dcbnl_pg_setcfg() 1313 u8 pgid, up_map, prio, tc_pct; dcbnl_cee_pg_fill() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_dcb_nl.c | 400 * @up_map: prio mapped to corresponding TC 406 u8 __always_unused *up_map) in ice_dcbnl_get_pg_tc_cfg_tx() 430 * @up_map: prio mapped to corresponding TC 436 u8 __always_unused bw_pct, u8 up_map) in ice_dcbnl_set_pg_tc_cfg_tx() 454 if (up_map & BIT(i)) in ice_dcbnl_set_pg_tc_cfg_tx() 515 * @up_map: prio mapped to corresponding TC 521 u8 __always_unused *up_map) in ice_dcbnl_get_pg_tc_cfg_rx() 543 * @up_map: prio mapped to corresponding TC 553 u8 __always_unused up_map) in ice_dcbnl_set_pg_tc_cfg_rx() 403 ice_dcbnl_get_pg_tc_cfg_tx(struct net_device *netdev, int prio, u8 __always_unused *prio_type, u8 *pgid, u8 __always_unused *bw_pct, u8 __always_unused *up_map) ice_dcbnl_get_pg_tc_cfg_tx() argument 433 ice_dcbnl_set_pg_tc_cfg_tx(struct net_device *netdev, int tc, u8 __always_unused prio_type, u8 __always_unused bwg_id, u8 __always_unused bw_pct, u8 up_map) ice_dcbnl_set_pg_tc_cfg_tx() argument 518 ice_dcbnl_get_pg_tc_cfg_rx(struct net_device *netdev, int prio, u8 __always_unused *prio_type, u8 *pgid, u8 __always_unused *bw_pct, u8 __always_unused *up_map) ice_dcbnl_get_pg_tc_cfg_rx() argument 548 ice_dcbnl_set_pg_tc_cfg_rx(struct net_device *netdev, int __always_unused prio, u8 __always_unused prio_type, u8 __always_unused pgid, u8 __always_unused bw_pct, u8 __always_unused up_map) ice_dcbnl_set_pg_tc_cfg_rx() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_dcb_nl.c | 430 * @up_map: prio mapped to corresponding TC 436 u8 __always_unused *up_map) in ice_dcbnl_get_pg_tc_cfg_tx() 460 * @up_map: prio mapped to corresponding TC 466 u8 __always_unused bw_pct, u8 up_map) in ice_dcbnl_set_pg_tc_cfg_tx() 489 if (up_map & BIT(i)) in ice_dcbnl_set_pg_tc_cfg_tx() 555 * @up_map: prio mapped to corresponding TC 561 u8 __always_unused *up_map) in ice_dcbnl_get_pg_tc_cfg_rx() 583 * @up_map: prio mapped to corresponding TC 593 u8 __always_unused up_map) in ice_dcbnl_set_pg_tc_cfg_rx() 433 ice_dcbnl_get_pg_tc_cfg_tx(struct net_device *netdev, int prio, u8 __always_unused *prio_type, u8 *pgid, u8 __always_unused *bw_pct, u8 __always_unused *up_map) ice_dcbnl_get_pg_tc_cfg_tx() argument 463 ice_dcbnl_set_pg_tc_cfg_tx(struct net_device *netdev, int tc, u8 __always_unused prio_type, u8 __always_unused bwg_id, u8 __always_unused bw_pct, u8 up_map) ice_dcbnl_set_pg_tc_cfg_tx() argument 558 ice_dcbnl_get_pg_tc_cfg_rx(struct net_device *netdev, int prio, u8 __always_unused *prio_type, u8 *pgid, u8 __always_unused *bw_pct, u8 __always_unused *up_map) ice_dcbnl_get_pg_tc_cfg_rx() argument 588 ice_dcbnl_set_pg_tc_cfg_rx(struct net_device *netdev, int __always_unused prio, u8 __always_unused prio_type, u8 __always_unused pgid, u8 __always_unused bw_pct, u8 __always_unused up_map) ice_dcbnl_set_pg_tc_cfg_rx() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dcbx.c | 1352 u8 *pgid, u8 *bw_pct, u8 *up_map) in qed_dcbnl_getpgtccfgtx() 1358 *prio_type = *pgid = *bw_pct = *up_map = 0; in qed_dcbnl_getpgtccfgtx() 1394 u8 *bwg_id, u8 *bw_pct, u8 *up_map) in qed_dcbnl_getpgtccfgrx() 1397 *prio = *bwg_id = *bw_pct = *up_map = 0; in qed_dcbnl_getpgtccfgrx() 1566 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qed_dcbnl_setpgtccfgtx() 1574 "tc = %d pri_type = %d pgid = %d bw_pct = %d up_map = %d\n", in qed_dcbnl_setpgtccfgtx() 1575 tc, pri_type, pgid, bw_pct, up_map); in qed_dcbnl_setpgtccfgtx() 1600 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qed_dcbnl_setpgtccfgrx() 1351 qed_dcbnl_getpgtccfgtx(struct qed_dev *cdev, int tc, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) qed_dcbnl_getpgtccfgtx() argument 1393 qed_dcbnl_getpgtccfgrx(struct qed_dev *cdev, int tc, u8 *prio, u8 *bwg_id, u8 *bw_pct, u8 *up_map) qed_dcbnl_getpgtccfgrx() argument 1564 qed_dcbnl_setpgtccfgtx(struct qed_dev *cdev, int tc, u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) qed_dcbnl_setpgtccfgtx() argument 1599 qed_dcbnl_setpgtccfgrx(struct qed_dev *cdev, int prio, u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) qed_dcbnl_setpgtccfgrx() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dcbx.c | 1350 u8 *pgid, u8 *bw_pct, u8 *up_map) in qed_dcbnl_getpgtccfgtx() 1356 *prio_type = *pgid = *bw_pct = *up_map = 0; in qed_dcbnl_getpgtccfgtx() 1392 u8 *bwg_id, u8 *bw_pct, u8 *up_map) in qed_dcbnl_getpgtccfgrx() 1395 *prio = *bwg_id = *bw_pct = *up_map = 0; in qed_dcbnl_getpgtccfgrx() 1564 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qed_dcbnl_setpgtccfgtx() 1572 "tc = %d pri_type = %d pgid = %d bw_pct = %d up_map = %d\n", in qed_dcbnl_setpgtccfgtx() 1573 tc, pri_type, pgid, bw_pct, up_map); in qed_dcbnl_setpgtccfgtx() 1598 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qed_dcbnl_setpgtccfgrx() 1349 qed_dcbnl_getpgtccfgtx(struct qed_dev *cdev, int tc, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) qed_dcbnl_getpgtccfgtx() argument 1391 qed_dcbnl_getpgtccfgrx(struct qed_dev *cdev, int tc, u8 *prio, u8 *bwg_id, u8 *bw_pct, u8 *up_map) qed_dcbnl_getpgtccfgrx() argument 1562 qed_dcbnl_setpgtccfgtx(struct qed_dev *cdev, int tc, u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) qed_dcbnl_setpgtccfgtx() argument 1597 qed_dcbnl_setpgtccfgrx(struct qed_dev *cdev, int prio, u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) qed_dcbnl_setpgtccfgrx() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_dcb.c | 1980 u8 up_map) in bnx2x_dcbnl_set_pg_tccfg_tx() 1998 * up_map ignored in bnx2x_dcbnl_set_pg_tccfg_tx() 2020 u8 up_map) in bnx2x_dcbnl_set_pg_tccfg_rx() 2035 u8 *up_map) in bnx2x_dcbnl_get_pg_tccfg_tx() 2050 * up_map ignored in bnx2x_dcbnl_get_pg_tccfg_tx() 2052 *up_map = *bw_pct = *prio_type = *pgid = 0; in bnx2x_dcbnl_get_pg_tccfg_tx() 2076 u8 *up_map) in bnx2x_dcbnl_get_pg_tccfg_rx() 2081 *prio_type = *pgid = *bw_pct = *up_map = 0; in bnx2x_dcbnl_get_pg_tccfg_rx() 1978 bnx2x_dcbnl_set_pg_tccfg_tx(struct net_device *netdev, int prio, u8 prio_type, u8 pgid, u8 bw_pct, u8 up_map) bnx2x_dcbnl_set_pg_tccfg_tx() argument 2018 bnx2x_dcbnl_set_pg_tccfg_rx(struct net_device *netdev, int prio, u8 prio_type, u8 pgid, u8 bw_pct, u8 up_map) bnx2x_dcbnl_set_pg_tccfg_rx() argument 2033 bnx2x_dcbnl_get_pg_tccfg_tx(struct net_device *netdev, int prio, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) bnx2x_dcbnl_get_pg_tccfg_tx() argument 2074 bnx2x_dcbnl_get_pg_tccfg_rx(struct net_device *netdev, int prio, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) bnx2x_dcbnl_get_pg_tccfg_rx() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_dcb.c | 1980 u8 up_map) in bnx2x_dcbnl_set_pg_tccfg_tx() 1998 * up_map ignored in bnx2x_dcbnl_set_pg_tccfg_tx() 2020 u8 up_map) in bnx2x_dcbnl_set_pg_tccfg_rx() 2035 u8 *up_map) in bnx2x_dcbnl_get_pg_tccfg_tx() 2050 * up_map ignored in bnx2x_dcbnl_get_pg_tccfg_tx() 2052 *up_map = *bw_pct = *prio_type = *pgid = 0; in bnx2x_dcbnl_get_pg_tccfg_tx() 2076 u8 *up_map) in bnx2x_dcbnl_get_pg_tccfg_rx() 2081 *prio_type = *pgid = *bw_pct = *up_map = 0; in bnx2x_dcbnl_get_pg_tccfg_rx() 1978 bnx2x_dcbnl_set_pg_tccfg_tx(struct net_device *netdev, int prio, u8 prio_type, u8 pgid, u8 bw_pct, u8 up_map) bnx2x_dcbnl_set_pg_tccfg_tx() argument 2018 bnx2x_dcbnl_set_pg_tccfg_rx(struct net_device *netdev, int prio, u8 prio_type, u8 pgid, u8 bw_pct, u8 up_map) bnx2x_dcbnl_set_pg_tccfg_rx() argument 2033 bnx2x_dcbnl_get_pg_tccfg_tx(struct net_device *netdev, int prio, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) bnx2x_dcbnl_get_pg_tccfg_tx() argument 2074 bnx2x_dcbnl_get_pg_tccfg_rx(struct net_device *netdev, int prio, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) bnx2x_dcbnl_get_pg_tccfg_rx() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_dcbnl.c | 698 u8 pgid, u8 bw_pct, u8 up_map) in mlx5e_dcbnl_setpgtccfgtx() 735 u8 *pgid, u8 *bw_pct, u8 *up_map) in mlx5e_dcbnl_getpgtccfgtx() 753 *up_map = 0; in mlx5e_dcbnl_getpgtccfgtx() 696 mlx5e_dcbnl_setpgtccfgtx(struct net_device *netdev, int priority, u8 prio_type, u8 pgid, u8 bw_pct, u8 up_map) mlx5e_dcbnl_setpgtccfgtx() argument 733 mlx5e_dcbnl_getpgtccfgtx(struct net_device *netdev, int priority, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) mlx5e_dcbnl_getpgtccfgtx() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_dcbnl.c | 698 u8 pgid, u8 bw_pct, u8 up_map) in mlx5e_dcbnl_setpgtccfgtx() 735 u8 *pgid, u8 *bw_pct, u8 *up_map) in mlx5e_dcbnl_getpgtccfgtx() 753 *up_map = 0; in mlx5e_dcbnl_getpgtccfgtx() 696 mlx5e_dcbnl_setpgtccfgtx(struct net_device *netdev, int priority, u8 prio_type, u8 pgid, u8 bw_pct, u8 up_map) mlx5e_dcbnl_setpgtccfgtx() argument 733 mlx5e_dcbnl_getpgtccfgtx(struct net_device *netdev, int priority, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) mlx5e_dcbnl_getpgtccfgtx() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_dcb.c | 1003 u8 *pgid, u8 *bw_pct, u8 *up_map) in qlcnic_dcb_get_pg_tc_cfg_rx() 1005 *prio_type = *pgid = *bw_pct = *up_map = 0; in qlcnic_dcb_get_pg_tc_cfg_rx() 1002 qlcnic_dcb_get_pg_tc_cfg_rx(struct net_device *netdev, int prio, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) qlcnic_dcb_get_pg_tc_cfg_rx() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_dcb.c | 1003 u8 *pgid, u8 *bw_pct, u8 *up_map) in qlcnic_dcb_get_pg_tc_cfg_rx() 1005 *prio_type = *pgid = *bw_pct = *up_map = 0; in qlcnic_dcb_get_pg_tc_cfg_rx() 1002 qlcnic_dcb_get_pg_tc_cfg_rx(struct net_device *netdev, int prio, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) qlcnic_dcb_get_pg_tc_cfg_rx() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | type.h | 1463 } up_map; member
|
H A D | ctrl.c | 5126 status = irdma_sc_set_up_map(pcmdinfo->in.u.up_map.cqp, in irdma_exec_cqp_cmd() 5127 &pcmdinfo->in.u.up_map.info, in irdma_exec_cqp_cmd() 5128 pcmdinfo->in.u.up_map.scratch); in irdma_exec_cqp_cmd()
|