Searched refs:ring_frame (Results 1 – 4 of 4) sorted by relevance
| /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 | 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()
|