Home
last modified time | relevance | path

Searched refs:CMD_NOTIFY (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/scsi/fnic/
Dvnic_devcmd.h152 CMD_NOTIFY = _CMDC(_CMD_DIR_RW, _CMD_VTYPE_ALL, 21), enumerator
Dvnic_dev.c543 return vnic_dev_cmd(vdev, CMD_NOTIFY, &a0, &a1, wait); in vnic_dev_notify_set()
555 vnic_dev_cmd(vdev, CMD_NOTIFY, &a0, &a1, wait); in vnic_dev_notify_unset()
/linux-3.4.99/drivers/net/ethernet/cisco/enic/
Dvnic_devcmd.h175 CMD_NOTIFY = _CMDC(_CMD_DIR_RW, _CMD_VTYPE_ALL, 21), enumerator
Dvnic_dev.c717 r = vnic_dev_cmd(vdev, CMD_NOTIFY, &a0, &a1, wait); in vnic_dev_notify_setcmd()
751 err = vnic_dev_cmd(vdev, CMD_NOTIFY, &a0, &a1, wait); in vnic_dev_notify_unsetcmd()