Searched refs:CMD_CLOSE (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/platform/goldfish/ |
D | goldfish_pipe.c | 81 #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/ |
D | vnic_devcmd.h | 166 CMD_CLOSE = _CMDC(_CMD_DIR_NONE, _CMD_VTYPE_ALL, 25), enumerator
|
D | vnic_dev.c | 381 return vnic_dev_cmd(vdev, CMD_CLOSE, &a0, &a1, wait); in vnic_dev_close()
|
/linux-4.1.27/drivers/net/ethernet/cisco/enic/ |
D | vnic_devcmd.h | 189 CMD_CLOSE = _CMDC(_CMD_DIR_NONE, _CMD_VTYPE_ALL, 25), enumerator
|
D | vnic_dev.c | 504 return vnic_dev_cmd(vdev, CMD_CLOSE, &a0, &a1, wait); in vnic_dev_close()
|