Searched refs:DB_RQ_RING_ID_MASK (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/emulex/benet/ | ||
H A D | be_hw.h | 173 #define DB_RQ_RING_ID_MASK 0x3FF /* bits 0 - 9 */ macro |
H A D | be_main.c | 213 val |= qid & DB_RQ_RING_ID_MASK; in be_rxq_notify() |