Searched refs:is_cmd (Results 1 – 5 of 5) sorted by relevance
104 bool is_cmd; in ipmi_ipmb_check_msg_done() local112 is_cmd = ((msg[1] >> 2) & 1) == 0; in ipmi_ipmb_check_msg_done()114 if (is_cmd) { in ipmi_ipmb_check_msg_done()168 if (!is_cmd) in ipmi_ipmb_check_msg_done()
2142 bool is_cmd = !(recv_msg->msg.netfn & 0x1); in i_ipmi_req_ipmb_direct() local2148 if (!is_cmd && msg->data_len < 1) { in i_ipmi_req_ipmb_direct()2167 if (is_cmd) { in i_ipmi_req_ipmb_direct()4584 bool is_cmd = !((msg->rsp[0] >> 2) & 1); in handle_one_recv_msg() local4603 if (is_cmd && (msg->rsp_size < 4)) { in handle_one_recv_msg()4607 if (!is_cmd && (msg->rsp_size < 5)) { in handle_one_recv_msg()4684 if (is_cmd) in handle_one_recv_msg()
754 int is_cmd; in ccw_device_irq() local757 is_cmd = !scsw_is_tm(&irb->scsw); in ccw_device_irq()760 if (is_cmd && (irb->scsw.cmd.dstat & DEV_STAT_UNIT_CHECK) && in ccw_device_irq()780 if (is_cmd && cdev->private->flags.dosense) { in ccw_device_irq()
151 void ata_tf_to_fis(const struct ata_taskfile *tf, u8 pmp, int is_cmd, u8 *fis) in ata_tf_to_fis() argument155 if (is_cmd) in ata_tf_to_fis()
1334 u8 pmp, int is_cmd, u8 *fis);