Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge.h248 bnge_writeq(bd, db->db_key64 | DB_RING_IDX(db, idx), in bnge_db_write()
H A Dbnge_netdev.c998 bnge_writeq(bn->bd, db->db_key64 | DBR_TYPE_NQ_ARM | in bnge_db_nq_arm()
1004 bnge_writeq(bn->bd, db->db_key64 | DBR_TYPE_NQ_MASK | in bnge_db_nq()
1010 bnge_writeq(bn->bd, db->db_key64 | DBR_TYPE_CQ_ARMALL | in bnge_db_cq()
1450 db->db_key64 = DBR_PATH_L2 | DBR_TYPE_SQ; in bnge_set_db()
1454 db->db_key64 = DBR_PATH_L2 | DBR_TYPE_SRQ; in bnge_set_db()
1457 db->db_key64 = DBR_PATH_L2; in bnge_set_db()
1460 db->db_key64 = DBR_PATH_L2; in bnge_set_db()
1463 db->db_key64 |= ((u64)xid << DBR_XID_SFT) | DBR_VALID; in bnge_set_db()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h961 u64 db_key64; member
2866 bnxt_writeq_relaxed(bp, db->db_key64 | DB_RING_IDX(db, idx), in bnxt_db_write_relaxed()
2882 bnxt_writeq(bp, db->db_key64 | DB_RING_IDX(db, idx), in bnxt_db_write()
H A Dbnxt.c333 bnxt_writeq(bp, (db)->db_key64 | DBR_TYPE_NQ | DB_RING_IDX(db, idx),\
337 bnxt_writeq(bp, (db)->db_key64 | DBR_TYPE_NQ_MASK | \
344 bnxt_writeq(bp, (db)->db_key64 | DBR_TYPE_NQ_ARM | \
368 bnxt_writeq(bp, db->db_key64 | DBR_TYPE_CQ_ARMALL | in bnxt_db_cq()
3310 db->db_key64 | dbr_type | DB_TOGGLE(tgl) | in __bnxt_poll_cqs_done()
7280 db->db_key64 = DBR_PATH_L2 | DBR_TYPE_SQ; in bnxt_set_db()
7284 db->db_key64 = DBR_PATH_L2 | DBR_TYPE_SRQ; in bnxt_set_db()
7287 db->db_key64 = DBR_PATH_L2; in bnxt_set_db()
7290 db->db_key64 = DBR_PATH_L2; in bnxt_set_db()
7293 db->db_key64 |= (u64)xid << DBR_XID_SFT; in bnxt_set_db()
[all …]