/linux-6.3-rc2/tools/testing/selftests/net/ |
A D | test_vxlan_vnifiltering.sh | 234 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.3-rc2/drivers/scsi/snic/ |
A D | vnic_devcmd.h | 48 #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.3-rc2/drivers/net/ethernet/microchip/sparx5/ |
A D | sparx5_tc_flower.c | 81 if (st->admin->vtype == VCAP_TYPE_IS0) { in sparx5_tc_flower_handler_basic_usage() 182 if (st->admin->vtype != VCAP_TYPE_IS0) { in sparx5_tc_flower_handler_cvlan_usage() 198 if (st->admin->vtype == VCAP_TYPE_IS0) { in sparx5_tc_flower_handler_vlan_usage() 337 switch (admin->vtype) { in sparx5_tc_add_rule_counter() 548 switch (admin->vtype) { in sparx5_tc_set_actionset() 582 switch (admin->vtype) { in sparx5_tc_add_rule_link_target() 628 if (admin->vtype == VCAP_TYPE_IS0 && in sparx5_tc_add_rule_link() 810 switch (admin->vtype) { in sparx5_tc_action_trap() 855 switch (admin->vtype) { in sparx5_tc_action_vlan_pop() 887 switch (admin->vtype) { in sparx5_tc_action_vlan_modify() [all …]
|
A D | sparx5_vcap_impl.c | 126 .vtype = VCAP_TYPE_ES0, 135 .vtype = VCAP_TYPE_ES2, 213 switch (admin->vtype) { in _sparx5_vcap_range_init() 701 switch (admin->vtype) { in sparx5_vcap_get_port_keyset() 734 switch (admin->vtype) { in sparx5_vcap_is_known_etype() 778 switch (admin->vtype) { in sparx5_vcap_validate_keyset() 891 switch (admin->vtype) { in sparx5_vcap_add_default_fields() 1112 switch (admin->vtype) { in sparx5_vcap_cache_write() 1302 switch (admin->vtype) { in sparx5_vcap_cache_read() 1397 switch (admin->vtype) { in sparx5_vcap_update() [all …]
|
A D | sparx5_vcap_debugfs.c | 449 vcap = &vctrl->vcaps[admin->vtype]; in sparx5_port_info() 451 switch (admin->vtype) { in sparx5_port_info()
|
/linux-6.3-rc2/drivers/scsi/fnic/ |
A D | vnic_devcmd.h | 50 #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.3-rc2/drivers/net/ethernet/cisco/enic/ |
A D | vnic_devcmd.h | 51 #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.3-rc2/drivers/net/ethernet/microchip/vcap/ |
A D | vcap_api.c | 372 enum vcap_type vt = admin->vtype; in vcap_addr_keysets() 1404 enum vcap_type vt = admin->vtype; in vcap_decode_actionset() 1448 enum vcap_type vt = admin->vtype; in vcap_decode_keyset() 1682 enum vcap_type vt = ri->admin->vtype; in vcap_add_type_keyfield() 1715 enum vcap_type vt = ri->admin->vtype; in vcap_add_type_actionfield() 1809 enum vcap_type vtype, in vcap_find_keyset_keyfield() argument 1840 enum vcap_type vtype; in _vcap_rule_find_keysets() local 1842 vtype = ri->admin->vtype; in _vcap_rule_find_keysets() 1887 enum vcap_type vtype, in vcap_find_actionset_actionfield() argument 1918 enum vcap_type vtype; in vcap_rule_find_actionsets() local [all …]
|
A D | vcap_api_kunit.c | 40 switch (admin->vtype) { in test_val_keyset() 583 .vtype = VCAP_TYPE_IS2, in vcap_api_encode_keyfield_test() 643 .vtype = VCAP_TYPE_IS2, in vcap_api_encode_max_keyfield_test() 829 .vtype = VCAP_TYPE_IS2, in vcap_api_encode_rule_keyset_test() 940 .vtype = VCAP_TYPE_IS2, in vcap_api_encode_rule_actionset_test() 1001 .vtype = VCAP_TYPE_IS2, in vcap_api_rule_add_keyvalue_test() 1086 .vtype = VCAP_TYPE_IS2, in vcap_api_rule_add_actionvalue_test() 1158 .vtype = VCAP_TYPE_IS2, in vcap_api_rule_find_keyset_basic_test() 1205 .vtype = VCAP_TYPE_IS2, in vcap_api_rule_find_keyset_failed_test() 1252 .vtype = VCAP_TYPE_IS2, in vcap_api_rule_find_keyset_many_test() [all …]
|
A D | vcap_api_debugfs_kunit.c | 44 switch (admin->vtype) { in test_val_keyset() 72 __func__, __LINE__, admin->vtype); in test_val_keyset() 306 .vtype = VCAP_TYPE_IS2, in vcap_api_addr_keyset_test() 353 .vtype = VCAP_TYPE_IS2, in vcap_api_show_admin_raw_test() 404 .vtype = VCAP_TYPE_IS2, in vcap_api_show_admin_test() 495 .vtype = VCAP_TYPE_IS2, in vcap_api_show_admin_rule_test()
|
A D | vcap_api_debugfs.c | 173 err = vcap_find_keystream_keysets(ri->vctrl, admin->vtype, in vcap_debugfs_show_keysets() 204 keyfield = vcap_keyfields(vctrl, admin->vtype, ri->data.keyset); in vcap_debugfs_show_rule_keyset() 226 actionfield = vcap_actionfields(vctrl, admin->vtype, in vcap_debugfs_show_rule_actionset() 270 const struct vcap_info *vcap = &vctrl->vcaps[admin->vtype]; in vcap_show_admin_info() 281 out->prf(out->dst, "vtype: %d\n", admin->vtype); in vcap_show_admin_info() 320 enum vcap_type vt = admin->vtype; in vcap_show_admin_raw() 449 sprintf(name, "raw_%s_%d", vctrl->vcaps[admin->vtype].name, in vcap_debugfs() 458 sprintf(name, "%s_%d", vctrl->vcaps[admin->vtype].name, in vcap_debugfs()
|
A D | vcap_api.h | 168 enum vcap_type vtype; /* type of vcap */ member
|
/linux-6.3-rc2/drivers/net/ethernet/microchip/lan966x/ |
A D | lan966x_vcap_impl.c | 14 enum vcap_type vtype; /* type of vcap */ member 23 .vtype = VCAP_TYPE_IS2, /* IS2-0 */ 421 admin->vtype = cfg->vtype; in lan966x_vcap_admin_alloc()
|
A D | lan966x_vcap_debugfs.c | 88 vcap = &vctrl->vcaps[admin->vtype]; in lan966x_vcap_port_info()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | coda.h | 434 int vtype; member 563 int vtype; member
|
/linux-6.3-rc2/include/linux/ceph/ |
A D | decode.h | 174 #define ceph_decode_skip_map(p, end, ktype, vtype, bad) \ argument 181 ceph_decode_skip_##vtype(p, end, bad); \
|
/linux-6.3-rc2/fs/ceph/ |
A D | mdsmap.c | 74 #define __decode_and_drop_map(p, end, ktype, vtype, bad) \ argument 79 need = (sizeof(ktype) + sizeof(vtype)) * n; \
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | coda.rst | 520 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.3-rc2/fs/coda/ |
A D | upcall.c | 153 *type = outp->coda_lookup.vtype; in venus_lookup()
|
/linux-6.3-rc2/sound/usb/ |
A D | mixer.c | 885 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.3-rc2/tools/lib/bpf/ |
A D | libbpf.c | 908 const struct btf_type **vtype, __u32 *vtype_id, in find_struct_ops_kern_types() argument 957 *vtype = kern_vtype; in find_struct_ops_kern_types()
|