Home
last modified time | relevance | path

Searched refs:phy_index (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/drivers/scsi/isci/
A Dport_config.c250 u8 phy_index; in sci_mpc_agent_validate_phy_configuration() local
269 for (phy_index = 0; phy_index < SCI_MAX_PHYS; phy_index++) { in sci_mpc_agent_validate_phy_configuration()
280 port_agent->phy_valid_port_range[phy_index].max_index = phy_index; in sci_mpc_agent_validate_phy_configuration()
294 for (; phy_index < SCI_MAX_PHYS; phy_index++) { in sci_mpc_agent_validate_phy_configuration()
308 port_agent->phy_valid_port_range[phy_index].max_index = phy_index; in sci_mpc_agent_validate_phy_configuration()
436 u8 phy_index; in sci_apc_agent_validate_phy_configuration() local
441 phy_index = 0; in sci_apc_agent_validate_phy_configuration()
457 port_agent->phy_valid_port_range[phy_index].max_index = phy_index; in sci_apc_agent_validate_phy_configuration()
459 port_agent->phy_valid_port_range[phy_index].min_index = phy_index; in sci_apc_agent_validate_phy_configuration()
460 port_agent->phy_valid_port_range[phy_index].max_index = phy_index; in sci_apc_agent_validate_phy_configuration()
[all …]
A Dport.c379 (phy_index == 0 || phy_index == 1)) in sci_port_is_valid_phy_assignment()
526 sas->low += iphy->phy_index; in sci_port_get_attached_sas_address()
657 writel(iphy->phy_index, in sci_port_deactivate_phy()
768 writel(iphy->phy_index, in sci_port_link_detected()
1154 u32 phy_index; in sci_port_hard_reset() local
1164 for (phy_index = 0; phy_index < SCI_MAX_PHYS && !iphy; phy_index++) { in sci_port_hard_reset()
1165 iphy = iport->phy_table[phy_index]; in sci_port_hard_reset()
1556 int phy_index; in sci_port_set_hang_detection_timeout() local
1567 for (phy_index = 0; phy_index < SCI_MAX_PHYS; phy_index++) { in sci_port_set_hang_detection_timeout()
1568 if ((phy_mask >> phy_index) & 1) { in sci_port_set_hang_detection_timeout()
[all …]
A Dport.h200 (((port)->active_phy_mask & (1 << (phy)->phy_index)) != 0)
263 u32 phy_index);
A Dphy.h92 u8 phy_index; member
402 u8 phy_index);
A Dphy.c82 struct isci_phy *table = iphy - iphy->phy_index; in phy_to_host()
122 int phy_idx = iphy->phy_index; in sci_phy_link_layer_initialization()
660 phy_to_host(iphy)->id, iphy->phy_index, \
665 phy_to_host(iphy)->id, iphy->phy_index, \
1372 struct isci_port *iport, u8 phy_index) in sci_phy_construct() argument
1378 iphy->phy_index = phy_index; in sci_phy_construct()
A Dhost.c949 ihost->phys[ihost->next_phy_to_start].phy_index, in sci_controller_start_next_phy()
1220 ihost->phys[index].phy_index, phy_status); in sci_controller_stop_phys()
1858 ihost->power_control.requesters[iphy->phy_index] = iphy; in sci_controller_power_control_queue_insert()
1869 if (ihost->power_control.requesters[iphy->phy_index]) in sci_controller_power_control_queue_remove()
1872 ihost->power_control.requesters[iphy->phy_index] = NULL; in sci_controller_power_control_queue_remove()
2397 "unexpected state %d\n", __func__, iphy->phy_index, in sci_controller_link_up()
2416 iphy->phy_index, in sci_controller_link_down()
A Dhost.h377 ((controller)->invalid_phy_mask &= ~(1 << (phy)->phy_index))
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_link.c1448 for (phy_index = INT_PHY; phy_index < params->num_phys; in bnx2x_set_mdio_emac_per_phy()
3195 for (phy_index = 0; phy_index < params->num_phys; phy_index++) { in bnx2x_phy_read()
3212 for (phy_index = 0; phy_index < params->num_phys; phy_index++) { in bnx2x_phy_write()
3426 for (phy_index = INT_PHY; phy_index < params->num_phys; in set_phy_vars()
12157 if (phy_index == INT_PHY || phy_index == EXT_PHY1) { in bnx2x_populate_preemphasis()
12599 for (phy_index = INT_PHY; phy_index < MAX_PHYS; in bnx2x_phy_probe()
12783 phy_index < params->num_phys; phy_index++) in bnx2x_init_xgxs_loopback()
13600 for (phy_index = EXT_PHY1; phy_index < MAX_PHYS; in bnx2x_common_init_phy()
13962 for (phy_index = EXT_PHY1; phy_index < MAX_PHYS; in bnx2x_fan_failure_det_req()
13987 for (phy_index = INT_PHY; phy_index < MAX_PHYS; in bnx2x_hw_reset_phy()
[all …]
/linux-6.3-rc2/drivers/net/fddi/skfp/
A Dsmt.c55 static int phy_index(struct s_smc *smc, int phy);
1289 latency->lt_phyout_idx1 = phy_index(smc,0) ; in smt_fill_latency()
1296 latency->lt_phyout_idx2 = phy_index(smc,1) ; in smt_fill_latency()
1410 lem->lem_phy_index = phy_index(smc,phy) ; in smt_fill_lem()
1732 static int phy_index(struct s_smc *smc, int phy) in phy_index() function
1792 return phy_index(smc, e - ENTITY_PHY(0)); in entity_to_index()
/linux-6.3-rc2/drivers/scsi/mpt3sas/
A Dmpt3sas_transport.c1016 int phy_index = mpt3sas_phy->phy_id; in mpt3sas_transport_add_host_phy() local
1020 phy = sas_phy_alloc(parent_dev, phy_index); in mpt3sas_transport_add_host_phy()
1086 int phy_index = mpt3sas_phy->phy_id; in mpt3sas_transport_add_expander_phy() local
1089 phy = sas_phy_alloc(parent_dev, phy_index); in mpt3sas_transport_add_expander_phy()
/linux-6.3-rc2/drivers/usb/gadget/udc/
A Dtegra-xudc.c802 int phy_index; in tegra_xudc_update_data_role() local
814 phy_index = tegra_xudc_get_phy_index(xudc, usbphy); in tegra_xudc_update_data_role()
816 phy_index); in tegra_xudc_update_data_role()
818 if (!xudc->suspended && phy_index != -1) { in tegra_xudc_update_data_role()
819 xudc->curr_utmi_phy = xudc->utmi_phy[phy_index]; in tegra_xudc_update_data_role()
820 xudc->curr_usb3_phy = xudc->usb3_phy[phy_index]; in tegra_xudc_update_data_role()
/linux-6.3-rc2/drivers/scsi/mpi3mr/
A Dmpi3mr_transport.c869 int phy_index = mr_sas_phy->phy_id; in mpi3mr_add_host_phy() local
873 phy = sas_phy_alloc(parent_dev, phy_index); in mpi3mr_add_host_phy()
940 int phy_index = mr_sas_phy->phy_id; in mpi3mr_add_expander_phy() local
943 phy = sas_phy_alloc(parent_dev, phy_index); in mpi3mr_add_expander_phy()

Completed in 69 milliseconds