Home
last modified time | relevance | path

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

/linux-4.1.27/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()
634 u64 ignore_this_time = 0; in handle_errors() local
672 ignore_this_time = handle_e_sum_errs(dd, errs); in handle_errors()
684 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_errors()
740 if (ignore_this_time) in handle_errors()
741 errs &= ~ignore_this_time; in handle_errors()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_iba6120.c1006 u64 ignore_this_time = 0; in handle_6120_errors() local
1040 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_6120_errors()
1051 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_6120_errors()
1056 errs &= ~ignore_this_time; in handle_6120_errors()
Dqib_iba7220.c1094 u64 ignore_this_time = 0; in handle_7220_errors() local
1131 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_7220_errors()
1142 ignore_this_time = errs & E_SUM_LINK_PKTERRS; in handle_7220_errors()
1147 errs &= ~ignore_this_time; in handle_7220_errors()
Dqib_iba7322.c1872 u64 ignore_this_time = 0, iserr = 0, errs, fmask; in handle_7322_p_errors() local
1931 ignore_this_time = errs & QIB_E_P_LINK_PKTERRS; in handle_7322_p_errors()
1945 ignore_this_time = errs & QIB_E_P_LINK_PKTERRS; in handle_7322_p_errors()
1951 errs &= ~ignore_this_time; in handle_7322_p_errors()