Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qualcomm/emac/
Demac-mac.c870 struct emac_buffer *curr_rxbuf; in emac_mac_rx_descs_refill() local
879 curr_rxbuf = GET_RFD_BUFFER(rx_q, rx_q->rfd.produce_idx); in emac_mac_rx_descs_refill()
891 curr_rxbuf->dma_addr = in emac_mac_rx_descs_refill()
896 curr_rxbuf->dma_addr); in emac_mac_rx_descs_refill()
901 curr_rxbuf->skb = skb; in emac_mac_rx_descs_refill()
902 curr_rxbuf->length = adpt->rxbuf_size; in emac_mac_rx_descs_refill()
904 emac_mac_rx_rfd_create(adpt, rx_q, curr_rxbuf->dma_addr); in emac_mac_rx_descs_refill()
909 curr_rxbuf = GET_RFD_BUFFER(rx_q, rx_q->rfd.produce_idx); in emac_mac_rx_descs_refill()