Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_gs.c1533 speeds |= FDMI_PORT_SPEED_4GB; in qla25xx_fdmi_port_speed_capability()
1543 FDMI_PORT_SPEED_4GB; in qla25xx_fdmi_port_speed_capability()
1548 return FDMI_PORT_SPEED_8GB|FDMI_PORT_SPEED_4GB| in qla25xx_fdmi_port_speed_capability()
1551 return FDMI_PORT_SPEED_4GB|FDMI_PORT_SPEED_2GB| in qla25xx_fdmi_port_speed_capability()
1567 return FDMI_PORT_SPEED_4GB; in qla25xx_fdmi_port_speed_currently()
H A Dqla_attr.c3278 if (speeds & FDMI_PORT_SPEED_4GB) in qla2x00_get_host_supported_speeds()
H A Dqla_def.h2795 #define FDMI_PORT_SPEED_4GB 0x8 macro