/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40e_adminq.c | 72 i40e_status ret_code; in i40e_alloc_adminq_asq_ring() local 74 ret_code = i40e_allocate_dma_mem(hw, &hw->aq.asq.desc_buf, in i40e_alloc_adminq_asq_ring() 79 if (ret_code) in i40e_alloc_adminq_asq_ring() 80 return ret_code; in i40e_alloc_adminq_asq_ring() 82 ret_code = i40e_allocate_virt_mem(hw, &hw->aq.asq.cmd_buf, in i40e_alloc_adminq_asq_ring() 85 if (ret_code) { in i40e_alloc_adminq_asq_ring() 87 return ret_code; in i40e_alloc_adminq_asq_ring() 90 return ret_code; in i40e_alloc_adminq_asq_ring() 99 i40e_status ret_code; in i40e_alloc_adminq_arq_ring() local 101 ret_code = i40e_allocate_dma_mem(hw, &hw->aq.arq.desc_buf, in i40e_alloc_adminq_arq_ring() [all …]
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_adminq.c | 85 i40e_status ret_code; in i40e_alloc_adminq_asq_ring() local 87 ret_code = i40e_allocate_dma_mem(hw, &hw->aq.asq.desc_buf, in i40e_alloc_adminq_asq_ring() 92 if (ret_code) in i40e_alloc_adminq_asq_ring() 93 return ret_code; in i40e_alloc_adminq_asq_ring() 95 ret_code = i40e_allocate_virt_mem(hw, &hw->aq.asq.cmd_buf, in i40e_alloc_adminq_asq_ring() 98 if (ret_code) { in i40e_alloc_adminq_asq_ring() 100 return ret_code; in i40e_alloc_adminq_asq_ring() 103 return ret_code; in i40e_alloc_adminq_asq_ring() 112 i40e_status ret_code; in i40e_alloc_adminq_arq_ring() local 114 ret_code = i40e_allocate_dma_mem(hw, &hw->aq.arq.desc_buf, in i40e_alloc_adminq_arq_ring() [all …]
|
D | i40e_hmc.c | 52 i40e_status ret_code; in i40e_add_sd_table_entry() local 56 ret_code = I40E_ERR_BAD_PTR; in i40e_add_sd_table_entry() 62 ret_code = I40E_ERR_INVALID_SD_INDEX; in i40e_add_sd_table_entry() 78 ret_code = i40e_allocate_dma_mem(hw, &mem, mem_type, alloc_len, in i40e_add_sd_table_entry() 80 if (ret_code) in i40e_add_sd_table_entry() 84 ret_code = i40e_allocate_virt_mem(hw, in i40e_add_sd_table_entry() 87 if (ret_code) in i40e_add_sd_table_entry() 107 if (ret_code) in i40e_add_sd_table_entry() 111 return ret_code; in i40e_add_sd_table_entry() 136 i40e_status ret_code = 0; in i40e_add_pd_table_entry() local [all …]
|
D | i40e_lan_hmc.c | 104 i40e_status ret_code = 0; in i40e_init_lan_hmc() local 112 ret_code = i40e_allocate_virt_mem(hw, &hw->hmc.hmc_obj_virt_mem, in i40e_init_lan_hmc() 114 if (ret_code) in i40e_init_lan_hmc() 136 ret_code = I40E_ERR_INVALID_HMC_OBJ_COUNT; in i40e_init_lan_hmc() 138 txq_num, obj->max_cnt, ret_code); in i40e_init_lan_hmc() 159 ret_code = I40E_ERR_INVALID_HMC_OBJ_COUNT; in i40e_init_lan_hmc() 161 rxq_num, obj->max_cnt, ret_code); in i40e_init_lan_hmc() 182 ret_code = I40E_ERR_INVALID_HMC_OBJ_COUNT; in i40e_init_lan_hmc() 184 fcoe_cntx_num, obj->max_cnt, ret_code); in i40e_init_lan_hmc() 205 ret_code = I40E_ERR_INVALID_HMC_OBJ_COUNT; in i40e_init_lan_hmc() [all …]
|
D | i40e_nvm.c | 42 i40e_status ret_code = 0; in i40e_init_nvm() local 63 ret_code = I40E_ERR_NVM_BLANK_MODE; in i40e_init_nvm() 67 return ret_code; in i40e_init_nvm() 81 i40e_status ret_code = 0; in i40e_acquire_nvm() local 88 ret_code = i40e_aq_request_resource(hw, I40E_NVM_RESOURCE_ID, access, in i40e_acquire_nvm() 96 if (ret_code) in i40e_acquire_nvm() 99 access, time_left, ret_code, hw->aq.asq_last_status); in i40e_acquire_nvm() 101 if (ret_code && time_left) { in i40e_acquire_nvm() 107 ret_code = i40e_aq_request_resource(hw, in i40e_acquire_nvm() 111 if (!ret_code) { in i40e_acquire_nvm() [all …]
|
D | i40e_diag.c | 100 i40e_status ret_code = 0; in i40e_diag_reg_test() local 105 !ret_code; i++) { in i40e_diag_reg_test() 122 for (j = 0; j < i40e_reg_list[i].elements && !ret_code; j++) { in i40e_diag_reg_test() 125 ret_code = i40e_diag_reg_pattern_test(hw, reg, mask); in i40e_diag_reg_test() 129 return ret_code; in i40e_diag_reg_test() 140 i40e_status ret_code; in i40e_diag_eeprom_test() local 144 ret_code = i40e_read_nvm_word(hw, I40E_SR_NVM_CONTROL_WORD, ®_val); in i40e_diag_eeprom_test() 145 if (!ret_code && in i40e_diag_eeprom_test()
|
D | i40e_main.c | 10691 i40e_status ret_code; in i40e_remove() local 10734 ret_code = i40e_shutdown_lan_hmc(&pf->hw); in i40e_remove() 10735 if (ret_code) in i40e_remove() 10738 ret_code); in i40e_remove() 10742 ret_code = i40e_shutdown_adminq(&pf->hw); in i40e_remove() 10743 if (ret_code) in i40e_remove() 10746 ret_code); in i40e_remove()
|
/linux-4.4.14/sound/soc/intel/atom/sst/ |
D | sst_pvt.c | 98 if (block->ret_code < 0) { in sst_wait_interruptible() 100 "stream failed %d\n", block->ret_code); in sst_wait_interruptible() 142 block->ret_code); in sst_wait_timeout() 143 retval = -block->ret_code; in sst_wait_timeout()
|
D | sst_ipc.c | 85 block->ret_code = result; in sst_wake_up_block()
|
D | sst.h | 170 int ret_code; member
|
/linux-4.4.14/drivers/mtd/ |
D | mtdcore.c | 915 int ret_code; in mtd_read() local 927 ret_code = mtd->_read(mtd, from, len, retlen, buf); in mtd_read() 928 if (unlikely(ret_code < 0)) in mtd_read() 929 return ret_code; in mtd_read() 932 return ret_code >= mtd->bitflip_threshold ? -EUCLEAN : 0; in mtd_read() 975 int ret_code; in mtd_read_oob() local 985 ret_code = mtd->_read_oob(mtd, from, ops); in mtd_read_oob() 986 if (unlikely(ret_code < 0)) in mtd_read_oob() 987 return ret_code; in mtd_read_oob() 990 return ret_code >= mtd->bitflip_threshold ? -EUCLEAN : 0; in mtd_read_oob()
|
/linux-4.4.14/include/linux/ |
D | drbd_genl_api.h | 27 __s32 ret_code; member
|
/linux-4.4.14/include/net/irda/ |
D | irlan_provider.h | 47 int ret_code);
|
/linux-4.4.14/drivers/block/ |
D | cpqarray.c | 1612 int ret_code; in start_fwbk() local 1630 ret_code = sendcmd(RESUME_BACKGROUND_ACTIVITY, ctlr, in start_fwbk() 1632 if(ret_code != IO_OK) in start_fwbk() 1651 int ret_code, size; in getgeometry() local 1688 ret_code = sendcmd(ID_CTLR, ctlr, id_ctlr_buf, 0, 0, 0, 0); in getgeometry() 1689 if (ret_code == IO_ERROR) { in getgeometry() 1727 ret_code = sendcmd(SENSE_LOG_DRV_STAT, in getgeometry() 1729 if (ret_code == IO_ERROR) { in getgeometry() 1748 ret_code = sendcmd(ID_LOG_DRV, ctlr, id_ldrive, in getgeometry() 1755 if (ret_code != IO_ERROR) { in getgeometry() [all …]
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
D | stf.c | 309 int ret_code = 0; in brcms_c_stf_ss_update() local 328 return ret_code; in brcms_c_stf_ss_update() 337 return ret_code; in brcms_c_stf_ss_update()
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
D | zcrypt.h | 180 uint32_t ret_code; member
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | davinci_emac.c | 1078 int ret_code; in emac_dev_xmit() local 1088 ret_code = skb_padto(skb, EMAC_DEF_MIN_ETHPKTSIZE); in emac_dev_xmit() 1089 if (unlikely(ret_code < 0)) { in emac_dev_xmit() 1097 ret_code = cpdma_chan_submit(priv->txchan, skb, skb->data, skb->len, in emac_dev_xmit() 1099 if (unlikely(ret_code != 0)) { in emac_dev_xmit()
|
/linux-4.4.14/net/irda/irlan/ |
D | irlan_provider.c | 283 int ret_code) in irlan_provider_send_reply() argument
|
/linux-4.4.14/drivers/staging/skein/ |
D | skein_base.h | 279 #define skein_assert_ret(x, ret_code) argument
|
/linux-4.4.14/net/irda/ |
D | iriap.c | 541 __u8 ret_code, in iriap_getvaluebyclass_response() argument 576 fp[n++] = ret_code; in iriap_getvaluebyclass_response()
|
/linux-4.4.14/drivers/scsi/bnx2i/ |
D | bnx2i_iscsi.c | 1417 int ret_code; in bnx2i_conn_bind() local 1454 ret_code = bnx2i_bind_conn_to_iscsi_cid(hba, bnx2i_conn, in bnx2i_conn_bind() 1464 return ret_code; in bnx2i_conn_bind()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_nl.c | 157 adm_ctx->reply_dh->ret_code = NO_ERROR; in drbd_adm_prepare() 292 adm_ctx->reply_dh->ret_code = retcode; in drbd_adm_finish() 3147 dh->ret_code = NO_ERROR; in get_one_status() 3165 dh->ret_code = NO_ERROR; in get_one_status() 3656 d_out->ret_code = NO_ERROR; in drbd_bcast_event()
|
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/ |
D | vxge-config.c | 282 int ret_code, sec_code; in vxge_update_fw_image() local 317 ret_code = VXGE_HW_UPGRADE_GET_RET_ERR_CODE(data0); in vxge_update_fw_image() 318 switch (ret_code) { in vxge_update_fw_image() 361 printk(KERN_ERR "Unknown FW error: %d\n", ret_code); in vxge_update_fw_image()
|