Searched refs:NES_NIC_CQE_ERRV_MASK (Results 1 – 2 of 2) sorted by relevance
651 NES_NIC_CQE_ERRV_MASK = (0xff<<NES_NIC_CQE_ERRV_SHIFT), enumerator
2859 cqe_errv = (cqe_misc & NES_NIC_CQE_ERRV_MASK) >> NES_NIC_CQE_ERRV_SHIFT; in nes_nic_ce_handler()