Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Ddcbnl.h26 struct dcb_app app;
31 int dcb_setapp(struct net_device *, struct dcb_app *);
32 u8 dcb_getapp(struct net_device *, struct dcb_app *);
33 int dcb_ieee_setapp(struct net_device *, struct dcb_app *);
34 int dcb_ieee_delapp(struct net_device *, struct dcb_app *);
35 u8 dcb_ieee_getapp_mask(struct net_device *, struct dcb_app *);
57 int (*ieee_getapp) (struct net_device *, struct dcb_app *);
58 int (*ieee_setapp) (struct net_device *, struct dcb_app *);
59 int (*ieee_delapp) (struct net_device *, struct dcb_app *);
99 int (*peer_getapptable)(struct net_device *, struct dcb_app *);
/linux-4.4.14/net/dcb/
Ddcbnl.c182 [DCB_ATTR_IEEE_APP] = {.len = sizeof(struct dcb_app)},
479 struct dcb_app app = { in dcbnl_getapp()
547 struct dcb_app app; in dcbnl_setapp()
981 struct dcb_app *table = NULL; in dcbnl_build_peer_app()
993 table = kmalloc(sizeof(struct dcb_app) * app_count, GFP_KERNEL); in dcbnl_build_peer_app()
1019 if (nla_put(skb, app_entry_type, sizeof(struct dcb_app), in dcbnl_build_peer_app()
1467 struct dcb_app *app_data; in dcbnl_ieee_set()
1520 struct dcb_app *app_data; in dcbnl_ieee_del()
1757 static struct dcb_app_type *dcb_app_lookup(const struct dcb_app *app, in dcb_app_lookup()
1773 static int dcb_app_add(const struct dcb_app *app, int ifindex) in dcb_app_add()
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_dcb_nl.c173 struct dcb_app sapp; in i40e_dcbnl_set_all()
217 struct dcb_app sapp; in i40e_dcbnl_vsi_del_app()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c59 struct dcb_app app = { in ixgbe_copy_dcb_cfg()
394 struct dcb_app app = { in ixgbe_dcbnl_set_all()
501 struct dcb_app app = { in ixgbe_dcbnl_getapp()
643 struct dcb_app *app) in ixgbe_dcbnl_ieee_setapp()
688 struct dcb_app *app) in ixgbe_dcbnl_ieee_delapp()
Dixgbe_main.c6397 struct dcb_app app = { in ixgbe_update_default_up()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_dcb.c77 struct dcb_app app; in cxgb4_dcb_cleanup_apps()
344 struct dcb_app app = { in cxgb4_dcb_handle_fw_update()
882 struct dcb_app app = { in cxgb4_setapp()
1004 static int cxgb4_ieee_getapp(struct net_device *dev, struct dcb_app *app) in cxgb4_ieee_getapp()
1026 static int cxgb4_ieee_setapp(struct net_device *dev, struct dcb_app *app) in cxgb4_ieee_setapp()
1122 static int cxgb4_getpeerapp_tbl(struct net_device *dev, struct dcb_app *table) in cxgb4_getpeerapp_tbl()
/linux-4.4.14/include/uapi/linux/
Ddcbnl.h231 struct dcb_app { struct
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_dcb.c717 struct dcb_app new_app; in qlcnic_dcb_fill_cee_app_params()
932 struct dcb_app app = { in qlcnic_dcb_get_app()
1040 struct dcb_app *table) in qlcnic_dcb_peer_app_table()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c685 struct dcb_app app; in bnx2x_dcbnl_update_applist()
2480 struct dcb_app *table) in bnx2x_peer_apptable()
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c2275 struct dcb_app app = { in fcoe_dcb_create()