Home
last modified time | relevance | path

Searched refs:fbnic_init_failure (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_pci.c63 if (!fbnic_init_failure(fbd)) in fbnic_rd32()
109 if (!fbnic_init_failure(fbd)) in fbnic_fw_rd32()
354 if (!fbnic_init_failure(fbd)) { in fbnic_remove()
377 if (fbnic_init_failure(fbd)) in fbnic_pm_suspend()
428 if (fbnic_init_failure(fbd)) in __fbnic_pm_resume()
464 if (fbnic_init_failure(fbd)) in __fbnic_pm_attach()
H A Dfbnic.h139 static inline bool fbnic_init_failure(struct fbnic_dev *fbd) in fbnic_init_failure() function