Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dchip.c1071 static int wait_logical_linkstate(struct hfi1_pportdata *ppd, u32 state,
10414 ret = wait_logical_linkstate(ppd, IB_PORT_DOWN, 1000); in goto_offline()
10663 ret = wait_logical_linkstate(ppd, IB_PORT_INIT, 1000); in set_link_state()
10704 ret = wait_logical_linkstate(ppd, IB_PORT_ARMED, 1000); in set_link_state()
10726 ret = wait_logical_linkstate(ppd, IB_PORT_ACTIVE, 1000); in set_link_state()
12799 static int wait_logical_linkstate(struct hfi1_pportdata *ppd, u32 state, in wait_logical_linkstate() function