Searched refs:want_txqs (Results 1 – 3 of 3) sorted by relevance
550 bool (*want_txqs)(struct efx_channel *); member1478 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()
2154 .want_txqs = efx_ptp_want_txqs,
929 .want_txqs = efx_default_channel_want_txqs,