Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dchip.c1069 static int wait_logical_linkstate(struct hfi1_pportdata *ppd, u32 state,
10418 ret = wait_logical_linkstate(ppd, IB_PORT_DOWN, 1000); in goto_offline()
10684 ret = wait_logical_linkstate(ppd, IB_PORT_INIT, 1000); in set_link_state()
10726 ret = wait_logical_linkstate(ppd, IB_PORT_ARMED, 1000); in set_link_state()
10748 ret = wait_logical_linkstate(ppd, IB_PORT_ACTIVE, 1000); in set_link_state()
12843 static int wait_logical_linkstate(struct hfi1_pportdata *ppd, u32 state, in wait_logical_linkstate() function