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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_hw.c558 static bool crystalhd_tx_list0_handler(struct crystalhd_hw *hw, uint32_t err_sts) argument
567 if (!(err_sts & err_mask))
570 BCMLOG_ERR("Error on Tx-L0 %x\n", err_sts);
574 if (err_sts & MISC1_TX_DMA_ERROR_STATUS_TX_L0_FIFO_FULL_ERRORS_MASK)
584 tmp = err_sts & err_mask;
590 static bool crystalhd_tx_list1_handler(struct crystalhd_hw *hw, uint32_t err_sts) argument
599 if (!(err_sts & err_mask))
602 BCMLOG_ERR("Error on Tx-L1 %x\n", err_sts);
606 if (err_sts & MISC1_TX_DMA_ERROR_STATUS_TX_L1_FIFO_FULL_ERRORS_MASK)
616 tmp = err_sts
624 uint32_t err_sts; local
[all...]

Completed in 52 milliseconds