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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pm8001/
H A Dpm8001_defs.h63 PORT_TYPE_SAS = (1L << 1), enumerator in enum:port_type
H A Dpm8001_hwi.c2772 if (phy->phy_type & PORT_TYPE_SAS) {
2931 phy->phy_type |= PORT_TYPE_SAS;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/mvsas/
H A Dmv_94xx.c38 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA);
41 phy->phy_type |= PORT_TYPE_SAS;
514 if (phy->phy_type & PORT_TYPE_SAS) {
H A Dmv_sas.c349 && phy->phy_type & PORT_TYPE_SAS) {
366 if (phy->phy_type & PORT_TYPE_SAS) {
1106 if (phy->phy_type & PORT_TYPE_SAS) {
1115 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA);
1192 } else if (phy->phy_type & PORT_TYPE_SAS
1250 if (phy->phy_type & PORT_TYPE_SAS) {
1777 enum mvs_port_type type = PORT_TYPE_SAS;
2141 if (phy->phy_type & PORT_TYPE_SAS) {
H A Dmv_defs.h407 PORT_TYPE_SAS = (1U << 1), enumerator in enum:mvs_port_type
H A Dmv_64xx.c37 phy->phy_type &= ~(PORT_TYPE_SAS | PORT_TYPE_SATA);
39 phy->phy_type |= PORT_TYPE_SAS;

Completed in 71 milliseconds