Searched refs:PKTPULL (Results 1 – 5 of 5) sorted by relevance
/drivers/net/wireless/bcmdhd/ |
D | dhd_bta.c | 102 PKTPULL(pub->osh, pkt, dhd_bus_hdrlen(pub->bus)); in dhd_bta_flush_hcidata() 203 PKTPULL(osh, p, pub->hdrlen + RFC1042_HDR_LEN); in dhd_bta_docmd() 251 PKTPULL(osh, p, pub->hdrlen + RFC1042_HDR_LEN); in dhd_bta_tx_hcidata()
|
D | dhd_cdc.c | 411 PKTPULL(dhd->osh, pktbuf, BDC_HEADER_LEN); in dhd_prot_hdrpull() 438 PKTPULL(dhd->osh, pktbuf, BDC_HEADER_LEN); in dhd_prot_hdrpull() 459 PKTPULL(dhd->osh, pktbuf, (data_offset << 2)); in dhd_prot_hdrpull()
|
D | dhd_wlfc.c | 551 PKTPULL(ctx->osh, pktbuf, BDC_HEADER_LEN); in _dhd_wlfc_pullheader() 560 PKTPULL(ctx->osh, pktbuf, (h->dataOffset << 2)); in _dhd_wlfc_pullheader() 728 PKTPULL(ctx->osh, p, dummylen); in _dhd_wlfc_send_signalonly_packet()
|
D | dhd_sdio.c | 451 PKTPULL((osh), (p), datalign); \ 2069 PKTPULL(osh, pkt, doff); in dhdsdio_txpkt() 2077 PKTPULL(osh, pkt, SDPCM_HDRLEN + pad1); in dhdsdio_txpkt() 2186 PKTPULL(osh, pkt, SDPCM_HDRLEN); in dhd_bus_txdata() 5140 PKTPULL(osh, pfirst, doff); in dhdsdio_rxglom() 5234 PKTPULL(osh, pfirst, doff); in dhdsdio_rxglom() 5826 PKTPULL(osh, pkt, firstread); in dhdsdio_readframes() 5870 PKTPULL(osh, pkt, SDPCM_HDRLEN_RX); in dhdsdio_readframes() 5881 PKTPULL(osh, pkt, doff); in dhdsdio_readframes()
|
/drivers/net/wireless/bcmdhd/include/ |
D | linux_osl.h | 291 #define PKTPULL(osh, skb, bytes) skb_pull((struct sk_buff*)(skb), (bytes)) macro
|