Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/
Dmcdi.c848 netif_cond_dbg(efx, hw, efx->net_dev, rc == -EPERM, err, in _efx_mcdi_rpc()
1093 netif_cond_dbg(efx, hw, efx->net_dev, rc == -EPERM, err, in efx_mcdi_display_error()
2066 netif_cond_dbg(efx, hw, efx->net_dev, rc == -ENOSYS, err, in efx_mcdi_get_workarounds()
Defx.c1415 netif_cond_dbg(efx, probe, efx->net_dev, !rss_cpus, warn, in efx_wanted_parallelism()
Def10.c5409 netif_cond_dbg(efx, drv, efx->net_dev, in efx_ef10_filter_insert_def()
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Defx.c1355 netif_cond_dbg(efx, probe, efx->net_dev, !rss_cpus, warn, in ef4_wanted_parallelism()
/Linux-v4.19/include/linux/
Dnetdevice.h4713 #define netif_cond_dbg(priv, type, netdev, cond, level, fmt, args...) \ macro