ring_frame 910 drivers/net/fjes/fjes_hw.c struct esmem_frame *ring_frame; ring_frame 913 drivers/net/fjes/fjes_hw.c ring_frame = (struct esmem_frame *)&(epbh->ring[EP_RING_INDEX ring_frame 918 drivers/net/fjes/fjes_hw.c *psize = (size_t)ring_frame->frame_size; ring_frame 920 drivers/net/fjes/fjes_hw.c frame = ring_frame->frame_data; ring_frame 939 drivers/net/fjes/fjes_hw.c struct esmem_frame *ring_frame; ring_frame 944 drivers/net/fjes/fjes_hw.c ring_frame = (struct esmem_frame *)&(epbh->ring[EP_RING_INDEX ring_frame 949 drivers/net/fjes/fjes_hw.c ring_frame->frame_size = size; ring_frame 950 drivers/net/fjes/fjes_hw.c memcpy((void *)(ring_frame->frame_data), (void *)frame, size); ring_frame 134 drivers/net/thunderbolt.c struct ring_frame frame; ring_frame 533 drivers/net/thunderbolt.c static void tbnet_tx_callback(struct tb_ring *ring, struct ring_frame *frame, ring_frame 751 drivers/net/thunderbolt.c struct ring_frame *frame; ring_frame 326 drivers/thunderbolt/ctl.c static void tb_ctl_tx_callback(struct tb_ring *ring, struct ring_frame *frame, ring_frame 407 drivers/thunderbolt/ctl.c static void tb_ctl_rx_callback(struct tb_ring *ring, struct ring_frame *frame, ring_frame 50 drivers/thunderbolt/ctl.h struct ring_frame frame; ring_frame 196 drivers/thunderbolt/nhi.c struct ring_frame *frame, *n; ring_frame 231 drivers/thunderbolt/nhi.c struct ring_frame *frame; ring_frame 278 drivers/thunderbolt/nhi.c int __tb_ring_enqueue(struct tb_ring *ring, struct ring_frame *frame) ring_frame 304 drivers/thunderbolt/nhi.c struct ring_frame *tb_ring_poll(struct tb_ring *ring) ring_frame 306 drivers/thunderbolt/nhi.c struct ring_frame *frame = NULL; ring_frame 510 include/linux/thunderbolt.h struct ring_frame; ring_frame 511 include/linux/thunderbolt.h typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled); ring_frame 563 include/linux/thunderbolt.h int __tb_ring_enqueue(struct tb_ring *ring, struct ring_frame *frame); ring_frame 581 include/linux/thunderbolt.h static inline int tb_ring_rx(struct tb_ring *ring, struct ring_frame *frame) ring_frame 602 include/linux/thunderbolt.h static inline int tb_ring_tx(struct tb_ring *ring, struct ring_frame *frame) ring_frame 609 include/linux/thunderbolt.h struct ring_frame *tb_ring_poll(struct tb_ring *ring);