Searched refs:port_entry (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_debugfs.c451 struct mvpp2_dbgfs_port_flow_entry *port_entry; local
456 port_entry = &port->priv->dbgfs_entries->port_flow_entries[port->id];
458 port_entry->port = port;
459 port_entry->dbg_fe = entry;
461 debugfs_create_file("hash_opts", 0444, port_dir, port_entry,
464 debugfs_create_file("engine", 0444, port_dir, port_entry,
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c1740 le16_to_cpu(event_data->port_entry[i].attached_dev_handle);
1744 reason_code = event_data->port_entry[i].port_status;
1765 link_rate = event_data->port_entry[i].current_port_info &
1767 prev_link_rate = event_data->port_entry[i].previous_port_info &
1803 le16_to_cpu(event_data->port_entry[i].attached_dev_handle);
1810 reason_code = event_data->port_entry[i].port_status;
2518 handle = le16_to_cpu(topo_evt->port_entry[i].attached_dev_handle);
2521 reason_code = topo_evt->port_entry[i].port_status;
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c6210 * @port_entry: hba port entry from temporary port table which needs to be
6219 struct hba_port *port_entry,
6231 if ((port_table_entry->sas_address == port_entry->sas_address)
6232 && (port_table_entry->phy_mask == port_entry->phy_mask)) {
6238 if ((port_table_entry->sas_address == port_entry->sas_address)
6239 && (port_table_entry->phy_mask & port_entry->phy_mask)
6240 && (port_table_entry->port_id == port_entry->port_id)) {
6246 if ((port_table_entry->sas_address == port_entry->sas_address)
6247 && (port_table_entry->phy_mask & port_entry->phy_mask)) {
6256 if (port_table_entry->sas_address == port_entry
6218 _scsih_look_and_get_matched_port_entry(struct MPT3SAS_ADAPTER *ioc, struct hba_port *port_entry, struct hba_port **matched_port_entry, int *count) argument
6414 struct hba_port *port_entry = NULL; local
[all...]
/linux-master/drivers/scsi/bfa/
H A Dbfa_fc.h1567 wwn_t port_entry; /* one or more */ member in struct:fdmi_port_list_s
H A Dbfa_fcs_lport.c1896 rhba->port_list.port_entry = bfa_fcs_lport_get_pwwn(port);
/linux-master/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_ioc.h587 struct mpi3_event_pcie_topo_port_entry port_entry[MPI3_EVENT_PCIE_TOPO_PORT_COUNT]; member in struct:mpi3_event_data_pcie_topology_change_list

Completed in 338 milliseconds