Home
last modified time | relevance | path

Searched refs:S_OK (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/scsi/
Dgdth_proc.c254 if (gdth_execute(host, gdtcmd, cmnd, 30, NULL) != S_OK) in gdth_show_info()
271 if (gdth_execute(host, gdtcmd, cmnd, 30, NULL) == S_OK) { in gdth_show_info()
318 if (gdth_execute(host, gdtcmd, cmnd, 30, NULL) == S_OK) { in gdth_show_info()
354 if (gdth_execute(host, gdtcmd, cmnd, 30, NULL) != S_OK) in gdth_show_info()
435 if (gdth_execute(host, gdtcmd, cmnd, 30, NULL) == S_OK) { in gdth_show_info()
498 if (gdth_execute(host, gdtcmd, cmnd, 30, NULL) == S_OK) { in gdth_show_info()
Dgdth.c1545 return (ha->status != S_OK ? 0:1); in gdth_internal_cmd()
3024 ha->status = S_OK; in __gdth_interrupt()
3038 ha->status = S_OK; in __gdth_interrupt()
3053 ha->status = S_OK; in __gdth_interrupt()
3067 ha->status = S_OK; in __gdth_interrupt()
3086 ha->status = S_OK; in __gdth_interrupt()
3323 if (ha->status == S_OK) { in gdth_sync_event()
3324 cmndinfo->status = S_OK; in gdth_sync_event()
4322 if (__gdth_execute(ha->sdev, cmd, cmnd, 30, &cluster_type) == S_OK) in ioc_hdrlist()
4374 hdr_cnt = (status == S_OK ? (u16)info : 0); in ioc_rescan()
[all …]
Dgdth.h261 #define S_OK 1 /* no error */ macro