Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dchip.c1087 static int wait_logical_linkstate(struct hfi1_pportdata *ppd, u32 state,
10508 ret = wait_logical_linkstate(ppd, IB_PORT_DOWN, 1000); in goto_offline()
10774 ret = wait_logical_linkstate(ppd, IB_PORT_INIT, 1000); in set_link_state()
10816 ret = wait_logical_linkstate(ppd, IB_PORT_ARMED, 1000); in set_link_state()
10838 ret = wait_logical_linkstate(ppd, IB_PORT_ACTIVE, 1000); in set_link_state()
13011 static int wait_logical_linkstate(struct hfi1_pportdata *ppd, u32 state, in wait_logical_linkstate() function