Home
last modified time | relevance | path

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

/linux-4.1.27/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.c1544 return (ha->status != S_OK ? 0:1); in gdth_internal_cmd()
3025 ha->status = S_OK; in __gdth_interrupt()
3039 ha->status = S_OK; in __gdth_interrupt()
3054 ha->status = S_OK; in __gdth_interrupt()
3068 ha->status = S_OK; in __gdth_interrupt()
3087 ha->status = S_OK; in __gdth_interrupt()
3324 if (ha->status == S_OK) { in gdth_sync_event()
3325 cmndinfo->status = S_OK; in gdth_sync_event()
4324 if (__gdth_execute(ha->sdev, cmd, cmnd, 30, &cluster_type) == S_OK) in ioc_hdrlist()
4376 hdr_cnt = (status == S_OK ? (u16)info : 0); in ioc_rescan()
[all …]
Dgdth.h263 #define S_OK 1 /* no error */ macro