want_txqs 930 drivers/net/ethernet/sfc/efx.c .want_txqs = efx_default_channel_want_txqs, want_txqs 550 drivers/net/ethernet/sfc/net_driver.h bool (*want_txqs)(struct efx_channel *); want_txqs 1478 drivers/net/ethernet/sfc/net_driver.h return channel->type && channel->type->want_txqs && want_txqs 1479 drivers/net/ethernet/sfc/net_driver.h channel->type->want_txqs(channel); want_txqs 2186 drivers/net/ethernet/sfc/ptp.c .want_txqs = efx_ptp_want_txqs,