Home
last modified time | relevance | path

Searched refs:ring_frame (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
A Dthunderbolt.h544 struct ring_frame;
545 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled);
575 struct ring_frame { struct
598 int __tb_ring_enqueue(struct tb_ring *ring, struct ring_frame *frame); argument
616 static inline int tb_ring_rx(struct tb_ring *ring, struct ring_frame *frame) in tb_ring_rx()
637 static inline int tb_ring_tx(struct tb_ring *ring, struct ring_frame *frame) in tb_ring_tx()
644 struct ring_frame *tb_ring_poll(struct tb_ring *ring);
/linux/drivers/net/fjes/
A Dfjes_hw.c911 struct esmem_frame *ring_frame; in fjes_hw_epbuf_rx_curpkt_get_addr() local
914 ring_frame = (struct esmem_frame *)&(epbh->ring[EP_RING_INDEX in fjes_hw_epbuf_rx_curpkt_get_addr()
919 *psize = (size_t)ring_frame->frame_size; in fjes_hw_epbuf_rx_curpkt_get_addr()
921 frame = ring_frame->frame_data; in fjes_hw_epbuf_rx_curpkt_get_addr()
940 struct esmem_frame *ring_frame; in fjes_hw_epbuf_tx_pkt_send() local
945 ring_frame = (struct esmem_frame *)&(epbh->ring[EP_RING_INDEX in fjes_hw_epbuf_tx_pkt_send()
950 ring_frame->frame_size = size; in fjes_hw_epbuf_tx_pkt_send()
951 memcpy((void *)(ring_frame->frame_data), (void *)frame, size); in fjes_hw_epbuf_tx_pkt_send()
/linux/drivers/thunderbolt/
A Dnhi.c196 struct ring_frame *frame, *n; in ring_write_descriptors()
231 struct ring_frame *frame; in ring_work()
278 int __tb_ring_enqueue(struct tb_ring *ring, struct ring_frame *frame) in __tb_ring_enqueue()
304 struct ring_frame *tb_ring_poll(struct tb_ring *ring) in tb_ring_poll()
306 struct ring_frame *frame = NULL; in tb_ring_poll()
A Ddma_test.c30 struct ring_frame frame;
230 static void dma_test_rx_callback(struct tb_ring *ring, struct ring_frame *frame, in dma_test_rx_callback()
299 static void dma_test_tx_callback(struct tb_ring *ring, struct ring_frame *frame, in dma_test_tx_callback()
A Dctl.h49 struct ring_frame frame;
A Dctl.c346 static void tb_ctl_tx_callback(struct tb_ring *ring, struct ring_frame *frame, in tb_ctl_tx_callback()
427 static void tb_ctl_rx_callback(struct tb_ring *ring, struct ring_frame *frame, in tb_ctl_rx_callback()
/linux/drivers/net/
A Dthunderbolt.c134 struct ring_frame frame;
542 static void tbnet_tx_callback(struct tb_ring *ring, struct ring_frame *frame, in tbnet_tx_callback()
767 struct ring_frame *frame; in tbnet_poll()

Completed in 21 milliseconds