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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1251_acx.c832 struct acx_tsf_info *tsf_info; local
835 tsf_info = kzalloc(sizeof(*tsf_info), GFP_KERNEL);
836 if (!tsf_info) {
842 tsf_info, sizeof(*tsf_info));
848 *mactime = tsf_info->current_tsf_lsb |
849 (tsf_info->current_tsf_msb << 31);
852 kfree(tsf_info);
H A Dwl1271_acx.c1265 struct wl1271_acx_fw_tsf_information *tsf_info; local
1268 tsf_info = kzalloc(sizeof(*tsf_info), GFP_KERNEL);
1269 if (!tsf_info) {
1275 tsf_info, sizeof(*tsf_info));
1281 *mactime = le32_to_cpu(tsf_info->current_tsf_low) |
1282 ((u64) le32_to_cpu(tsf_info->current_tsf_high) << 32);
1285 kfree(tsf_info);

Completed in 61 milliseconds