Lines Matching refs:ports
346 port = &sw->ports[header->index]; in tb_drom_parse_entry_port()
367 &port->sw->ports[entry->dual_link_port_nr]; in tb_drom_parse_entry_port()
517 sw->ports[1].link_nr = 0; in tb_drom_read()
518 sw->ports[2].link_nr = 1; in tb_drom_read()
519 sw->ports[1].dual_link_port = &sw->ports[2]; in tb_drom_read()
520 sw->ports[2].dual_link_port = &sw->ports[1]; in tb_drom_read()
522 sw->ports[3].link_nr = 0; in tb_drom_read()
523 sw->ports[4].link_nr = 1; in tb_drom_read()
524 sw->ports[3].dual_link_port = &sw->ports[4]; in tb_drom_read()
525 sw->ports[4].dual_link_port = &sw->ports[3]; in tb_drom_read()
529 sw->ports[5].disabled = true; in tb_drom_read()