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

/freebsd-10-stable/sys/dev/oce/
H A Doce_if.c563 int queue_index = 0; local
567 queue_index = m->m_pkthdr.flowid % sc->nwqs;
569 wq = sc->wq[queue_index];
1155 "TX[%d] restart failed\n", wq->queue_index);
1248 int status = 0, queue_index = 0; local
1253 queue_index = wq->queue_index;
1267 if (oce_tx(sc, &next, queue_index)) {
1373 if (rq->queue_index)
1374 m->m_pkthdr.flowid = (rq->queue_index
[all...]
H A Doce_queue.c135 wq->queue_index = i;
144 rq->queue_index = i;
H A Doce_if.h700 int queue_index; member in struct:oce_wq
736 int queue_index; member in struct:oce_rq
/freebsd-10-stable/contrib/gcc/
H A Dsched-int.h301 int queue_index; member in struct:haifa_insn_data
H A Dhaifa-sched.c296 #define QUEUE_INDEX(INSN) (h_i_d[INSN_UID (INSN)].queue_index)
2819 h_i_d[i].queue_index = QUEUE_NOWHERE;
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Den_tx.c188 ring->queue_index = queue_idx;
642 u32 queue_index; local
651 queue_index = mlx4_en_hashmbuf(MLX4_F_HASHL3 | MLX4_F_HASHL4, mb, hashrandom);
653 return ((queue_index % rings_p_up) + (up * rings_p_up));
H A Dmlx4_en.h266 u8 queue_index; member in struct:mlx4_en_tx_ring
/freebsd-10-stable/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.c3268 bxe_tpa_start(sc, fp, cqe_fp->queue_index,
3277 queue = cqe->end_agg_cqe.queue_index;

Completed in 440 milliseconds