Searched refs:queue_idx (Results 1 – 7 of 7) sorted by relevance
744 unsigned queue_idx, j; in ccp_hw_attach() local748 queue_idx = 0; in ccp_hw_attach()805 for (; queue_idx < nitems(sc->queues); queue_idx++) { in ccp_hw_attach()806 error = ccp_hw_attach_queue(dev, lsbmask, queue_idx); in ccp_hw_attach()809 __func__, queue_idx); in ccp_hw_attach()819 for (j = 0; j < queue_idx; j++) in ccp_hw_attach()
1881 unsigned int queue_idx; in ptnet_transmit() local1896 queue_idx = (M_HASHTYPE_GET(m) != M_HASHTYPE_NONE) ? in ptnet_transmit()1899 if (unlikely(queue_idx >= sc->num_tx_rings)) { in ptnet_transmit()1900 queue_idx %= sc->num_tx_rings; in ptnet_transmit()1903 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()
802 u32 size, u16 stride, int node, int queue_idx);
414 uint16_t queue_idx; member
2149 get_cmd->queue_idx = ena_dev->stats_queue; in ena_com_get_dev_extended_stats()
415 uint16_t queue_idx; member