Searched refs:db_key64 (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/broadcom/bnge/ |
| H A D | bnge.h | 259 bnge_writeq(bd, db->db_key64 | DB_RING_IDX(db, idx), in bnge_db_write()
|
| H A D | bnge_netdev.h | 431 bnge_writeq(bd, (db)->db_key64 | DBR_TYPE_NQ | DB_RING_IDX(db, idx),\ 435 bnge_writeq(bd, (db)->db_key64 | DBR_TYPE_NQ_ARM | \
|
| H A D | bnge_netdev.c | 1344 bnge_writeq(bn->bd, db->db_key64 | DBR_TYPE_NQ_ARM | in bnge_db_nq_arm() 1350 bnge_writeq(bn->bd, db->db_key64 | DBR_TYPE_NQ_MASK | in bnge_db_nq() 1356 bnge_writeq(bn->bd, db->db_key64 | DBR_TYPE_CQ_ARMALL | in bnge_db_cq() 1796 db->db_key64 = DBR_PATH_L2 | DBR_TYPE_SQ; in bnge_set_db() 1800 db->db_key64 = DBR_PATH_L2 | DBR_TYPE_SRQ; in bnge_set_db() 1803 db->db_key64 = DBR_PATH_L2; in bnge_set_db() 1806 db->db_key64 = DBR_PATH_L2; in bnge_set_db() 1809 db->db_key64 |= ((u64)xid << DBR_XID_SFT) | DBR_VALID; in bnge_set_db()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.h | 971 u64 db_key64; member 2914 bnxt_writeq_relaxed(bp, db->db_key64 | DB_RING_IDX(db, idx), in bnxt_db_write_relaxed() 2930 bnxt_writeq(bp, db->db_key64 | DB_RING_IDX(db, idx), in bnxt_db_write()
|
| H A D | bnxt.c | 335 bnxt_writeq(bp, (db)->db_key64 | DBR_TYPE_NQ | DB_RING_IDX(db, idx),\ 339 bnxt_writeq(bp, (db)->db_key64 | DBR_TYPE_NQ_MASK | \ 346 bnxt_writeq(bp, (db)->db_key64 | DBR_TYPE_NQ_ARM | \ 370 bnxt_writeq(bp, db->db_key64 | DBR_TYPE_CQ_ARMALL | in bnxt_db_cq() 3338 db->db_key64 | dbr_type | DB_TOGGLE(tgl) | in __bnxt_poll_cqs_done() 7389 db->db_key64 = DBR_PATH_L2 | DBR_TYPE_SQ; in bnxt_set_db() 7393 db->db_key64 = DBR_PATH_L2 | DBR_TYPE_SRQ; in bnxt_set_db() 7396 db->db_key64 = DBR_PATH_L2; in bnxt_set_db() 7399 db->db_key64 = DBR_PATH_L2; in bnxt_set_db() 7402 db->db_key64 |= (u64)xid << DBR_XID_SFT; in bnxt_set_db() [all …]
|