Home
last modified time | relevance | path

Searched refs:is_cmd (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/char/ipmi/
H A Dipmi_ipmb.c104 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()
H A Dipmi_msghandler.c2126 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()
/openbmc/linux/drivers/s390/cio/
H A Ddevice_fsm.c748 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()
/openbmc/linux/drivers/ata/
H A Dlibata-sata.c151 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()
H A Dsata_sil24.c599 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()
H A Dlibahci.c1414 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()
/openbmc/linux/include/linux/
H A Dlibata.h1251 u8 pmp, int is_cmd, u8 *fis);