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()66 struct rchan *relaych = port->log.relaych; in t7xx_trace_port_recv_skb() local68 if (!relaych) in t7xx_trace_port_recv_skb()71 relay_write(relaych, skb->data, skb->len); in t7xx_trace_port_recv_skb()78 struct rchan *relaych = port->log.relaych; in t7xx_port_trace_md_state_notify() local82 if (state != MD_STATE_READY || relaych) in t7xx_port_trace_md_state_notify()96 relaych = relay_open("relay_ch", debugfs_dir, T7XX_TRC_SUB_BUFF_SIZE, in t7xx_port_trace_md_state_notify()98 if (!relaych) in t7xx_port_trace_md_state_notify()[all …]
129 struct rchan *relaych; member
Completed in 6 milliseconds