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

/drivers/scsi/aacraid/
H A Ddpcsup.c102 *(__le32 *)hwfib->data = cpu_to_le32(ST_OK);
112 *pstatus = cpu_to_le32(ST_OK);
223 *(__le32 *)hw_fib->data = cpu_to_le32(ST_OK);
368 *(__le32 *)hwfib->data = cpu_to_le32(ST_OK);
378 *pstatus = cpu_to_le32(ST_OK);
H A Daachba.c295 if ((le32_to_cpu(reply->response) != ST_OK) ||
531 if ((le32_to_cpu(dresp->status) == ST_OK) &&
567 if ((le32_to_cpu(dresp->status) != ST_OK) ||
599 dresp->status = cpu_to_le32(ST_OK);
1338 if (rcode >= 0 && le32_to_cpu(bus_info->Status) == ST_OK) {
1577 case ST_OK:
2637 if (le32_to_cpu(srbreply->status) != ST_OK){
H A Dcommsup.c1679 *(__le32 *)hw_fib->data = cpu_to_le32(ST_OK);
1815 *(__le32 *)hw_fib->data = cpu_to_le32(ST_OK);
H A Daacraid.h961 __le32 Status; /* ST_OK */
1236 #define ST_OK 0 macro
1591 __le32 response; /* ST_OK */
1628 __le32 response; /* ST_OK */
/drivers/staging/usbip/userspace/src/
H A Dusbip_network.c164 if (op_common.status != ST_OK) {
H A Dusbip_network.h30 #define ST_OK 0x00 macro
H A Dusbipd.c117 (!error ? ST_OK : ST_NA));
159 rc = usbip_net_send_op_common(connfd, OP_REP_DEVLIST, ST_OK);

Completed in 143 milliseconds