Searched refs:match_id (Results 1 – 11 of 11) sorted by relevance
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_mbx.c | 138 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 D | hns3_mbx.h | 109 uint16_t match_id; member 130 uint16_t match_id; member 139 uint16_t match_id; member
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_npc_mcam_dump.c | 351 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 D | roc_cpt_debug.c | 15 cpth->w0.cookie, cpth->w0.match_id, cpth->w0.err_sum); in roc_cpt_parse_hdr_dump()
|
| H A D | roc_nix_debug.c | 793 nix_dump("W3: match_id \t%d", rx->match_id); in roc_nix_cqe_dump()
|
| H A D | roc_mbox.h | 1813 uint16_t __io match_id; member
|
| /dpdk/drivers/common/cnxk/hw/ |
| H A D | npc.h | 434 uint64_t match_id : 16; member 443 uint64_t match_id : 16; member
|
| H A D | cpt.h | 249 uint16_t match_id : 16; member
|
| H A D | nix.h | 1408 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 D | cn9k_rx.h | 89 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 D | cn10k_rx.h | 652 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()
|