Searched refs:queue_index (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/sys/dev/gve/
H A Dgve_adminq.c213 gve_adminq_create_rx_queue(struct gve_priv *priv, uint32_t queue_index) argument
216 struct gve_rx_ring *rx = &priv->rx[queue_index];
223 .queue_id = htobe32(queue_index),
224 .index = htobe32(queue_index),
262 gve_adminq_create_tx_queue(struct gve_priv *priv, uint32_t queue_index) argument
265 struct gve_tx_ring *tx = &priv->tx[queue_index];
272 .queue_id = htobe32(queue_index),
/freebsd-current/sys/dev/mana/
H A Dgdma.h559 uint32_t queue_index; member in struct:gdma_generate_test_event_req
678 uint32_t queue_index; member in struct:gdma_create_queue_resp
685 uint32_t queue_index; member in struct:gdma_disable_queue_req
H A Dmana_en.c1259 wq_spec->queue_index = resp.wq_id;
1260 cq_spec->queue_index = resp.cq_id;
2116 txq->gdma_sq->id = wq_spec.queue_index;
2117 cq->gdma_cq->id = cq_spec.queue_index;
2436 rxq->gdma_rq->id = wq_spec.queue_index;
2437 cq->gdma_cq->id = cq_spec.queue_index;
H A Dmana.h550 uint32_t queue_index; member in struct:mana_obj_spec
H A Dgdma_main.c370 queue->id = resp.queue_index;
393 req.queue_index = queue->id;
731 req.queue_index = eq->id;
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c167 ring->queue_index = queue_idx;
612 u32 queue_index; local
621 queue_index = m_ether_tcpip_hash(MBUF_HASHFLAG_L3 | MBUF_HASHFLAG_L4, mb, hashrandom);
623 return ((queue_index % rings_p_up) + (up * rings_p_up));
H A Den.h292 u8 queue_index; member in struct:mlx4_en_tx_ring
/freebsd-current/sys/dev/oce/
H A Doce_if.c647 int queue_index = 0; local
654 queue_index = m->m_pkthdr.flowid % sc->nwqs;
656 wq = sc->wq[queue_index];
1350 "TX[%d] restart failed\n", wq->queue_index);
1433 int status = 0, queue_index = 0; local
1438 queue_index = wq->queue_index;
1452 if (oce_tx(sc, &next, queue_index)) {
1624 if (rq->queue_index)
1625 m->m_pkthdr.flowid = (rq->queue_index
[all...]
H A Doce_if.h704 int queue_index; member in struct:oce_wq
740 int queue_index; member in struct:oce_rq
H A Doce_queue.c135 wq->queue_index = i;
144 rq->queue_index = i;
/freebsd-current/sys/dev/axgbe/
H A Dif_axgbe_pci.c819 channel->queue_index = i;
2042 axgbe_msix_que, channel, channel->queue_index, buf);
2066 channel->queue_index, buf);
2088 __func__, channel->queue_index, int_id);
2108 __func__, channel->queue_index, int_id);
2129 __func__, channel->queue_index,
2176 channel->queue_index, dma_ch_isr, XGMAC_DMA_IOREAD(channel,
H A Dxgbe.h527 unsigned int queue_index; member in struct:xgbe_channel
H A Dxgbe-txrx.c530 channel->queue_index, ring->cur, ring->dirty);
H A Dxgbe-dev.c1486 __func__, channel->queue_index,
/freebsd-current/sys/dev/bxe/
H A Decore_hsi.h7018 uint8_t queue_index /* The aggregation queue index of this packet */; member in struct:eth_end_agg_rx_cqe
7064 uint8_t queue_index /* The aggregation queue index of this packet */; member in struct:eth_fast_path_rx_cqe
H A Dbxe.c3243 bxe_tpa_start(sc, fp, cqe_fp->queue_index,
3252 queue = cqe->end_agg_cqe.queue_index;

Completed in 591 milliseconds