Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dthunderbolt.h508 struct ring_frame;
509 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled);
539 struct ring_frame { struct
561 int __tb_ring_enqueue(struct tb_ring *ring, struct ring_frame *frame); argument
579 static inline int tb_ring_rx(struct tb_ring *ring, struct ring_frame *frame) in tb_ring_rx()
600 static inline int tb_ring_tx(struct tb_ring *ring, struct ring_frame *frame) in tb_ring_tx()
607 struct ring_frame *tb_ring_poll(struct tb_ring *ring);
/OK3568_Linux_fs/kernel/drivers/net/fjes/
H A Dfjes_hw.c910 struct esmem_frame *ring_frame; in fjes_hw_epbuf_rx_curpkt_get_addr() local
913 ring_frame = (struct esmem_frame *)&(epbh->ring[EP_RING_INDEX in fjes_hw_epbuf_rx_curpkt_get_addr()
918 *psize = (size_t)ring_frame->frame_size; in fjes_hw_epbuf_rx_curpkt_get_addr()
920 frame = ring_frame->frame_data; in fjes_hw_epbuf_rx_curpkt_get_addr()
939 struct esmem_frame *ring_frame; in fjes_hw_epbuf_tx_pkt_send() local
944 ring_frame = (struct esmem_frame *)&(epbh->ring[EP_RING_INDEX in fjes_hw_epbuf_tx_pkt_send()
949 ring_frame->frame_size = size; in fjes_hw_epbuf_tx_pkt_send()
950 memcpy((void *)(ring_frame->frame_data), (void *)frame, size); in fjes_hw_epbuf_tx_pkt_send()
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dnhi.c192 struct ring_frame *frame, *n; in ring_write_descriptors()
227 struct ring_frame *frame; in ring_work()
274 int __tb_ring_enqueue(struct tb_ring *ring, struct ring_frame *frame) in __tb_ring_enqueue()
300 struct ring_frame *tb_ring_poll(struct tb_ring *ring) in tb_ring_poll()
302 struct ring_frame *frame = NULL; in tb_ring_poll()
H A Dctl.h50 struct ring_frame frame;
H A Dctl.c334 static void tb_ctl_tx_callback(struct tb_ring *ring, struct ring_frame *frame, in tb_ctl_tx_callback()
415 static void tb_ctl_rx_callback(struct tb_ring *ring, struct ring_frame *frame, in tb_ctl_rx_callback()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dthunderbolt.c134 struct ring_frame frame;
533 static void tbnet_tx_callback(struct tb_ring *ring, struct ring_frame *frame, in tbnet_tx_callback()
751 struct ring_frame *frame; in tbnet_poll()