Home
last modified time | relevance | path

Searched refs:dcb_getapp (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/include/net/
Ddcbnl.h33 u8 dcb_getapp(struct net_device *, struct dcb_app *);
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c62 u8 up = dcb_getapp(adapter->netdev, &app); in ixgbe_copy_dcb_cfg()
440 u8 up = dcb_getapp(netdev, &app); in ixgbe_dcbnl_set_all()
553 return dcb_getapp(netdev, &app); in ixgbe_dcbnl_getapp()
/linux-3.4.99/net/dcb/
Ddcbnl.c617 up = dcb_getapp(netdev, &app); in dcbnl_getapp()
2052 u8 dcb_getapp(struct net_device *dev, struct dcb_app *app) in dcb_getapp() function
2070 EXPORT_SYMBOL(dcb_getapp);
/linux-3.4.99/drivers/scsi/fcoe/
Dfcoe.c2126 up = dcb_getapp(netdev, &app); in fcoe_dcb_create()
2128 fup = dcb_getapp(netdev, &app); in fcoe_dcb_create()