Searched refs:PORT_TYPE_SAS (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/scsi/pm8001/
H A Dpm8001_defs.h73 PORT_TYPE_SAS = (1L << 1), enumerator in enum:port_type
H A Dpm8001_hwi.c3001 if (phy->phy_type & PORT_TYPE_SAS) {
3157 phy->phy_type |= PORT_TYPE_SAS;
H A Dpm80xx_hwi.c3178 phy->phy_type |= PORT_TYPE_SAS;
/linux-master/drivers/scsi/mvsas/
H A Dmv_sas.c229 && phy->phy_type & PORT_TYPE_SAS) {
245 if (phy->phy_type & PORT_TYPE_SAS) {
942 if (phy->phy_type & PORT_TYPE_SAS) {
951 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA);
1035 } else if (phy->phy_type & PORT_TYPE_SAS
1094 if (phy->phy_type & PORT_TYPE_SAS) {
1486 enum mvs_port_type type = PORT_TYPE_SAS;
1851 if (phy->phy_type & PORT_TYPE_SAS) {
H A Dmv_94xx.c23 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA);
26 phy->phy_type |= PORT_TYPE_SAS;
880 if (phy->phy_type & PORT_TYPE_SAS) {
H A Dmv_defs.h396 PORT_TYPE_SAS = (1U << 1), enumerator in enum:mvs_port_type
H A Dmv_64xx.c21 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA);
23 phy->phy_type |= PORT_TYPE_SAS;
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas.h100 PORT_TYPE_SAS = (1U << 1), enumerator in enum:__anon1641
H A Dhisi_sas_v1_hw.c1366 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA);
1367 phy->phy_type |= PORT_TYPE_SAS;
H A Dhisi_sas_main.c642 if (phy->phy_type & PORT_TYPE_SAS) {
2077 if (phy->phy_type & PORT_TYPE_SAS) {
H A Dhisi_sas_v2_hw.c2692 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA);
2693 phy->phy_type |= PORT_TYPE_SAS;
3273 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA);
H A Dhisi_sas_v3_hw.c1545 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA);
1596 phy->phy_type |= PORT_TYPE_SAS;

Completed in 222 milliseconds