Searched refs:DBR_VALID (Results 1 – 2 of 2) sorted by relevance
1450 db_val = ((DBR_PATH_L2 | DBR_TYPE_SRQ | DBR_VALID | idx) | in bnxt_thor2_db_rx()1474 db_val = ((DBR_PATH_L2 | DBR_TYPE_SQ | DBR_VALID | idx) | in bnxt_thor2_db_tx()1501 db_msg = DBR_PATH_L2 | ((u64)cpr->ring.phys_id << DBR_XID_SFT) | DBR_VALID | in bnxt_thor2_db_rx_cq()1529 db_msg = DBR_PATH_L2 | ((u64)cpr->ring.phys_id << DBR_XID_SFT) | DBR_VALID | in bnxt_thor2_db_tx_cq()1557 db_msg = DBR_PATH_L2 | ((u64)cpr->ring.phys_id << DBR_XID_SFT) | DBR_VALID | in bnxt_thor2_db_nq()
206 #define DBR_VALID (0x1ULL << 58) macro