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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_init.c951 uint16_t swing, emphasis, tx_sens, rx_sens; local
973 tx_sens = ha->fw_seriallink_options[0] &
981 ha->fw_options[10] |= (tx_sens << 4) | rx_sens;
985 (tx_sens & (BIT_1 | BIT_0));
991 tx_sens = ha->fw_seriallink_options[1] &
999 ha->fw_options[11] |= (tx_sens << 4) | rx_sens;
1003 (tx_sens & (BIT_1 | BIT_0));

Completed in 115 milliseconds