Lines Matching refs:pad_pkt
475 void *pad_pkt; member
2576 if (bus->pad_pkt) { in dhdsdio_txpkt_preprocess()
2846 PKTSETLEN(osh, bus->pad_pkt, pad_pkt_len); in dhdsdio_txpkt()
2847 PKTSETNEXT(osh, pkt, bus->pad_pkt); in dhdsdio_txpkt()
9746 if (bus->pad_pkt) in dhdsdio_probe_init()
9747 PKTFREE(osh, bus->pad_pkt, FALSE); in dhdsdio_probe_init()
9748 bus->pad_pkt = PKTGET(osh, SDIO_MAX_BLOCK_SIZE, FALSE); in dhdsdio_probe_init()
9749 if (bus->pad_pkt == NULL) in dhdsdio_probe_init()
9753 uintptr pktprt = (uintptr)PKTDATA(osh, bus->pad_pkt); in dhdsdio_probe_init()
9755 PKTPUSH(osh, bus->pad_pkt, alignment_offset); in dhdsdio_probe_init()
9756 PKTSETNEXT(osh, bus->pad_pkt, NULL); in dhdsdio_probe_init()
9919 if (bus->pad_pkt) in dhdsdio_release()
9920 PKTFREE(osh, bus->pad_pkt, FALSE); in dhdsdio_release()