Searched refs:dcb_getapp (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/include/net/ |
D | dcbnl.h | 21 u8 dcb_getapp(struct net_device *, struct dcb_app *);
|
/linux-5.19.10/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 38 u8 up = dcb_getapp(adapter->netdev, &app); in ixgbe_copy_dcb_cfg() 373 u8 up = dcb_getapp(netdev, &app); in ixgbe_dcbnl_set_all() 484 return dcb_getapp(netdev, &app); in ixgbe_dcbnl_getapp()
|
/linux-5.19.10/net/dcb/ |
D | dcbnl.c | 473 up = dcb_getapp(netdev, &app); in dcbnl_getapp() 1839 u8 dcb_getapp(struct net_device *dev, struct dcb_app *app) in dcb_getapp() function 1852 EXPORT_SYMBOL(dcb_getapp);
|
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx4/ |
D | en_dcb_nl.c | 267 return dcb_getapp(netdev, &app); in mlx4_en_dcbnl_getapp()
|
/linux-5.19.10/drivers/net/ethernet/intel/i40e/ |
D | i40e_dcb_nl.c | 768 return dcb_getapp(netdev, &app); in i40e_dcbnl_getapp()
|
/linux-5.19.10/drivers/net/ethernet/intel/ice/ |
D | ice_dcb_nl.c | 667 return dcb_getapp(netdev, &app); in ice_dcbnl_getapp()
|
/linux-5.19.10/drivers/scsi/fcoe/ |
D | fcoe.c | 2153 up = dcb_getapp(netdev, &app); in fcoe_dcb_create() 2155 fup = dcb_getapp(netdev, &app); in fcoe_dcb_create()
|
/linux-5.19.10/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_dcb.c | 939 return dcb_getapp(netdev, &app); in qlcnic_dcb_get_app()
|
/linux-5.19.10/drivers/target/iscsi/cxgbit/ |
D | cxgbit_cm.c | 889 ret = dcb_getapp(ndev, &iscsi_dcb_app); in cxgbit_get_iscsi_dcb_priority()
|
/linux-5.19.10/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1757 rv = dcb_getapp(ndev, &iscsi_dcb_app); in get_iscsi_dcb_priority()
|