Searched refs:port_table (Results 1 – 2 of 2) sorted by relevance
6126 struct hba_port *port_table) in _scsih_get_port_table_after_reset() argument6167 if (port_table[j].port_id == port_id && in _scsih_get_port_table_after_reset()6168 port_table[j].sas_address == attached_sas_addr) { in _scsih_get_port_table_after_reset()6169 port_table[j].phy_mask |= (1 << i); in _scsih_get_port_table_after_reset()6179 port_table[port_count].port_id = port_id; in _scsih_get_port_table_after_reset()6180 port_table[port_count].phy_mask = (1 << i); in _scsih_get_port_table_after_reset()6181 port_table[port_count].sas_address = attached_sas_addr; in _scsih_get_port_table_after_reset()6277 struct hba_port *port_table, in _scsih_del_phy_part_of_anther_port() argument6287 if (port_table[i].phy_mask & (1 << offset)) { in _scsih_del_phy_part_of_anther_port()6295 port_table[index].phy_mask |= (1 << offset); in _scsih_del_phy_part_of_anther_port()[all …]
62 static struct fwtty_port *port_table[MAX_TOTAL_PORTS]; variable826 port = port_table[index]; in fwtty_port_get()843 if (!port_table[i]) { in fwtty_ports_add()846 port_table[i] = serial->ports[j]; in fwtty_ports_add()866 port_table_corrupt |= port_table[i] != ports[j]; in fwserial_destroy()868 i, port_table[i], j, ports[j]); in fwserial_destroy()870 port_table[i] = NULL; in fwserial_destroy()