Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/
Dnet_driver.h550 bool (*want_txqs)(struct efx_channel *); member
1478 return channel->type && channel->type->want_txqs && in efx_channel_has_tx_queues()
1479 channel->type->want_txqs(channel); in efx_channel_has_tx_queues()
Dptp.c2154 .want_txqs = efx_ptp_want_txqs,
Defx.c929 .want_txqs = efx_default_channel_want_txqs,