Searched refs:txbuffs (Results 1 – 2 of 2) sorted by relevance
372 buff = &txq->txbuffs[idx]; in slic_xmit_complete()860 txq->txbuffs = kcalloc(txq->len, sizeof(*buff), GFP_KERNEL); in slic_init_tx_queue()861 if (!txq->txbuffs) in slic_init_tx_queue()874 buff = &txq->txbuffs[i]; in slic_init_tx_queue()895 buff = &txq->txbuffs[i]; in slic_init_tx_queue()901 kfree(txq->txbuffs); in slic_init_tx_queue()913 buff = &txq->txbuffs[i]; in slic_free_tx_queue()925 kfree(txq->txbuffs); in slic_free_tx_queue()1443 buff = &txq->txbuffs[txq->put_idx]; in slic_xmit()
511 struct slic_tx_buffer *txbuffs; member