Searched refs:CMD_NOTIFY (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/acpi/acpica/ |
D | dbinput.c | 72 CMD_NOTIFY, enumerator 953 case CMD_NOTIFY: in acpi_db_command_dispatch()
|
/linux-5.19.10/drivers/scsi/snic/ |
D | vnic_devcmd.h | 107 CMD_NOTIFY = _CMDC(_CMD_DIR_RW, _CMD_VTYPE_ALL, 21), enumerator
|
D | vnic_dev.c | 620 return svnic_dev_cmd(vdev, CMD_NOTIFY, &a0, &a1, wait); in svnic_dev_notify_set() 632 svnic_dev_cmd(vdev, CMD_NOTIFY, &a0, &a1, wait); in svnic_dev_notify_unset()
|
/linux-5.19.10/drivers/scsi/fnic/ |
D | vnic_devcmd.h | 152 CMD_NOTIFY = _CMDC(_CMD_DIR_RW, _CMD_VTYPE_ALL, 21), enumerator
|
D | vnic_dev.c | 782 return vnic_dev_cmd(vdev, CMD_NOTIFY, &a0, &a1, wait); in vnic_dev_notify_set() 794 vnic_dev_cmd(vdev, CMD_NOTIFY, &a0, &a1, wait); in vnic_dev_notify_unset()
|
/linux-5.19.10/drivers/net/ethernet/cisco/enic/ |
D | vnic_devcmd.h | 193 CMD_NOTIFY = _CMDC(_CMD_DIR_RW, _CMD_VTYPE_ALL, 21), enumerator
|
D | vnic_dev.c | 840 r = vnic_dev_cmd(vdev, CMD_NOTIFY, &a0, &a1, wait); in vnic_dev_notify_setcmd() 875 err = vnic_dev_cmd(vdev, CMD_NOTIFY, &a0, &a1, wait); in vnic_dev_notify_unsetcmd()
|