Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/ipath/
Dipath_intr.c133 u64 ignore_this_time = 0; in handle_e_sum_errs() local
147 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_e_sum_errs()
150 return ignore_this_time; in handle_e_sum_errs()
635 u64 ignore_this_time = 0; in handle_errors() local
673 ignore_this_time = handle_e_sum_errs(dd, errs); in handle_errors()
685 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_errors()
741 if (ignore_this_time) in handle_errors()
742 errs &= ~ignore_this_time; in handle_errors()
/linux-3.4.99/drivers/infiniband/hw/qib/
Dqib_iba6120.c1001 u64 ignore_this_time = 0; in handle_6120_errors() local
1035 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_6120_errors()
1046 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_6120_errors()
1051 errs &= ~ignore_this_time; in handle_6120_errors()
Dqib_iba7220.c1092 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.c1780 u64 ignore_this_time = 0, iserr = 0, errs, fmask; in handle_7322_p_errors() local
1839 ignore_this_time = errs & QIB_E_P_LINK_PKTERRS; in handle_7322_p_errors()
1853 ignore_this_time = errs & QIB_E_P_LINK_PKTERRS; in handle_7322_p_errors()
1859 errs &= ~ignore_this_time; in handle_7322_p_errors()