Lines Matching refs:free_slot
1180 int i, free_slot = TCPACK_INFO_MAXNUM; in dhd_tcpack_hold() local
1279 if (free_slot == TCPACK_INFO_MAXNUM) { in dhd_tcpack_hold()
1280 free_slot = i; in dhd_tcpack_hold()
1344 if (free_slot < TCPACK_INFO_MAXNUM) { in dhd_tcpack_hold()
1350 free_slot)); in dhd_tcpack_hold()
1352 tcpack_info_tbl[free_slot].pkt_in_q = pkt; in dhd_tcpack_hold()
1353 tcpack_info_tbl[free_slot].pkt_ether_hdr = new_ether_hdr; in dhd_tcpack_hold()
1354 tcpack_info_tbl[free_slot].ifidx = ifidx; in dhd_tcpack_hold()
1355 tcpack_info_tbl[free_slot].supp_cnt = 1; in dhd_tcpack_hold()
1357 mod_timer(&tcpack_sup_mod->tcpack_info_tbl[free_slot].timer, in dhd_tcpack_hold()
1360 tasklet_hrtimer_start(&tcpack_sup_mod->tcpack_info_tbl[free_slot].timer, in dhd_tcpack_hold()