Searched refs:dcb_app (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/include/net/ |
D | dcbnl.h | 27 struct dcb_app app; 32 int dcb_setapp(struct net_device *, struct dcb_app *); 33 u8 dcb_getapp(struct net_device *, struct dcb_app *); 34 int dcb_ieee_setapp(struct net_device *, struct dcb_app *); 35 int dcb_ieee_delapp(struct net_device *, struct dcb_app *); 36 u8 dcb_ieee_getapp_mask(struct net_device *, struct dcb_app *); 53 int (*ieee_getapp) (struct net_device *, struct dcb_app *); 54 int (*ieee_setapp) (struct net_device *, struct dcb_app *); 55 int (*ieee_delapp) (struct net_device *, struct dcb_app *); 95 int (*peer_getapptable)(struct net_device *, struct dcb_app *);
|
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 58 struct dcb_app app = { in ixgbe_copy_dcb_cfg() 436 struct dcb_app app = { in ixgbe_dcbnl_set_all() 545 struct dcb_app app = { in ixgbe_dcbnl_getapp() 668 struct dcb_app *app) in ixgbe_dcbnl_ieee_setapp() 694 struct dcb_app *app) in ixgbe_dcbnl_ieee_delapp()
|
/linux-3.4.99/net/dcb/ |
D | dcbnl.c | 184 [DCB_ATTR_IEEE_APP] = {.len = sizeof(struct dcb_app)}, 613 struct dcb_app app = { in dcbnl_getapp() 698 struct dcb_app app; in dcbnl_setapp() 1176 struct dcb_app *table = NULL; in dcbnl_build_peer_app() 1188 table = kmalloc(sizeof(struct dcb_app) * app_count, GFP_KERNEL); in dcbnl_build_peer_app() 1213 NLA_PUT(skb, app_entry_type, sizeof(struct dcb_app), in dcbnl_build_peer_app() 1611 struct dcb_app *app_data; in dcbnl_ieee_set() 1694 struct dcb_app *app_data; in dcbnl_ieee_del() 2052 u8 dcb_getapp(struct net_device *dev, struct dcb_app *app) in dcb_getapp() 2079 int dcb_setapp(struct net_device *dev, struct dcb_app *new) in dcb_setapp() [all …]
|
/linux-3.4.99/include/linux/ |
D | dcbnl.h | 151 struct dcb_app { struct
|
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 663 struct dcb_app app; in bnx2x_dcbnl_update_applist() 2433 struct dcb_app *table) in bnx2x_peer_apptable()
|
/linux-3.4.99/drivers/scsi/fcoe/ |
D | fcoe.c | 2110 struct dcb_app app = { in fcoe_dcb_create()
|