Searched refs:db_msg (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_ll2.h106 struct core_db_data db_msg; member in struct:ecore_ll2_tx_queue
H A Decore_ll2.c985 &p_tx->db_msg, DB_REC_WIDTH_32B,
1027 &p_tx->db_msg);
1496 SET_FIELD(p_tx->db_msg.params, CORE_DB_DATA_DEST, DB_DEST_XCM);
1497 SET_FIELD(p_tx->db_msg.params, CORE_DB_DATA_AGG_CMD,
1499 SET_FIELD(p_tx->db_msg.params, CORE_DB_DATA_AGG_VAL_SEL,
1501 p_tx->db_msg.agg_flags = DQ_XCM_CORE_DQ_CF_CMD;
1782 p_tx->db_msg.spq_prod = OSAL_CPU_TO_LE16(bd_prod);
1787 //DIRECT_REG_WR(p_hwfn, p_tx->doorbell_addr, *((u32 *)&p_tx->db_msg));
1788 DIRECT_REG_WR_DB(p_hwfn, p_tx->doorbell_addr, *((u32 *)&p_tx->db_msg));
1794 p_tx->db_msg
[all...]

Completed in 62 milliseconds