Searched refs:tsf_high (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | scan.c | 256 le32_to_cpu(notif->tsf_high), in iwl_rx_scan_start_notif() 277 le32_to_cpu(notif->tsf_high), in iwl_rx_scan_results_notif() 294 scan_notif->tsf_high, scan_notif->status); in iwl_rx_scan_complete_notif()
|
H A D | commands.h | 2352 __le32 tsf_high; member 2379 __le32 tsf_high; member 2392 __le32 tsf_high; member
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | commands.h | 2589 __le32 tsf_high; member 2616 __le32 tsf_high; member 2628 __le32 tsf_high; member
|
H A D | common.c | 1407 notif->band ? "bg" : "a", le32_to_cpu(notif->tsf_high), in il_hdl_scan_start() 1422 le32_to_cpu(notif->tsf_high), le32_to_cpu(notif->tsf_low), in il_hdl_scan_results() 1438 scan_notif->tsf_high, scan_notif->status); in il_hdl_scan_complete()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | scan.h | 415 __le32 tsf_high; member
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | mac.c | 4180 u32 tsf_low, tsf_high; in rtw89_mac_port_get_tsf() local 4188 tsf_high = rtw89_read32_port(rtwdev, rtwvif, p->tsftr_h); in rtw89_mac_port_get_tsf() 4189 *tsf = (u64)tsf_high << 32 | tsf_low; in rtw89_mac_port_get_tsf() 4603 u32 tsf_high = RTW89_GET_MAC_C2H_MCC_STATUS_RPT_TSF_HIGH(c2h->data); in rtw89_mac_c2h_mcc_status_rpt() local 4656 group, macid, status, (u64)tsf_high << 32 | tsf_low); in rtw89_mac_c2h_mcc_status_rpt()
|
H A D | fw.h | 2700 __le32 tsf_high; member 2946 u32 tsf_high; member
|
H A D | fw.c | 4400 RTW89_SET_FWCMD_START_MCC_TSF_HIGH(skb->data, p->tsf_high); in rtw89_fw_h2c_start_mcc()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | fw.h | 284 u32 tsf_high; member
|