Home
last modified time | relevance | path

Searched refs:efx_realloc_channels (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sfc/
H A Defx_channels.h34 int efx_realloc_channels(struct efx_nic *efx, u32 rxq_entries, u32 txq_entries);
H A Dethtool.c201 return efx_realloc_channels(efx, ring->rx_pending, txq_entries); in efx_ethtool_set_ringparam()
H A Defx_channels.c844 int efx_realloc_channels(struct efx_nic *efx, u32 rxq_entries, u32 txq_entries) in efx_realloc_channels() function