Home
last modified time | relevance | path

Searched refs:end_usec (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_msgbuf.c9162 uint64 end_usec; local
9167 end_usec = OSL_SYSUPTIME_US();
9168 end_usec -= prot->hmaptest.start_usec;
9170 len, end_usec, (len * (1000 * 1000 / 1024) / (uint32)(end_usec + 1))));
9913 uint64 end_usec; local
9919 end_usec = OSL_SYSUPTIME_US();
10003 end_usec -= prot->dmaxfer.start_usec;
10004 if (end_usec) {
10005 prot->dmaxfer.time_taken = end_usec;
10007 prot->dmaxfer.len, (unsigned long)end_usec,
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_msgbuf.c9166 uint64 end_usec; local
9171 end_usec = OSL_SYSUPTIME_US();
9172 end_usec -= prot->hmaptest.start_usec;
9174 len, end_usec, (len * (1000 * 1000 / 1024) / (uint32)(end_usec + 1))));
9917 uint64 end_usec; local
9923 end_usec = OSL_SYSUPTIME_US();
10007 end_usec -= prot->dmaxfer.start_usec;
10008 if (end_usec) {
10009 prot->dmaxfer.time_taken = end_usec;
10011 prot->dmaxfer.len, (unsigned long)end_usec,
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_msgbuf.c7373 uint64 end_usec; local
7378 end_usec = OSL_SYSUPTIME_US();
7435 end_usec -= prot->dmaxfer.start_usec;
7436 if (end_usec) {
7437 prot->dmaxfer.time_taken = end_usec;
7439 prot->dmaxfer.len, (unsigned long)end_usec,
7440 (prot->dmaxfer.len * (1000 * 1000 / 1024) / (uint32)end_usec)));
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_msgbuf.c7373 uint64 end_usec; local
7378 end_usec = OSL_SYSUPTIME_US();
7435 end_usec -= prot->dmaxfer.start_usec;
7436 if (end_usec) {
7437 prot->dmaxfer.time_taken = end_usec;
7439 prot->dmaxfer.len, (unsigned long)end_usec,
7440 (prot->dmaxfer.len * (1000 * 1000 / 1024) / (uint32)end_usec)));
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_msgbuf.c7373 uint64 end_usec; local
7378 end_usec = OSL_SYSUPTIME_US();
7435 end_usec -= prot->dmaxfer.start_usec;
7436 if (end_usec) {
7437 prot->dmaxfer.time_taken = end_usec;
7439 prot->dmaxfer.len, (unsigned long)end_usec,
7440 (prot->dmaxfer.len * (1000 * 1000 / 1024) / (uint32)end_usec)));
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_msgbuf.c5814 uint64 end_usec; in dhd_msgbuf_dmaxfer_process() local
5837 end_usec = OSL_SYSUPTIME_US(); in dhd_msgbuf_dmaxfer_process()
5839 end_usec -= prot->dmaxfer.start_usec; in dhd_msgbuf_dmaxfer_process()
5841 prot->dmaxfer.len, end_usec, in dhd_msgbuf_dmaxfer_process()
5842 (prot->dmaxfer.len * (1000 * 1000 / 1024) / (uint32)(end_usec + 1)))); in dhd_msgbuf_dmaxfer_process()