Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dchip.c8587 u32 ib_pstate; in hfi1_ibphys_portstate() local
8590 ib_pstate = chip_to_opa_pstate(ppd->dd, pstate); in hfi1_ibphys_portstate()
8591 if (remembered_state != ib_pstate) { in hfi1_ibphys_portstate()
8594 __func__, opa_pstate_name(ib_pstate), ib_pstate, in hfi1_ibphys_portstate()
8596 remembered_state = ib_pstate; in hfi1_ibphys_portstate()
8598 return ib_pstate; in hfi1_ibphys_portstate()