Home
last modified time | relevance | path

Searched refs:db_key64 (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_ring.h86 rte_write64(db->db_key64 | idx, db->doorbell); in bnxt_db_write()
97 rte_write64(cpr->cp_db.db_key64 | DBR_TYPE_NQ | in bnxt_db_nq()
108 rte_write64(cpr->cp_db.db_key64 | DBR_TYPE_NQ_ARM | in bnxt_db_nq_arm()
119 uint64_t key_idx = db->db_key64 | idx; in bnxt_db_cq()
H A Dbnxt_ring.c354 db->db_key64 = DBR_PATH_L2 | DBR_TYPE_SQ; in bnxt_set_db()
358 db->db_key64 = DBR_PATH_L2 | DBR_TYPE_SRQ; in bnxt_set_db()
361 db->db_key64 = DBR_PATH_L2 | DBR_TYPE_CQ; in bnxt_set_db()
364 db->db_key64 = DBR_PATH_L2; in bnxt_set_db()
367 db->db_key64 |= (uint64_t)fid << DBR_XID_SFT; in bnxt_set_db()
H A Dbnxt_cpr.h79 uint64_t db_key64; member