Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_iba7322.c1767 u8 ibclt) in disable_chase() argument
1782 u8 ibclt; in handle_serdes_issues() local
1785 ibclt = (u8)SYM_FIELD(ibcst, IBCStatusA_0, LinkTrainingState); in handle_serdes_issues()
1793 switch (ibclt) { in handle_serdes_issues()
1801 disable_chase(ppd, tnow, ibclt); in handle_serdes_issues()
1810 if (((ibclt >= IB_7322_LT_STATE_CFGTEST && in handle_serdes_issues()
1811 ibclt <= IB_7322_LT_STATE_CFGWAITENH) || in handle_serdes_issues()
1812 ibclt == IB_7322_LT_STATE_LINKUP) && in handle_serdes_issues()
1820 (ibclt == IB_7322_LT_STATE_CFGENH || in handle_serdes_issues()
1821 ibclt == IB_7322_LT_STATE_CFGIDLE || in handle_serdes_issues()
[all …]
Dqib_iba7220.c1055 u8 ibclt; in handle_7220_chase() local
1058 ibclt = (u8)SYM_FIELD(ibcst, IBCStatus, LinkTrainingState); in handle_7220_chase()
1066 switch (ibclt) { in handle_7220_chase()