Searched refs:err_no (Results 1 - 4 of 4) sorted by relevance

/drivers/mtd/nand/
H A Datmel_nand.c1121 int cap, sector_size, err_no; local
1123 err_no = pmecc_choose_ecc(host, &cap, &sector_size);
1124 if (err_no) {
1126 return err_no;
1152 err_no = PTR_ERR(host->ecc);
1159 err_no = PTR_ERR(host->pmerrloc_base);
1166 err_no = PTR_ERR(host->pmecc_rom_base);
1181 err_no = -EINVAL;
1199 err_no = -EINVAL;
1218 err_no
[all...]
/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_lib.c821 ldlm_error_t ldlm_errno2error(int err_no) argument
825 switch (err_no) {
848 error = err_no;
/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.c1249 s32 err_no; local
1256 err_no = FM10K_MSG_HDR_FIELD_GET(*hdr, ERR_NO);
1257 err_no |= ~FM10K_MSG_HDR_MASK(ERR_NO);
/drivers/staging/lustre/lustre/include/
H A Dlustre_dlm.h1200 ldlm_error_t ldlm_errno2error(int err_no); /* don't call it `errno': this

Completed in 116 milliseconds