Home
last modified time | relevance | path

Searched refs:port_entry (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_debugfs.c451 struct mvpp2_dbgfs_port_flow_entry *port_entry; in mvpp2_dbgfs_flow_port_init() local
456 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()
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c6211 struct hba_port *port_entry, in _scsih_look_and_get_matched_port_entry() argument
6223 if ((port_table_entry->sas_address == port_entry->sas_address) in _scsih_look_and_get_matched_port_entry()
6224 && (port_table_entry->phy_mask == port_entry->phy_mask)) { in _scsih_look_and_get_matched_port_entry()
6230 if ((port_table_entry->sas_address == port_entry->sas_address) in _scsih_look_and_get_matched_port_entry()
6231 && (port_table_entry->phy_mask & port_entry->phy_mask) in _scsih_look_and_get_matched_port_entry()
6232 && (port_table_entry->port_id == port_entry->port_id)) { in _scsih_look_and_get_matched_port_entry()
6238 if ((port_table_entry->sas_address == port_entry->sas_address) in _scsih_look_and_get_matched_port_entry()
6239 && (port_table_entry->phy_mask & port_entry->phy_mask)) { in _scsih_look_and_get_matched_port_entry()
6248 if (port_table_entry->sas_address == port_entry->sas_address) { in _scsih_look_and_get_matched_port_entry()
6406 struct hba_port *port_entry = NULL; in _scsih_sas_port_refresh() local
[all …]
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c1836 le16_to_cpu(event_data->port_entry[i].attached_dev_handle); in mpi3mr_pcietopochg_evt_debug()
1840 reason_code = event_data->port_entry[i].port_status; in mpi3mr_pcietopochg_evt_debug()
1861 link_rate = event_data->port_entry[i].current_port_info & in mpi3mr_pcietopochg_evt_debug()
1863 prev_link_rate = event_data->port_entry[i].previous_port_info & in mpi3mr_pcietopochg_evt_debug()
1899 le16_to_cpu(event_data->port_entry[i].attached_dev_handle); in mpi3mr_pcietopochg_evt_bh()
1906 reason_code = event_data->port_entry[i].port_status; in mpi3mr_pcietopochg_evt_bh()
2631 handle = le16_to_cpu(topo_evt->port_entry[i].attached_dev_handle); in mpi3mr_pcietopochg_evt_th()
2634 reason_code = topo_evt->port_entry[i].port_status; in mpi3mr_pcietopochg_evt_th()
/linux/drivers/scsi/bfa/
H A Dbfa_fc.h1567 wwn_t port_entry; /* one or more */ member
/linux/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_ioc.h593 struct mpi3_event_pcie_topo_port_entry port_entry[] __counted_by(num_entries);