Home
last modified time | relevance | path

Searched refs:match_id (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_rx.h147 nix_update_match_id(const uint16_t match_id, uint64_t ol_flags, in nix_update_match_id() argument
164 if (likely(match_id)) { in nix_update_match_id()
166 if (match_id != OTX2_FLOW_ACTION_FLAG_DEFAULT) { in nix_update_match_id()
168 mbuf->hash.fdir.hi = match_id - 1; in nix_update_match_id()
319 ol_flags = nix_update_match_id(rx->match_id, ol_flags, mbuf); in otx2_nix_cqe_to_mbuf()
H A Dotx2_flow.c665 uint16_t match_id; in otx2_flow_destroy() local
668 match_id = (flow->npc_action >> NIX_RX_ACT_MATCH_OFFSET) & in otx2_flow_destroy()
671 if (match_id && match_id < OTX2_FLOW_ACTION_FLAG_DEFAULT) { in otx2_flow_destroy()
H A Dotx2_ethdev_debug.c526 nix_dump("W3: match_id \t%d", rx->match_id); in otx2_nix_cqe_dump()
/f-stack/tools/compat/include/netgraph/
H A Dng_l2tp.h75 u_char match_id; /* tunnel id must match 'tunnel_id' */ member
/f-stack/freebsd/netgraph/
H A Dng_l2tp.h75 u_char match_id; /* tunnel id must match 'tunnel_id' */ member
H A Dng_l2tp.c469 conf->match_id = !!conf->match_id; in ng_l2tp_rcvmsg()
844 (priv->conf.match_id || tid != 0)) { in ng_l2tp_rcvdata_lower()
/f-stack/dpdk/drivers/common/octeontx2/hw/
H A Dotx2_npc.h373 uint64_t match_id :16; member
382 uint64_t match_id :16; member
H A Dotx2_nix.h930 uint64_t match_id : 16; member
995 uint64_t match_id : 16; member
1320 uint64_t match_id : 16; member
/f-stack/freebsd/net80211/
H A Dieee80211_scan_sta.c979 match_id(const uint8_t *ie, const uint8_t *val, int len) in match_id() function
991 if (match_id(ie, ssids[i].ssid, ssids[i].len)) in match_ssid()
1086 match_id(se->se_meshid, ms->ms_id, ms->ms_idlen)) in match_bss()
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_mbox.h1527 uint16_t __otx2_io match_id; member