/kernel/linux/linux-6.6/include/net/ |
H A D | dcbnl.h | 17 struct dcb_app app; 22 u16 dcb_getrewr(struct net_device *dev, struct dcb_app *app); 23 int dcb_setrewr(struct net_device *dev, struct dcb_app *app); 24 int dcb_delrewr(struct net_device *dev, struct dcb_app *app); 26 int dcb_setapp(struct net_device *, struct dcb_app *); 27 u8 dcb_getapp(struct net_device *, struct dcb_app *); 28 int dcb_ieee_setapp(struct net_device *, struct dcb_app *); 29 int dcb_ieee_delapp(struct net_device *, struct dcb_app *); 30 u8 dcb_ieee_getapp_mask(struct net_device *, struct dcb_app *); 75 int (*ieee_getapp) (struct net_device *, struct dcb_app *); [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | dcbnl.h | 15 struct dcb_app app; 20 int dcb_setapp(struct net_device *, struct dcb_app *); 21 u8 dcb_getapp(struct net_device *, struct dcb_app *); 22 int dcb_ieee_setapp(struct net_device *, struct dcb_app *); 23 int dcb_ieee_delapp(struct net_device *, struct dcb_app *); 24 u8 dcb_ieee_getapp_mask(struct net_device *, struct dcb_app *); 59 int (*ieee_getapp) (struct net_device *, struct dcb_app *); 60 int (*ieee_setapp) (struct net_device *, struct dcb_app *); 61 int (*ieee_delapp) (struct net_device *, struct dcb_app *); 101 int (*peer_getapptable)(struct net_device *, struct dcb_app *); [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_dcb.c | 47 const struct dcb_app *app) in sparx5_dcb_app_validate() 142 struct dcb_app app_itr = {0}; in sparx5_dcb_app_update() 232 struct dcb_app *app, in sparx5_dcb_ieee_dscp_setdel() 234 struct dcb_app *)) in sparx5_dcb_ieee_dscp_setdel() 252 static int sparx5_dcb_ieee_delapp(struct net_device *dev, struct dcb_app *app) in sparx5_dcb_ieee_delapp() 267 static int sparx5_dcb_ieee_setapp(struct net_device *dev, struct dcb_app *app) in sparx5_dcb_ieee_setapp() 269 struct dcb_app app_itr; in sparx5_dcb_ieee_setapp() 328 static int sparx5_dcb_delrewr(struct net_device *dev, struct dcb_app *app) in sparx5_dcb_delrewr() 343 static int sparx5_dcb_setrewr(struct net_device *dev, struct dcb_app *app) in sparx5_dcb_setrewr() 345 struct dcb_app app_it in sparx5_dcb_setrewr() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_dcb.c | 53 struct dcb_app app_itr; in lan966x_dcb_app_update() 119 struct dcb_app *app, in lan966x_dcb_ieee_dscp_setdel() 121 struct dcb_app *)) in lan966x_dcb_ieee_dscp_setdel() 141 const struct dcb_app *app) in lan966x_dcb_app_validate() 179 static int lan966x_dcb_ieee_delapp(struct net_device *dev, struct dcb_app *app) in lan966x_dcb_ieee_delapp() 196 static int lan966x_dcb_ieee_setapp(struct net_device *dev, struct dcb_app *app) in lan966x_dcb_ieee_setapp() 198 struct dcb_app app_itr; in lan966x_dcb_ieee_setapp() 287 static int lan966x_dcb_delrewr(struct net_device *dev, struct dcb_app *app) in lan966x_dcb_delrewr() 304 static int lan966x_dcb_setrewr(struct net_device *dev, struct dcb_app *app) in lan966x_dcb_setrewr() 306 struct dcb_app app_it in lan966x_dcb_setrewr() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_dcbnl.c | 59 static int hns3_dcbnl_ieee_setapp(struct net_device *ndev, struct dcb_app *app) in hns3_dcbnl_ieee_setapp() 72 static int hns3_dcbnl_ieee_delapp(struct net_device *ndev, struct dcb_app *app) in hns3_dcbnl_ieee_delapp()
|
/kernel/linux/linux-5.10/net/dcb/ |
H A D | dcbnl.c | 469 struct dcb_app app = { in dcbnl_getapp() 538 struct dcb_app app; in dcbnl_setapp() 978 struct dcb_app *table = NULL; in dcbnl_build_peer_app() 990 table = kmalloc_array(app_count, sizeof(struct dcb_app), in dcbnl_build_peer_app() 1017 if (nla_put(skb, app_entry_type, sizeof(struct dcb_app), in dcbnl_build_peer_app() 1496 struct dcb_app *app_data; in dcbnl_ieee_set() 1501 if (nla_len(attr) < sizeof(struct dcb_app)) { in dcbnl_ieee_set() 1557 struct dcb_app *app_data; in dcbnl_ieee_del() 1799 static struct dcb_app_type *dcb_app_lookup(const struct dcb_app *app, in dcb_app_lookup() 1815 static int dcb_app_add(const struct dcb_app *ap [all...] |
/kernel/linux/linux-6.6/net/dcb/ |
H A D | dcbnl.c | 503 struct dcb_app app = { in dcbnl_getapp() 572 struct dcb_app app; in dcbnl_setapp() 1012 struct dcb_app *table = NULL; in dcbnl_build_peer_app() 1024 table = kmalloc_array(app_count, sizeof(struct dcb_app), in dcbnl_build_peer_app() 1051 if (nla_put(skb, app_entry_type, sizeof(struct dcb_app), in dcbnl_build_peer_app() 1109 struct dcb_app *app)) in dcbnl_app_table_setdel() 1111 struct dcb_app *app_data; in dcbnl_app_table_setdel() 1122 if (nla_len(attr_itr) < sizeof(struct dcb_app)) in dcbnl_app_table_setdel() 1970 static struct dcb_app_type *dcb_rewr_lookup(const struct dcb_app *app, in dcb_rewr_lookup() 1986 static struct dcb_app_type *dcb_app_lookup(const struct dcb_app *ap [all...] |
/kernel/linux/linux-5.10/include/linux/qed/ |
H A D | qed_eth_if.h | 211 int (*ieee_getapp)(struct qed_dev *cdev, struct dcb_app *app); 212 int (*ieee_setapp)(struct qed_dev *cdev, struct dcb_app *app); 250 int (*peer_getapptable)(struct qed_dev *cdev, struct dcb_app *table);
|
/kernel/linux/linux-6.6/include/linux/qed/ |
H A D | qed_eth_if.h | 200 int (*ieee_getapp)(struct qed_dev *cdev, struct dcb_app *app); 201 int (*ieee_setapp)(struct qed_dev *cdev, struct dcb_app *app); 239 int (*peer_getapptable)(struct qed_dev *cdev, struct dcb_app *table);
|
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_main.c | 526 struct dcb_app_type dcb_app; member 589 iscsi_app = &dcb_work->dcb_app; in cxgbit_dcb_workfn() 640 struct dcb_app_type *dcb_app = data; in cxgbit_dcbevent_notify() local 646 dcb_work->dcb_app = *dcb_app; in cxgbit_dcbevent_notify()
|
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_main.c | 533 struct dcb_app_type dcb_app; member 596 iscsi_app = &dcb_work->dcb_app; in cxgbit_dcb_workfn() 647 struct dcb_app_type *dcb_app = data; in cxgbit_dcbevent_notify() local 653 dcb_work->dcb_app = *dcb_app; in cxgbit_dcbevent_notify()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_dcb_nl.c | 653 struct dcb_app app = { in ice_dcbnl_getapp() 691 static int ice_dcbnl_setapp(struct net_device *netdev, struct dcb_app *app) in ice_dcbnl_setapp() 745 static int ice_dcbnl_delapp(struct net_device *netdev, struct dcb_app *app) in ice_dcbnl_delapp() 871 struct dcb_app sapp; in ice_dcbnl_set_all() 920 struct dcb_app sapp; in ice_dcbnl_vsi_del_app()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_dcb_nl.c | 34 struct dcb_app app = { in ixgbe_copy_dcb_cfg() 369 struct dcb_app app = { in ixgbe_dcbnl_set_all() 476 struct dcb_app app = { in ixgbe_dcbnl_getapp() 618 struct dcb_app *app) in ixgbe_dcbnl_ieee_setapp() 663 struct dcb_app *app) in ixgbe_dcbnl_ieee_delapp()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_dcb.c | 296 static int bnxt_hwrm_set_dcbx_app(struct bnxt *bp, struct dcb_app *app, in bnxt_hwrm_set_dcbx_app() 402 static int bnxt_hwrm_queue_dscp2pri_cfg(struct bnxt *bp, struct dcb_app *app, in bnxt_hwrm_queue_dscp2pri_cfg() 607 static int bnxt_dcbnl_ieee_dscp_app_prep(struct bnxt *bp, struct dcb_app *app) in bnxt_dcbnl_ieee_dscp_app_prep() 618 static int bnxt_dcbnl_ieee_setapp(struct net_device *dev, struct dcb_app *app) in bnxt_dcbnl_ieee_setapp() 647 static int bnxt_dcbnl_ieee_delapp(struct net_device *dev, struct dcb_app *app) in bnxt_dcbnl_ieee_delapp()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_dcb.c | 321 static int bnxt_hwrm_set_dcbx_app(struct bnxt *bp, struct dcb_app *app, in bnxt_hwrm_set_dcbx_app() 439 static int bnxt_hwrm_queue_dscp2pri_cfg(struct bnxt *bp, struct dcb_app *app, in bnxt_hwrm_queue_dscp2pri_cfg() 655 static int bnxt_dcbnl_ieee_dscp_app_prep(struct bnxt *bp, struct dcb_app *app) in bnxt_dcbnl_ieee_dscp_app_prep() 666 static int bnxt_dcbnl_ieee_setapp(struct net_device *dev, struct dcb_app *app) in bnxt_dcbnl_ieee_setapp() 695 static int bnxt_dcbnl_ieee_delapp(struct net_device *dev, struct dcb_app *app) in bnxt_dcbnl_ieee_delapp()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_dcb_nl.c | 693 struct dcb_app app = { in ice_dcbnl_getapp() 733 static int ice_dcbnl_setapp(struct net_device *netdev, struct dcb_app *app) in ice_dcbnl_setapp() 867 static int ice_dcbnl_delapp(struct net_device *netdev, struct dcb_app *app) in ice_dcbnl_delapp() 1043 struct dcb_app sapp; in ice_dcbnl_set_all() 1092 struct dcb_app sapp; in ice_dcbnl_vsi_del_app()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_dcb_nl.c | 194 struct dcb_app *app) in i40e_dcbnl_ieee_setapp() 246 struct dcb_app *app) in i40e_dcbnl_ieee_delapp() 759 struct dcb_app app = { in i40e_dcbnl_getapp() 885 struct dcb_app sapp; in i40e_dcbnl_set_all() 933 struct dcb_app sapp; in i40e_dcbnl_vsi_del_app()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_dcb_nl.c | 32 struct dcb_app app = { in ixgbe_copy_dcb_cfg() 367 struct dcb_app app = { in ixgbe_dcbnl_set_all() 474 struct dcb_app app = { in ixgbe_dcbnl_getapp() 616 struct dcb_app *app) in ixgbe_dcbnl_ieee_setapp() 661 struct dcb_app *app) in ixgbe_dcbnl_ieee_delapp()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_dcbnl.c | 215 struct dcb_app *app) in qede_dcbnl_peer_getapptable() 271 struct dcb_app *app) in qede_dcbnl_ieee_getapp() 279 struct dcb_app *app) in qede_dcbnl_ieee_setapp()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nic/ |
H A D | dcb.c | 431 struct dcb_app *app) in nfp_nic_dcbnl_ieee_setapp() 434 struct dcb_app old_app; in nfp_nic_dcbnl_ieee_setapp() 478 struct dcb_app *app) in nfp_nic_dcbnl_ieee_delapp() 489 /* Check if the dcb_app param match fw */ in nfp_nic_dcbnl_ieee_delapp()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_dcbnl.c | 215 struct dcb_app *app) in qede_dcbnl_peer_getapptable() 271 struct dcb_app *app) in qede_dcbnl_ieee_getapp() 279 struct dcb_app *app) in qede_dcbnl_ieee_setapp()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_dcb_nl.c | 151 struct dcb_app sapp; in i40e_dcbnl_set_all() 195 struct dcb_app sapp; in i40e_dcbnl_vsi_del_app()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_dcb.c | 64 struct dcb_app app; in cxgb4_dcb_cleanup_apps() 366 struct dcb_app app = { in cxgb4_dcb_handle_fw_update() 899 /* Priority for CEE inside dcb_app is bitmask, with 0 being an invalid value */ 904 struct dcb_app app = { in cxgb4_setapp() 1024 * Priority for IEEE dcb_app is an integer, with 0 being a valid value 1026 static int cxgb4_ieee_getapp(struct net_device *dev, struct dcb_app *app) in cxgb4_ieee_getapp() 1046 * Priority for IEEE dcb_app is an integer, with 0 being a valid value 1048 static int cxgb4_ieee_setapp(struct net_device *dev, struct dcb_app *app) in cxgb4_ieee_setapp() 1144 static int cxgb4_getpeerapp_tbl(struct net_device *dev, struct dcb_app *table) in cxgb4_getpeerapp_tbl()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_dcb.c | 64 struct dcb_app app; in cxgb4_dcb_cleanup_apps() 366 struct dcb_app app = { in cxgb4_dcb_handle_fw_update() 899 /* Priority for CEE inside dcb_app is bitmask, with 0 being an invalid value */ 904 struct dcb_app app = { in cxgb4_setapp() 1024 * Priority for IEEE dcb_app is an integer, with 0 being a valid value 1026 static int cxgb4_ieee_getapp(struct net_device *dev, struct dcb_app *app) in cxgb4_ieee_getapp() 1046 * Priority for IEEE dcb_app is an integer, with 0 being a valid value 1048 static int cxgb4_ieee_setapp(struct net_device *dev, struct dcb_app *app) in cxgb4_ieee_setapp() 1144 static int cxgb4_getpeerapp_tbl(struct net_device *dev, struct dcb_app *table) in cxgb4_getpeerapp_tbl()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_dcb_nl.c | 260 struct dcb_app app = { in mlx4_en_dcbnl_getapp() 274 struct dcb_app app; in mlx4_en_dcbnl_setapp() 279 memset(&app, 0, sizeof(struct dcb_app)); in mlx4_en_dcbnl_setapp()
|