Home
last modified time | relevance | path

Searched refs:bh_error (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/ia64/sn/kernel/
Dbte_error.c52 if ((err_nodepda->bte_if[0].bh_error == BTE_SUCCESS) && in shub1_bte_error_handler()
53 (err_nodepda->bte_if[1].bh_error == BTE_SUCCESS)) { in shub1_bte_error_handler()
115 if (err_nodepda->bte_if[0].bh_error != BTE_SUCCESS) in shub1_bte_error_handler()
117 if (err_nodepda->bte_if[1].bh_error != BTE_SUCCESS) in shub1_bte_error_handler()
152 bte->bh_error = BTE_SHUB2_ERROR(status); in shub2_bte_error_handler()
180 bte_result_t bh_error; in bte_error_handler() local
214 bh_error = err_nodepda->bte_if[i].bh_error; in bte_error_handler()
215 if (bh_error != BTE_SUCCESS) { in bte_error_handler()
221 IBLS_ERROR | (u64) bh_error)); in bte_error_handler()
222 *notify = IBLS_ERROR | bh_error; in bte_error_handler()
[all …]
Dbte.c221 bte->bh_error = IBLS_ERROR; in bte_copy()
468 mynodepda->bte_if[i].bh_error = 0; in bte_init_node()
/linux-4.1.27/drivers/net/wireless/cw1200/
Dbh.c77 priv->bh_error = 0; in cw1200_register_bh()
110 if (/* WARN_ON */(priv->bh_error)) in cw1200_irq_handler()
121 if (priv->bh_error) { in cw1200_bh_wakeup()
133 if (priv->bh_error) { in cw1200_bh_suspend()
140 return wait_event_timeout(priv->bh_evt_wq, priv->bh_error || in cw1200_bh_suspend()
148 if (priv->bh_error) { in cw1200_bh_resume()
155 return wait_event_timeout(priv->bh_evt_wq, priv->bh_error || in cw1200_bh_resume()
465 (rx || tx || term || suspend || priv->bh_error); in cw1200_bh()
469 rx, tx, term, suspend, priv->bh_error, status); in cw1200_bh()
473 term || priv->bh_error) { in cw1200_bh()
[all …]
Ddebug.c240 if (priv->bh_error) in cw1200_status_show()
242 priv->bh_error); in cw1200_status_show()
Dcw1200.h196 int bh_error; member
Dwsm.c1087 if (priv->bh_error) { in wsm_cmd_send()
1139 if (priv->bh_error) { in wsm_cmd_send()
1200 if (priv->bh_error) { in wsm_flush_tx()
1219 priv->bh_error = 1; in wsm_flush_tx()
1237 if (!priv->bh_error) in wsm_unlock_tx()
Dtxrx.c725 if (priv->bh_error) in cw1200_tx()
/linux-4.1.27/arch/ia64/include/asm/sn/
Dbte.h202 volatile bte_result_t bh_error; /* error while processing */ member