Searched refs:rx_std_buffers (Results 1 – 2 of 2) sorted by relevance
6693 map = &tpr->rx_std_buffers[dest_idx]; in tg3_alloc_rx_data()6763 dest_map = &dpr->rx_std_buffers[dest_idx]; in tg3_recycle_rx()6765 src_map = &spr->rx_std_buffers[src_idx]; in tg3_recycle_rx()6851 ri = &tp->napi[0].prodring.rx_std_buffers[desc_idx]; in tg3_rx()7078 if (dpr->rx_std_buffers[i].data) { in tg3_rx_prodring_xfer()7094 memcpy(&dpr->rx_std_buffers[di], in tg3_rx_prodring_xfer()7095 &spr->rx_std_buffers[si], in tg3_rx_prodring_xfer()8351 tg3_rx_data_free(tp, &tpr->rx_std_buffers[i], in tg3_rx_prodring_free()8367 tg3_rx_data_free(tp, &tpr->rx_std_buffers[i], in tg3_rx_prodring_free()8395 memset(&tpr->rx_std_buffers[0], 0, in tg3_rx_prodring_alloc()[all …]
2994 struct ring_info *rx_std_buffers; member