Home
last modified time | relevance | path

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

/freebsd-12.1/sys/crypto/ccp/
H A Dccp_hardware.c744 unsigned queue_idx, j; in ccp_hw_attach() local
748 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()
/freebsd-12.1/sys/dev/netmap/
H A Dif_ptnet.c1881 unsigned int queue_idx; in ptnet_transmit() local
1896 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()
/freebsd-12.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.h802 u32 size, u16 stride, int node, int queue_idx);
/freebsd-12.1/sys/contrib/ena-com/
H A Dena_admin_defs.h414 uint16_t queue_idx; member
H A Dena_com.c2149 get_cmd->queue_idx = ena_dev->stats_queue; in ena_com_get_dev_extended_stats()
/freebsd-12.1/sys/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h415 uint16_t queue_idx; member