Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dchip.c7565 u8 rate = remote_tx_rate & ppd->local_tx_rate; in handle_verify_cap()
9393 &rx_polarity_inversion, &ppd->local_tx_rate); in set_local_link_attributes()
9400 ppd->local_tx_rate = 1; in set_local_link_attributes()
9402 ppd->local_tx_rate = 0; in set_local_link_attributes()
9405 ppd->local_tx_rate = 0; in set_local_link_attributes()
9407 ppd->local_tx_rate |= 2; in set_local_link_attributes()
9409 ppd->local_tx_rate |= 1; in set_local_link_attributes()
9414 rx_polarity_inversion, ppd->local_tx_rate); in set_local_link_attributes()
Dhfi.h879 u8 local_tx_rate; /* rate given to 8051 firmware */ member