Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/meta/fbnic/
Dfbnic_fw.c90 if (!mbx->ready || !fbnic_fw_present(fbd)) in fbnic_mbx_map_msg()
254 if (!fbnic_fw_present(fbd)) in fbnic_fw_xmit_simple_msg()
349 if (!fbnic_fw_present(fbd)) in fbnic_fw_xmit_ownership_msg()
570 if (!fbnic_fw_present(fbd)) in fbnic_fw_xmit_heartbeat_message()
603 if (!fbnic_fw_present(fbd)) in fbnic_fw_init_heartbeat()
741 if (!fbnic_fw_present(fbd)) in fbnic_mbx_poll_tx_ready()
767 if (!fbnic_fw_present(fbd)) in fbnic_mbx_flush_tx()
Dfbnic.h102 bool fbnic_fw_present(struct fbnic_dev *fbd);
Dfbnic_pci.c68 bool fbnic_fw_present(struct fbnic_dev *fbd) in fbnic_fw_present() function