Home
last modified time | relevance | path

Searched refs:scan_type (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/iwi/
H A Dif_iwi.c2649 set_scan_type(struct iwi_scan_ext *scan, int ix, int scan_type) in set_scan_type() argument
2651 uint8_t *st = &scan->scan_type[ix / 2]; in set_scan_type()
2653 *st = (*st & 0xf0) | ((scan_type & 0xf) << 0); in set_scan_type()
2655 *st = (*st & 0x0f) | ((scan_type & 0xf) << 4); in set_scan_type()
2659 scan_type(const struct ieee80211_scan_state *ss, in scan_type() function
2765 set_scan_type(&scan, next, scan_type(ss, chan)); in iwi_scanchan()
2774 set_scan_type(&scan, 1, scan_type(ss, chan)); in iwi_scanchan()
2795 uint8_t type = scan.scan_type[i/2]; in iwi_scanchan()
H A Dif_iwireg.h492 uint8_t scan_type[IWI_SCAN_CHANNELS / 2]; member
/freebsd/sys/contrib/dev/rtw88/
H A Dcoex.c656 static bool rtw_coex_get_bt_scan_type(struct rtw_dev *rtwdev, u8 *scan_type) in rtw_coex_get_bt_scan_type() argument
668 *scan_type = GET_COEX_RESP_BT_SCAN_TYPE(payload); in rtw_coex_get_bt_scan_type()
729 u8 scan_type; in rtw_coex_update_bt_link_info() local
731 if (rtw_coex_get_bt_scan_type(rtwdev, &scan_type)) { in rtw_coex_update_bt_link_info()
732 coex_stat->bt_ble_scan_type = scan_type; in rtw_coex_update_bt_link_info()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dscan.c1173 if (type == mvm->scan_type && hb_type == mvm->hb_scan_type) in iwl_mvm_legacy_config_scan()
1177 if (type == mvm->scan_type) in iwl_mvm_legacy_config_scan()
1234 mvm->scan_type = type; in iwl_mvm_legacy_config_scan()
H A Dfw.c1692 mvm->scan_type = IWL_SCAN_TYPE_NOT_SET; in iwl_mvm_up()
H A Dmvm.h948 enum iwl_mvm_scan_type scan_type; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c1705 uint64_t scan_type, scan_cmd; in zfs_ioc_pool_scrub() local
1707 if (nvlist_lookup_uint64(innvl, "scan_type", &scan_type) != 0) in zfs_ioc_pool_scrub()
1720 } else if (scan_type == POOL_SCAN_NONE) { in zfs_ioc_pool_scrub()
1723 error = spa_scan(spa, scan_type); in zfs_ioc_pool_scrub()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.h1426 u8 scan_type; /* 0: PASSIVE SCAN member
H A Dmt76_connac_mcu.c1656 req->scan_type = sreq->n_ssids ? 1 : 0; in mt76_connac_mcu_hw_scan()