Searched refs:tx_cbs (Results 1 – 2 of 2) 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()725 intf->tx_cbs = kcalloc(DESC_RING_COUNT, sizeof(struct bcmasp_tx_cb), in bcmasp_alloc_buffers()727 if (!intf->tx_cbs) in bcmasp_alloc_buffers()761 kfree(intf->tx_cbs); in bcmasp_reclaim_free_buffers()810 memset(intf->tx_cbs, 0, sizeof(struct bcmasp_tx_cb) * DESC_RING_COUNT); in bcmasp_init_tx()
303 struct bcmasp_tx_cb *tx_cbs; member