Searched refs:path_num (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_sa_multipath_record.c969 uint32_t path_num = 0; local
1056 while (path_num < rem_paths) {
1068 ++path_num;
1081 if (path_num == rem_paths)
1099 while (path_num < rem_paths) {
1132 ++path_num;
1138 return path_num;
H A Dosm_sa_path_record.c1032 uint32_t path_num; local
1147 path_num = 0;
1157 while (path_num < iterations) {
1170 ++path_num;
1183 if (path_num == iterations)
1201 while (path_num < iterations) {
1234 ++path_num;
/freebsd-current/sys/contrib/dev/rtw88/
H A Dphy.h21 u8 rtw_phy_rf_power_2_rssi(s8 *rf_power, u8 path_num);
H A Dphy.c860 u8 rtw_phy_rf_power_2_rssi(s8 *rf_power, u8 path_num) argument
868 for (path = 0; path < path_num; path++) {
876 switch (path_num) {
H A Drtw8822c.c4314 static s32 rtw8822c_cfo_calc_avg(struct rtw_dev *rtwdev, u8 path_num) argument
4321 for (i = 0; i < path_num; i++) {
4332 for (i = 0; i < path_num; i++) {
4337 return cfo_path_sum / path_num;
4363 u8 path_num = rtwdev->hal.rf_path_num; local
4376 cfo_avg = rtw8822c_cfo_calc_avg(rtwdev, path_num);
/freebsd-current/sys/contrib/dev/rtw89/
H A Ddebug.c555 u8 path_num = rtwdev->chip->rf_path_num; local
566 if (path_num == 1)

Completed in 233 milliseconds