Lines Matching refs:status
305 __le32 status; member
906 __le32 ret_handle_le, u32 status) in carm_handle_resp() argument
912 blk_status_t error = (status == RMSG_OK) ? 0 : BLK_STS_IOERR; in carm_handle_resp()
1019 u32 status = le32_to_cpu(resp[idx].status); in carm_handle_responses() local
1021 if (status == 0xffffffff) { in carm_handle_responses()
1028 else if ((status & (1 << 31)) == 0) { in carm_handle_responses()
1030 carm_handle_resp(host, resp[idx].ret_handle, status); in carm_handle_responses()
1031 resp[idx].status = cpu_to_le32(0xffffffff); in carm_handle_responses()
1035 else if ((status & 0xff000000) == (1 << 31)) { in carm_handle_responses()
1040 resp[idx].status = cpu_to_le32(0xffffffff); in carm_handle_responses()
1251 resp[i].status = cpu_to_le32(0xffffffff); in carm_init_responses()