Searched refs:vtype (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/scsi/snic/ |
D | vnic_devcmd.h | 62 #define _CMDCF(dir, flags, vtype, nr) \ argument 65 ((vtype) << _CMD_VTYPESHIFT) | \ 67 #define _CMDC(dir, vtype, nr) _CMDCF(dir, 0, vtype, nr) argument 68 #define _CMDCNW(dir, vtype, nr) _CMDCF(dir, _CMD_FLAGS_NOWAIT, vtype, nr) argument
|
/linux-4.4.14/drivers/scsi/fnic/ |
D | vnic_devcmd.h | 62 #define _CMDCF(dir, flags, vtype, nr) \ argument 65 ((vtype) << _CMD_VTYPESHIFT) | \ 67 #define _CMDC(dir, vtype, nr) _CMDCF(dir, 0, vtype, nr) argument 68 #define _CMDCNW(dir, vtype, nr) _CMDCF(dir, _CMD_FLAGS_NOWAIT, vtype, nr) argument
|
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
D | vnic_devcmd.h | 64 #define _CMDCF(dir, flags, vtype, nr) \ argument 67 ((vtype) << _CMD_VTYPESHIFT) | \ 69 #define _CMDC(dir, vtype, nr) _CMDCF(dir, 0, vtype, nr) argument 70 #define _CMDCNW(dir, vtype, nr) _CMDCF(dir, _CMD_FLAGS_NOWAIT, vtype, nr) argument
|
/linux-4.4.14/include/uapi/linux/ |
D | coda.h | 434 int vtype; member 563 int vtype; member
|
/linux-4.4.14/fs/afs/ |
D | internal.h | 241 afs_voltype_t vtype; /* which volume variation */ member
|
/linux-4.4.14/Documentation/filesystems/ |
D | coda.txt | 599 int vtype; 610 targets ViceFid and cfs_lookup_out.vtype the coda_vtype giving the 617 cfs_lookup.vtype with CFS_NOCACHE to indicate that the object should 620 NNOOTTEE The type of the vtype is currently wrong. It should be 689 vtype which is set to VNON. Other are set to the value to be assigned. 1186 int vtype;
|
/linux-4.4.14/fs/coda/ |
D | upcall.c | 152 *type = outp->coda_lookup.vtype; in venus_lookup()
|