Home
last modified time | relevance | path

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

/drivers/net/fjes/
Dfjes_hw.c933 struct esmem_frame *ring_frame; in fjes_hw_epbuf_rx_curpkt_get_addr() local
936 ring_frame = (struct esmem_frame *)&(epbh->ring[EP_RING_INDEX in fjes_hw_epbuf_rx_curpkt_get_addr()
941 *psize = (size_t)ring_frame->frame_size; in fjes_hw_epbuf_rx_curpkt_get_addr()
943 frame = ring_frame->frame_data; in fjes_hw_epbuf_rx_curpkt_get_addr()
962 struct esmem_frame *ring_frame; in fjes_hw_epbuf_tx_pkt_send() local
967 ring_frame = (struct esmem_frame *)&(epbh->ring[EP_RING_INDEX in fjes_hw_epbuf_tx_pkt_send()
972 ring_frame->frame_size = size; in fjes_hw_epbuf_tx_pkt_send()
973 memcpy((void *)(ring_frame->frame_data), (void *)frame, size); in fjes_hw_epbuf_tx_pkt_send()
/drivers/thunderbolt/
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()
Dctl.h50 struct ring_frame frame;
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()
/drivers/net/
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()