Searched refs:CMD_NOTIFY (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/acpi/acpica/ |
D | dbinput.c | 72 CMD_NOTIFY, enumerator 953 case CMD_NOTIFY: in acpi_db_command_dispatch()
|
/linux-6.1.9/drivers/scsi/snic/ |
D | vnic_devcmd.h | 93 CMD_NOTIFY = _CMDC(_CMD_DIR_RW, _CMD_VTYPE_ALL, 21), enumerator
|
D | vnic_dev.c | 606 return svnic_dev_cmd(vdev, CMD_NOTIFY, &a0, &a1, wait); in svnic_dev_notify_set() 618 svnic_dev_cmd(vdev, CMD_NOTIFY, &a0, &a1, wait); in svnic_dev_notify_unset()
|
/linux-6.1.9/drivers/scsi/fnic/ |
D | vnic_devcmd.h | 140 CMD_NOTIFY = _CMDC(_CMD_DIR_RW, _CMD_VTYPE_ALL, 21), enumerator
|
D | vnic_dev.c | 770 return vnic_dev_cmd(vdev, CMD_NOTIFY, &a0, &a1, wait); in vnic_dev_notify_set() 782 vnic_dev_cmd(vdev, CMD_NOTIFY, &a0, &a1, wait); in vnic_dev_notify_unset()
|
/linux-6.1.9/drivers/net/ethernet/cisco/enic/ |
D | vnic_devcmd.h | 180 CMD_NOTIFY = _CMDC(_CMD_DIR_RW, _CMD_VTYPE_ALL, 21), enumerator
|
D | vnic_dev.c | 827 r = vnic_dev_cmd(vdev, CMD_NOTIFY, &a0, &a1, wait); in vnic_dev_notify_setcmd() 862 err = vnic_dev_cmd(vdev, CMD_NOTIFY, &a0, &a1, wait); in vnic_dev_notify_unsetcmd()
|