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 = kzalloc_objs(struct alx_buffer, txq->count); in alx_alloc_tx_ring()633 rxq->bufs = kzalloc_objs(struct alx_buffer, rxq->count); in alx_alloc_rx_ring()