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

/linux-master/drivers/scsi/aacraid/
H A Ddpcsup.c87 *(__le32 *)hwfib->data = cpu_to_le32(ST_OK);
98 *pstatus = cpu_to_le32(ST_OK);
209 *(__le32 *)hw_fib->data = cpu_to_le32(ST_OK);
390 *(__le32 *)hwfib->data = cpu_to_le32(ST_OK);
401 *pstatus = cpu_to_le32(ST_OK);
H A Daachba.c392 if ((le32_to_cpu(reply->response) != ST_OK) ||
655 if ((le32_to_cpu(dresp->status) == ST_OK) &&
703 if ((le32_to_cpu(dresp->status) == ST_OK) &&
740 dresp->status = cpu_to_le32(ST_OK);
2136 if (rcode >= 0 && le32_to_cpu(bus_info->Status) == ST_OK) {
2374 case ST_OK:
3417 if (le32_to_cpu(srbreply->status) != ST_OK) {
H A Dcommctrl.c951 reply.status = ST_OK;
H A Dcommsup.c2152 *(__le32 *)hw_fib->data = cpu_to_le32(ST_OK);
2211 *(__le32 *)hw_fib->data = cpu_to_le32(ST_OK);
H A Daacraid.h1460 __le32 Status; /* ST_OK */
1785 #define ST_OK 0 macro
2184 __le32 response; /* ST_OK */
2221 __le32 response; /* ST_OK */
/linux-master/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-master/tools/usb/usbip/src/
H A Dusbipd.c98 int status = ST_OK;
184 rc = usbip_net_send_op_common(connfd, OP_REP_DEVLIST, ST_OK);
H A Dusbip_network.c198 if (op_common.status != ST_OK) {

Completed in 156 milliseconds