| /kernel/linux/linux-5.10/Documentation/infiniband/ |
| D | tag_matching.rst | 2 Tag matching logic 5 The MPI standard defines a set of rules, known as tag-matching, for matching 17 matching operation. However, this doesn’t imply that tags are consumed in 19 earlier tags can’t be used to satisfy the matching rules. 23 corresponding matching receive is posted. If a matching receive is posted, 25 Implementations frequently use different matching schemes for these two 26 different matching instances. 35 2. The Rendezvous Protocol - the sender sends the tag-matching header, 38 the header to initiate an RDMA READ operation directly to the matching buffer. 41 Tag matching implementation [all …]
|
| /kernel/linux/linux-6.6/Documentation/infiniband/ |
| D | tag_matching.rst | 2 Tag matching logic 5 The MPI standard defines a set of rules, known as tag-matching, for matching 17 matching operation. However, this doesn’t imply that tags are consumed in 19 earlier tags can’t be used to satisfy the matching rules. 23 corresponding matching receive is posted. If a matching receive is posted, 25 Implementations frequently use different matching schemes for these two 26 different matching instances. 35 2. The Rendezvous Protocol - the sender sends the tag-matching header, 38 the header to initiate an RDMA READ operation directly to the matching buffer. 41 Tag matching implementation [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| D | tc_tun_geneve.c | 144 NL_SET_ERR_MSG_MOD(extack, "Matching on GENEVE VNI is not supported"); in mlx5e_tc_tun_parse_geneve_vni() 145 netdev_warn(priv->netdev, "Matching on GENEVE VNI is not supported\n"); in mlx5e_tc_tun_parse_geneve_vni() 183 "Matching on GENEVE options is not supported"); in mlx5e_tc_tun_parse_geneve_options() 185 "Matching on GENEVE options is not supported\n"); in mlx5e_tc_tun_parse_geneve_options() 193 "Matching on GENEVE options: option type is not GENEVE"); in mlx5e_tc_tun_parse_geneve_options() 195 "Matching on GENEVE options: option type is not GENEVE\n"); in mlx5e_tc_tun_parse_geneve_options() 202 NL_SET_ERR_MSG_MOD(extack, "Matching on GENEVE options len is not supported"); in mlx5e_tc_tun_parse_geneve_options() 204 "Matching on GENEVE options len is not supported\n"); in mlx5e_tc_tun_parse_geneve_options() 216 "Matching on GENEVE options: unsupported options len"); in mlx5e_tc_tun_parse_geneve_options() 218 "Matching on GENEVE options: unsupported options len (len=%d)\n", in mlx5e_tc_tun_parse_geneve_options() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| D | tc_tun_geneve.c | 144 NL_SET_ERR_MSG_MOD(extack, "Matching on GENEVE VNI is not supported"); in mlx5e_tc_tun_parse_geneve_vni() 145 netdev_warn(priv->netdev, "Matching on GENEVE VNI is not supported\n"); in mlx5e_tc_tun_parse_geneve_vni() 183 "Matching on GENEVE options is not supported"); in mlx5e_tc_tun_parse_geneve_options() 185 "Matching on GENEVE options is not supported\n"); in mlx5e_tc_tun_parse_geneve_options() 193 "Matching on GENEVE options: option type is not GENEVE"); in mlx5e_tc_tun_parse_geneve_options() 195 "Matching on GENEVE options: option type is not GENEVE\n"); in mlx5e_tc_tun_parse_geneve_options() 202 NL_SET_ERR_MSG_MOD(extack, "Matching on GENEVE options len is not supported"); in mlx5e_tc_tun_parse_geneve_options() 204 "Matching on GENEVE options len is not supported\n"); in mlx5e_tc_tun_parse_geneve_options() 216 "Matching on GENEVE options: unsupported options len"); in mlx5e_tc_tun_parse_geneve_options() 218 "Matching on GENEVE options: unsupported options len (len=%d)\n", in mlx5e_tc_tun_parse_geneve_options() [all …]
|
| /kernel/linux/linux-5.10/net/ipv6/netfilter/ |
| D | ip6t_srh.c | 47 /* Next Header matching */ in srh_mt6() 53 /* Header Extension Length matching */ in srh_mt6() 69 /* Segments Left matching */ in srh_mt6() 86 * Last Entry matching in srh_mt6() 141 /* Next Header matching */ in srh1_mt6() 147 /* Header Extension Length matching */ in srh1_mt6() 161 /* Segments Left matching */ in srh1_mt6() 176 * Last Entry matching in srh1_mt6() 202 /* Previous SID matching */ in srh1_mt6() 217 /* Next SID matching */ in srh1_mt6() [all …]
|
| /kernel/linux/linux-6.6/net/ipv6/netfilter/ |
| D | ip6t_srh.c | 47 /* Next Header matching */ in srh_mt6() 53 /* Header Extension Length matching */ in srh_mt6() 69 /* Segments Left matching */ in srh_mt6() 86 * Last Entry matching in srh_mt6() 141 /* Next Header matching */ in srh1_mt6() 147 /* Header Extension Length matching */ in srh1_mt6() 161 /* Segments Left matching */ in srh1_mt6() 176 * Last Entry matching in srh1_mt6() 202 /* Previous SID matching */ in srh1_mt6() 217 /* Next SID matching */ in srh1_mt6() [all …]
|
| /kernel/linux/linux-5.10/lib/ |
| D | glob.c | 9 MODULE_DESCRIPTION("glob(7) matching"); 13 * glob_match - Shell-style pattern matching, like !fnmatch(pat, str, 0) 17 * Perform shell-style glob matching, returning true (1) if the match 29 * it takes 6 passes over the pattern before matching the string. 38 * An opening bracket without a matching close is matched literally. 51 * Loop over each token (character or class) in pat, matching in glob_match() 53 * on mismatch, or true after matching the trailing nul bytes. in glob_match()
|
| /kernel/linux/linux-6.6/lib/ |
| D | glob.c | 9 MODULE_DESCRIPTION("glob(7) matching"); 13 * glob_match - Shell-style pattern matching, like !fnmatch(pat, str, 0) 17 * Perform shell-style glob matching, returning true (1) if the match 29 * it takes 6 passes over the pattern before matching the string. 38 * An opening bracket without a matching close is matched literally. 51 * Loop over each token (character or class) in pat, matching in glob_match() 53 * on mismatch, or true after matching the trailing nul bytes. in glob_match()
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-bus-vmbus | 6 will override standard static and dynamic ID matching. When 7 specified, only a driver with a name matching the value written 12 This returns the device to standard matching rules binding. 16 matching name is currently loaded in the kernel, the device
|
| D | sysfs-bus-amba | 6 will override standard OF, ACPI, ID table, and name matching. 7 When specified, only a driver with a name matching the value 12 This returns the device to standard matching rules binding. 16 matching name is currently loaded in the kernel, the device will
|
| D | sysfs-bus-platform | 6 will override standard OF, ACPI, ID table, and name matching. 7 When specified, only a driver with a name matching the value 13 matching rules binding. Writing to driver_override does not 16 driver with a matching name is currently loaded in the kernel,
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-bus-vmbus | 6 will override standard static and dynamic ID matching. When 7 specified, only a driver with a name matching the value written 12 This returns the device to standard matching rules binding. 16 matching name is currently loaded in the kernel, the device
|
| D | sysfs-bus-amba | 6 will override standard OF, ACPI, ID table, and name matching. 7 When specified, only a driver with a name matching the value 12 This returns the device to standard matching rules binding. 16 matching name is currently loaded in the kernel, the device will
|
| D | sysfs-bus-platform | 6 will override standard OF, ACPI, ID table, and name matching. 7 When specified, only a driver with a name matching the value 13 matching rules binding. Writing to driver_override does not 16 driver with a matching name is currently loaded in the kernel,
|
| D | sysfs-bus-css | 39 specified, only a driver with a name matching the value written 44 This returns the device to standard matching rules binding. 48 matching name is currently loaded in the kernel, the device 55 file does not allow to override basic matching rules. I.e.,
|
| /kernel/linux/linux-5.10/drivers/tc/ |
| D | tc-driver.c | 50 * tc_match_device - tell if a TC device structure has a matching 52 * @tdrv: the TC driver to earch for matching TC device ID strings 56 * system is in its list of supported devices. Returns the matching 76 * tc_bus_match - Tell if a device structure has a matching 79 * @drv: the device driver to search for matching TC device ID strings
|
| /kernel/linux/linux-6.6/drivers/tc/ |
| D | tc-driver.c | 50 * tc_match_device - tell if a TC device structure has a matching 52 * @tdrv: the TC driver to earch for matching TC device ID strings 56 * system is in its list of supported devices. Returns the matching 76 * tc_bus_match - Tell if a device structure has a matching 79 * @drv: the device driver to search for matching TC device ID strings
|
| /kernel/linux/linux-6.6/net/netfilter/ |
| D | nft_set_pipapo.h | 134 * struct nft_pipapo_scratch - percpu data used for lookup and matching 137 * @map: store partial matching results during lookup 146 * struct nft_pipapo_match - Data used for lookup and matching 148 * @scratch: Preallocated per-CPU maps for partial matching results 150 * @rcu Matching data is swapped on commits 163 * @match: Currently in-use matching data 248 * is, each input bit needs four bits of matching data), plus a bucket in the 290 * @m: Matching data, including mapping table 294 * the first step, only the matching bits of the first bit group remain.
|
| /kernel/linux/linux-5.10/security/apparmor/ |
| D | match.c | 5 * This file contains AppArmor dfa based regular expression matching engine 304 * Returns: an unpacked dfa ready for matching or ERR_PTR on failure 426 * @start: the state of the dfa to start matching in 431 * finished matching in. The final state can be used to look up the accepting 451 /* current state is <state>, matching character *str */ in aa_dfa_match_len() 470 * @start: the state of the dfa to start matching in 474 * finished matching in. The final state can be used to look up the accepting 491 /* current state is <state>, matching character *str */ in aa_dfa_match() 526 /* current state is <state>, matching character *str */ in aa_dfa_next() 557 * @start: the state of the dfa to start matching in [all …]
|
| /kernel/linux/linux-6.6/security/apparmor/ |
| D | match.c | 5 * This file contains AppArmor dfa based regular expression matching engine 304 * Returns: an unpacked dfa ready for matching or ERR_PTR on failure 426 * @start: the state of the dfa to start matching in 431 * finished matching in. The final state can be used to look up the accepting 451 /* current state is <state>, matching character *str */ in aa_dfa_match_len() 470 * @start: the state of the dfa to start matching in 474 * finished matching in. The final state can be used to look up the accepting 490 /* current state is <state>, matching character *str */ in aa_dfa_match() 524 /* current state is <state>, matching character *str */ in aa_dfa_next() 555 * @start: the state of the dfa to start matching in [all …]
|
| /kernel/linux/linux-6.6/include/linux/iio/ |
| D | iio-gts-helper.h | 117 * iio_gts_find_int_time_by_sel - find integration time matching a selector 119 * @sel: selector for which matching integration time is searched for 121 * Return: integration time matching given selector or -EINVAL if 136 * iio_gts_find_sel_by_int_time - find selector matching integration time 138 * @time: Integration time for which matching selector is searched for 140 * Return: a selector matching given integration time or -EINVAL if
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/ |
| D | binfmt-misc.rst | 9 with which binary. Binfmt_misc recognises the binary-type by matching some bytes 33 Ignored when using filename extension matching. 35 is the byte sequence binfmt_misc is matching for. The magic string 40 If you chose filename extension matching, this is the extension to be 42 Extension matching is case sensitive, and slashes ``/`` are not allowed! 45 bits from matching by supplying a string like magic and as long as magic. 48 filename extension matching.
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | binfmt-misc.rst | 9 with which binary. Binfmt_misc recognises the binary-type by matching some bytes 33 Ignored when using filename extension matching. 35 is the byte sequence binfmt_misc is matching for. The magic string 40 If you chose filename extension matching, this is the extension to be 42 Extension matching is case sensitive, and slashes ``/`` are not allowed! 45 bits from matching by supplying a string like magic and as long as magic. 48 filename extension matching.
|
| /kernel/linux/linux-5.10/arch/sh/drivers/ |
| D | platform_early.c | 29 /* When driver_override is set, only bind to the matching driver */ in platform_match() 148 * with matching kernel command line class parameters will be registered. 154 * matching parameter. in sh_early_platform_driver_register_all() 170 * sh_early_platform_match - find early platform device matching driver 188 * sh_early_platform_left - check if early platform driver has matching devices 206 * sh_early_platform_driver_probe_id - probe drivers matching class_str and id 222 /* only use drivers matching our class_str */ in sh_early_platform_driver_probe_id() 303 * device matching a registered early platform driver is needed.
|
| /kernel/linux/linux-6.6/arch/sh/drivers/ |
| D | platform_early.c | 29 /* When driver_override is set, only bind to the matching driver */ in platform_match() 148 * with matching kernel command line class parameters will be registered. 154 * matching parameter. in sh_early_platform_driver_register_all() 170 * sh_early_platform_match - find early platform device matching driver 188 * sh_early_platform_left - check if early platform driver has matching devices 206 * sh_early_platform_driver_probe_id - probe drivers matching class_str and id 222 /* only use drivers matching our class_str */ in sh_early_platform_driver_probe_id() 303 * device matching a registered early platform driver is needed.
|