Searched refs:alx_buffer (Results 1 – 2 of 2) sorted by relevance
46 struct alx_buffer { struct63 struct alx_buffer *bufs; argument79 struct alx_buffer *bufs;
55 struct alx_buffer *txb = &txq->bufs[entry]; in alx_free_txbuf()75 struct alx_buffer *cur_buf; in alx_refill_rx_ring()220 struct alx_buffer *rxb; in alx_clean_rx_irq()498 memset(txq->bufs, 0, txq->count * sizeof(struct alx_buffer)); in alx_free_txring_buf()508 struct alx_buffer *cur_buf; in alx_free_rxring_buf()619 txq->bufs = kcalloc(txq->count, sizeof(struct alx_buffer), GFP_KERNEL); in alx_alloc_tx_ring()633 rxq->bufs = kcalloc(rxq->count, sizeof(struct alx_buffer), GFP_KERNEL); in alx_alloc_rx_ring()