Searched refs:get_num_tx_queues (Results 1 – 5 of 5) sorted by relevance
184 .get_num_tx_queues = ipoib_get_max_num_queues,
179 unsigned int (*get_num_tx_queues)(void); member
1982 .get_num_tx_queues = veth_get_num_queues,
2181 .get_num_tx_queues = team_get_num_tx_queues, in team_setup()
3624 else if (ops->get_num_tx_queues) in rtnl_create_link()3625 num_tx_queues = ops->get_num_tx_queues(); in rtnl_create_link()