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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_intr.c133 u64 ignore_this_time = 0; local
147 ignore_this_time = errs & E_SUM_LINK_PKTERRS;
150 return ignore_this_time;
635 u64 ignore_this_time = 0; local
673 ignore_this_time = handle_e_sum_errs(dd, errs);
685 ignore_this_time = errs & E_SUM_LINK_PKTERRS;
741 if (ignore_this_time)
742 errs &= ~ignore_this_time;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_iba6120.c1001 u64 ignore_this_time = 0; local
1035 ignore_this_time = errs & E_SUM_LINK_PKTERRS;
1046 ignore_this_time = errs & E_SUM_LINK_PKTERRS;
1051 errs &= ~ignore_this_time;
H A Dqib_iba7220.c1091 u64 ignore_this_time = 0; local
1128 ignore_this_time = errs & E_SUM_LINK_PKTERRS;
1139 ignore_this_time = errs & E_SUM_LINK_PKTERRS;
1144 errs &= ~ignore_this_time;
H A Dqib_iba7322.c1715 u64 ignore_this_time = 0, iserr = 0, errs, fmask; local
1774 ignore_this_time = errs & QIB_E_P_LINK_PKTERRS;
1788 ignore_this_time = errs & QIB_E_P_LINK_PKTERRS;
1794 errs &= ~ignore_this_time;

Completed in 83 milliseconds