Searched refs:relaych (Results 1 – 2 of 2) sorted by relevance
55 struct rchan *relaych = port->log.relaych; in t7xx_trace_port_uninit() local57 if (!relaych) in t7xx_trace_port_uninit()60 relay_close(relaych); in t7xx_trace_port_uninit()62 port->log.relaych = NULL; in t7xx_trace_port_uninit()67 struct rchan *relaych = port->log.relaych; in t7xx_trace_port_recv_skb() local69 if (!relaych) in t7xx_trace_port_recv_skb()72 relay_write(relaych, skb->data, skb->len); in t7xx_trace_port_recv_skb()79 struct rchan *relaych = port->log.relaych; in t7xx_port_trace_md_state_notify() local83 if (state != MD_STATE_READY || relaych) in t7xx_port_trace_md_state_notify()99 if (!relaych) in t7xx_port_trace_md_state_notify()[all …]
135 struct rchan *relaych; member
Completed in 5 milliseconds