Home
last modified time | relevance | path

Searched refs:FDMI_PORT_SPEED_2GB (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/qla2xxx/
Dqla_gs.c1549 FDMI_PORT_SPEED_2GB|FDMI_PORT_SPEED_1GB; in qla25xx_fdmi_port_speed_capability()
1551 return FDMI_PORT_SPEED_4GB|FDMI_PORT_SPEED_2GB| in qla25xx_fdmi_port_speed_capability()
1554 return FDMI_PORT_SPEED_2GB|FDMI_PORT_SPEED_1GB; in qla25xx_fdmi_port_speed_capability()
1565 return FDMI_PORT_SPEED_2GB; in qla25xx_fdmi_port_speed_currently()
Dqla_attr.c3291 if (speeds & FDMI_PORT_SPEED_2GB) in qla2x00_get_host_supported_speeds()
Dqla_def.h2793 #define FDMI_PORT_SPEED_2GB 0x2 macro