mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-23 20:11:33 +07:00
sfc: Remove obsolete function efx_dev_name()
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
This commit is contained in:
parent
94813b86bf
commit
b249513e8b
@ -791,15 +791,6 @@ static inline int efx_dev_registered(struct efx_nic *efx)
|
|||||||
return efx->net_dev->reg_state == NETREG_REGISTERED;
|
return efx->net_dev->reg_state == NETREG_REGISTERED;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Net device name, for inclusion in log messages if it has been registered.
|
|
||||||
* Use efx->name not efx->net_dev->name so that races with (un)registration
|
|
||||||
* are harmless.
|
|
||||||
*/
|
|
||||||
static inline const char *efx_dev_name(struct efx_nic *efx)
|
|
||||||
{
|
|
||||||
return efx_dev_registered(efx) ? efx->name : "";
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline unsigned int efx_port_num(struct efx_nic *efx)
|
static inline unsigned int efx_port_num(struct efx_nic *efx)
|
||||||
{
|
{
|
||||||
return efx->net_dev->dev_id;
|
return efx->net_dev->dev_id;
|
||||||
|
Loading…
Reference in New Issue
Block a user