Home
last modified time | relevance | path

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

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