Searched refs:pnext (Results 1 – 4 of 4) sorted by relevance
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
D | bcmsdh_sdmmc.c | 893 void *pnext; in sdioh_request_packet() local 903 for (pnext = pkt; pnext; pnext = PKTNEXT(sd->osh, pnext)) { in sdioh_request_packet() 904 uint pkt_len = PKTLEN(sd->osh, pnext); in sdioh_request_packet() 922 ((uint8*)PKTDATA(sd->osh, pnext)), in sdioh_request_packet() 926 ((uint8*)PKTDATA(sd->osh, pnext)), in sdioh_request_packet() 930 ((uint8*)PKTDATA(sd->osh, pnext)), in sdioh_request_packet() 935 ((uint8*)PKTDATA(sd->osh, pnext)), in sdioh_request_packet() 944 pnext, SGCount, addr, pkt_len, err_ret)); in sdioh_request_packet() 949 pnext, SGCount, addr, pkt_len)); in sdioh_request_packet()
|
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/ |
D | dhd_sdio.c | 2716 void *pfirst, *plast, *pnext, *save_pfirst; in dhdsdio_rxglom() local 2735 pfirst = plast = pnext = NULL; in dhdsdio_rxglom() 2753 pnext = NULL; in dhdsdio_rxglom() 2770 if ((pnext = PKTGET(osh, sublen + DHD_SDALIGN, FALSE)) == NULL) { in dhdsdio_rxglom() 2775 ASSERT(!PKTLINK(pnext)); in dhdsdio_rxglom() 2778 pfirst = plast = pnext; in dhdsdio_rxglom() 2781 PKTSETNEXT(osh, plast, pnext); in dhdsdio_rxglom() 2782 plast = pnext; in dhdsdio_rxglom() 2786 PKTALIGN(osh, pnext, sublen, DHD_SDALIGN); in dhdsdio_rxglom() 2790 if (pnext) { in dhdsdio_rxglom() [all …]
|
D | dhd_linux.c | 963 void * data, *pnext, *save_pktbuf; in dhd_rx_frame() local 972 for (i = 0; pktbuf && i < numpkt; i++, pktbuf = pnext) { in dhd_rx_frame() 974 pnext = PKTNEXT(dhdp->osh, pktbuf); in dhd_rx_frame()
|
/hardware/ril/reference-ril/ |
D | atchannel.c | 701 ATLine *pcur,*pnext; in reverseIntermediates() local 707 pnext = pcur->p_next; in reverseIntermediates() 710 pcur = pnext; in reverseIntermediates()
|