Searched refs:asd_port (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/ |
H A D | aic94xx_scb.c | 155 struct asd_port *free_port = NULL; in asd_form_port() 156 struct asd_port *port; in asd_form_port() 161 if (!phy->asd_port) { in asd_form_port() 193 phy->asd_port = port; in asd_form_port() 196 __func__, phy->asd_port->phy_mask, sas_phy->id); in asd_form_port() 203 struct asd_port *port = phy->asd_port; in asd_deform_port() 211 phy->asd_port = NULL; in asd_deform_port()
|
H A D | aic94xx_hwi.c | 103 struct asd_port *asd_port = &asd_ha->asd_ports[i]; in asd_init_ports() local 105 memset(asd_port->sas_addr, 0, SAS_ADDR_SIZE); in asd_init_ports() 106 memset(asd_port->attached_sas_addr, 0, SAS_ADDR_SIZE); in asd_init_ports() 107 asd_port->phy_mask = 0; in asd_init_ports() 108 asd_port->num_phys = 0; in asd_init_ports() 121 phy->asd_port = NULL; in asd_init_phys()
|
H A D | aic94xx_hwi.h | 170 struct asd_port { struct 196 struct asd_port asd_ports[ASD_MAX_PHYS];
|
H A D | aic94xx_sas.h | 682 struct asd_port *asd_port; member
|
H A D | aic94xx_seq.c | 1369 const u8 phy_mask = (u8) phy->asd_port->phy_mask; in asd_update_port_links()
|
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/ |
H A D | aic94xx_scb.c | 157 struct asd_port *free_port = NULL; in asd_form_port() 158 struct asd_port *port; in asd_form_port() 163 if (!phy->asd_port) { in asd_form_port() 195 phy->asd_port = port; in asd_form_port() 198 __func__, phy->asd_port->phy_mask, sas_phy->id); in asd_form_port() 205 struct asd_port *port = phy->asd_port; in asd_deform_port() 213 phy->asd_port = NULL; in asd_deform_port()
|
H A D | aic94xx_hwi.c | 101 struct asd_port *asd_port = &asd_ha->asd_ports[i]; in asd_init_ports() local 103 memset(asd_port->sas_addr, 0, SAS_ADDR_SIZE); in asd_init_ports() 104 memset(asd_port->attached_sas_addr, 0, SAS_ADDR_SIZE); in asd_init_ports() 105 asd_port->phy_mask = 0; in asd_init_ports() 106 asd_port->num_phys = 0; in asd_init_ports() 119 phy->asd_port = NULL; in asd_init_phys()
|
H A D | aic94xx_hwi.h | 170 struct asd_port { struct 196 struct asd_port asd_ports[ASD_MAX_PHYS];
|
H A D | aic94xx_sas.h | 682 struct asd_port *asd_port; member
|
H A D | aic94xx_seq.c | 1369 const u8 phy_mask = (u8) phy->asd_port->phy_mask; in asd_update_port_links()
|
Completed in 16 milliseconds