Home
last modified time | relevance | path

Searched refs:t_u64 (Results 1 – 25 of 41) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A Dhostsa_ext_def.h50 typedef unsigned long long t_u64; typedef
60 typedef t_u64 t_ptr;
841 t_u64 toa_tod_tstamps;
865 ((t_u64)((t_u64)(((t_u64)(x) & 0x00000000000000ffULL) << 56) | \
866 (t_u64)(((t_u64)(x) & 0x000000000000ff00ULL) << 40) | \
867 (t_u64)(((t_u64)(x) & 0x0000000000ff0000ULL) << 24) | \
868 (t_u64)(((t_u64)(x) & 0x00000000ff000000ULL) << 8) | \
869 (t_u64)(((t_u64)(x) & 0x000000ff00000000ULL) >> 8) | \
870 (t_u64)(((t_u64)(x) & 0x0000ff0000000000ULL) >> 24) | \
871 (t_u64)(((t_u64)(x) & 0x00ff000000000000ULL) >> 40) | \
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_shim.h73 t_u64 buf_pa);
74 mlan_status moal_map_memory(t_void *pmoal, t_u8 *pbuf, t_u64 *pbuf_pa,
76 mlan_status moal_unmap_memory(t_void *pmoal, t_u8 *pbuf, t_u64 buf_pa,
92 mlan_status moal_get_boot_ktime(t_void *pmoal, t_u64 *pnsec);
110 t_u64 moal_do_div(t_u64 num, t_u32 base);
H A Dmlan_decl.h45 typedef unsigned long long t_u64, *t_pu64; typedef
55 typedef t_u64 t_ptr;
1090 t_u64 TSF;
1276 t_u64 buf_pa;
1832 (t_u64)((t_u64)(timeval.time_sec) * 1000 + \
1833 (t_u64)(timeval.time_usec) / 1000)
1835 (t_u64)((t_u64)(timeval.time_sec) * 1000 * 1000 + \
1836 (t_u64)(timeval.time_usec))
1974 t_u64 average_tsf_offset;
2036 t_u64 last_rx_in_msec;
[all …]
H A Dmoal_main.h1125 t_u64 tx_cookie;
1500 t_u64 bg_scan_reqid;
1767 t_u64 uuid_lo;
1768 t_u64 uuid_hi;
1944 t_u64 timestamp;
2507 t_u64 cookie;
2630 t_u64 fw_dump_len;
2695 t_u64 on_time;
2697 t_u64 tx_time;
2703 t_u64 rx_time;
[all …]
H A Dmlan_ioctl.h456 t_u64 network_tsf;
1665 t_u64 tx_octets_in_amsdu_cnt;
1671 t_u64 rx_octets_in_amsdu_cnt;
1677 t_u64 tx_octets_in_ampdu_cnt;
1683 t_u64 rx_octets_in_ampdu_cnt;
1692 t_u64 rx_stuck_tsf[2];
1697 t_u64 tx_watchdog_tsf[2];
1923 t_u64 uuid_lo;
1926 t_u64 uuid_hi;
4900 t_u64 tsf;
[all …]
H A Dmoal_shim.c220 *pbuf_pa = (t_u64)dma; in moal_malloc_consistent()
237 t_u64 buf_pa) in moal_mfree_consistent()
265 mlan_status moal_map_memory(t_void *pmoal, t_u8 *pbuf, t_u64 *pbuf_pa,
306 mlan_status moal_unmap_memory(t_void *pmoal, t_u8 *pbuf, t_u64 buf_pa,
490 mlan_status moal_get_boot_ktime(t_void *pmoal, t_u64 *pnsec)
496 *pnsec = *(t_u64 *)&(time);
1220 (t_u64)(timeval_to_usec(handle->tx_time_end) -
1228 (t_u64)(timeval_to_usec(handle->tx_time_end) -
2521 priv->phandle->scan_time += (t_u64)(
2532 (t_u64)(timeval_to_usec(
[all …]
H A Dmoal_eth_ioctl.h416 t_u64 buf;
H A Dmoal_cfg80211_util.h193 t_u64 timestamp;
H A Dmoal_cfg80211_util.c2810 t_u64 cur_time = 0; in woal_cfg80211_subcmd_link_statistic_get()
2811 t_u64 inter_msec = 0; in woal_cfg80211_subcmd_link_statistic_get()
2812 t_u64 max_msec = (t_u64)24 * (t_u64)24 * (t_u64)3600 * (t_u64)1000; in woal_cfg80211_subcmd_link_statistic_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_decl.h45 typedef unsigned long long t_u64, *t_pu64; typedef
55 typedef t_u64 t_ptr;
1090 t_u64 TSF;
1276 t_u64 buf_pa;
1832 (t_u64)((t_u64)(timeval.time_sec) * 1000 + \
1833 (t_u64)(timeval.time_usec) / 1000)
1835 (t_u64)((t_u64)(timeval.time_sec) * 1000 * 1000 + \
1836 (t_u64)(timeval.time_usec))
1974 t_u64 average_tsf_offset;
2036 t_u64 last_rx_in_msec;
[all …]
H A Dmlan_main.h302 ((t_u64)((t_u64)(((t_u64)(x)&0x00000000000000ffULL) << 56) | \
303 (t_u64)(((t_u64)(x)&0x000000000000ff00ULL) << 40) | \
304 (t_u64)(((t_u64)(x)&0x0000000000ff0000ULL) << 24) | \
305 (t_u64)(((t_u64)(x)&0x00000000ff000000ULL) << 8) | \
306 (t_u64)(((t_u64)(x)&0x000000ff00000000ULL) >> 8) | \
307 (t_u64)(((t_u64)(x)&0x0000ff0000000000ULL) >> 24) | \
308 (t_u64)(((t_u64)(x)&0x00ff000000000000ULL) >> 40) | \
309 (t_u64)(((t_u64)(x)&0xff00000000000000ULL) >> 56)))
2197 t_u64 txbd_ring_pbase;
2220 t_u64 rxbd_ring_pbase;
[all …]
H A Dmlan_fw.h2415 t_u64 toa_tod_tstamps;
3562 t_u64 tsfbcn;
3661 t_u64 reserved_1;
3689 t_u64 tsf_bcn;
3984 t_u64 tx_octets_in_amsdu_cnt;
3990 t_u64 rx_octets_in_amsdu_cnt;
3996 t_u64 tx_octets_in_ampdu_cnt;
4002 t_u64 rx_octets_in_ampdu_cnt;
4011 t_u64 rx_stuck_tsf[2];
4016 t_u64 tx_watchdog_tsf[2];
[all …]
H A Dmlan_pcie.c220 t_u64 pbase, t_u16 size, t_u8 init) in wlan_init_adma()
404 (t_u32)((t_u64)pbase >> 32))) { in wlan_init_adma()
453 (t_u32)((t_u64)pbase >> 32))) { in wlan_init_adma()
920 (t_u32)((t_u64)pmadapter->pcard_pcie->txbd_ring_pbase >> 32), in wlan_pcie_create_txbd_ring()
1125 (t_u32)((t_u64)pmadapter->pcard_pcie->rxbd_ring_pbase >> 32), in wlan_pcie_create_rxbd_ring()
1160 pmbuf, pmbuf->pbuf, (t_u32)((t_u64)pmbuf->buf_pa >> 32), in wlan_pcie_create_rxbd_ring()
1348 (t_u32)((t_u64)pmadapter->pcard_pcie->evtbd_ring_pbase >> 32), in wlan_pcie_create_evtbd_ring()
1514 t_u64 cmdrsp_pbase = 0; in wlan_pcie_alloc_cmdrsp_buf()
1561 t_u64 cmdrsp_pbase; in wlan_pcie_delete_cmdrsp_buf()
2490 (t_u32)((t_u64)pmadapter->pcard_pcie in wlan_pcie_send_cmd()
[all …]
H A Dmlan_ioctl.h456 t_u64 network_tsf;
1665 t_u64 tx_octets_in_amsdu_cnt;
1671 t_u64 rx_octets_in_amsdu_cnt;
1677 t_u64 tx_octets_in_ampdu_cnt;
1683 t_u64 rx_octets_in_ampdu_cnt;
1692 t_u64 rx_stuck_tsf[2];
1697 t_u64 tx_watchdog_tsf[2];
1923 t_u64 uuid_lo;
1926 t_u64 uuid_hi;
4900 t_u64 tsf;
[all …]
H A Dmlan_uap_txrx.c445 (t_u64)last_rx_sec * 1000 + (t_u64)last_rx_usec / 1000; in wlan_ops_uap_process_rx_packet()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmlan_ioctl.h361 t_u64 network_tsf;
381 t_u64 t1_tstamp;
383 t_u64 t4_tstamp;
385 t_u64 t1_error;
387 t_u64 t4_error;
389 t_u64 egress_time;
1429 t_u64 tx_octets_in_amsdu_cnt;
1435 t_u64 rx_octets_in_amsdu_cnt;
1441 t_u64 tx_octets_in_ampdu_cnt;
1447 t_u64 rx_octets_in_ampdu_cnt;
[all …]
H A Dmoal_shim.h98 mlan_status moal_get_host_time_ns(OUT t_u64 *time);
99 t_u32 moal_do_div(IN t_u64 num, IN t_u32 base);
H A Dmlan_decl.h48 typedef unsigned long long t_u64; typedef
58 typedef t_u64 t_ptr;
1290 mlan_status (*moal_get_host_time_ns) (OUT t_u64 *time);
1291 t_u32 (*moal_do_div) (IN t_u64 num, IN t_u32 base);
H A Dmoal_eth_ioctl.h289 t_u64 buf;
H A Dmoal_main.h336 t_u64 ingress_time;
1014 t_u64 tx_cookie;
1476 t_u64 timestamp;
1743 t_u64 cookie;
H A Dmoal_shim.c74 t_u64 egress_time;
2942 moal_get_host_time_ns(OUT t_u64 *time) in moal_get_host_time_ns()
2945 t_u64 hclk_val; in moal_get_host_time_ns()
2965 moal_do_div(IN t_u64 num, IN t_u32 base) in moal_do_div()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_ioctl.h361 t_u64 network_tsf;
381 t_u64 t1_tstamp;
383 t_u64 t4_tstamp;
385 t_u64 t1_error;
387 t_u64 t4_error;
389 t_u64 egress_time;
1429 t_u64 tx_octets_in_amsdu_cnt;
1435 t_u64 rx_octets_in_amsdu_cnt;
1441 t_u64 tx_octets_in_ampdu_cnt;
1447 t_u64 rx_octets_in_ampdu_cnt;
[all …]
H A Dmlan_main.h256 ((t_u64)((t_u64)(((t_u64)(x) & 0x00000000000000ffULL) << 56) | \
257 (t_u64)(((t_u64)(x) & 0x000000000000ff00ULL) << 40) | \
258 (t_u64)(((t_u64)(x) & 0x0000000000ff0000ULL) << 24) | \
259 (t_u64)(((t_u64)(x) & 0x00000000ff000000ULL) << 8) | \
260 (t_u64)(((t_u64)(x) & 0x000000ff00000000ULL) >> 8) | \
261 (t_u64)(((t_u64)(x) & 0x0000ff0000000000ULL) >> 24) | \
262 (t_u64)(((t_u64)(x) & 0x00ff000000000000ULL) >> 40) | \
263 (t_u64)(((t_u64)(x) & 0xff00000000000000ULL) >> 56)))
2208 t_u64 d1;
2210 t_u64 d2;
[all …]
H A Dmlan_fw.h1777 t_u64 toa_tod_tstamps;
1934 t_u64 toa_tod_tstamps;
2792 t_u64 tsfbcn;
2840 t_u64 reserved_1;
2868 t_u64 tsf_bcn;
3161 t_u64 tx_octets_in_amsdu_cnt;
3167 t_u64 rx_octets_in_amsdu_cnt;
3173 t_u64 tx_octets_in_ampdu_cnt;
3179 t_u64 rx_octets_in_ampdu_cnt;
3691 t_u64 tsf;
[all …]
H A Dmlan_decl.h48 typedef unsigned long long t_u64; typedef
58 typedef t_u64 t_ptr;
1290 mlan_status (*moal_get_host_time_ns) (OUT t_u64 *time);
1291 t_u32 (*moal_do_div) (IN t_u64 num, IN t_u32 base);

12