Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
H A Dchip.h776 u32 driver_pstate(struct hfi1_pportdata *ppd);
H A Dmad.c842 (driver_pstate(ppd) << 4) | state; in __subn_get_opa_portinfo()
1153 u32 physical_old = driver_pstate(ppd); in port_states_transition_allowed()
2033 (driver_pstate(ppd) << 4) | (lstate & 0xf); in __subn_get_opa_psi()
H A Dverbs.c1381 props->phys_state = driver_pstate(ppd); in query_port()
H A Dchip.c10571 u32 driver_pstate(struct hfi1_pportdata *ppd) in driver_pstate() function