TBNET_RING_SIZE   138 drivers/net/thunderbolt.c 	struct tbnet_frame frames[TBNET_RING_SIZE];
TBNET_RING_SIZE   325 drivers/net/thunderbolt.c 	for (i = 0; i < TBNET_RING_SIZE; i++) {
TBNET_RING_SIZE   473 drivers/net/thunderbolt.c 		unsigned int index = ring->prod & (TBNET_RING_SIZE - 1);
TBNET_RING_SIZE   522 drivers/net/thunderbolt.c 	index = ring->cons++ & (TBNET_RING_SIZE - 1);
TBNET_RING_SIZE   542 drivers/net/thunderbolt.c 	if (tbnet_available_buffers(&net->tx_ring) >= TBNET_RING_SIZE / 2)
TBNET_RING_SIZE   552 drivers/net/thunderbolt.c 	for (i = 0; i < TBNET_RING_SIZE; i++) {
TBNET_RING_SIZE   579 drivers/net/thunderbolt.c 	ring->prod = TBNET_RING_SIZE - 1;
TBNET_RING_SIZE   615 drivers/net/thunderbolt.c 	ret = tbnet_alloc_rx_buffers(net, TBNET_RING_SIZE);
TBNET_RING_SIZE   728 drivers/net/thunderbolt.c 	if (frame_count == 0 || frame_count > TBNET_RING_SIZE / 4) {
TBNET_RING_SIZE   857 drivers/net/thunderbolt.c 	ring = tb_ring_alloc_tx(xd->tb->nhi, -1, TBNET_RING_SIZE,
TBNET_RING_SIZE   868 drivers/net/thunderbolt.c 	ring = tb_ring_alloc_rx(xd->tb->nhi, -1, TBNET_RING_SIZE,