Searched refs:dst_id (Results 1 – 13 of 13) sorted by relevance
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_dev_api.h | 463 u16 *dst_id); 476 u8 *dst_id); 489 u8 *dst_id);
|
| H A D | ecore_dev.c | 6163 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 D | bnxt_hwrm.h | 155 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 D | bnxt_flow.c | 1394 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 D | bnxt_filter.h | 48 uint32_t dst_id; member
|
| H A D | bnxt_hwrm.c | 618 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 D | hsi_struct_def_dpdk.h | 40386 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 D | rte_eth_ctrl.h | 294 uint16_t dst_id; /**< VF ID, available when is_vf is 1*/ member
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_nix_bpf.c | 820 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 D | roc_nix.h | 707 uint16_t src_id, uint16_t dst_id);
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_fdir.c | 1745 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 D | i40e_ethdev.h | 641 uint16_t dst_id; /* VF ID, available when is_vf is 1*/ member
|
| H A D | i40e_flow.c | 3083 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()
|