Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dchip.c1087 static int wait_logical_linkstate(struct hfi1_pportdata *ppd, u32 state,
10506 ret = wait_logical_linkstate(ppd, IB_PORT_DOWN, 1000); in goto_offline()
10772 ret = wait_logical_linkstate(ppd, IB_PORT_INIT, 1000); in set_link_state()
10814 ret = wait_logical_linkstate(ppd, IB_PORT_ARMED, 1000); in set_link_state()
10836 ret = wait_logical_linkstate(ppd, IB_PORT_ACTIVE, 1000); in set_link_state()
13009 static int wait_logical_linkstate(struct hfi1_pportdata *ppd, u32 state, in wait_logical_linkstate() function