Home
last modified time | relevance | path

Searched refs:NES_NIC_CQE_ERRV_SHIFT (Results 1 – 2 of 2) sorted by relevance

/drivers/infiniband/hw/nes/
Dnes_hw.h643 #define NES_NIC_CQE_ERRV_SHIFT 16 macro
653 NES_NIC_CQE_ERRV_MASK = (0xff<<NES_NIC_CQE_ERRV_SHIFT),
Dnes_hw.c2904 cqe_errv = (cqe_misc & NES_NIC_CQE_ERRV_MASK) >> NES_NIC_CQE_ERRV_SHIFT; in nes_nic_ce_handler()