Searched refs:port_entry (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_debugfs.c | 451 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_debugfs.c | 451 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()
|
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_scsih.c | 6213 * @port_entry: hba port entry from temporary port table which needs to be 6222 struct hba_port *port_entry, in _scsih_look_and_get_matched_port_entry() 6234 if ((port_table_entry->sas_address == port_entry->sas_address) in _scsih_look_and_get_matched_port_entry() 6235 && (port_table_entry->phy_mask == port_entry->phy_mask)) { in _scsih_look_and_get_matched_port_entry() 6241 if ((port_table_entry->sas_address == port_entry->sas_address) in _scsih_look_and_get_matched_port_entry() 6242 && (port_table_entry->phy_mask & port_entry->phy_mask) in _scsih_look_and_get_matched_port_entry() 6243 && (port_table_entry->port_id == port_entry->port_id)) { in _scsih_look_and_get_matched_port_entry() 6249 if ((port_table_entry->sas_address == port_entry->sas_address) in _scsih_look_and_get_matched_port_entry() 6250 && (port_table_entry->phy_mask & port_entry->phy_mask)) { in _scsih_look_and_get_matched_port_entry() 6259 if (port_table_entry->sas_address == port_entry in _scsih_look_and_get_matched_port_entry() 6221 _scsih_look_and_get_matched_port_entry(struct MPT3SAS_ADAPTER *ioc, struct hba_port *port_entry, struct hba_port **matched_port_entry, int *count) _scsih_look_and_get_matched_port_entry() argument 6417 struct hba_port *port_entry = NULL; _scsih_sas_port_refresh() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_os.c | 1739 le16_to_cpu(event_data->port_entry[i].attached_dev_handle); in mpi3mr_pcietopochg_evt_debug() 1743 reason_code = event_data->port_entry[i].port_status; in mpi3mr_pcietopochg_evt_debug() 1764 link_rate = event_data->port_entry[i].current_port_info & in mpi3mr_pcietopochg_evt_debug() 1766 prev_link_rate = event_data->port_entry[i].previous_port_info & in mpi3mr_pcietopochg_evt_debug() 1802 le16_to_cpu(event_data->port_entry[i].attached_dev_handle); in mpi3mr_pcietopochg_evt_bh() 1809 reason_code = event_data->port_entry[i].port_status; in mpi3mr_pcietopochg_evt_bh() 2517 handle = le16_to_cpu(topo_evt->port_entry[i].attached_dev_handle); in mpi3mr_pcietopochg_evt_th() 2520 reason_code = topo_evt->port_entry[i].port_status; in mpi3mr_pcietopochg_evt_th()
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfa_fc.h | 1582 wwn_t port_entry; /* one or more */ member
|
H A D | bfa_fcs_lport.c | 1918 rhba->port_list.port_entry = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_lport_fdmi_build_rhba_pyld()
|
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/mpi/ |
H A D | mpi30_ioc.h | 586 struct mpi3_event_pcie_topo_port_entry port_entry[MPI3_EVENT_PCIE_TOPO_PORT_COUNT]; member
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfa_fc.h | 1567 wwn_t port_entry; /* one or more */ member
|
H A D | bfa_fcs_lport.c | 1923 rhba->port_list.port_entry = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_lport_fdmi_build_rhba_pyld()
|
Completed in 49 milliseconds