Searched refs:tx_cbs (Results 1 – 3 of 3) sorted by relevance
137 struct bcmasp_tx_cb *txcb = &intf->tx_cbs[index]; in bcmasp_clean_txcb()329 txcb = &intf->tx_cbs[spb_index]; in bcmasp_xmit()454 txcb = &intf->tx_cbs[intf->tx_spb_clean_index]; in bcmasp_tx_reclaim()723 intf->tx_cbs = kcalloc(DESC_RING_COUNT, sizeof(struct bcmasp_tx_cb), in bcmasp_alloc_buffers()725 if (!intf->tx_cbs) in bcmasp_alloc_buffers()759 kfree(intf->tx_cbs); in bcmasp_reclaim_free_buffers()808 memset(intf->tx_cbs, 0, sizeof(struct bcmasp_tx_cb) * DESC_RING_COUNT); in bcmasp_init_tx()
310 struct bcmasp_tx_cb *tx_cbs; member
583 struct enet_cb *tx_cbs; member