Searched refs:db_msg (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | debug.h | 54 #define db_msg(fmt, ...) \ macro 57 #define db_msg(fmt, ...) macro
|
| H A D | script.c | 61 db_msg("script: V%d.%d.%d\n", head->version[0], in init_script()
|
| H A D | pcba_core.c | 171 db_msg("core: total test cases #%d\n", total_testcases); in parse_testcase()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_ll2.h | 91 struct core_db_data db_msg; member
|
| H A D | qed_ll2.c | 1085 &p_tx->db_msg, DB_REC_WIDTH_32B, in qed_sp_ll2_tx_queue_start() 1125 qed_db_recovery_del(p_hwfn->cdev, p_tx->doorbell_addr, &p_tx->db_msg); in qed_sp_ll2_tx_queue_stop() 1641 SET_FIELD(p_tx->db_msg.params, CORE_DB_DATA_DEST, DB_DEST_XCM); in qed_ll2_establish_connection() 1642 SET_FIELD(p_tx->db_msg.params, CORE_DB_DATA_AGG_CMD, DB_AGG_CMD_SET); in qed_ll2_establish_connection() 1643 SET_FIELD(p_tx->db_msg.params, CORE_DB_DATA_AGG_VAL_SEL, in qed_ll2_establish_connection() 1645 p_tx->db_msg.agg_flags = DQ_XCM_CORE_DQ_CF_CMD; in qed_ll2_establish_connection() 1935 p_tx->db_msg.spq_prod = cpu_to_le16(bd_prod); in qed_ll2_tx_packet_notify() 1940 DIRECT_REG_WR(p_tx->doorbell_addr, *((u32 *)&p_tx->db_msg)); in qed_ll2_tx_packet_notify() 1947 p_ll2_conn->input.conn_type, p_tx->db_msg.spq_prod); in qed_ll2_tx_packet_notify()
|