Lines Matching refs:cur_tbl
300 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()
344 cur_tbl->supp_cnt = 0; in dhd_tcpack_send()