Searched refs:port_entry (Results 1 – 6 of 6) sorted by relevance
451 struct mvpp2_dbgfs_port_flow_entry *port_entry; in mvpp2_dbgfs_flow_port_init() local456 port_entry = &port->priv->dbgfs_entries->port_flow_entries[port->id]; in mvpp2_dbgfs_flow_port_init()458 port_entry->port = port; in mvpp2_dbgfs_flow_port_init()459 port_entry->dbg_fe = entry; in mvpp2_dbgfs_flow_port_init()461 debugfs_create_file("hash_opts", 0444, port_dir, port_entry, in mvpp2_dbgfs_flow_port_init()464 debugfs_create_file("engine", 0444, port_dir, port_entry, in mvpp2_dbgfs_flow_port_init()
6223 struct hba_port *port_entry, in _scsih_look_and_get_matched_port_entry() argument6235 if ((port_table_entry->sas_address == port_entry->sas_address) in _scsih_look_and_get_matched_port_entry()6236 && (port_table_entry->phy_mask == port_entry->phy_mask)) { in _scsih_look_and_get_matched_port_entry()6242 if ((port_table_entry->sas_address == port_entry->sas_address) in _scsih_look_and_get_matched_port_entry()6243 && (port_table_entry->phy_mask & port_entry->phy_mask) in _scsih_look_and_get_matched_port_entry()6244 && (port_table_entry->port_id == port_entry->port_id)) { in _scsih_look_and_get_matched_port_entry()6250 if ((port_table_entry->sas_address == port_entry->sas_address) in _scsih_look_and_get_matched_port_entry()6251 && (port_table_entry->phy_mask & port_entry->phy_mask)) { in _scsih_look_and_get_matched_port_entry()6260 if (port_table_entry->sas_address == port_entry->sas_address) { in _scsih_look_and_get_matched_port_entry()6418 struct hba_port *port_entry = NULL; in _scsih_sas_port_refresh() local[all …]
1689 le16_to_cpu(event_data->port_entry[i].attached_dev_handle); in mpi3mr_pcietopochg_evt_debug()1693 reason_code = event_data->port_entry[i].port_status; in mpi3mr_pcietopochg_evt_debug()1714 link_rate = event_data->port_entry[i].current_port_info & in mpi3mr_pcietopochg_evt_debug()1716 prev_link_rate = event_data->port_entry[i].previous_port_info & in mpi3mr_pcietopochg_evt_debug()1752 le16_to_cpu(event_data->port_entry[i].attached_dev_handle); in mpi3mr_pcietopochg_evt_bh()1759 reason_code = event_data->port_entry[i].port_status; in mpi3mr_pcietopochg_evt_bh()2453 handle = le16_to_cpu(topo_evt->port_entry[i].attached_dev_handle); in mpi3mr_pcietopochg_evt_th()2456 reason_code = topo_evt->port_entry[i].port_status; in mpi3mr_pcietopochg_evt_th()
1567 wwn_t port_entry; /* one or more */ member
1923 rhba->port_list.port_entry = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_lport_fdmi_build_rhba_pyld()
586 struct mpi3_event_pcie_topo_port_entry port_entry[MPI3_EVENT_PCIE_TOPO_PORT_COUNT]; member