Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/hfi1/
Dchip.c1045 static int wait_logical_linkstate(struct hfi1_pportdata *ppd, u32 state,
10464 ret = wait_logical_linkstate(ppd, IB_PORT_DOWN, 1000); in goto_offline()
10730 ret = wait_logical_linkstate(ppd, IB_PORT_INIT, 1000); in set_link_state()
10772 ret = wait_logical_linkstate(ppd, IB_PORT_ARMED, 1000); in set_link_state()
10794 ret = wait_logical_linkstate(ppd, IB_PORT_ACTIVE, 1000); in set_link_state()
12967 static int wait_logical_linkstate(struct hfi1_pportdata *ppd, u32 state, in wait_logical_linkstate() function