| /Linux-v5.4/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-v5.4/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-v5.4/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-v5.4/include/uapi/linux/ |
| D | coda.h | 434 int vtype; member 563 int vtype; member
|
| /Linux-v5.4/include/linux/ceph/ |
| D | decode.h | 174 #define ceph_decode_skip_map(p, end, ktype, vtype, bad) \ argument 181 ceph_decode_skip_##vtype(p, end, bad); \
|
| /Linux-v5.4/fs/ceph/ |
| D | mdsmap.c | 62 #define __decode_and_drop_map(p, end, ktype, vtype, bad) \ argument 67 need = (sizeof(ktype) + sizeof(vtype)) * n; \
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | coda.txt | 602 int vtype; 613 targets ViceFid and cfs_lookup_out.vtype the coda_vtype giving the 620 cfs_lookup.vtype with CFS_NOCACHE to indicate that the object should 623 NNOOTTEE The type of the vtype is currently wrong. It should be 692 vtype which is set to VNON. Other are set to the value to be assigned. 1189 int vtype;
|
| /Linux-v5.4/fs/coda/ |
| D | upcall.c | 153 *type = outp->coda_lookup.vtype; in venus_lookup()
|
| /Linux-v5.4/sound/usb/ |
| D | mixer.c | 873 void *p1, int id, int vtype) in parse_term_proc_unit() argument 886 term->type = vtype << 16; /* virtual type */ in parse_term_proc_unit()
|