Symbol: ring_frame
drivers/net/fjes/fjes_hw.c
939
struct esmem_frame *ring_frame;
drivers/net/fjes/fjes_hw.c
942
ring_frame = (struct esmem_frame *)&(epbh->ring[EP_RING_INDEX
drivers/net/fjes/fjes_hw.c
947
*psize = (size_t)ring_frame->frame_size;
drivers/net/fjes/fjes_hw.c
949
frame = ring_frame->frame_data;
drivers/net/fjes/fjes_hw.c
968
struct esmem_frame *ring_frame;
drivers/net/fjes/fjes_hw.c
973
ring_frame = (struct esmem_frame *)&(epbh->ring[EP_RING_INDEX
drivers/net/fjes/fjes_hw.c
978
ring_frame->frame_size = size;
drivers/net/fjes/fjes_hw.c
979
memcpy((void *)(ring_frame->frame_data), (void *)frame, size);
drivers/net/thunderbolt/main.c
139
struct ring_frame frame;
drivers/net/thunderbolt/main.c
570
static void tbnet_tx_callback(struct tb_ring *ring, struct ring_frame *frame,
drivers/net/thunderbolt/main.c
814
struct ring_frame *frame;
drivers/thunderbolt/ctl.c
352
static void tb_ctl_tx_callback(struct tb_ring *ring, struct ring_frame *frame,
drivers/thunderbolt/ctl.c
445
static void tb_ctl_rx_callback(struct tb_ring *ring, struct ring_frame *frame,
drivers/thunderbolt/ctl.h
49
struct ring_frame frame;
drivers/thunderbolt/dma_test.c
230
static void dma_test_rx_callback(struct tb_ring *ring, struct ring_frame *frame,
drivers/thunderbolt/dma_test.c
299
static void dma_test_tx_callback(struct tb_ring *ring, struct ring_frame *frame,
drivers/thunderbolt/dma_test.c
30
struct ring_frame frame;
drivers/thunderbolt/nhi.c
242
struct ring_frame *frame, *n;
drivers/thunderbolt/nhi.c
277
struct ring_frame *frame;
drivers/thunderbolt/nhi.c
324
int __tb_ring_enqueue(struct tb_ring *ring, struct ring_frame *frame)
drivers/thunderbolt/nhi.c
352
struct ring_frame *tb_ring_poll(struct tb_ring *ring)
drivers/thunderbolt/nhi.c
354
struct ring_frame *frame = NULL;
include/linux/thunderbolt.h
570
struct ring_frame;
include/linux/thunderbolt.h
571
typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled);
include/linux/thunderbolt.h
624
int __tb_ring_enqueue(struct tb_ring *ring, struct ring_frame *frame);
include/linux/thunderbolt.h
642
static inline int tb_ring_rx(struct tb_ring *ring, struct ring_frame *frame)
include/linux/thunderbolt.h
663
static inline int tb_ring_tx(struct tb_ring *ring, struct ring_frame *frame)
include/linux/thunderbolt.h
670
struct ring_frame *tb_ring_poll(struct tb_ring *ring);