Home
last modified time | relevance | path

Searched refs:STATUS_SUCCESS (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/usb/storage/
H A Drealtek_cr.c136 #define STATUS_SUCCESS 0 macro
454 if (retval != STATUS_SUCCESS) in rts51x_check_status()
705 if (retval == STATUS_SUCCESS && (val & 0x1F) == 0) { in fw5895_init()
708 if (retval != STATUS_SUCCESS) in fw5895_init()
728 if (retval == STATUS_SUCCESS && (buf[0] & 0x24) == 0x24) { in fw5895_set_mmc_wp()
731 if (retval == STATUS_SUCCESS) { in fw5895_set_mmc_wp()
734 if (retval != STATUS_SUCCESS) in fw5895_set_mmc_wp()
889 if (retval != STATUS_SUCCESS) { in realtek_cr_autosuspend_setup()
/linux/drivers/platform/x86/
H A Dmeegopad_anx7428.c52 #define STATUS_SUCCESS BIT(0) macro
/linux/drivers/net/usb/
H A Dcx82310_eth.c28 STATUS_SUCCESS, enumerator
105 if (buf[1] != STATUS_SUCCESS) { in cx82310_cmd()
/linux/fs/smb/server/
H A Dsmb2pdu.c468 if (req->Command == SMB2_CREATE && rsp->Status == STATUS_SUCCESS) { in init_chained_smb2_rsp()
472 work->compound_status = STATUS_SUCCESS; in init_chained_smb2_rsp()
476 rsp->Status == STATUS_SUCCESS) { in init_chained_smb2_rsp()
504 work->compound_status = STATUS_SUCCESS; in init_chained_smb2_rsp()
511 } else if (rsp->Status != STATUS_SUCCESS) { in init_chained_smb2_rsp()
550 work->compound_status = STATUS_SUCCESS; in init_chained_smb2_rsp()
577 work->compound_status == STATUS_SUCCESS) in smb2_compound_has_failed()
1525 return STATUS_SUCCESS; in decode_preauth_ctxt()
1646 return STATUS_SUCCESS; in decode_compress_ctxt()
1703 return STATUS_SUCCESS; in decode_rdma_ctx()
[all …]
H A Doplock.c2197 buf->QueryStatus = STATUS_SUCCESS; in create_mxac_rsp_buf()
/linux/fs/smb/client/
H A Dsmb2misc.c890 hdr->Status != STATUS_SUCCESS) in smb2_handle_cancelled_mid()
H A Dsmb2ops.c2652 if (op_rsp == NULL || op_rsp->hdr.Status != STATUS_SUCCESS) { in smb2_query_dir_first()