| /drivers/infiniband/sw/siw/ |
| A D | iwarp.h | 185 __be32 ecode : 8; member 195 __be32 ecode : 8; member 240 return term->ecode; in __rdmap_term_ecode() 244 u8 ecode) in __rdmap_term_set_ecode() argument 246 term->ecode = ecode; in __rdmap_term_set_ecode()
|
| A D | siw_qp_rx.c | 170 enum ddp_ecode ecode; in siw_rresp_check_ntoh() local 193 ecode = DDP_ECODE_T_INVALID_STAG; in siw_rresp_check_ntoh() 200 ecode = DDP_ECODE_T_BASE_BOUNDS; in siw_rresp_check_ntoh() 208 ecode = DDP_ECODE_T_BASE_BOUNDS; in siw_rresp_check_ntoh() 233 enum ddp_ecode ecode; in siw_write_check_ntoh() local 282 enum ddp_ecode ecode; in siw_send_check_ntoh() local 291 ecode = DDP_ECODE_UT_INVALID_QN; in siw_send_check_ntoh() 304 ecode = DDP_ECODE_UT_INVALID_MO; in siw_send_check_ntoh() 1021 enum ddp_ecode ecode; in siw_get_hdr() local 1028 ecode = DDP_ECODE_T_VERSION; in siw_get_hdr() [all …]
|
| A D | siw_qp.c | 341 u8 ecode, int in_tx) in siw_init_terminate() argument 347 qp->term_info.ecode = ecode; in siw_init_terminate() 352 layer, etype, ecode, in_tx ? "yes" : "no"); in siw_init_terminate() 419 __rdmap_term_set_ecode(term, qp->term_info.ecode); in siw_send_terminate() 488 if ((qp->term_info.ecode == RDMAP_ECODE_VERSION) || in siw_send_terminate() 489 (qp->term_info.ecode == RDMAP_ECODE_OPCODE)) in siw_send_terminate() 517 (qp->term_info.ecode == DDP_ECODE_T_VERSION)) || in siw_send_terminate() 519 (qp->term_info.ecode == DDP_ECODE_UT_VERSION))) in siw_send_terminate()
|
| A D | siw_qp_tx.c | 798 enum rdmap_ecode ecode = RDMAP_ECODE_CATASTROPHIC_STREAM; in siw_qp_sq_proc_tx() local 822 ecode = siw_rdmap_error(-rv); in siw_qp_sq_proc_tx() 921 if (ecode != RDMAP_ECODE_CATASTROPHIC_STREAM) in siw_qp_sq_proc_tx() 923 RDMAP_ETYPE_REMOTE_PROTECTION, ecode, 1); in siw_qp_sq_proc_tx()
|
| A D | siw.h | 463 u8 ecode; member 517 u8 etype, u8 ecode, int in_tx);
|
| /drivers/net/ethernet/amd/pds_core/ |
| A D | adminq.c | 21 u16 ecode = le16_to_cpu(comp->event.ecode); in pdsc_process_notifyq() local 23 switch (ecode) { in pdsc_process_notifyq() 26 ecode, eid); in pdsc_process_notifyq() 32 ecode, eid); in pdsc_process_notifyq() 38 ecode, eid); in pdsc_process_notifyq() 43 ecode, eid); in pdsc_process_notifyq()
|
| A D | core.c | 539 .reset.ecode = cpu_to_le16(PDS_EVENT_RESET), in pdsc_fw_down() 565 .reset.ecode = cpu_to_le16(PDS_EVENT_RESET), in pdsc_fw_up()
|
| /drivers/crypto/caam/ |
| A D | key_gen.c | 18 int ecode = 0; in split_key_done() local 23 ecode = caam_jr_strstatus(dev, err); in split_key_done() 25 res->err = ecode; in split_key_done()
|
| A D | blob_gen.c | 46 int ecode = 0; in caam_blob_job_done() local 51 ecode = caam_jr_strstatus(dev, err); in caam_blob_job_done() 53 res->err = ecode; in caam_blob_job_done()
|
| A D | caampkc.c | 129 int ecode = 0; in rsa_pub_done() local 133 ecode = caam_jr_strstatus(dev, err); in rsa_pub_done() 147 akcipher_request_complete(req, ecode); in rsa_pub_done() 149 crypto_finalize_akcipher_request(jrp->engine, req, ecode); in rsa_pub_done() 162 int ecode = 0; in rsa_priv_f_done() local 166 ecode = caam_jr_strstatus(dev, err); in rsa_priv_f_done() 190 akcipher_request_complete(req, ecode); in rsa_priv_f_done() 192 crypto_finalize_akcipher_request(jrp->engine, req, ecode); in rsa_priv_f_done()
|
| A D | caamalg_qi2.c | 1294 int ecode = 0; in aead_encrypt_done() local 1303 aead_request_complete(req, ecode); in aead_encrypt_done() 1315 int ecode = 0; in aead_decrypt_done() local 1401 int ecode = 0; in skcipher_encrypt_done() local 1423 if (!ecode) in skcipher_encrypt_done() 1439 int ecode = 0; in skcipher_decrypt_done() local 1461 if (!ecode) in skcipher_decrypt_done() 3409 int ecode = 0; in ahash_done() local 3435 int ecode = 0; in ahash_done_bi() local 3474 int ecode = 0; in ahash_done_ctx_src() local [all …]
|
| A D | caamhash.c | 594 int ecode = 0; in ahash_done_cpy() local 603 ecode = caam_jr_strstatus(jrdev, err); in ahash_done_cpy() 618 ahash_request_complete(req, ecode); in ahash_done_cpy() 620 crypto_finalize_hash_request(jrp->engine, req, ecode); in ahash_done_cpy() 645 int ecode = 0; in ahash_done_switch() local 653 ecode = caam_jr_strstatus(jrdev, err); in ahash_done_switch() 680 ahash_request_complete(req, ecode); in ahash_done_switch() 682 crypto_finalize_hash_request(jrp->engine, req, ecode); in ahash_done_switch()
|
| A D | caamalg_qi.c | 924 int ecode = 0; in aead_done() local 929 ecode = caam_jr_strstatus(qidev, status); in aead_done() 934 aead_request_complete(aead_req, ecode); in aead_done() 1224 int ecode = 0; in skcipher_done() local 1231 ecode = caam_jr_strstatus(qidev, status); in skcipher_done() 1247 if (!ecode) in skcipher_done() 1251 skcipher_request_complete(req, ecode); in skcipher_done()
|
| A D | caamalg.c | 986 int ecode = 0; in aead_crypt_done() local 995 ecode = caam_jr_strstatus(jrdev, err); in aead_crypt_done() 1006 aead_request_complete(req, ecode); in aead_crypt_done() 1008 crypto_finalize_aead_request(jrp->engine, req, ecode); in aead_crypt_done() 1027 int ecode = 0; in skcipher_crypt_done() local 1035 ecode = caam_jr_strstatus(jrdev, err); in skcipher_crypt_done() 1044 if (ivsize && !ecode) { in skcipher_crypt_done() 1063 skcipher_request_complete(req, ecode); in skcipher_crypt_done() 1065 crypto_finalize_skcipher_request(jrp->engine, req, ecode); in skcipher_crypt_done()
|
| /drivers/vfio/pci/pds/ |
| A D | pci_drv.c | 47 unsigned long ecode, void *data) in pds_vfio_pci_notify_handler() argument 54 dev_dbg(dev, "%s: event code %lu\n", __func__, ecode); in pds_vfio_pci_notify_handler() 64 if (ecode == PDS_EVENT_RESET) { in pds_vfio_pci_notify_handler()
|
| /drivers/infiniband/hw/cxgb4/ |
| A D | qp.c | 1425 u8 *ecode) in build_term_codes() argument 1435 *ecode = 0; in build_term_codes() 1475 *ecode = RDMAP_TO_WRAP; in build_term_codes() 1495 *ecode = 0; in build_term_codes() 1507 *ecode = MPA_CRC_ERR; in build_term_codes() 1536 *ecode = DDPU_INV_QN; in build_term_codes() 1547 *ecode = 0; in build_term_codes() 1551 *ecode = DDPU_INV_MO; in build_term_codes() 1555 *ecode = 0; in build_term_codes() 1587 term->ecode = qhp->attr.ecode; in post_terminate() [all …]
|
| /drivers/crypto/marvell/octeontx/ |
| A D | otx_cptvf_reqmgr.c | 434 union otx_cpt_error_code ecode; in cpt_process_ccode() local 436 ecode.u = be64_to_cpup((__be64 *)cpt_info->out_buffer); in cpt_process_ccode() 447 ecode.s.ccode); in cpt_process_ccode() 470 if (ecode.s.ccode) { in cpt_process_ccode() 480 ecode.s.ccode == ERR_SCATTER_GATHER_WRITE_LENGTH) { in cpt_process_ccode() 487 ecode.s.ccode); in cpt_process_ccode()
|
| /drivers/net/hippi/ |
| A D | rrunner.c | 564 int ecode = 0; in rr_init1() local 580 ecode = -EFAULT; in rr_init1() 697 return ecode; in rr_init1() 718 return ecode; in rr_init1() 1188 int ecode = 0; in rr_open() local 1197 ecode = -EBUSY; in rr_open() 1205 ecode = -ENOMEM; in rr_open() 1213 ecode = -ENOMEM; in rr_open() 1227 ecode = -EAGAIN; in rr_open() 1242 return ecode; in rr_open() [all …]
|
| /drivers/iio/adc/ |
| A D | rohm-bd79124.c | 886 u64 ecode; in bd79124_event_handler() local 889 ecode = IIO_UNMOD_EVENT_CODE(IIO_VOLTAGE, i, in bd79124_event_handler() 893 iio_push_event(iio_dev, ecode, data->timestamp); in bd79124_event_handler() 908 ecode = IIO_UNMOD_EVENT_CODE(IIO_VOLTAGE, i, in bd79124_event_handler() 912 iio_push_event(iio_dev, ecode, data->timestamp); in bd79124_event_handler()
|
| /drivers/net/ethernet/alteon/ |
| A D | acenic.c | 868 int board_idx, ecode = 0; in ace_init() local 943 ecode = -ENODEV; in ace_init() 970 ecode = -EIO; in ace_init() 982 ecode = -EIO; in ace_init() 1133 ecode = -ENODEV; in ace_init() 1144 ecode = -EAGAIN; in ace_init() 1153 ecode = -EAGAIN; in ace_init() 1159 if (ecode) { in ace_init() 1174 if (ecode) in ace_init() 1472 ecode = -EBUSY; in ace_init() [all …]
|
| /drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| A D | nv50.c | 647 u32 ecode = nvkm_rd32(device, 0x400110); in nv50_gr_intr() local 648 en = nvkm_enum_find(nv50_data_error_names, ecode); in nv50_gr_intr() 650 ecode, en ? en->name : ""); in nv50_gr_intr()
|
| /drivers/vdpa/pds/ |
| A D | vdpa_dev.c | 27 unsigned long ecode, in pds_vdpa_notify_handler() argument 33 dev_dbg(dev, "%s: event code %lu\n", __func__, ecode); in pds_vdpa_notify_handler() 35 if (ecode == PDS_EVENT_RESET || ecode == PDS_EVENT_LINK_CHANGE) { in pds_vdpa_notify_handler()
|
| /drivers/net/ethernet/pensando/ionic/ |
| A D | ionic_if.h | 2545 __le16 ecode; member 2561 __le16 ecode; member 2580 __le16 ecode; member 2594 __le16 ecode; member 2606 __le16 ecode; member 2618 __le16 ecode; member
|
| A D | ionic_main.c | 277 switch (le16_to_cpu(comp->event.ecode)) { in ionic_notifyq_service() 297 comp->event.ecode, eid); in ionic_notifyq_service()
|
| /drivers/net/wireless/ath/ath9k/ |
| A D | hw.c | 520 int ecode; in ath9k_hw_post_init() local 528 ecode = ar9002_hw_rf_claim(ah); in ath9k_hw_post_init() 529 if (ecode != 0) in ath9k_hw_post_init() 530 return ecode; in ath9k_hw_post_init() 533 ecode = ath9k_hw_eeprom_init(ah); in ath9k_hw_post_init() 534 if (ecode != 0) in ath9k_hw_post_init() 535 return ecode; in ath9k_hw_post_init()
|