Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/
Dnet_driver.h553 bool (*want_txqs)(struct efx_channel *); member
1481 return channel->type && channel->type->want_txqs && in efx_channel_has_tx_queues()
1482 channel->type->want_txqs(channel); in efx_channel_has_tx_queues()
Dptp.c2156 .want_txqs = efx_ptp_want_txqs,
Defx.c932 .want_txqs = efx_default_channel_want_txqs,