Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_gs.c1549 FDMI_PORT_SPEED_2GB|FDMI_PORT_SPEED_1GB; in qla25xx_fdmi_port_speed_capability()
1552 FDMI_PORT_SPEED_1GB; in qla25xx_fdmi_port_speed_capability()
1554 return FDMI_PORT_SPEED_2GB|FDMI_PORT_SPEED_1GB; in qla25xx_fdmi_port_speed_capability()
1555 return FDMI_PORT_SPEED_1GB; in qla25xx_fdmi_port_speed_capability()
1563 return FDMI_PORT_SPEED_1GB; in qla25xx_fdmi_port_speed_currently()
H A Dqla_attr.c3282 if (speeds & FDMI_PORT_SPEED_1GB) in qla2x00_get_host_supported_speeds()
H A Dqla_def.h2792 #define FDMI_PORT_SPEED_1GB 0x1 macro