/linux-6.1.9/include/net/ |
D | dcbnl.h | 17 struct dcb_app app; 22 int dcb_setapp(struct net_device *, struct dcb_app *); 23 u8 dcb_getapp(struct net_device *, struct dcb_app *); 24 int dcb_ieee_setapp(struct net_device *, struct dcb_app *); 25 int dcb_ieee_delapp(struct net_device *, struct dcb_app *); 26 u8 dcb_ieee_getapp_mask(struct net_device *, struct dcb_app *); 61 int (*ieee_getapp) (struct net_device *, struct dcb_app *); 62 int (*ieee_setapp) (struct net_device *, struct dcb_app *); 63 int (*ieee_delapp) (struct net_device *, struct dcb_app *); 103 int (*peer_getapptable)(struct net_device *, struct dcb_app *);
|
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/ |
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()
|
D | hnae3.h | 770 int (*ieee_setapp)(struct hnae3_handle *h, struct dcb_app *app); 771 int (*ieee_delapp)(struct hnae3_handle *h, struct dcb_app *app);
|
/linux-6.1.9/include/linux/qed/ |
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);
|
/linux-6.1.9/net/dcb/ |
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 *app, int ifindex) in dcb_app_add() [all …]
|
/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_dcb.c | 313 static int bnxt_hwrm_set_dcbx_app(struct bnxt *bp, struct dcb_app *app, in bnxt_hwrm_set_dcbx_app() 431 static int bnxt_hwrm_queue_dscp2pri_cfg(struct bnxt *bp, struct dcb_app *app, in bnxt_hwrm_queue_dscp2pri_cfg() 647 static int bnxt_dcbnl_ieee_dscp_app_prep(struct bnxt *bp, struct dcb_app *app) in bnxt_dcbnl_ieee_dscp_app_prep() 658 static int bnxt_dcbnl_ieee_setapp(struct net_device *dev, struct dcb_app *app) in bnxt_dcbnl_ieee_setapp() 687 static int bnxt_dcbnl_ieee_delapp(struct net_device *dev, struct dcb_app *app) in bnxt_dcbnl_ieee_delapp()
|
/linux-6.1.9/drivers/target/iscsi/cxgbit/ |
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()
|
D | cxgbit_cm.c | 870 struct dcb_app iscsi_dcb_app = { in cxgbit_get_iscsi_dcb_priority()
|
/linux-6.1.9/drivers/net/ethernet/qlogic/qede/ |
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()
|
/linux-6.1.9/drivers/net/ethernet/intel/i40e/ |
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()
|
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/ |
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()
|
/linux-6.1.9/drivers/net/ethernet/intel/ice/ |
D | ice_dcb_nl.c | 658 struct dcb_app app = { in ice_dcbnl_getapp() 698 static int ice_dcbnl_setapp(struct net_device *netdev, struct dcb_app *app) in ice_dcbnl_setapp() 827 static int ice_dcbnl_delapp(struct net_device *netdev, struct dcb_app *app) in ice_dcbnl_delapp() 993 struct dcb_app sapp; in ice_dcbnl_set_all() 1042 struct dcb_app sapp; in ice_dcbnl_vsi_del_app()
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
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() 904 struct dcb_app app = { in cxgb4_setapp() 1026 static int cxgb4_ieee_getapp(struct net_device *dev, struct dcb_app *app) in cxgb4_ieee_getapp() 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()
|
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_dcb.c | 362 static int hclge_ieee_setapp(struct hnae3_handle *h, struct dcb_app *app) in hclge_ieee_setapp() 367 struct dcb_app old_app; in hclge_ieee_setapp() 408 static int hclge_ieee_delapp(struct hnae3_handle *h, struct dcb_app *app) in hclge_ieee_delapp()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_dcb.c | 169 struct dcb_app *app) in mlxsw_sp_dcbnl_app_validate() 396 struct dcb_app *app) in mlxsw_sp_dcbnl_ieee_setapp() 421 struct dcb_app *app) in mlxsw_sp_dcbnl_ieee_delapp()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/ |
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()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_dcbnl.c | 447 static int mlx5e_dcbnl_ieee_setapp(struct net_device *dev, struct dcb_app *app) in mlx5e_dcbnl_ieee_setapp() 450 struct dcb_app temp; in mlx5e_dcbnl_ieee_setapp() 502 static int mlx5e_dcbnl_ieee_delapp(struct net_device *dev, struct dcb_app *app) in mlx5e_dcbnl_ieee_delapp() 1082 struct dcb_app temp; in mlx5e_dcbnl_dscp_app()
|
/linux-6.1.9/include/uapi/linux/ |
D | dcbnl.h | 244 struct dcb_app { struct
|
/linux-6.1.9/net/dsa/ |
D | slave.c | 1930 dsa_slave_dcbnl_set_default_prio(struct net_device *dev, struct dcb_app *app) in dsa_slave_dcbnl_set_default_prio() 1957 dsa_slave_dcbnl_add_dscp_prio(struct net_device *dev, struct dcb_app *app) in dsa_slave_dcbnl_add_dscp_prio() 1991 struct dcb_app *app) in dsa_slave_dcbnl_ieee_setapp() 2010 dsa_slave_dcbnl_del_default_prio(struct net_device *dev, struct dcb_app *app) in dsa_slave_dcbnl_del_default_prio() 2037 dsa_slave_dcbnl_del_dscp_prio(struct net_device *dev, struct dcb_app *app) in dsa_slave_dcbnl_del_dscp_prio() 2061 struct dcb_app *app) in dsa_slave_dcbnl_ieee_delapp() 2091 struct dcb_app app = { in dsa_slave_dcbnl_init() 2109 struct dcb_app app = { in dsa_slave_dcbnl_init()
|
/linux-6.1.9/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_dcb.c | 716 struct dcb_app new_app; in qlcnic_dcb_fill_cee_app_params() 931 struct dcb_app app = { in qlcnic_dcb_get_app() 1039 struct dcb_app *table) in qlcnic_dcb_peer_app_table()
|
/linux-6.1.9/drivers/net/ethernet/qlogic/qed/ |
D | qed_dcbx.c | 1963 struct dcb_app *table) in qed_dcbnl_peer_getapptable() 2251 static int qed_dcbnl_ieee_getapp(struct qed_dev *cdev, struct dcb_app *app) in qed_dcbnl_ieee_getapp() 2302 static int qed_dcbnl_ieee_setapp(struct qed_dev *cdev, struct dcb_app *app) in qed_dcbnl_ieee_setapp()
|
/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 714 struct dcb_app app; in bnx2x_dcbnl_update_applist() 2508 struct dcb_app *table) in bnx2x_peer_apptable()
|
/linux-6.1.9/drivers/infiniband/hw/bnxt_re/ |
D | main.c | 1211 struct dcb_app app; in bnxt_re_get_priority_mask()
|
/linux-6.1.9/drivers/scsi/fcoe/ |
D | fcoe.c | 2136 struct dcb_app app = { in fcoe_dcb_create()
|
/linux-6.1.9/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1740 struct dcb_app iscsi_dcb_app = { in get_iscsi_dcb_priority()
|