Searched refs:rx_std_buffers (Results 1 – 2 of 2) sorted by relevance
6708 map = &tpr->rx_std_buffers[dest_idx]; in tg3_alloc_rx_data()6776 dest_map = &dpr->rx_std_buffers[dest_idx]; in tg3_recycle_rx()6778 src_map = &spr->rx_std_buffers[src_idx]; in tg3_recycle_rx()6864 ri = &tp->napi[0].prodring.rx_std_buffers[desc_idx]; in tg3_rx()7096 if (dpr->rx_std_buffers[i].data) { in tg3_rx_prodring_xfer()7112 memcpy(&dpr->rx_std_buffers[di], in tg3_rx_prodring_xfer()7113 &spr->rx_std_buffers[si], in tg3_rx_prodring_xfer()8404 tg3_rx_data_free(tp, &tpr->rx_std_buffers[i], in tg3_rx_prodring_free()8420 tg3_rx_data_free(tp, &tpr->rx_std_buffers[i], in tg3_rx_prodring_free()8448 memset(&tpr->rx_std_buffers[0], 0, in tg3_rx_prodring_alloc()[all …]
2994 struct ring_info *rx_std_buffers; member