Home
last modified time | relevance | path

Searched refs:queue_index (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/sys/dev/oce/
H A Doce_if.c660 int queue_index = 0; in oce_multiq_start() local
667 queue_index = m->m_pkthdr.flowid % sc->nwqs; in oce_multiq_start()
669 wq = sc->wq[queue_index]; in oce_multiq_start()
1482 int status = 0, queue_index = 0; in oce_multiq_transmit() local
1487 queue_index = wq->queue_index; in oce_multiq_transmit()
1501 if (oce_tx(sc, &next, queue_index)) { in oce_multiq_transmit()
1681 if (rq->queue_index) in oce_rx_lro()
1682 m->m_pkthdr.flowid = (rq->queue_index - 1); in oce_rx_lro()
1684 m->m_pkthdr.flowid = rq->queue_index; in oce_rx_lro()
1759 if (rq->queue_index) in oce_rx()
[all …]
H A Doce_if.h713 int queue_index; member
750 int queue_index; member
H A Doce_queue.c138 wq->queue_index = i; in oce_queue_init_all()
147 rq->queue_index = i; in oce_queue_init_all()
/freebsd-12.1/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c167 ring->queue_index = queue_idx; in mlx4_en_create_tx_ring()
612 u32 queue_index; in mlx4_en_select_queue() local
621 queue_index = m_ether_tcpip_hash(MBUF_HASHFLAG_L3 | MBUF_HASHFLAG_L4, mb, hashrandom); in mlx4_en_select_queue()
623 return ((queue_index % rings_p_up) + (up * rings_p_up)); in mlx4_en_select_queue()
H A Den.h285 u8 queue_index; member
/freebsd-12.1/contrib/gcc/
H A Dsched-int.h301 int queue_index; member
H A Dhaifa-sched.c295 #define QUEUE_INDEX(INSN) (h_i_d[INSN_UID (INSN)].queue_index)
2814 h_i_d[i].queue_index = QUEUE_NOWHERE; in sched_init()
H A DChangeLog-20069414 inter_tick, queue_index.
/freebsd-12.1/sys/dev/axgbe/
H A Dxgbe.h397 unsigned int queue_index; member
H A Dxgbe-dev.c1920 if (channel->queue_index < DMA_DSRX_FIRST_QUEUE) { in xgbe_prepare_tx_stop()
1922 tx_pos = (channel->queue_index * DMA_DSR_Q_WIDTH) + in xgbe_prepare_tx_stop()
1925 tx_qidx = channel->queue_index - DMA_DSRX_FIRST_QUEUE; in xgbe_prepare_tx_stop()
H A Dxgbe-drv.c148 channel->queue_index = i; in xgbe_alloc_channels()
/freebsd-12.1/sys/dev/bxe/
H A Decore_hsi.h7020 uint8_t queue_index /* The aggregation queue index of this packet */; member
7066 uint8_t queue_index /* The aggregation queue index of this packet */; member
H A Dbxe.c3260 bxe_tpa_start(sc, fp, cqe_fp->queue_index, in bxe_rxeof()
3269 queue = cqe->end_agg_cqe.queue_index; in bxe_rxeof()