Home
last modified time | relevance | path

Searched refs:vtype (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/scsi/snic/
A Dvnic_devcmd.h62 #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/drivers/scsi/fnic/
A Dvnic_devcmd.h62 #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/drivers/net/ethernet/cisco/enic/
A Dvnic_devcmd.h64 #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/include/uapi/linux/
A Dcoda.h434 int vtype; member
563 int vtype; member
/linux/include/linux/ceph/
A Ddecode.h174 #define ceph_decode_skip_map(p, end, ktype, vtype, bad) \ argument
181 ceph_decode_skip_##vtype(p, end, bad); \
/linux/fs/ceph/
A Dmdsmap.c74 #define __decode_and_drop_map(p, end, ktype, vtype, bad) \ argument
79 need = (sizeof(ktype) + sizeof(vtype)) * n; \
/linux/drivers/net/ethernet/intel/ice/
A Dice_lib.c3275 enum ice_vsi_type vtype; in ice_vsi_rebuild() local
3284 vtype = vsi->type; in ice_vsi_rebuild()
3285 if (vtype == ICE_VSI_VF) in ice_vsi_rebuild()
3307 if (vtype != ICE_VSI_VF) { in ice_vsi_rebuild()
3322 if (vtype == ICE_VSI_VF) in ice_vsi_rebuild()
3341 switch (vtype) { in ice_vsi_rebuild()
3371 if (vtype != ICE_VSI_CTRL) in ice_vsi_rebuild()
3411 if (vtype == ICE_VSI_CHNL) in ice_vsi_rebuild()
/linux/Documentation/filesystems/
A Dcoda.rst520 int vtype;
532 targets ViceFid and cfs_lookup_out.vtype the coda_vtype giving the
539 cfs_lookup.vtype with CFS_NOCACHE to indicate that the object should
544 The type of the vtype is currently wrong. It should be
617 vtype which is set to VNON. Other are set to the value to be assigned.
1143 int vtype;
/linux/fs/coda/
A Dupcall.c153 *type = outp->coda_lookup.vtype; in venus_lookup()
/linux/sound/usb/
A Dmixer.c884 void *p1, int id, int vtype) in parse_term_proc_unit() argument
897 term->type = vtype << 16; /* virtual type */ in parse_term_proc_unit()
/linux/tools/lib/bpf/
A Dlibbpf.c841 const struct btf_type **vtype, __u32 *vtype_id, in find_struct_ops_kern_types() argument
890 *vtype = kern_vtype; in find_struct_ops_kern_types()

Completed in 57 milliseconds