Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dthunderbolt.h549 struct ring_frame;
550 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled);
580 struct ring_frame { struct
603 int __tb_ring_enqueue(struct tb_ring *ring, struct ring_frame *frame); argument
621 static inline int tb_ring_rx(struct tb_ring *ring, struct ring_frame *frame) in tb_ring_rx()
642 static inline int tb_ring_tx(struct tb_ring *ring, struct ring_frame *frame) in tb_ring_tx()
649 struct ring_frame *tb_ring_poll(struct tb_ring *ring);
/linux-6.1.9/drivers/net/fjes/
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-6.1.9/drivers/thunderbolt/
Dctl.h49 struct ring_frame frame;
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()
Dnhi.c205 struct ring_frame *frame, *n; in ring_write_descriptors()
240 struct ring_frame *frame; in ring_work()
287 int __tb_ring_enqueue(struct tb_ring *ring, struct ring_frame *frame) in __tb_ring_enqueue()
313 struct ring_frame *tb_ring_poll(struct tb_ring *ring) in tb_ring_poll()
315 struct ring_frame *frame = NULL; in tb_ring_poll()
Dctl.c345 static void tb_ctl_tx_callback(struct tb_ring *ring, struct ring_frame *frame, in tb_ctl_tx_callback()
426 static void tb_ctl_rx_callback(struct tb_ring *ring, struct ring_frame *frame, in tb_ctl_rx_callback()
/linux-6.1.9/drivers/net/
Dthunderbolt.c136 struct ring_frame frame;
548 static void tbnet_tx_callback(struct tb_ring *ring, struct ring_frame *frame, in tbnet_tx_callback()
779 struct ring_frame *frame; in tbnet_poll()