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