Home
last modified time | relevance | path

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

/f-stack/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()
/f-stack/freebsd/mips/nlm/hal/
H A Dfmn.c335 int dst_id, int match_srcid_en, int src_id, in nlm_cms_trace_setup() argument
345 ((dst_id & 0xfff) << 24) | in nlm_cms_trace_setup()
H A Dfmn.h240 …t en, uint64_t trace_base, uint64_t trace_limit, int match_dstid_en, int dst_id, int match_srcid_e…
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.h133 uint16_t dst_id,
241 int bnxt_hwrm_set_em_filter(struct bnxt *bp, uint16_t dst_id,
245 int bnxt_hwrm_set_ntuple_filter(struct bnxt *bp, uint16_t dst_id,
H A Dbnxt_flow.c1129 filter->dst_id = vnic->fw_vnic_id; in bnxt_validate_and_parse_flow()
1156 filter->dst_id = vnic0->fw_vnic_id; in bnxt_validate_and_parse_flow()
1393 filter->dst_id = vnic->fw_vnic_id; in bnxt_validate_and_parse_flow()
1474 filter->dst_id == vnic->fw_vnic_id) { in find_matching_vnic()
1556 bnxt_hwrm_set_l2_filter(bp, new_filter->dst_id, new_filter); in bnxt_update_filter()
1612 if (mf->dst_id == nf->dst_id) in bnxt_match_filter()
1790 ret = bnxt_hwrm_set_em_filter(bp, filter->dst_id, filter); in bnxt_flow_create()
1802 ret = bnxt_hwrm_set_ntuple_filter(bp, filter->dst_id, filter); in bnxt_flow_create()
H A Dbnxt_filter.h47 uint32_t dst_id; member
H A Dbnxt_hwrm.c503 uint16_t dst_id, in bnxt_hwrm_set_l2_filter() argument
513 uint16_t j = dst_id - 1; in bnxt_hwrm_set_l2_filter()
540 req.dst_id = rte_cpu_to_le_16(dst_id); in bnxt_hwrm_set_l2_filter()
2731 rc = bnxt_hwrm_set_em_filter(bp, filter->dst_id, in bnxt_set_hwrm_vnic_filters()
2734 rc = bnxt_hwrm_set_ntuple_filter(bp, filter->dst_id, in bnxt_set_hwrm_vnic_filters()
4613 uint16_t dst_id, in bnxt_hwrm_set_em_filter() argument
4630 req.dst_id = rte_cpu_to_le_16(dst_id); in bnxt_hwrm_set_em_filter()
4712 uint16_t dst_id, in bnxt_hwrm_set_ntuple_filter() argument
4730 req.dst_id = rte_cpu_to_le_16(dst_id); in bnxt_hwrm_set_ntuple_filter()
H A Dhsi_struct_def_dpdk.h32009 uint16_t dst_id; member
32278 uint32_t dst_id; member
33886 uint16_t dst_id; member
34611 uint16_t dst_id; member
36060 uint16_t dst_id; member
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_eth_ctrl.h293 uint16_t dst_id; /**< VF ID, available when is_vf is 1*/ member
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_fdir.c1668 filter->input.flow_ext.dst_id >= pf->vf_num) { in i40e_flow_add_del_fdir_filter()
1858 vsi_id = pf->vfs[filter->input.flow_ext.dst_id].vsi->vsi_id; in i40e_flow_fdir_filter_programming()
H A Di40e_ethdev.h630 uint16_t dst_id; /* VF ID, available when is_vf is 1*/ member
H A Di40e_flow.c3086 filter->input.flow_ext.dst_id = vf_spec->id; in i40e_flow_parse_fdir_pattern()
3088 filter->input.flow_ext.dst_id >= pf->vf_num) { in i40e_flow_parse_fdir_pattern()
H A Di40e_ethdev.c10228 uint16_t seid, uint16_t dst_id, in i40e_aq_add_mirror_rule() argument
10253 cmd.destination = rte_cpu_to_le_16(dst_id); in i40e_aq_add_mirror_rule()