Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Dnhi.h49 struct ring_frame;
50 typedef void (*ring_cb)(struct tb_ring*, struct ring_frame*, bool canceled);
55 struct ring_frame { struct
73 int __ring_enqueue(struct tb_ring *ring, struct ring_frame *frame); argument
89 static inline int ring_rx(struct tb_ring *ring, struct ring_frame *frame) in ring_rx()
108 static inline int ring_tx(struct tb_ring *ring, struct ring_frame *frame) in ring_tx()
Dnhi.c146 struct ring_frame *frame, *n; in ring_write_descriptors()
181 struct ring_frame *frame; in ring_work()
241 int __ring_enqueue(struct tb_ring *ring, struct ring_frame *frame) in __ring_enqueue()
Dctl.c20 struct ring_frame frame;
322 static void tb_ctl_tx_callback(struct tb_ring *ring, struct ring_frame *frame, in tb_ctl_tx_callback()
397 static void tb_ctl_rx_callback(struct tb_ring *ring, struct ring_frame *frame, in tb_ctl_rx_callback()
/drivers/net/fjes/
Dfjes_hw.c877 struct esmem_frame *ring_frame; in fjes_hw_epbuf_rx_curpkt_get_addr() local
880 ring_frame = (struct esmem_frame *)&(epbh->ring[EP_RING_INDEX in fjes_hw_epbuf_rx_curpkt_get_addr()
885 *psize = (size_t)ring_frame->frame_size; in fjes_hw_epbuf_rx_curpkt_get_addr()
887 frame = ring_frame->frame_data; in fjes_hw_epbuf_rx_curpkt_get_addr()
906 struct esmem_frame *ring_frame; in fjes_hw_epbuf_tx_pkt_send() local
911 ring_frame = (struct esmem_frame *)&(epbh->ring[EP_RING_INDEX in fjes_hw_epbuf_tx_pkt_send()
916 ring_frame->frame_size = size; in fjes_hw_epbuf_tx_pkt_send()
917 memcpy((void *)(ring_frame->frame_data), (void *)frame, size); in fjes_hw_epbuf_tx_pkt_send()