Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_fw_log.c15 if (!fbnic_fw_log_ready(fbd)) in fbnic_fw_log_enable()
41 if (WARN_ON_ONCE(fbnic_fw_log_ready(fbd))) in fbnic_fw_log_init()
61 if (!fbnic_fw_log_ready(fbd)) in fbnic_fw_log_free()
80 if (!fbnic_fw_log_ready(fbd)) { in fbnic_fw_log_write()
H A Dfbnic_fw_log.h37 #define fbnic_fw_log_ready(_fbd) (!!(_fbd)->fw_log.data_start) macro
H A Dfbnic_debugfs.c584 if (!fbnic_fw_log_ready(fbd)) in fbnic_dbg_fw_log_show()