Home
last modified time | relevance | path

Searched refs:ST_OK (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/scsi/aacraid/
Ddpcsup.c103 *(__le32 *)hwfib->data = cpu_to_le32(ST_OK); in aac_response_normal()
114 *pstatus = cpu_to_le32(ST_OK); in aac_response_normal()
224 *(__le32 *)hw_fib->data = cpu_to_le32(ST_OK); in aac_command_normal()
406 *(__le32 *)hwfib->data = cpu_to_le32(ST_OK); in aac_intr_normal()
417 *pstatus = cpu_to_le32(ST_OK); in aac_intr_normal()
Daachba.c405 if ((le32_to_cpu(reply->response) != ST_OK) || in aac_get_config_status()
656 if ((le32_to_cpu(dresp->status) == ST_OK) && in _aac_probe_container2()
704 if ((le32_to_cpu(dresp->status) == ST_OK) && in _aac_probe_container1()
741 dresp->status = cpu_to_le32(ST_OK); in _aac_probe_container1()
2139 if (rcode >= 0 && le32_to_cpu(bus_info->Status) == ST_OK) { in aac_get_adapter_info()
2377 case ST_OK: in io_callback()
3524 if (le32_to_cpu(srbreply->status) != ST_OK) { in aac_srb_callback()
Dcommsup.c2175 *(__le32 *)hw_fib->data = cpu_to_le32(ST_OK); in wakeup_fibctx_threads()
2234 *(__le32 *)hw_fib->data = cpu_to_le32(ST_OK); in aac_process_events()
Dcommctrl.c953 reply.status = ST_OK; in aac_send_raw_srb()
Daacraid.h1793 #define ST_OK 0 macro
/Linux-v4.19/tools/usb/usbip/libsrc/
Dusbip_common.h47 #define ST_OK 0x00 macro
Dusbip_common.c75 { ST_OK, "Request Completed Successfully" },
/Linux-v4.19/tools/usb/usbip/src/
Dusbipd.c110 int status = ST_OK; in recv_request_import()
196 rc = usbip_net_send_op_common(connfd, OP_REP_DEVLIST, ST_OK); in send_reply_devlist()
Dusbip_network.c202 if (op_common.status != ST_OK) { in usbip_net_recv_op_common()