Home
last modified time | relevance | path

Searched refs:rcv_from_other_engine (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.h184 bool rcv_from_other_engine);
H A Decore_hsi_debug_tools.h714 …u8 rcv_from_other_engine /* Indicates if the other engine sends it NW recording to this engine (0/… member
H A Decore_dbg_fw_funcs.c5035 bool rcv_from_other_engine) in ecore_dbg_bus_set_nw_output() argument
5039 …, dest_addr_lo32, dest_addr_hi16, data_limit_size_kb, send_to_other_engine, rcv_from_other_engine); in ecore_dbg_bus_set_nw_output()
5045 …].per_platform[dev_data->platform_id].num_ports || (send_to_other_engine && rcv_from_other_engine)) in ecore_dbg_bus_set_nw_output()
5049 dev_data->bus.rcv_from_other_engine = rcv_from_other_engine; in ecore_dbg_bus_set_nw_output()
5059 if (rcv_from_other_engine) { in ecore_dbg_bus_set_nw_output()
5783 !bus->rcv_from_other_engine) in ecore_dbg_bus_start()