Home
last modified time | relevance | path

Searched refs:mf (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/net/bnxt/
H A Dbnxt_flow.c779 struct bnxt_filter_info *mf, *f0; in bnxt_find_matching_l2_filter() local
798 if (mf->matching_l2_fltr_ptr) in bnxt_find_matching_l2_filter()
810 return mf; in bnxt_find_matching_l2_filter()
1834 struct bnxt_filter_info *mf; in bnxt_match_filter() local
1845 mf = flow->filter; in bnxt_match_filter()
1848 mf->flags == nf->flags && in bnxt_match_filter()
1856 mf->vni == nf->vni && in bnxt_match_filter()
1878 if (mf->dst_id == nf->dst_id) in bnxt_match_filter()
1883 bnxt_update_filter(bp, mf, nf); in bnxt_match_filter()
1884 STAILQ_REMOVE(&vnic->filter, mf, in bnxt_match_filter()
[all …]
/dpdk/lib/pipeline/
H A Drte_swx_ctl.c212 first = &table->mf[0]; in table_params_get()
213 last = &table->mf[0]; in table_params_get()
738 free(table->mf); in table_free()
980 free(l->mf); in learner_free()
1273 if (!t->mf) in rte_swx_ctl_pipeline_create()
1280 &t->mf[j]); in rte_swx_ctl_pipeline_create()
1404 if (!l->mf) in rte_swx_ctl_pipeline_create()
1411 &l->mf[j]); in rte_swx_ctl_pipeline_create()
2681 struct rte_swx_ctl_table_match_field_info *mf = &table->mf[i]; in rte_swx_ctl_pipeline_table_entry_read() local
2713 if (mf->is_header) in rte_swx_ctl_pipeline_table_entry_read()
[all …]
H A Drte_swx_pipeline.c1683 struct field *mf; in instr_hdr_extract_translate() local
1688 CHECK(mf, EINVAL); in instr_hdr_extract_translate()
2409 struct field *mf; in instr_learn_translate() local
2412 CHECK(mf, EINVAL); in instr_learn_translate()
7252 struct field *hf, *mf; in table_match_fields_check() local
7301 if (!mf) { in table_match_fields_check()
7753 if (!hf && !mf) in selector_fields_check()
7765 if (!mf) in selector_fields_check()
8104 if (!hf && !mf) in learner_match_fields_check()
8116 if (!mf) in learner_match_fields_check()
[all …]
/dpdk/lib/ip_frag/
H A Drte_ipv6_fragmentation.c23 uint32_t mf) in __fill_ipv6hdr_frag() argument
34 fh->frag_data = rte_cpu_to_be_16(RTE_IPV6_SET_FRAG_DATA(fofs, mf)); in __fill_ipv6hdr_frag()
H A Drte_ipv4_fragmentation.c25 uint16_t len, uint16_t fofs, uint16_t dofs, uint32_t mf) in __fill_ipv4hdr_frag() argument
29 fofs = (uint16_t)(fofs | mf << RTE_IPV4_HDR_MF_SHIFT); in __fill_ipv4hdr_frag()
/dpdk/app/test/
H A Dtest_ipfrag.c104 size_t s, int df, uint8_t mf, uint16_t off, in v4_allocate_packet_of() argument
126 if (mf) in v4_allocate_packet_of()
/dpdk/lib/net/
H A Drte_ip.h766 #define RTE_IPV6_SET_FRAG_DATA(fo, mf) \ argument
767 (((fo) & RTE_IPV6_EHDR_FO_MASK) | ((mf) & RTE_IPV6_EHDR_MF_MASK))
/dpdk/drivers/bus/dpaa/base/qbman/
H A Dqman.h450 static inline void qm_dqrr_set_maxfill(struct qm_portal *portal, u8 mf) in qm_dqrr_set_maxfill() argument
453 ((mf & (QM_DQRR_SIZE - 1)) << 20)); in qm_dqrr_set_maxfill()