Searched refs:txcb (Results 1 – 1 of 1) sorted by relevance
138 struct bcmasp_tx_cb *txcb = &intf->tx_cbs[index]; in bcmasp_clean_txcb() local140 txcb->skb = NULL; in bcmasp_clean_txcb()141 dma_unmap_addr_set(txcb, dma_addr, 0); in bcmasp_clean_txcb()142 dma_unmap_len_set(txcb, dma_len, 0); in bcmasp_clean_txcb()143 txcb->last = false; in bcmasp_clean_txcb()241 struct bcmasp_tx_cb *txcb; in bcmasp_xmit() local298 txcb = &intf->tx_cbs[spb_index]; in bcmasp_xmit()301 txcb->skb = skb; in bcmasp_xmit()302 txcb->bytes_sent = total_bytes; in bcmasp_xmit()303 dma_unmap_addr_set(txcb, dma_addr, mapping); in bcmasp_xmit()[all …]