Searched refs:rep (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_rxtx.c | 1235 seg->next = rep; in mlx4_rx_burst() 1236 seg = rep; in mlx4_rx_burst() 1240 if (unlikely(rep == NULL)) { in mlx4_rx_burst() 1251 rep = pkt->next; in mlx4_rx_burst() 1255 pkt = rep; in mlx4_rx_burst() 1263 rte_mbuf_raw_free(rep); in mlx4_rx_burst() 1268 rte_mbuf_raw_free(rep); in mlx4_rx_burst() 1294 rep->nb_segs = 1; in mlx4_rx_burst() 1295 rep->port = rxq->port_id; in mlx4_rx_burst() 1296 rep->data_len = seg->data_len; in mlx4_rx_burst() [all …]
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rx.c | 822 NEXT(seg) = rep; in mlx5_rx_burst() 823 seg = rep; in mlx5_rx_burst() 829 if (unlikely(rep == NULL)) { in mlx5_rx_burst() 840 rep = NEXT(pkt); in mlx5_rx_burst() 844 pkt = rep; in mlx5_rx_burst() 855 rte_mbuf_raw_free(rep); in mlx5_rx_burst() 873 DATA_LEN(rep) = DATA_LEN(seg); in mlx5_rx_burst() 874 PKT_LEN(rep) = PKT_LEN(seg); in mlx5_rx_burst() 875 SET_DATA_OFF(rep, DATA_OFF(seg)); in mlx5_rx_burst() 876 PORT(rep) = PORT(seg); in mlx5_rx_burst() [all …]
|
| H A D | mlx5_rx.h | 414 struct mlx5_mprq_buf *rep = rxq->mprq_repl; in mprq_buf_replace() local 421 MLX5_ASSERT(rep != NULL); in mprq_buf_replace() 423 (*rxq->mprq_bufs)[rq_idx] = rep; in mprq_buf_replace() 425 addr = mlx5_mprq_buf_addr(rep, strd_n); in mprq_buf_replace() 431 if (likely(!rte_mempool_get(rxq->mprq_mp, (void **)&rep))) in mprq_buf_replace() 432 rxq->mprq_repl = rep; in mprq_buf_replace() 438 struct mlx5_mprq_buf *rep; in mprq_buf_replace() local 446 if (!rte_mempool_get(rxq->mprq_mp, (void **)&rep)) in mprq_buf_replace() 447 rxq->mprq_repl = rep; in mprq_buf_replace()
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_reps.c | 259 struct bnxt_representor *rep = in bnxt_representor_uninit() local 269 parent_bp = rep->parent_dev->data->dev_private; in bnxt_representor_uninit() 277 vf_id = rep->vf_id; in bnxt_representor_uninit() 288 struct bnxt_representor *rep = in bnxt_rep_link_update_op() local 293 parent_bp = rep->parent_dev->data->dev_private; in bnxt_rep_link_update_op()
|
| H A D | bnxt_hwrm.h | 316 int bnxt_hwrm_cfa_pair_alloc(struct bnxt *bp, struct bnxt_representor *rep); 317 int bnxt_hwrm_cfa_pair_free(struct bnxt *bp, struct bnxt_representor *rep);
|
| /dpdk/doc/guides/nics/ |
| H A D | bnxt.rst | 741 * rep_q_r2f - Logical COS Queue index for the rep to endpoint direction 742 * rep_q_f2r - Logical COS Queue index for the endpoint to rep direction 748 -a 0000:06:02.0,representor=[1],rep-based-pf=8,\ 749 rep-is-pf=1,rep-q-r2f=1,rep-fc-r2f=0,rep-q-f2r=1,rep-fc-f2r=1 754 representor=[0], rep-based-pf=8,rep-is-pf=0,rep-q-r2f=1,rep-fc-r2f=1,\ 755 rep-q-f2r=0,rep-fc-f2r=1 --log-level="pmd.*",8 -- -i --rxq=3 --txq=3
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | switch_representation.rst | 261 | PF | | VF 1 rep. | | VF 2 rep. | | VF 1 | | VF 2 | 314 | PF | | VF 1 rep. | | VF 2 rep. | | VF 1 | | VF 2 | 434 | PF | | VF 1 rep. | | VF 2 rep. | | VF 1 | | VF 2 | 561 | PF | | VF 1 rep. | | VF 1 | 738 | PF | | VF 1 rep. | | VF 2 rep. | | VF 1 | | VF 2 |
|