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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_init.c1553 uint16_t swing, emphasis, tx_sens, rx_sens; local
1576 tx_sens = ha->fw_seriallink_options[0] &
1584 ha->fw_options[10] |= (tx_sens << 4) | rx_sens;
1588 (tx_sens & (BIT_1 | BIT_0));
1594 tx_sens = ha->fw_seriallink_options[1] &
1602 ha->fw_options[11] |= (tx_sens << 4) | rx_sens;
1606 (tx_sens & (BIT_1 | BIT_0));

Completed in 38 milliseconds