Searched refs:txbuffs (Results 1 – 2 of 2) sorted by relevance
361 buff = &txq->txbuffs[idx]; in slic_xmit_complete()849 txq->txbuffs = kcalloc(txq->len, sizeof(*buff), GFP_KERNEL); in slic_init_tx_queue()850 if (!txq->txbuffs) in slic_init_tx_queue()863 buff = &txq->txbuffs[i]; in slic_init_tx_queue()884 buff = &txq->txbuffs[i]; in slic_init_tx_queue()890 kfree(txq->txbuffs); in slic_init_tx_queue()902 buff = &txq->txbuffs[i]; in slic_free_tx_queue()914 kfree(txq->txbuffs); in slic_free_tx_queue()1432 buff = &txq->txbuffs[txq->put_idx]; in slic_xmit()
510 struct slic_tx_buffer *txbuffs; member