Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/aacraid/
Ddpcsup.c102 *(__le32 *)hwfib->data = cpu_to_le32(ST_OK); in aac_response_normal()
113 *pstatus = cpu_to_le32(ST_OK); in aac_response_normal()
224 *(__le32 *)hw_fib->data = cpu_to_le32(ST_OK); in aac_command_normal()
369 *(__le32 *)hwfib->data = cpu_to_le32(ST_OK); in aac_intr_normal()
380 *pstatus = cpu_to_le32(ST_OK); in aac_intr_normal()
Daachba.c380 if ((le32_to_cpu(reply->response) != ST_OK) || in aac_get_config_status()
621 if ((le32_to_cpu(dresp->status) == ST_OK) && in _aac_probe_container2()
667 if ((le32_to_cpu(dresp->status) != ST_OK) || in _aac_probe_container1()
704 dresp->status = cpu_to_le32(ST_OK); in _aac_probe_container1()
1605 if (rcode >= 0 && le32_to_cpu(bus_info->Status) == ST_OK) { in aac_get_adapter_info()
1842 case ST_OK: in io_callback()
3006 if (le32_to_cpu(srbreply->status) != ST_OK) { in aac_srb_callback()
Dcommsup.c1739 *(__le32 *)hw_fib->data = cpu_to_le32(ST_OK); in aac_command_thread()
1875 *(__le32 *)hw_fib->data = cpu_to_le32(ST_OK); in aac_command_thread()
Daacraid.h1342 #define ST_OK 0 macro
/linux-4.4.14/tools/usb/usbip/src/
Dusbip_network.h30 #define ST_OK 0x00 macro
Dusbipd.c133 (!error ? ST_OK : ST_NA)); in recv_request_import()
174 rc = usbip_net_send_op_common(connfd, OP_REP_DEVLIST, ST_OK); in send_reply_devlist()
Dusbip_network.c198 if (op_common.status != ST_OK) { in usbip_net_recv_op_common()