Searched refs:txbuffs (Results 1 – 2 of 2) sorted by relevance
360 buff = &txq->txbuffs[idx]; in slic_xmit_complete()848 txq->txbuffs = kcalloc(txq->len, sizeof(*buff), GFP_KERNEL); in slic_init_tx_queue()849 if (!txq->txbuffs) in slic_init_tx_queue()862 buff = &txq->txbuffs[i]; in slic_init_tx_queue()883 buff = &txq->txbuffs[i]; in slic_init_tx_queue()889 kfree(txq->txbuffs); in slic_init_tx_queue()901 buff = &txq->txbuffs[i]; in slic_free_tx_queue()913 kfree(txq->txbuffs); in slic_free_tx_queue()1431 buff = &txq->txbuffs[txq->put_idx]; in slic_xmit()
508 struct slic_tx_buffer *txbuffs; member