Searched refs:classDriverPriv (Results 1 – 3 of 3) sorted by relevance
35 return (struct HdfWifiNetDeviceData *)(netDev->classDriverPriv); in GetPlatformData()120 result->classDriverPriv = data; in RenewNetDevice()185 result->classDriverPriv = data; in AllocPlatformNetDevice()
74 ethDevice->netdev->classDriverPriv = data; in CreateEthDevice()266 return (struct HdfEthNetDeviceData *)(netDev->classDriverPriv); in GetEthNetDeviceData()
481 void *classDriverPriv; /**< Private structure for the platform */ member