Searched refs:tsf_info (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/wl1251/
H A Dacx.c855 struct acx_tsf_info *tsf_info; local
858 tsf_info = kzalloc(sizeof(*tsf_info), GFP_KERNEL);
859 if (!tsf_info) {
865 tsf_info, sizeof(*tsf_info));
871 *mactime = tsf_info->current_tsf_lsb |
872 (tsf_info->current_tsf_msb << 31);
875 kfree(tsf_info);
/drivers/net/wireless/wl12xx/
H A Dacx.c1464 struct wl1271_acx_fw_tsf_information *tsf_info; local
1467 tsf_info = kzalloc(sizeof(*tsf_info), GFP_KERNEL);
1468 if (!tsf_info) {
1474 tsf_info, sizeof(*tsf_info));
1480 *mactime = le32_to_cpu(tsf_info->current_tsf_low) |
1481 ((u64) le32_to_cpu(tsf_info->current_tsf_high) << 32);
1484 kfree(tsf_info);

Completed in 54 milliseconds