Searched refs:ring_frame (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/linux/ |
D | thunderbolt.h | 503 struct ring_frame; 504 typedef void (*ring_cb)(struct tb_ring *, struct ring_frame *, bool canceled); 534 struct ring_frame { struct 556 int __tb_ring_enqueue(struct tb_ring *ring, struct ring_frame *frame); argument 574 static inline int tb_ring_rx(struct tb_ring *ring, struct ring_frame *frame) in tb_ring_rx() 595 static inline int tb_ring_tx(struct tb_ring *ring, struct ring_frame *frame) in tb_ring_tx() 602 struct ring_frame *tb_ring_poll(struct tb_ring *ring);
|
/Linux-v4.19/drivers/net/fjes/ |
D | fjes_hw.c | 925 struct esmem_frame *ring_frame; in fjes_hw_epbuf_rx_curpkt_get_addr() local 928 ring_frame = (struct esmem_frame *)&(epbh->ring[EP_RING_INDEX in fjes_hw_epbuf_rx_curpkt_get_addr() 933 *psize = (size_t)ring_frame->frame_size; in fjes_hw_epbuf_rx_curpkt_get_addr() 935 frame = ring_frame->frame_data; in fjes_hw_epbuf_rx_curpkt_get_addr() 954 struct esmem_frame *ring_frame; in fjes_hw_epbuf_tx_pkt_send() local 959 ring_frame = (struct esmem_frame *)&(epbh->ring[EP_RING_INDEX in fjes_hw_epbuf_tx_pkt_send() 964 ring_frame->frame_size = size; in fjes_hw_epbuf_tx_pkt_send() 965 memcpy((void *)(ring_frame->frame_data), (void *)frame, size); in fjes_hw_epbuf_tx_pkt_send()
|
/Linux-v4.19/drivers/thunderbolt/ |
D | nhi.c | 183 struct ring_frame *frame, *n; in ring_write_descriptors() 215 struct ring_frame *frame; in ring_work() 262 int __tb_ring_enqueue(struct tb_ring *ring, struct ring_frame *frame) in __tb_ring_enqueue() 288 struct ring_frame *tb_ring_poll(struct tb_ring *ring) in tb_ring_poll() 290 struct ring_frame *frame = NULL; in tb_ring_poll()
|
D | ctl.h | 49 struct ring_frame frame;
|
D | ctl.c | 325 static void tb_ctl_tx_callback(struct tb_ring *ring, struct ring_frame *frame, in tb_ctl_tx_callback() 406 static void tb_ctl_rx_callback(struct tb_ring *ring, struct ring_frame *frame, in tb_ctl_rx_callback()
|
/Linux-v4.19/drivers/net/ |
D | thunderbolt.c | 137 struct ring_frame frame; 536 static void tbnet_tx_callback(struct tb_ring *ring, struct ring_frame *frame, in tbnet_tx_callback() 754 struct ring_frame *frame; in tbnet_poll()
|