Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_ip.c300 tcpack_info_t *cur_tbl; in dhd_tcpack_send() local
307 cur_tbl = (tcpack_info_t *)data; in dhd_tcpack_send()
309 cur_tbl = container_of(timer, tcpack_info_t, timer.timer); in dhd_tcpack_send()
312 if (!cur_tbl) { in dhd_tcpack_send()
316 dhdp = cur_tbl->dhdp; in dhd_tcpack_send()
335 pkt = cur_tbl->pkt_in_q; in dhd_tcpack_send()
336 ifidx = cur_tbl->ifidx; in dhd_tcpack_send()
341 cur_tbl->pkt_in_q = NULL; in dhd_tcpack_send()
342 cur_tbl->pkt_ether_hdr = NULL; in dhd_tcpack_send()
343 cur_tbl->ifidx = 0; in dhd_tcpack_send()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_ip.c310 tcpack_info_t *cur_tbl; in dhd_tcpack_send() local
317 cur_tbl = (tcpack_info_t *)data; in dhd_tcpack_send()
319 cur_tbl = container_of(timer, tcpack_info_t, timer.timer); in dhd_tcpack_send()
322 if (!cur_tbl) { in dhd_tcpack_send()
326 dhdp = cur_tbl->dhdp; in dhd_tcpack_send()
345 pkt = cur_tbl->pkt_in_q; in dhd_tcpack_send()
346 ifidx = cur_tbl->ifidx; in dhd_tcpack_send()
351 cur_tbl->pkt_in_q = NULL; in dhd_tcpack_send()
352 cur_tbl->pkt_ether_hdr = NULL; in dhd_tcpack_send()
353 cur_tbl->ifidx = 0; in dhd_tcpack_send()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_ip.c300 tcpack_info_t *cur_tbl; in dhd_tcpack_send() local
307 cur_tbl = (tcpack_info_t *)data; in dhd_tcpack_send()
309 cur_tbl = container_of(timer, tcpack_info_t, timer.timer); in dhd_tcpack_send()
312 if (!cur_tbl) { in dhd_tcpack_send()
316 dhdp = cur_tbl->dhdp; in dhd_tcpack_send()
335 pkt = cur_tbl->pkt_in_q; in dhd_tcpack_send()
336 ifidx = cur_tbl->ifidx; in dhd_tcpack_send()
341 cur_tbl->pkt_in_q = NULL; in dhd_tcpack_send()
342 cur_tbl->pkt_ether_hdr = NULL; in dhd_tcpack_send()
343 cur_tbl->ifidx = 0; in dhd_tcpack_send()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_ip.c310 tcpack_info_t *cur_tbl; in dhd_tcpack_send() local
317 cur_tbl = (tcpack_info_t *)data; in dhd_tcpack_send()
319 cur_tbl = container_of(timer, tcpack_info_t, timer.timer); in dhd_tcpack_send()
322 if (!cur_tbl) { in dhd_tcpack_send()
326 dhdp = cur_tbl->dhdp; in dhd_tcpack_send()
345 pkt = cur_tbl->pkt_in_q; in dhd_tcpack_send()
346 ifidx = cur_tbl->ifidx; in dhd_tcpack_send()
351 cur_tbl->pkt_in_q = NULL; in dhd_tcpack_send()
352 cur_tbl->pkt_ether_hdr = NULL; in dhd_tcpack_send()
353 cur_tbl->ifidx = 0; in dhd_tcpack_send()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_ip.c310 tcpack_info_t *cur_tbl; in dhd_tcpack_send() local
317 cur_tbl = (tcpack_info_t *)data; in dhd_tcpack_send()
319 cur_tbl = container_of(timer, tcpack_info_t, timer.timer); in dhd_tcpack_send()
322 if (!cur_tbl) { in dhd_tcpack_send()
326 dhdp = cur_tbl->dhdp; in dhd_tcpack_send()
345 pkt = cur_tbl->pkt_in_q; in dhd_tcpack_send()
346 ifidx = cur_tbl->ifidx; in dhd_tcpack_send()
351 cur_tbl->pkt_in_q = NULL; in dhd_tcpack_send()
352 cur_tbl->pkt_ether_hdr = NULL; in dhd_tcpack_send()
353 cur_tbl->ifidx = 0; in dhd_tcpack_send()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_ip.c294 tcpack_info_t *cur_tbl = (tcpack_info_t *)data; in dhd_tcpack_send() local
300 if (!cur_tbl) { in dhd_tcpack_send()
304 dhdp = cur_tbl->dhdp; in dhd_tcpack_send()
318 pkt = cur_tbl->pkt_in_q; in dhd_tcpack_send()
319 ifidx = cur_tbl->ifidx; in dhd_tcpack_send()
324 cur_tbl->pkt_in_q = NULL; in dhd_tcpack_send()
325 cur_tbl->pkt_ether_hdr = NULL; in dhd_tcpack_send()
326 cur_tbl->ifidx = 0; in dhd_tcpack_send()
327 cur_tbl->supp_cnt = 0; in dhd_tcpack_send()