Lines Matching defs:q_idx
283 int netvsc_alloc_recv_comp_ring(struct netvsc_device *net_device, u32 q_idx)
285 struct netvsc_channel *nvchan = &net_device->chan_table[q_idx];
703 u16 q_idx = 0;
715 q_idx = packet->q_idx;
717 tx_stats = &net_device->chan_table[q_idx].tx_stats;
728 atomic_dec_return(&net_device->chan_table[q_idx].queue_sends);
734 struct netdev_queue *txq = netdev_get_tx_queue(ndev, q_idx);
875 &net_device->chan_table[packet->q_idx];
879 struct netdev_queue *txq = netdev_get_tx_queue(ndev, packet->q_idx);
984 nvchan = &net_device->chan_table[packet->q_idx];
1026 !netif_xmit_stopped(netdev_get_tx_queue(ndev, packet->q_idx));
1143 struct netvsc_device *nvdev, u16 q_idx,
1146 struct netvsc_channel *nvchan = &nvdev->chan_table[q_idx];
1160 q_idx, tid);
1183 u16 q_idx = channel->offermsg.offer.sub_channel_index;
1253 trace_rndis_recv(ndev, q_idx, data);
1266 enq_receive_complete(ndev, net_device, q_idx,