Home
last modified time | relevance | path

Searched refs:CMD_CLOSE (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/platform/goldfish/
Dgoldfish_pipe.c81 #define CMD_CLOSE 2 /* close channel (from guest) */ macro
540 goldfish_cmd(pipe, CMD_CLOSE); in goldfish_pipe_release()
/linux-4.1.27/drivers/scsi/fnic/
Dvnic_devcmd.h166 CMD_CLOSE = _CMDC(_CMD_DIR_NONE, _CMD_VTYPE_ALL, 25), enumerator
Dvnic_dev.c381 return vnic_dev_cmd(vdev, CMD_CLOSE, &a0, &a1, wait); in vnic_dev_close()
/linux-4.1.27/drivers/net/ethernet/cisco/enic/
Dvnic_devcmd.h189 CMD_CLOSE = _CMDC(_CMD_DIR_NONE, _CMD_VTYPE_ALL, 25), enumerator
Dvnic_dev.c504 return vnic_dev_cmd(vdev, CMD_CLOSE, &a0, &a1, wait); in vnic_dev_close()