Home
last modified time | relevance | path

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

/linux/drivers/char/ipmi/
A Dipmi_ipmb.c103 bool is_cmd; in ipmi_ipmb_check_msg_done() local
111 is_cmd = ((msg[1] >> 2) & 1) == 0; in ipmi_ipmb_check_msg_done()
113 if (is_cmd) { in ipmi_ipmb_check_msg_done()
167 if (!is_cmd) in ipmi_ipmb_check_msg_done()
A Dipmi_msghandler.c2102 bool is_cmd = !(recv_msg->msg.netfn & 0x1); in i_ipmi_req_ipmb_direct() local
2108 if (!is_cmd && msg->data_len < 1) { in i_ipmi_req_ipmb_direct()
2127 if (is_cmd) { in i_ipmi_req_ipmb_direct()
4445 bool is_cmd = !((msg->rsp[0] >> 2) & 1); in handle_one_recv_msg() local
4463 if (is_cmd && (msg->rsp_size < 4)) { in handle_one_recv_msg()
4467 if (!is_cmd && (msg->rsp_size < 5)) { in handle_one_recv_msg()
4542 if (is_cmd) in handle_one_recv_msg()
/linux/drivers/s390/cio/
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/drivers/ata/
A Dlibata-sata.c149 void ata_tf_to_fis(const struct ata_taskfile *tf, u8 pmp, int is_cmd, u8 *fis) in ata_tf_to_fis() argument
153 if (is_cmd) in ata_tf_to_fis()
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()
A Dlibahci.c1367 struct ata_taskfile *tf, int is_cmd, u16 flags, in ahci_exec_polled_cmd() argument
1377 ata_tf_to_fis(tf, pmp, is_cmd, fis); in ahci_exec_polled_cmd()
/linux/include/linux/
A Dlibata.h1272 u8 pmp, int is_cmd, u8 *fis);

Completed in 38 milliseconds