Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/qib/
Dqib_iba6120.c1000 u64 ignore_this_time = 0; in handle_6120_errors() local
1029 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_6120_errors()
1040 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_6120_errors()
1045 errs &= ~ignore_this_time; in handle_6120_errors()
Dqib_iba7220.c1097 u64 ignore_this_time = 0; in handle_7220_errors() local
1129 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_7220_errors()
1140 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_7220_errors()
1145 errs &= ~ignore_this_time; in handle_7220_errors()
Dqib_iba7322.c1838 u64 ignore_this_time = 0, iserr = 0, errs, fmask; in handle_7322_p_errors() local
1897 ignore_this_time = errs & QIB_E_P_LINK_PKTERRS; in handle_7322_p_errors()
1911 ignore_this_time = errs & QIB_E_P_LINK_PKTERRS; in handle_7322_p_errors()
1917 errs &= ~ignore_this_time; in handle_7322_p_errors()