Searched refs:plast (Results 1 - 3 of 3) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_cdc.c | 739 void *plast = NULL, *p; in dhd_get_hostreorder_pkts() local 754 if (plast == NULL) in dhd_get_hostreorder_pkts() 757 PKTSETNEXT(osh, plast, p); in dhd_get_hostreorder_pkts() 759 plast = p; in dhd_get_hostreorder_pkts() 766 *pplast = plast; in dhd_get_hostreorder_pkts() 778 void *cur_pkt, *plast = NULL; in dhd_process_pkt_reorder_info() local 820 dhd_get_hostreorder_pkts(dhd->osh, ptr, pkt, &cnt, &plast, in dhd_process_pkt_reorder_info() 823 if (plast) { in dhd_process_pkt_reorder_info() 824 PKTSETNEXT(dhd->osh, plast, cur_pkt); in dhd_process_pkt_reorder_info() 865 dhd_get_hostreorder_pkts(dhd->osh, ptr, pkt, &cnt, &plast, in dhd_process_pkt_reorder_info() [all...] |
H A D | dhd_sdio.c | 5383 void *pfirst, *plast, *pnext; in dhdsdio_rxglom() local 5407 pfirst = plast = pnext = NULL; in dhdsdio_rxglom() 5449 ASSERT(!plast); in dhdsdio_rxglom() 5450 pfirst = plast = pnext; in dhdsdio_rxglom() 5452 ASSERT(plast); in dhdsdio_rxglom() 5453 PKTSETNEXT(osh, plast, pnext); in dhdsdio_rxglom() 5454 plast = pnext; in dhdsdio_rxglom() 5677 plast = NULL; in dhdsdio_rxglom()
|
/third_party/python/Tools/demo/ |
H A D | redemo.py | 142 plast = "1.0 + %d chars" % last 143 self.stringdisplay.tag_add(tag, pfirst, plast)
|
Completed in 15 milliseconds