Home
last modified time | relevance | path

Searched refs:hw_idx (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/cxgbe/
H A Dsmt.c79 row = (e->hw_idx >> 1); in write_smt_entry()
92 row = e->hw_idx; in write_smt_entry()
98 e->hw_idx | in write_smt_entry()
220 s->smtab[i].hw_idx = smt_start_idx + i; in t4_init_smt()
H A Dsmt.h24 u16 hw_idx; member
H A Dcxgbe_filter.c836 fwr->smac_sel = f->smt ? f->smt->hw_idx : 0; in set_filter_wr()
1215 V_TCB_SMAC_SEL(f->smt->hw_idx), 1); in cxgbe_hash_filter_rpl()
/dpdk/drivers/net/mlx5/
H A Drte_pmd_mlx5.h90 uint32_t hw_idx);
H A Dmlx5_rxq.c3229 uint32_t hw_idx) in rte_pmd_mlx5_external_rx_queue_id_map() argument
3239 if (ext_rxq->hw_id != hw_idx) { in rte_pmd_mlx5_external_rx_queue_id_map()
3243 port_id, dpdk_idx, hw_idx, ext_rxq->hw_id); in rte_pmd_mlx5_external_rx_queue_id_map()
3249 port_id, dpdk_idx, hw_idx); in rte_pmd_mlx5_external_rx_queue_id_map()
3252 ext_rxq->hw_id = hw_idx; in rte_pmd_mlx5_external_rx_queue_id_map()
3255 port_id, dpdk_idx, hw_idx); in rte_pmd_mlx5_external_rx_queue_id_map()
/dpdk/drivers/net/iavf/
H A Diavf_ipsec_crypto.c39 uint32_t hw_idx; /* SA Index in hardware table */ member
565 template->sa_idx = sess->sa.hw_idx; in set_pkt_metadata_template()
593 sess->sa.hw_idx = sa_idx; in set_session_parameter()
848 request->ipsec_data.sa_update->sa_index = sess->sa.hw_idx; in iavf_ipsec_crypto_sa_update_esn()
1006 request->ipsec_data.sa_destroy->sa_index[0] = sess->sa.hw_idx; in iavf_ipsec_crypto_sa_del()