Lines Matching refs:plast
643 void *plast = NULL, *p; in dhd_get_hostreorder_pkts() local
658 if (plast == NULL) in dhd_get_hostreorder_pkts()
661 PKTSETNEXT(osh, plast, p); in dhd_get_hostreorder_pkts()
663 plast = p; in dhd_get_hostreorder_pkts()
670 *pplast = plast; in dhd_get_hostreorder_pkts()
682 void *cur_pkt, *plast = NULL; in dhd_process_pkt_reorder_info() local
724 dhd_get_hostreorder_pkts(dhd->osh, ptr, pkt, &cnt, &plast, in dhd_process_pkt_reorder_info()
727 if (plast) { in dhd_process_pkt_reorder_info()
728 PKTSETNEXT(dhd->osh, plast, cur_pkt); in dhd_process_pkt_reorder_info()
769 dhd_get_hostreorder_pkts(dhd->osh, ptr, pkt, &cnt, &plast, in dhd_process_pkt_reorder_info()
817 dhd_get_hostreorder_pkts(dhd->osh, ptr, pkt, &cnt, &plast, in dhd_process_pkt_reorder_info()
836 dhd_get_hostreorder_pkts(dhd->osh, ptr, pkt, &cnt, &plast, in dhd_process_pkt_reorder_info()
847 if (plast) in dhd_process_pkt_reorder_info()
848 PKTSETNEXT(dhd->osh, plast, cur_pkt); in dhd_process_pkt_reorder_info()
874 dhd_get_hostreorder_pkts(dhd->osh, ptr, pkt, &cnt, &plast, ptr->exp_idx, end_idx); in dhd_process_pkt_reorder_info()
875 if (plast) in dhd_process_pkt_reorder_info()
876 PKTSETNEXT(dhd->osh, plast, cur_pkt); in dhd_process_pkt_reorder_info()