Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/
Dmcdi.c845 netif_cond_dbg(efx, hw, efx->net_dev, rc == -EPERM, err, in _efx_mcdi_rpc()
1090 netif_cond_dbg(efx, hw, efx->net_dev, rc == -EPERM, err, in efx_mcdi_display_error()
2063 netif_cond_dbg(efx, hw, efx->net_dev, rc == -ENOSYS, err, in efx_mcdi_get_workarounds()
Defx.c1412 netif_cond_dbg(efx, probe, efx->net_dev, !rss_cpus, warn, in efx_wanted_parallelism()
Def10.c5406 netif_cond_dbg(efx, drv, efx->net_dev, in efx_ef10_filter_insert_def()
/Linux-v5.4/drivers/net/ethernet/sfc/falcon/
Defx.c1352 netif_cond_dbg(efx, probe, efx->net_dev, !rss_cpus, warn, in ef4_wanted_parallelism()
/Linux-v5.4/include/linux/
Dnetdevice.h4839 #define netif_cond_dbg(priv, type, netdev, cond, level, fmt, args...) \ macro