netdev_cap_txqueue — check if selected tx queue exceeds device queues
u16 netdev_cap_txqueue (
)
dev
network device
queue_index
given tx queue index
Returns 0 if given tx queue index >= number of device tx queues, otherwise returns the originally passed tx queue index.