Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Ddcbnl.h32 u8 dcb_getapp(struct net_device *, struct dcb_app *);
/linux-4.4.14/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.4.14/net/dcb/
Ddcbnl.c483 up = dcb_getapp(netdev, &app); in dcbnl_getapp()
1795 u8 dcb_getapp(struct net_device *dev, struct dcb_app *app) in dcb_getapp() function
1807 EXPORT_SYMBOL(dcb_getapp);
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c2291 up = dcb_getapp(netdev, &app); in fcoe_dcb_create()
2293 fup = dcb_getapp(netdev, &app); in fcoe_dcb_create()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_dcb.c940 return dcb_getapp(netdev, &app); in qlcnic_dcb_get_app()