Searched refs:is_cmd (Results 1 – 6 of 6) sorted by relevance
/drivers/char/ipmi/ |
D | ipmi_ipmb.c | 104 bool is_cmd; in ipmi_ipmb_check_msg_done() local 112 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()
|
D | ipmi_msghandler.c | 2126 bool is_cmd = !(recv_msg->msg.netfn & 0x1); in i_ipmi_req_ipmb_direct() local 2132 if (!is_cmd && msg->data_len < 1) { in i_ipmi_req_ipmb_direct() 2151 if (is_cmd) { in i_ipmi_req_ipmb_direct() 4536 bool is_cmd = !((msg->rsp[0] >> 2) & 1); in handle_one_recv_msg() local 4554 if (is_cmd && (msg->rsp_size < 4)) { in handle_one_recv_msg() 4558 if (!is_cmd && (msg->rsp_size < 5)) { in handle_one_recv_msg() 4635 if (is_cmd) in handle_one_recv_msg()
|
/drivers/s390/cio/ |
D | device_fsm.c | 748 int is_cmd; in ccw_device_irq() local 751 is_cmd = !scsw_is_tm(&irb->scsw); in ccw_device_irq() 754 if (is_cmd && (irb->scsw.cmd.dstat & DEV_STAT_UNIT_CHECK) && in ccw_device_irq() 774 if (is_cmd && cdev->private->flags.dosense) { in ccw_device_irq()
|
/drivers/ata/ |
D | libata-sata.c | 151 void ata_tf_to_fis(const struct ata_taskfile *tf, u8 pmp, int is_cmd, u8 *fis) in ata_tf_to_fis() argument 155 if (is_cmd) in ata_tf_to_fis()
|
D | sata_sil24.c | 599 int is_cmd, u32 ctrl, in sil24_exec_polled_cmd() argument 610 ata_tf_to_fis(tf, pmp, is_cmd, prb->fis); in sil24_exec_polled_cmd()
|
D | libahci.c | 1414 struct ata_taskfile *tf, int is_cmd, u16 flags, in ahci_exec_polled_cmd() argument 1424 ata_tf_to_fis(tf, pmp, is_cmd, fis); in ahci_exec_polled_cmd()
|