Home
last modified time | relevance | path

Searched refs:dcb_app (Results 1 – 22 of 22) sorted by relevance

/linux/include/net/
A Ddcbnl.h15 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 Ddcbnl.c469 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 Dqed_eth_if.h200 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 Dbnxt_dcb.c313 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 Dcxgbit_main.c533 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 Dcxgbit_cm.c870 struct dcb_app iscsi_dcb_app = { in cxgbit_get_iscsi_dcb_priority()
/linux/drivers/net/ethernet/qlogic/qede/
A Dqede_dcbnl.c215 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 Dixgbe_dcb_nl.c34 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 Dixgbe_main.c7410 struct dcb_app app = { in ixgbe_update_default_up()
/linux/drivers/net/ethernet/intel/i40e/
A Di40e_dcb_nl.c194 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 Dcxgb4_dcb.c64 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 Dice_dcb_nl.c658 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 Dspectrum_dcb.c169 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 Den_dcb_nl.c260 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 Den_dcbnl.c447 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 Ddcbnl.h244 struct dcb_app { struct
/linux/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_dcb.c716 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 Dqed_dcbx.c1963 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 Dbnx2x_dcb.c714 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 Dmain.c1212 struct dcb_app app; in bnxt_re_get_priority_mask()
/linux/drivers/scsi/fcoe/
A Dfcoe.c2147 struct dcb_app app = { in fcoe_dcb_create()
/linux/drivers/scsi/cxgbi/cxgb4i/
A Dcxgb4i.c1739 struct dcb_app iscsi_dcb_app = { in get_iscsi_dcb_priority()

Completed in 111 milliseconds