Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Ddcbnl.h32 u8 dcb_getapp(struct net_device *, struct dcb_app *);
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c63 u8 up = dcb_getapp(adapter->netdev, &app); in ixgbe_copy_dcb_cfg()
398 u8 up = dcb_getapp(netdev, &app); in ixgbe_dcbnl_set_all()
509 return dcb_getapp(netdev, &app); in ixgbe_dcbnl_getapp()
/linux-4.1.27/net/dcb/
Ddcbnl.c486 up = dcb_getapp(netdev, &app); in dcbnl_getapp()
1798 u8 dcb_getapp(struct net_device *dev, struct dcb_app *app) in dcb_getapp() function
1810 EXPORT_SYMBOL(dcb_getapp);
/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe.c2293 up = dcb_getapp(netdev, &app); in fcoe_dcb_create()
2295 fup = dcb_getapp(netdev, &app); in fcoe_dcb_create()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_dcb.c940 return dcb_getapp(netdev, &app); in qlcnic_dcb_get_app()