Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dmad.c287 if (driver_lstate(ppd_from_ibp(ibp)) != IB_PORT_ACTIVE) { in send_trap()
820 state = driver_lstate(ppd); in __subn_get_opa_portinfo()
1154 u32 logical_old = driver_lstate(ppd); in port_states_transition_allowed()
1363 ls_old = driver_lstate(ppd); in __subn_set_opa_portinfo()
1928 lstate = driver_lstate(ppd); in __subn_set_opa_sc_to_vlt()
1988 lstate = driver_lstate(ppd); in __subn_set_opa_sc_to_vlnt()
2021 lstate = driver_lstate(ppd); in __subn_get_opa_psi()
2065 ls_old = driver_lstate(ppd); in __subn_set_opa_psi()
H A Dchip.h777 u32 driver_lstate(struct hfi1_pportdata *ppd);
H A Ddriver.c964 int hwstate = driver_lstate(packet->rcd->ppd); in __set_armed_to_active()
H A Dverbs.c1380 props->state = driver_lstate(ppd); in query_port()
H A Drc.c1375 if (driver_lstate(ppd) != IB_PORT_ACTIVE) in hfi1_send_rc_ack()
H A Dchip.c10605 u32 driver_lstate(struct hfi1_pportdata *ppd) in driver_lstate() function