Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/net/
Dtest_vxlan_vnifiltering.sh234 local vtype=$(echo $vmap | awk -F'-' '{print ($5)}')
245 if [[ -n $vtype && $vtype == "metadata" ]]; then
247 elif [[ -n $vtype && $vtype == "vnifilter" || $vtype == "vnifilterg" ]]; then
255 if [[ -n $vtype && $vtype != "vnifilterg" ]]; then
282 if [[ -n $vtype && $vtype == "metadata" || $vtype == "vnifilter" || $vtype == "vnifilterg" ]]; then
287 if [[ -n $vtype && $vtype == "metadata" ]]; then
290 elif [[ -n $vtype && $vtype == "vnifilter" ]]; then
293 elif [[ -n $vtype && $vtype == "vnifilterg" ]]; then
/linux-6.1.9/drivers/scsi/snic/
Dvnic_devcmd.h48 #define _CMDCF(dir, flags, vtype, nr) \ argument
51 ((vtype) << _CMD_VTYPESHIFT) | \
53 #define _CMDC(dir, vtype, nr) _CMDCF(dir, 0, vtype, nr) argument
54 #define _CMDCNW(dir, vtype, nr) _CMDCF(dir, _CMD_FLAGS_NOWAIT, vtype, nr) argument
/linux-6.1.9/drivers/scsi/fnic/
Dvnic_devcmd.h50 #define _CMDCF(dir, flags, vtype, nr) \ argument
53 ((vtype) << _CMD_VTYPESHIFT) | \
55 #define _CMDC(dir, vtype, nr) _CMDCF(dir, 0, vtype, nr) argument
56 #define _CMDCNW(dir, vtype, nr) _CMDCF(dir, _CMD_FLAGS_NOWAIT, vtype, nr) argument
/linux-6.1.9/drivers/net/ethernet/cisco/enic/
Dvnic_devcmd.h51 #define _CMDCF(dir, flags, vtype, nr) \ argument
54 ((vtype) << _CMD_VTYPESHIFT) | \
56 #define _CMDC(dir, vtype, nr) _CMDCF(dir, 0, vtype, nr) argument
57 #define _CMDCNW(dir, vtype, nr) _CMDCF(dir, _CMD_FLAGS_NOWAIT, vtype, nr) argument
/linux-6.1.9/include/uapi/linux/
Dcoda.h434 int vtype; member
563 int vtype; member
/linux-6.1.9/include/linux/ceph/
Ddecode.h174 #define ceph_decode_skip_map(p, end, ktype, vtype, bad) \ argument
181 ceph_decode_skip_##vtype(p, end, bad); \
/linux-6.1.9/fs/ceph/
Dmdsmap.c74 #define __decode_and_drop_map(p, end, ktype, vtype, bad) \ argument
79 need = (sizeof(ktype) + sizeof(vtype)) * n; \
/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_lib.c3219 enum ice_vsi_type vtype; in ice_vsi_rebuild() local
3227 vtype = vsi->type; in ice_vsi_rebuild()
3228 if (WARN_ON(vtype == ICE_VSI_VF && !vsi->vf)) in ice_vsi_rebuild()
3252 if (vtype != ICE_VSI_VF) { in ice_vsi_rebuild()
3267 if (vtype == ICE_VSI_VF) in ice_vsi_rebuild()
3286 switch (vtype) { in ice_vsi_rebuild()
3316 if (vtype != ICE_VSI_CTRL) in ice_vsi_rebuild()
3362 if (vtype == ICE_VSI_CHNL) in ice_vsi_rebuild()
/linux-6.1.9/Documentation/filesystems/
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-6.1.9/fs/coda/
Dupcall.c153 *type = outp->coda_lookup.vtype; in venus_lookup()
/linux-6.1.9/sound/usb/
Dmixer.c885 void *p1, int id, int vtype) in parse_term_proc_unit() argument
898 term->type = vtype << 16; /* virtual type */ in parse_term_proc_unit()
/linux-6.1.9/tools/lib/bpf/
Dlibbpf.c943 const struct btf_type **vtype, __u32 *vtype_id, in find_struct_ops_kern_types() argument
992 *vtype = kern_vtype; in find_struct_ops_kern_types()