Home
last modified time | relevance | path

Searched refs:alx_buffer (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/atheros/alx/
H A Dalx.h46 struct alx_buffer { struct
63 struct alx_buffer *bufs; argument
79 struct alx_buffer *bufs;
H A Dmain.c55 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()