Searched refs:errcode (Results 1 – 14 of 14) sorted by relevance
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_lookup.c | 231 uint16_t idx, errcode, errlev; in nix_create_rx_ol_flags_array() local 239 errcode = (idx & 0xff0) >> 4; in nix_create_rx_ol_flags_array() 250 if (errcode) { in nix_create_rx_ol_flags_array() 259 if (errcode == NPC_EC_OIP4_CSUM || in nix_create_rx_ol_flags_array() 260 errcode == NPC_EC_IP_FRAG_OFFSET_1) { in nix_create_rx_ol_flags_array() 268 if (errcode == NPC_EC_IIP4_CSUM) in nix_create_rx_ol_flags_array() 274 if (errcode == NIX_RX_PERRCODE_OL4_CHK || in nix_create_rx_ol_flags_array() 275 errcode == NIX_RX_PERRCODE_OL4_LEN || in nix_create_rx_ol_flags_array() 276 errcode == NIX_RX_PERRCODE_OL4_PORT) { in nix_create_rx_ol_flags_array() 281 errcode == NIX_RX_PERRCODE_IL4_LEN || in nix_create_rx_ol_flags_array() [all …]
|
| H A D | cnxk_flow.c | 328 int errcode = 0; in cnxk_flow_create() local 341 &errcode); in cnxk_flow_create() 342 if (errcode != 0) { in cnxk_flow_create() 343 rte_flow_error_set(error, errcode, errcode, NULL, in cnxk_flow_create() 344 roc_error_msg_get(errcode)); in cnxk_flow_create() 393 int errcode = ENOTSUP; in cnxk_flow_query() local 408 errcode = EIO; in cnxk_flow_query() 418 errcode = EIO; in cnxk_flow_query() 426 rte_flow_error_set(error, errcode, RTE_FLOW_ERROR_TYPE_UNSPECIFIED, in cnxk_flow_query()
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_npc.c | 354 int errcode = 0; in npc_parse_actions() local 449 errcode = NPC_ERR_INTERNAL; in npc_parse_actions() 496 errcode = NPC_ERR_ACTION_NOTSUP; in npc_parse_actions() 504 errcode = NPC_ERR_ACTION_NOTSUP; in npc_parse_actions() 630 return errcode; in npc_parse_actions() 1226 *errcode = NPC_ERR_NO_MEM; in roc_npc_flow_create() 1234 *errcode = rc; in roc_npc_flow_create() 1240 *errcode = rc; in roc_npc_flow_create() 1248 *errcode = rc; in roc_npc_flow_create() 1254 *errcode = rc; in roc_npc_flow_create() [all …]
|
| H A D | roc_npc_mcam_dump.c | 41 uint16_t errcode : 2; member 152 if (rx_parse->errcode) { in npc_flow_print_parse_nibbles()
|
| H A D | roc_npc.h | 329 const struct roc_npc_action actions[], int *errcode);
|
| H A D | roc_nix_debug.c | 767 rx->errlev, rx->errcode); in roc_nix_cqe_dump()
|
| /dpdk/drivers/event/octeontx/ |
| H A D | ssovf_worker.c | 421 uint16_t idx, errcode, errlev; in octeontx_create_rx_ol_flags_array() local 428 errcode = idx & 0xff; in octeontx_create_rx_ol_flags_array() 437 if (errcode) { in octeontx_create_rx_ol_flags_array() 446 if (errcode == OCCTX_EC_IP4_CSUM) { in octeontx_create_rx_ol_flags_array() 455 if (errcode == OCCTX_EC_IP4_NOT) in octeontx_create_rx_ol_flags_array() 458 if (errcode == OCCTX_EC_L4_CSUM) in octeontx_create_rx_ol_flags_array() 464 if (errcode == OCCTX_EC_IP4_CSUM) in octeontx_create_rx_ol_flags_array() 471 if (errcode == OCCTX_EC_IP4_NOT) in octeontx_create_rx_ol_flags_array() 474 if (errcode == OCCTX_EC_L4_CSUM) in octeontx_create_rx_ol_flags_array()
|
| /dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_cmdq.c | 390 int errcode) in cmdq_update_errcode() argument 392 cmdq->errcode[prod_idx] = errcode; in cmdq_update_errcode() 497 cmdq->errcode = kzalloc(errcode_size, GFP_KERNEL); in init_cmdq() 498 if (!cmdq->errcode) { in init_cmdq() 523 kfree(cmdq->errcode); in init_cmdq() 533 kfree(cmdq->errcode); in free_cmdq() 721 int errcode; in hinic_cmdq_poll_msg() local 756 errcode = WQE_ERRCODE_GET(status_info, VAL); in hinic_cmdq_poll_msg() 757 cmdq_update_errcode(cmdq, ci, errcode); in hinic_cmdq_poll_msg() 835 if (cmdq->errcode[curr_prod_idx] > 1) { in cmdq_sync_cmd_direct_resp() [all …]
|
| H A D | hinic_pmd_cmdq.h | 194 int *errcode; member
|
| /dpdk/drivers/common/cnxk/hw/ |
| H A D | npc.h | 354 uint8_t errcode; member 409 uint64_t errcode : 8; member 499 uint64_t errcode : 8; member 521 uint64_t errcode : 8; member
|
| H A D | nix.h | 1441 uint64_t errcode : 8; member 1503 uint64_t errcode : 8; member
|
| /dpdk/lib/eal/windows/include/ |
| H A D | regex.h | 63 static inline size_t regerror(__rte_unused int errcode, in regerror() argument
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_mcdi.c | 867 __in int errcode) in efx_mcdi_ev_cpl() argument 899 if (errcode != 0) { in efx_mcdi_ev_cpl() 902 int, errcode); in efx_mcdi_ev_cpl() 905 emrp->emr_rc = efx_mcdi_request_errcode(errcode); in efx_mcdi_ev_cpl()
|
| H A D | efx_mcdi.h | 77 __in int errcode);
|