Lines Matching refs:plast
713 void *plast = NULL, *p; in dhd_get_hostreorder_pkts() local
728 if (plast == NULL) in dhd_get_hostreorder_pkts()
731 PKTSETNEXT(osh, plast, p); in dhd_get_hostreorder_pkts()
733 plast = p; in dhd_get_hostreorder_pkts()
740 *pplast = plast; in dhd_get_hostreorder_pkts()
752 void *cur_pkt, *plast = NULL; in dhd_process_pkt_reorder_info() local
794 dhd_get_hostreorder_pkts(dhd->osh, ptr, pkt, &cnt, &plast, in dhd_process_pkt_reorder_info()
797 if (plast) { in dhd_process_pkt_reorder_info()
798 PKTSETNEXT(dhd->osh, plast, cur_pkt); in dhd_process_pkt_reorder_info()
840 dhd_get_hostreorder_pkts(dhd->osh, ptr, pkt, &cnt, &plast, in dhd_process_pkt_reorder_info()
888 dhd_get_hostreorder_pkts(dhd->osh, ptr, pkt, &cnt, &plast, in dhd_process_pkt_reorder_info()
907 dhd_get_hostreorder_pkts(dhd->osh, ptr, pkt, &cnt, &plast, in dhd_process_pkt_reorder_info()
918 if (plast) in dhd_process_pkt_reorder_info()
919 PKTSETNEXT(dhd->osh, plast, cur_pkt); in dhd_process_pkt_reorder_info()
945 dhd_get_hostreorder_pkts(dhd->osh, ptr, pkt, &cnt, &plast, ptr->exp_idx, end_idx); in dhd_process_pkt_reorder_info()
946 if (plast) in dhd_process_pkt_reorder_info()
947 PKTSETNEXT(dhd->osh, plast, cur_pkt); in dhd_process_pkt_reorder_info()