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