Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dchip.c7535 u8 rate = remote_tx_rate & ppd->local_tx_rate; in handle_verify_cap()
9305 &rx_polarity_inversion, &ppd->local_tx_rate); in set_local_link_attributes()
9312 ppd->local_tx_rate = 1; in set_local_link_attributes()
9314 ppd->local_tx_rate = 0; in set_local_link_attributes()
9317 ppd->local_tx_rate = 0; in set_local_link_attributes()
9319 ppd->local_tx_rate |= 2; in set_local_link_attributes()
9321 ppd->local_tx_rate |= 1; in set_local_link_attributes()
9326 rx_polarity_inversion, ppd->local_tx_rate); in set_local_link_attributes()
Dhfi.h870 u8 local_tx_rate; /* rate given to 8051 firmware */ member