Searched refs:is_tx (Results 1 – 3 of 3) sorted by relevance
117 bool is_tx; in cvmx_fdt_parse_vsc7224_channels() local141 is_tx = ofnode_read_bool(node_chan, "direction-tx"); in cvmx_fdt_parse_vsc7224_channels()144 __func__, vsc7224->name, is_tx ? 't' : 'r', in cvmx_fdt_parse_vsc7224_channels()181 channel->is_tx = is_tx; in cvmx_fdt_parse_vsc7224_channels()
143 if (!vsc7224_chan->is_tx) { in cvmx_sfp_vsc7224_mod_abs_changed()169 __func__, sfp->name, vsc7224_chan->is_tx ? 't' : 'r', in cvmx_sfp_vsc7224_mod_abs_changed()
169 bool is_tx; /** True if is transmit channel */ member
Completed in 9 milliseconds