Searched refs:queue_idx (Results 1 – 7 of 7) sorted by relevance
745 unsigned queue_idx, j; in ccp_hw_attach() local749 queue_idx = 0; in ccp_hw_attach()806 for (; queue_idx < nitems(sc->queues); queue_idx++) { in ccp_hw_attach()807 error = ccp_hw_attach_queue(dev, lsbmask, queue_idx); in ccp_hw_attach()810 __func__, queue_idx); in ccp_hw_attach()820 for (j = 0; j < queue_idx; j++) in ccp_hw_attach()
1589 unsigned int queue_idx; in ptnet_transmit() local1604 queue_idx = (M_HASHTYPE_GET(m) != M_HASHTYPE_NONE) ? in ptnet_transmit()1607 if (unlikely(queue_idx >= sc->num_tx_rings)) { in ptnet_transmit()1608 queue_idx %= sc->num_tx_rings; in ptnet_transmit()1611 pq = sc->queues + queue_idx; in ptnet_transmit()
57 u16 stride, int node, int queue_idx) in mlx4_en_create_tx_ring() argument167 ring->queue_index = queue_idx; in mlx4_en_create_tx_ring()
815 u32 size, u16 stride, int node, int queue_idx);
414 uint16_t queue_idx; member
2350 get_cmd->queue_idx = ena_dev->stats_queue; in ena_com_get_dev_extended_stats()
388 uint16_t queue_idx; member