Home
last modified time | relevance | path

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

/linux/drivers/scsi/aacraid/
H A Ddpcsup.c87 *(__le32 *)hwfib->data = cpu_to_le32(ST_OK); in aac_response_normal()
98 *pstatus = cpu_to_le32(ST_OK); in aac_response_normal()
209 *(__le32 *)hw_fib->data = cpu_to_le32(ST_OK); in aac_command_normal()
390 *(__le32 *)hwfib->data = cpu_to_le32(ST_OK); in aac_intr_normal()
401 *pstatus = cpu_to_le32(ST_OK); in aac_intr_normal()
H A Dcommsup.c2023 *(__le32 *)hw_fib->data = cpu_to_le32(ST_OK); in wakeup_fibctx_threads()
2082 *(__le32 *)hw_fib->data = cpu_to_le32(ST_OK); in aac_process_events()
H A Dcommctrl.c951 reply.status = ST_OK; in aac_send_raw_srb()
H A Daacraid.h1454 __le32 Status; /* ST_OK */
1779 #define ST_OK 0 macro
2178 __le32 response; /* ST_OK */
2215 __le32 response; /* ST_OK */
/linux/tools/usb/usbip/libsrc/
H A Dusbip_common.h47 #define ST_OK 0x00 macro
H A Dusbip_common.c75 { ST_OK, "Request Completed Successfully" },
/linux/tools/usb/usbip/src/
H A Dusbipd.c98 int status = ST_OK; in recv_request_import()
184 rc = usbip_net_send_op_common(connfd, OP_REP_DEVLIST, ST_OK); in send_reply_devlist()
H A Dusbip_network.c198 if (op_common.status != ST_OK) { in usbip_net_recv_op_common()