Home
last modified time | relevance | path

Searched full:grade (Results 1 – 25 of 70) sorted by relevance

123

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dlink.c393 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 Dxlnx,clocking-wizard.yaml43 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 Dsilabs,si544.txt13 to the speed grade of the chip.
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dlink.c633 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 Dmlo.c759 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 Dmlo.h157 u16 grade; member
/freebsd/share/man/man4/
H A Dmac_lomac.469 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 Dmac_biba.467 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 Dimx-cpufreq-dt.txt13 - Supported speed grade mask
27 /* grade >= 0, consumer only */
34 /* grade >= 1, all segments */
/freebsd/sys/contrib/device-tree/Bindings/nvmem/
H A Dimx-ocotp.yaml76 cpu_speed_grade: speed-grade@10 {
84 tempmon_temp_grade: temp-grade@20 {
/freebsd/lib/geom/part/
H A Dgeom_part.c452 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 Dmac_lomac.h52 #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 Dmac_lomac.c433 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 Dimx-thermal.yaml40 - description: Phandle to the temperature grade provided by ocotp
93 tempmon_temp_grade: temp-grade@20 {
/freebsd/sys/security/mac_biba/
H A Dmac_biba.h50 #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 Dtqma8xx.dtsi47 /* TQMa8Xx only uses industrial grade, reduce trip points accordingly */
55 /* end of temperature grade adjustments */
/freebsd/usr.bin/units/
H A Ddefinitions.units119 grade .9 degree
634 centesimalminute 1e-2 grade
635 centesimalsecond 1e-4 grade
/freebsd/sys/contrib/dev/iwlwifi/mld/tests/
H A Dlink-selection.c158 /* Assert that the returned grade matches the expected grade */ in test_link_grading()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcirrus,cs4234.yaml19 standard audio grade DAC, with performance specifications identical
/freebsd/crypto/openssl/doc/man3/
H A DPKCS7_encrypt.pod33 Some old "export grade" clients may only support weak encryption using 40 or 64
H A DPKCS12_create.pod71 export grade software which could use signing only keys of arbitrary size but
/freebsd/crypto/openssl/
H A Dfunding.json17 …"description": "The OpenSSL software library is a robust, commercial-grade, full-featured toolkit …
/freebsd/secure/lib/libcrypto/man/man3/
H A DPKCS7_encrypt.392 Some old "export grade" clients may only support weak encryption using 40 or 64
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-introduction.pod10 OpenSSL is a robust, commercial-grade, full-featured toolkit for general-purpose
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap34xx.dtsi71 /* only high-speed grade omap3530 devices */

123