Home
last modified time | relevance | path

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

/linux-6.15/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.c2124 bool is_cmd = !(recv_msg->msg.netfn & 0x1); in i_ipmi_req_ipmb_direct() local
2130 if (!is_cmd && msg->data_len < 1) { in i_ipmi_req_ipmb_direct()
2149 if (is_cmd) { in i_ipmi_req_ipmb_direct()
4533 bool is_cmd = !((msg->rsp[0] >> 2) & 1); in handle_one_recv_msg() local
4551 if (is_cmd && (msg->rsp_size < 4)) { in handle_one_recv_msg()
4555 if (!is_cmd && (msg->rsp_size < 5)) { in handle_one_recv_msg()
4632 if (is_cmd) in handle_one_recv_msg()
/linux-6.15/drivers/s390/cio/
H A Ddevice_fsm.c753 int is_cmd; in ccw_device_irq() local
756 is_cmd = !scsw_is_tm(&irb->scsw); in ccw_device_irq()
759 if (is_cmd && (irb->scsw.cmd.dstat & DEV_STAT_UNIT_CHECK) && in ccw_device_irq()
779 if (is_cmd && cdev->private->flags.dosense) { in ccw_device_irq()
/linux-6.15/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.c598 int is_cmd, u32 ctrl, in sil24_exec_polled_cmd() argument
609 ata_tf_to_fis(tf, pmp, is_cmd, prb->fis); in sil24_exec_polled_cmd()
H A Dlibahci.c1412 struct ata_taskfile *tf, int is_cmd, u16 flags, in ahci_exec_polled_cmd() argument
1422 ata_tf_to_fis(tf, pmp, is_cmd, fis); in ahci_exec_polled_cmd()
/linux-6.15/include/linux/
H A Dlibata.h1309 u8 pmp, int is_cmd, u8 *fis);