Searched refs:ring_frame (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | thunderbolt.h | 570 struct ring_frame; 571 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled); 601 struct ring_frame { struct 624 int __tb_ring_enqueue(struct tb_ring *ring, struct ring_frame *frame); argument 642 static inline int tb_ring_rx(struct tb_ring *ring, struct ring_frame *frame) in tb_ring_rx() 663 static inline int tb_ring_tx(struct tb_ring *ring, struct ring_frame *frame) in tb_ring_tx() 670 struct ring_frame *tb_ring_poll(struct tb_ring *ring);
|
| /linux/drivers/net/fjes/ |
| H A D | fjes_hw.c | 939 struct esmem_frame *ring_frame; in fjes_hw_epbuf_rx_curpkt_get_addr() local 942 ring_frame = (struct esmem_frame *)&(epbh->ring[EP_RING_INDEX in fjes_hw_epbuf_rx_curpkt_get_addr() 947 *psize = (size_t)ring_frame->frame_size; in fjes_hw_epbuf_rx_curpkt_get_addr() 949 frame = ring_frame->frame_data; in fjes_hw_epbuf_rx_curpkt_get_addr() 968 struct esmem_frame *ring_frame; in fjes_hw_epbuf_tx_pkt_send() local 973 ring_frame = (struct esmem_frame *)&(epbh->ring[EP_RING_INDEX in fjes_hw_epbuf_tx_pkt_send() 978 ring_frame->frame_size = size; in fjes_hw_epbuf_tx_pkt_send() 979 memcpy((void *)(ring_frame->frame_data), (void *)frame, size); in fjes_hw_epbuf_tx_pkt_send()
|
| /linux/drivers/thunderbolt/ |
| H A D | dma_test.c | 30 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()
|
| H A D | ctl.h | 49 struct ring_frame frame;
|
| H A D | nhi.c | 242 struct ring_frame *frame, *n; in ring_write_descriptors() 277 struct ring_frame *frame; in ring_work() 324 int __tb_ring_enqueue(struct tb_ring *ring, struct ring_frame *frame) in __tb_ring_enqueue() 352 struct ring_frame *tb_ring_poll(struct tb_ring *ring) in tb_ring_poll() 354 struct ring_frame *frame = NULL; in tb_ring_poll()
|
| H A D | ctl.c | 352 static void tb_ctl_tx_callback(struct tb_ring *ring, struct ring_frame *frame, in tb_ctl_tx_callback() 445 static void tb_ctl_rx_callback(struct tb_ring *ring, struct ring_frame *frame, in tb_ctl_rx_callback()
|
| /linux/drivers/net/thunderbolt/ |
| H A D | main.c | 139 struct ring_frame frame; 570 static void tbnet_tx_callback(struct tb_ring *ring, struct ring_frame *frame, in tbnet_tx_callback() 814 struct ring_frame *frame; in tbnet_poll()
|