Searched refs:next_desc_logical (Results 1 – 1 of 1) sorted by relevance
243 struct fealnx_desc *next_desc_logical; member1070 np->lack_rxbuf = np->lack_rxbuf->next_desc_logical; in allocate_rx_buffers()1249 np->rx_ring[i].next_desc_logical = &np->rx_ring[i + 1]; in init_ring()1255 np->rx_ring[i - 1].next_desc_logical = np->rx_ring; in init_ring()1285 np->tx_ring[i].next_desc_logical = &np->tx_ring[i + 1]; in init_ring()1291 np->tx_ring[i - 1].next_desc_logical = &np->tx_ring[0]; in init_ring()1316 np->cur_tx_copy = np->cur_tx_copy->next_desc_logical; in start_tx()1330 next = np->cur_tx_copy->next_desc_logical; in start_tx()1344 np->cur_tx_copy = next->next_desc_logical; in start_tx()1356 np->cur_tx_copy = np->cur_tx_copy->next_desc_logical; in start_tx()[all …]