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

/linux-master/drivers/infiniband/hw/qib/
H A Dqib_iba7220.c1097 u64 ignore_this_time = 0; local
1129 ignore_this_time = errs & E_SUM_LINK_PKTERRS;
1140 ignore_this_time = errs & E_SUM_LINK_PKTERRS;
1145 errs &= ~ignore_this_time;
H A Dqib_iba6120.c997 u64 ignore_this_time = 0; local
1026 ignore_this_time = errs & E_SUM_LINK_PKTERRS;
1037 ignore_this_time = errs & E_SUM_LINK_PKTERRS;
1042 errs &= ~ignore_this_time;
H A Dqib_iba7322.c1838 u64 ignore_this_time = 0, iserr = 0, errs, fmask; local
1897 ignore_this_time = errs & QIB_E_P_LINK_PKTERRS;
1911 ignore_this_time = errs & QIB_E_P_LINK_PKTERRS;
1917 errs &= ~ignore_this_time;

Completed in 310 milliseconds