Searched refs:rx_std_buffers (Results 1 – 2 of 2) sorted by relevance
6696 map = &tpr->rx_std_buffers[dest_idx]; in tg3_alloc_rx_data()6766 dest_map = &dpr->rx_std_buffers[dest_idx]; in tg3_recycle_rx()6768 src_map = &spr->rx_std_buffers[src_idx]; in tg3_recycle_rx()6854 ri = &tp->napi[0].prodring.rx_std_buffers[desc_idx]; in tg3_rx()7081 if (dpr->rx_std_buffers[i].data) { in tg3_rx_prodring_xfer()7097 memcpy(&dpr->rx_std_buffers[di], in tg3_rx_prodring_xfer()7098 &spr->rx_std_buffers[si], in tg3_rx_prodring_xfer()8354 tg3_rx_data_free(tp, &tpr->rx_std_buffers[i], in tg3_rx_prodring_free()8370 tg3_rx_data_free(tp, &tpr->rx_std_buffers[i], in tg3_rx_prodring_free()8398 memset(&tpr->rx_std_buffers[0], 0, in tg3_rx_prodring_alloc()[all …]
2994 struct ring_info *rx_std_buffers; member