Searched refs:dcb_app (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/net/ |
D | dcbnl.h | 26 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.1.27/net/dcb/ |
D | dcbnl.c | 185 [DCB_ATTR_IEEE_APP] = {.len = sizeof(struct dcb_app)}, 482 struct dcb_app app = { in dcbnl_getapp() 550 struct dcb_app app; in dcbnl_setapp() 984 struct dcb_app *table = NULL; in dcbnl_build_peer_app() 996 table = kmalloc(sizeof(struct dcb_app) * app_count, GFP_KERNEL); in dcbnl_build_peer_app() 1022 if (nla_put(skb, app_entry_type, sizeof(struct dcb_app), in dcbnl_build_peer_app() 1470 struct dcb_app *app_data; in dcbnl_ieee_set() 1523 struct dcb_app *app_data; in dcbnl_ieee_del() 1760 static struct dcb_app_type *dcb_app_lookup(const struct dcb_app *app, in dcb_app_lookup() 1776 static int dcb_app_add(const struct dcb_app *app, int ifindex) in dcb_app_add() [all …]
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_dcb_nl.c | 173 struct dcb_app sapp; in i40e_dcbnl_set_all() 217 struct dcb_app sapp; in i40e_dcbnl_vsi_del_app()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 59 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()
|
D | ixgbe_main.c | 6283 struct dcb_app app = { in ixgbe_update_default_up()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_dcb.c | 68 struct dcb_app app; in cxgb4_dcb_cleanup_apps() 335 struct dcb_app app = { in cxgb4_dcb_handle_fw_update() 871 struct dcb_app app = { in cxgb4_setapp() 992 static int cxgb4_ieee_getapp(struct net_device *dev, struct dcb_app *app) in cxgb4_ieee_getapp() 1014 static int cxgb4_ieee_setapp(struct net_device *dev, struct dcb_app *app) in cxgb4_ieee_setapp() 1110 static int cxgb4_getpeerapp_tbl(struct net_device *dev, struct dcb_app *table) in cxgb4_getpeerapp_tbl()
|
/linux-4.1.27/include/uapi/linux/ |
D | dcbnl.h | 227 struct dcb_app { struct
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_dcb.c | 717 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.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 683 struct dcb_app app; in bnx2x_dcbnl_update_applist() 2476 struct dcb_app *table) in bnx2x_peer_apptable()
|
/linux-4.1.27/drivers/scsi/fcoe/ |
D | fcoe.c | 2277 struct dcb_app app = { in fcoe_dcb_create()
|