Searched refs:brcmf_txcomplete (Results 1 – 4 of 4) sorted by relevance
229 void brcmf_txcomplete(struct device *dev, struct sk_buff *txp, bool success);
583 void brcmf_txcomplete(struct device *dev, struct sk_buff *txp, bool success) in brcmf_txcomplete() function
473 brcmf_txcomplete(devinfo->dev, req->skb, urb->status == 0); in brcmf_usb_tx_complete()
2358 brcmf_txcomplete(bus->sdiodev->dev, pkt_next, ret == 0); in brcmf_sdio_txpkt()