Home
last modified time | relevance | path

Searched refs:queue_idx (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/sys/crypto/ccp/
H A Dccp_hardware.c745 unsigned queue_idx, j; in ccp_hw_attach() local
749 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()
/freebsd-13.1/sys/dev/netmap/
H A Dif_ptnet.c1589 unsigned int queue_idx; in ptnet_transmit() local
1604 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()
/freebsd-13.1/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c57 u16 stride, int node, int queue_idx) in mlx4_en_create_tx_ring() argument
167 ring->queue_index = queue_idx; in mlx4_en_create_tx_ring()
H A Den.h815 u32 size, u16 stride, int node, int queue_idx);
/freebsd-13.1/sys/contrib/ena-com/
H A Dena_admin_defs.h414 uint16_t queue_idx; member
H A Dena_com.c2350 get_cmd->queue_idx = ena_dev->stats_queue; in ena_com_get_dev_extended_stats()
/freebsd-13.1/sys/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h388 uint16_t queue_idx; member