/linux/include/net/ |
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 *);
|
/linux/net/dcb/ |
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() 1815 static int dcb_app_add(const struct dcb_app *app, int ifindex) in dcb_app_add() 1839 u8 dcb_getapp(struct net_device *dev, struct dcb_app *app) in dcb_getapp() [all …]
|
/linux/include/linux/qed/ |
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);
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
A 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() 646 static int bnxt_dcbnl_ieee_dscp_app_prep(struct bnxt *bp, struct dcb_app *app) in bnxt_dcbnl_ieee_dscp_app_prep() 657 static int bnxt_dcbnl_ieee_setapp(struct net_device *dev, struct dcb_app *app) in bnxt_dcbnl_ieee_setapp() 686 static int bnxt_dcbnl_ieee_delapp(struct net_device *dev, struct dcb_app *app) in bnxt_dcbnl_ieee_delapp()
|
/linux/drivers/target/iscsi/cxgbit/ |
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()
|
A D | cxgbit_cm.c | 870 struct dcb_app iscsi_dcb_app = { in cxgbit_get_iscsi_dcb_priority()
|
/linux/drivers/net/ethernet/qlogic/qede/ |
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()
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
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()
|
A D | ixgbe_main.c | 7410 struct dcb_app app = { in ixgbe_update_default_up()
|
/linux/drivers/net/ethernet/intel/i40e/ |
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()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
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() 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/drivers/net/ethernet/intel/ice/ |
A 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/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_dcb.c | 169 struct dcb_app *app) in mlxsw_sp_dcbnl_app_validate() 409 struct dcb_app *app) in mlxsw_sp_dcbnl_ieee_setapp() 434 struct dcb_app *app) in mlxsw_sp_dcbnl_ieee_delapp()
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
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()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A 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() 1091 struct dcb_app temp; in mlx5e_dcbnl_dscp_app()
|
/linux/include/uapi/linux/ |
A D | dcbnl.h | 244 struct dcb_app { struct
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
A 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/drivers/net/ethernet/qlogic/qed/ |
A 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/drivers/net/ethernet/broadcom/bnx2x/ |
A D | bnx2x_dcb.c | 714 struct dcb_app app; in bnx2x_dcbnl_update_applist() 2508 struct dcb_app *table) in bnx2x_peer_apptable()
|
/linux/drivers/infiniband/hw/bnxt_re/ |
A D | main.c | 1212 struct dcb_app app; in bnxt_re_get_priority_mask()
|
/linux/drivers/scsi/fcoe/ |
A D | fcoe.c | 2147 struct dcb_app app = { in fcoe_dcb_create()
|
/linux/drivers/scsi/cxgbi/cxgb4i/ |
A D | cxgb4i.c | 1739 struct dcb_app iscsi_dcb_app = { in get_iscsi_dcb_priority()
|