Home
last modified time | relevance | path

Searched refs:local_tx_rate (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dchip.c7517 u8 rate = remote_tx_rate & ppd->local_tx_rate; in handle_verify_cap()
9288 &rx_polarity_inversion, &ppd->local_tx_rate); in set_local_link_attributes()
9295 ppd->local_tx_rate = 1; in set_local_link_attributes()
9297 ppd->local_tx_rate = 0; in set_local_link_attributes()
9300 ppd->local_tx_rate = 0; in set_local_link_attributes()
9302 ppd->local_tx_rate |= 2; in set_local_link_attributes()
9304 ppd->local_tx_rate |= 1; in set_local_link_attributes()
9309 rx_polarity_inversion, ppd->local_tx_rate); in set_local_link_attributes()
Dhfi.h806 u8 local_tx_rate; /* rate given to 8051 firmware */ member