Searched refs:CMD_NOTIFY (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/scsi/fnic/ |
D | vnic_devcmd.h | 152 CMD_NOTIFY = _CMDC(_CMD_DIR_RW, _CMD_VTYPE_ALL, 21), enumerator
|
D | vnic_dev.c | 543 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/ |
D | vnic_devcmd.h | 175 CMD_NOTIFY = _CMDC(_CMD_DIR_RW, _CMD_VTYPE_ALL, 21), enumerator
|
D | vnic_dev.c | 717 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()
|