| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_sdio.c | 442 void *pad_pkt; member 2545 if (bus->pad_pkt) { in dhdsdio_txpkt_preprocess() 2815 PKTSETLEN(osh, bus->pad_pkt, pad_pkt_len); in dhdsdio_txpkt() 2816 PKTSETNEXT(osh, pkt, bus->pad_pkt); in dhdsdio_txpkt() 8832 if (bus->pad_pkt) in dhdsdio_probe_init() 8833 PKTFREE(osh, bus->pad_pkt, FALSE); in dhdsdio_probe_init() 8834 bus->pad_pkt = PKTGET(osh, SDIO_MAX_BLOCK_SIZE, FALSE); in dhdsdio_probe_init() 8835 if (bus->pad_pkt == NULL) in dhdsdio_probe_init() 8839 uintptr pktprt = (uintptr)PKTDATA(osh, bus->pad_pkt); in dhdsdio_probe_init() 8841 PKTPUSH(osh, bus->pad_pkt, alignment_offset); in dhdsdio_probe_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_sdio.c | 449 void *pad_pkt; member 2300 if (bus->pad_pkt) { in dhdsdio_txpkt_preprocess() 2533 PKTSETLEN(osh, bus->pad_pkt, pad_pkt_len); in dhdsdio_txpkt() 2534 PKTSETNEXT(osh, pkt, bus->pad_pkt); in dhdsdio_txpkt() 9050 if (bus->pad_pkt) 9051 PKTFREE(osh, bus->pad_pkt, FALSE); 9052 bus->pad_pkt = PKTGET(osh, SDIO_MAX_BLOCK_SIZE, FALSE); 9053 if (bus->pad_pkt == NULL) 9057 uintptr pktprt = (uintptr)PKTDATA(osh, bus->pad_pkt); 9059 PKTPUSH(osh, bus->pad_pkt, alignment_offset); [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_sdio.c | 464 void *pad_pkt; member 2357 if (bus->pad_pkt) { in dhdsdio_txpkt_preprocess() 2590 PKTSETLEN(osh, bus->pad_pkt, pad_pkt_len); in dhdsdio_txpkt() 2591 PKTSETNEXT(osh, pkt, bus->pad_pkt); in dhdsdio_txpkt() 9133 if (bus->pad_pkt) 9134 PKTFREE(osh, bus->pad_pkt, FALSE); 9135 bus->pad_pkt = PKTGET(osh, SDIO_MAX_BLOCK_SIZE, FALSE); 9136 if (bus->pad_pkt == NULL) 9140 uintptr pktprt = (uintptr)PKTDATA(osh, bus->pad_pkt); 9142 PKTPUSH(osh, bus->pad_pkt, alignment_offset); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_sdio.c | 449 void *pad_pkt; member 2296 if (bus->pad_pkt) { in dhdsdio_txpkt_preprocess() 2529 PKTSETLEN(osh, bus->pad_pkt, pad_pkt_len); in dhdsdio_txpkt() 2530 PKTSETNEXT(osh, pkt, bus->pad_pkt); in dhdsdio_txpkt() 9046 if (bus->pad_pkt) 9047 PKTFREE(osh, bus->pad_pkt, FALSE); 9048 bus->pad_pkt = PKTGET(osh, SDIO_MAX_BLOCK_SIZE, FALSE); 9049 if (bus->pad_pkt == NULL) 9053 uintptr pktprt = (uintptr)PKTDATA(osh, bus->pad_pkt); 9055 PKTPUSH(osh, bus->pad_pkt, alignment_offset); [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_sdio.c | 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() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_sdio.c | 474 void *pad_pkt; member 2565 if (bus->pad_pkt) { in dhdsdio_txpkt_preprocess() 2835 PKTSETLEN(osh, bus->pad_pkt, pad_pkt_len); in dhdsdio_txpkt() 2836 PKTSETNEXT(osh, pkt, bus->pad_pkt); in dhdsdio_txpkt() 9731 if (bus->pad_pkt) in dhdsdio_probe_init() 9732 PKTFREE(osh, bus->pad_pkt, FALSE); in dhdsdio_probe_init() 9733 bus->pad_pkt = PKTGET(osh, SDIO_MAX_BLOCK_SIZE, FALSE); in dhdsdio_probe_init() 9734 if (bus->pad_pkt == NULL) in dhdsdio_probe_init() 9738 uintptr pktprt = (uintptr)PKTDATA(osh, bus->pad_pkt); in dhdsdio_probe_init() 9740 PKTPUSH(osh, bus->pad_pkt, alignment_offset); in dhdsdio_probe_init() [all …]
|