Lines Matching refs:pktq
706 struct sk_buff_head *pktq, uint totlen) in brcmf_sdiod_recv_chain() argument
714 addr, pktq->qlen); in brcmf_sdiod_recv_chain()
720 if (pktq->qlen == 1) in brcmf_sdiod_recv_chain()
722 pktq->next); in brcmf_sdiod_recv_chain()
732 skb_queue_walk(pktq, skb) { in brcmf_sdiod_recv_chain()
738 pktq); in brcmf_sdiod_recv_chain()
771 struct sk_buff_head *pktq) in brcmf_sdiod_send_pkt() argument
777 brcmf_dbg(SDIO, "addr = 0x%x, size = %d\n", addr, pktq->qlen); in brcmf_sdiod_send_pkt()
783 if (pktq->qlen == 1 || !sdiodev->sg_support) in brcmf_sdiod_send_pkt()
784 skb_queue_walk(pktq, skb) { in brcmf_sdiod_send_pkt()
792 pktq); in brcmf_sdiod_send_pkt()