Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/sn/kernel/
Dbte_error.c49 if ((err_nodepda->bte_if[0].bh_error == BTE_SUCCESS) && in shub1_bte_error_handler()
50 (err_nodepda->bte_if[1].bh_error == BTE_SUCCESS)) { in shub1_bte_error_handler()
112 if (err_nodepda->bte_if[0].bh_error != BTE_SUCCESS) in shub1_bte_error_handler()
114 if (err_nodepda->bte_if[1].bh_error != BTE_SUCCESS) in shub1_bte_error_handler()
148 bte->bh_error = BTE_SHUB2_ERROR(status); in shub2_bte_error_handler()
175 bte_result_t bh_error; in bte_error_handler() local
209 bh_error = err_nodepda->bte_if[i].bh_error; in bte_error_handler()
210 if (bh_error != BTE_SUCCESS) { in bte_error_handler()
216 IBLS_ERROR | (u64) bh_error)); in bte_error_handler()
217 *notify = IBLS_ERROR | bh_error; in bte_error_handler()
[all …]
Dbte.c221 bte->bh_error = IBLS_ERROR; in bte_copy()
472 mynodepda->bte_if[i].bh_error = 0; in bte_init_node()
/Linux-v4.19/drivers/net/wireless/st/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.c1085 if (priv->bh_error) { in wsm_cmd_send()
1137 if (priv->bh_error) { in wsm_cmd_send()
1198 if (priv->bh_error) { in wsm_flush_tx()
1217 priv->bh_error = 1; in wsm_flush_tx()
1235 if (!priv->bh_error) in wsm_unlock_tx()
Dtxrx.c725 if (priv->bh_error) in cw1200_tx()
/Linux-v4.19/arch/ia64/include/asm/sn/
Dbte.h204 volatile bte_result_t bh_error; /* error while processing */ member