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