Home
last modified time | relevance | path

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

/dpdk/drivers/net/qede/base/
H A Decore_dev_api.h463 u16 *dst_id);
476 u8 *dst_id);
489 u8 *dst_id);
H A Decore_dev.c6163 u16 src_id, u16 *dst_id) in ecore_fw_l2_queue() argument
6177 *dst_id = RESC_START(p_hwfn, ECORE_L2_QUEUE) + src_id; in ecore_fw_l2_queue()
6183 u8 src_id, u8 *dst_id) in ecore_fw_vport() argument
6197 *dst_id = RESC_START(p_hwfn, ECORE_VPORT) + src_id; in ecore_fw_vport()
6203 u8 src_id, u8 *dst_id) in ecore_fw_rss_eng() argument
6217 *dst_id = RESC_START(p_hwfn, ECORE_RSS_ENG) + src_id; in ecore_fw_rss_eng()
/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.h155 uint16_t dst_id,
256 int bnxt_hwrm_set_em_filter(struct bnxt *bp, uint16_t dst_id,
260 int bnxt_hwrm_set_ntuple_filter(struct bnxt *bp, uint16_t dst_id,
H A Dbnxt_flow.c1394 filter->dst_id = vnic->fw_vnic_id; in bnxt_validate_and_parse_flow()
1421 filter->dst_id = vnic0->fw_vnic_id; in bnxt_validate_and_parse_flow()
1540 filter->dst_id = vnic->fw_vnic_id; in bnxt_validate_and_parse_flow()
1659 filter->dst_id = vnic->fw_vnic_id; in bnxt_validate_and_parse_flow()
1740 filter->dst_id == vnic->fw_vnic_id) { in find_matching_vnic()
1822 bnxt_hwrm_set_l2_filter(bp, new_filter->dst_id, new_filter); in bnxt_update_filter()
1878 if (mf->dst_id == nf->dst_id) in bnxt_match_filter()
2056 ret = bnxt_hwrm_set_em_filter(bp, filter->dst_id, filter); in bnxt_flow_create()
2068 ret = bnxt_hwrm_set_ntuple_filter(bp, filter->dst_id, filter); in bnxt_flow_create()
H A Dbnxt_filter.h48 uint32_t dst_id; member
H A Dbnxt_hwrm.c618 uint16_t dst_id, in bnxt_hwrm_set_l2_filter() argument
628 uint16_t j = dst_id - 1; in bnxt_hwrm_set_l2_filter()
655 req.dst_id = rte_cpu_to_le_16(dst_id); in bnxt_hwrm_set_l2_filter()
2894 rc = bnxt_hwrm_set_em_filter(bp, filter->dst_id, in bnxt_set_hwrm_vnic_filters()
2897 rc = bnxt_hwrm_set_ntuple_filter(bp, filter->dst_id, in bnxt_set_hwrm_vnic_filters()
4895 uint16_t dst_id, in bnxt_hwrm_set_em_filter() argument
4912 req.dst_id = rte_cpu_to_le_16(dst_id); in bnxt_hwrm_set_em_filter()
4994 uint16_t dst_id, in bnxt_hwrm_set_ntuple_filter() argument
5012 req.dst_id = rte_cpu_to_le_16(dst_id); in bnxt_hwrm_set_ntuple_filter()
H A Dhsi_struct_def_dpdk.h40386 uint16_t dst_id; member
40657 uint32_t dst_id; member
42331 uint16_t dst_id; member
43086 uint16_t dst_id; member
44550 uint16_t dst_id; member
48789 uint16_t dst_id; member
/dpdk/lib/ethdev/
H A Drte_eth_ctrl.h294 uint16_t dst_id; /**< VF ID, available when is_vf is 1*/ member
/dpdk/drivers/common/cnxk/
H A Droc_nix_bpf.c820 uint16_t dst_id) in roc_nix_bpf_connect() argument
840 if (dst_id == ROC_NIX_BPF_ID_INVALID) { in roc_nix_bpf_connect()
845 aq->prof.band_prof_id = dst_id; in roc_nix_bpf_connect()
H A Droc_nix.h707 uint16_t src_id, uint16_t dst_id);
/dpdk/drivers/net/i40e/
H A Di40e_fdir.c1745 filter->input.flow_ext.dst_id >= pf->vf_num) { in i40e_flow_add_del_fdir_filter()
1960 vsi_id = pf->vfs[filter->input.flow_ext.dst_id].vsi->vsi_id; in i40e_flow_fdir_filter_programming()
H A Di40e_ethdev.h641 uint16_t dst_id; /* VF ID, available when is_vf is 1*/ member
H A Di40e_flow.c3083 filter->input.flow_ext.dst_id = vf_spec->id; in i40e_flow_parse_fdir_pattern()
3085 filter->input.flow_ext.dst_id >= pf->vf_num) { in i40e_flow_parse_fdir_pattern()