Home
last modified time | relevance | path

Searched refs:DB_REC_WIDTH_32B (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_spq.c546 DB_REC_WIDTH_32B, DB_REC_KERNEL); in qed_spq_setup()
Dqed_dev.c98 db_entry->db_width == DB_REC_WIDTH_32B ? "32b" : "64b", in qed_db_recovery_dp_entry()
109 u32 width = (db_width == DB_REC_WIDTH_32B) ? 32 : 64; in qed_db_rec_sanity()
306 if (db_entry->db_width == DB_REC_WIDTH_32B) { in qed_db_recovery_ring()
330 if (db_entry->db_width == DB_REC_WIDTH_32B) in qed_db_recovery_ring()
Dqed_ll2.c1091 &p_tx->db_msg, DB_REC_WIDTH_32B, in qed_sp_ll2_tx_queue_start()
/Linux-v5.4/include/linux/qed/
Dqed_if.h452 DB_REC_WIDTH_32B, enumerator
/Linux-v5.4/drivers/net/ethernet/qlogic/qede/
Dqede_main.c2026 &txq->tx_db, DB_REC_WIDTH_32B, in qede_start_txq()