| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | link.c | 393 u16 grade; member 399 .grade = _grade \ 424 #define MAX_GRADE (rssi_to_grade_map[ARRAY_SIZE(rssi_to_grade_map) - 1].grade) 538 /* This function calculates the grade of a link. Returns 0 in error case */ 545 unsigned int grade = MAX_GRADE; in iwl_mvm_get_link_grade() local 567 /* No valid RSSI - take the lowest grade */ in iwl_mvm_get_link_grade() 571 /* Get grade based on RSSI */ in iwl_mvm_get_link_grade() 578 grade = line->grade; in iwl_mvm_get_link_grade() 583 grade = grade * iwl_mvm_get_chan_load_factor(link_conf) / SCALE_FACTOR; in iwl_mvm_get_link_grade() 584 grade = grade * iwl_mvm_get_puncturing_factor(link_conf) / SCALE_FACTOR; in iwl_mvm_get_link_grade() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | xlnx,clocking-wizard.yaml | 43 xlnx,speed-grade: 47 Speed grade of the device. Higher the speed grade faster is the FPGA device. 62 - xlnx,speed-grade 73 xlnx,speed-grade = <1>;
|
| H A D | silabs,si544.txt | 13 to the speed grade of the chip.
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | link.c | 633 u16 grade; member 639 .grade = _grade \ 664 #define MAX_GRADE (rssi_to_grade_map[ARRAY_SIZE(rssi_to_grade_map) - 1].grade) 818 /* This function calculates the grade of a link. Returns 0 in error case */ 825 unsigned int grade = MAX_GRADE; in iwl_mld_get_link_grade() local 847 /* No valid RSSI - take the lowest grade */ in iwl_mld_get_link_grade() 852 …"Calculating grade of link %d: band = %d, bandwidth = %d, punctured subchannels =0x%x RSSI = %d\n", in iwl_mld_get_link_grade() 857 /* Get grade based on RSSI */ in iwl_mld_get_link_grade() 864 grade = line->grade; in iwl_mld_get_link_grade() 869 grade = grade * iwl_mld_get_avail_chan_load(mld, link_conf) / SCALE_FACTOR; in iwl_mld_get_link_grade() [all …]
|
| H A D | mlo.c | 759 data[n_data].grade = iwl_mld_get_link_grade(mld, link_conf); in iwl_mld_set_link_sel_data() 761 if (n_data == 0 || data[n_data].grade > max_grade) { in iwl_mld_set_link_sel_data() 762 max_grade = data[n_data].grade; in iwl_mld_set_link_sel_data() 908 * Returns the combined grade of two given links. 925 if (b->grade > a->grade) in iwl_mld_get_emlsr_grade() 941 return a->grade + ((b->grade * primary_load) / SCALE_FACTOR); in iwl_mld_get_emlsr_grade() 974 "Couldn't find a valid grade for any link!\n"); in _iwl_mld_select_links() 982 max_grade = best_link->grade; in _iwl_mld_select_links()
|
| H A D | mlo.h | 157 u16 grade; member
|
| /freebsd/share/man/man4/ |
| H A D | mac_lomac.4 | 69 The hierarchal grade field or fields are expressed 105 .D1 Li lomac / Ar grade Bq Ar auxgrade 128 .D1 Ar subject Ns :: Ns Ar higrade No \[>=] Ar target-object Ns :: Ns Ar grade 130 Modification of subjects is the same, as the target subject's single grade 135 .D1 Ar subject Ns :: Ns Ar singlegrade No > Ar object Ns :: Ns Ar grade 142 object's grade, as well as the
|
| H A D | mac_biba.4 | 67 The hierarchal grade field is expressed as a value between 0 and 65535, 148 .D1 Li biba / Ar grade : compartments
|
| /freebsd/sys/contrib/device-tree/Bindings/cpufreq/ |
| H A D | imx-cpufreq-dt.txt | 13 - Supported speed grade mask 27 /* grade >= 0, consumer only */ 34 /* grade >= 1, all segments */
|
| /freebsd/sys/contrib/device-tree/Bindings/nvmem/ |
| H A D | imx-ocotp.yaml | 76 cpu_speed_grade: speed-grade@10 { 84 tempmon_temp_grade: temp-grade@20 {
|
| /freebsd/lib/geom/part/ |
| H A D | geom_part.c | 452 uintmax_t grade; in gpart_autofill() local 548 grade = ~0ULL; in gpart_autofill() 562 (uintmax_t)(len - size) < grade) { in gpart_autofill() 564 grade = len - size; in gpart_autofill() 569 grade = start - a_first; in gpart_autofill() 572 if (grade == ~0ULL || len > size) { in gpart_autofill() 575 grade = 0; in gpart_autofill() 590 (uintmax_t)(len - size) < grade) { in gpart_autofill() 592 grade = len - size; in gpart_autofill() 597 grade = start - a_first; in gpart_autofill() [all …]
|
| /freebsd/sys/security/mac_lomac/ |
| H A D | mac_lomac.h | 52 #define MAC_LOMAC_TYPE_GRADE 1 /* Hierarchal grade with mb_grade. */ 63 * and mb_grade represents the hierarchal grade if valid for the current
|
| H A D | mac_lomac.c | 433 lomac_set_single(struct mac_lomac *ml, u_short type, u_short grade) in lomac_set_single() argument 437 ml->ml_single.mle_grade = grade; in lomac_set_single() 1184 int len, grade; in lomac_ifnet_create() local 1189 grade = MAC_LOMAC_TYPE_EQUAL; in lomac_ifnet_create() 1194 grade = MAC_LOMAC_TYPE_HIGH; in lomac_ifnet_create() 1198 grade = MAC_LOMAC_TYPE_LOW; in lomac_ifnet_create() 1216 grade = MAC_LOMAC_TYPE_HIGH; in lomac_ifnet_create() 1232 lomac_set_single(dest, grade, 0); in lomac_ifnet_create() 1233 lomac_set_range(dest, grade, 0, grade, 0); in lomac_ifnet_create() 1658 * Some system privileges are allowed regardless of integrity grade; others
|
| /freebsd/sys/contrib/device-tree/Bindings/thermal/ |
| H A D | imx-thermal.yaml | 40 - description: Phandle to the temperature grade provided by ocotp 93 tempmon_temp_grade: temp-grade@20 {
|
| /freebsd/sys/security/mac_biba/ |
| H A D | mac_biba.h | 50 #define MAC_BIBA_TYPE_GRADE 1 /* Hierarchal grade with mb_grade. */ 61 * and mb_grade represents the hierarchal grade if valid for the current
|
| /freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | tqma8xx.dtsi | 47 /* TQMa8Xx only uses industrial grade, reduce trip points accordingly */ 55 /* end of temperature grade adjustments */
|
| /freebsd/usr.bin/units/ |
| H A D | definitions.units | 119 grade .9 degree 634 centesimalminute 1e-2 grade 635 centesimalsecond 1e-4 grade
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/tests/ |
| H A D | link-selection.c | 158 /* Assert that the returned grade matches the expected grade */ in test_link_grading()
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | cirrus,cs4234.yaml | 19 standard audio grade DAC, with performance specifications identical
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | PKCS7_encrypt.pod | 33 Some old "export grade" clients may only support weak encryption using 40 or 64
|
| H A D | PKCS12_create.pod | 71 export grade software which could use signing only keys of arbitrary size but
|
| /freebsd/crypto/openssl/ |
| H A D | funding.json | 17 …"description": "The OpenSSL software library is a robust, commercial-grade, full-featured toolkit …
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | PKCS7_encrypt.3 | 92 Some old "export grade" clients may only support weak encryption using 40 or 64
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-introduction.pod | 10 OpenSSL is a robust, commercial-grade, full-featured toolkit for general-purpose
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | omap34xx.dtsi | 71 /* only high-speed grade omap3530 devices */
|