Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.h318 #define CQ_ERR_MASK (CQ_WR_FULL | CQ_WR_DISABLE | CQ_WR_FAULT) macro
H A Dnicvf_main.c998 if (!(status & CQ_ERR_MASK)) in nicvf_handle_qs_err()