Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_mbx.c138 hw->mbx_resp.match_id++; in hns3_mbx_prepare_resp()
139 if (hw->mbx_resp.match_id == 0) in hns3_mbx_prepare_resp()
140 hw->mbx_resp.match_id = 1; in hns3_mbx_prepare_resp()
185 req->match_id = hw->mbx_resp.match_id; in hns3_send_mbx_msg()
295 if (req->match_id != 0) { in hns3_handle_mbx_response()
307 if (req->match_id == resp->match_id) { in hns3_handle_mbx_response()
H A Dhns3_mbx.h109 uint16_t match_id; member
130 uint16_t match_id; member
139 uint16_t match_id; member
/dpdk/drivers/common/cnxk/
H A Droc_npc_mcam_dump.c351 uint32_t tx_op, index, match_id; in npc_flow_dump_tx_action() local
392 match_id = ((npc_action & NPC_TX_ACTION_MATCH_MASK) >> 32) & in npc_flow_dump_tx_action()
395 fprintf(file, "\tMatch Id:%#04X\n", match_id); in npc_flow_dump_tx_action()
401 uint32_t rx_op, pf_func, index, match_id, flowkey_alg; in npc_flow_dump_rx_action() local
460 match_id = ((npc_action & NPC_RX_ACTION_MATCH_MASK) >> 40) & in npc_flow_dump_rx_action()
463 fprintf(file, "\tMatch Id:%#04X\n", match_id); in npc_flow_dump_rx_action()
H A Droc_cpt_debug.c15 cpth->w0.cookie, cpth->w0.match_id, cpth->w0.err_sum); in roc_cpt_parse_hdr_dump()
H A Droc_nix_debug.c793 nix_dump("W3: match_id \t%d", rx->match_id); in roc_nix_cqe_dump()
H A Droc_mbox.h1813 uint16_t __io match_id; member
/dpdk/drivers/common/cnxk/hw/
H A Dnpc.h434 uint64_t match_id : 16; member
443 uint64_t match_id : 16; member
H A Dcpt.h249 uint16_t match_id : 16; member
H A Dnix.h1408 uint64_t match_id : 16; member
1474 uint64_t match_id : 16; member
1536 uint64_t match_id : 16; member
2047 uint64_t match_id : 16; member
/dpdk/drivers/net/cnxk/
H A Dcn9k_rx.h89 nix_update_match_id(const uint16_t match_id, uint64_t ol_flags, in nix_update_match_id() argument
106 if (likely(match_id)) { in nix_update_match_id()
108 if (match_id != CNXK_FLOW_ACTION_FLAG_DEFAULT) { in nix_update_match_id()
110 mbuf->hash.fdir.hi = match_id - 1; in nix_update_match_id()
389 nix_update_match_id(rx->cn9k.match_id, ol_flags, mbuf); in cn9k_nix_cqe_to_mbuf()
H A Dcn10k_rx.h652 nix_update_match_id(const uint16_t match_id, uint64_t ol_flags, in nix_update_match_id() argument
669 if (likely(match_id)) { in nix_update_match_id()
671 if (match_id != CNXK_FLOW_ACTION_FLAG_DEFAULT) { in nix_update_match_id()
673 mbuf->hash.fdir.hi = match_id - 1; in nix_update_match_id()
773 ol_flags = nix_update_match_id(rx->match_id, ol_flags, mbuf); in cn10k_nix_cqe_to_mbuf()