Lines Matching refs:port_count
6154 u8 found = 0, port_count = 0, port_id;
6161 return port_count;
6184 for (j = 0; j < port_count; j++) {
6198 port_table[port_count].port_id = port_id;
6199 port_table[port_count].phy_mask = (1 << i);
6200 port_table[port_count].sas_address = attached_sas_addr;
6201 port_count++;
6205 return port_count;
6290 *@port_count: number of ports available after host reset
6297 int index, u8 port_count, int offset)
6302 for (i = 0; i < port_count; i++) {
6324 *@port_count: number of ports available after host reset
6330 int index, int port_count)
6341 ioc, port_table, index, port_count,
6421 u32 port_count = 0;
6453 port_count = _scsih_get_port_table_after_reset(ioc, port_table);
6454 if (!port_count)
6458 for (j = 0; j < port_count; j++)
6477 for (j = 0; j < port_count; j++) {
6492 port_entry, port_table, j, port_count);
6496 for (i = 0; i < port_count; i++) {
6505 port_entry, port_table, j, port_count);