Lines Matching defs:efx
28 static inline int efx_nic_rev(struct efx_nic *efx) in efx_nic_rev()
36 static inline bool efx_nic_is_dual_func(struct efx_nic *efx) in efx_nic_is_dual_func()
312 static inline struct falcon_board *falcon_board(struct efx_nic *efx) in falcon_board()
525 static inline bool efx_sriov_wanted(struct efx_nic *efx) in efx_sriov_wanted()
529 static inline bool efx_sriov_enabled(struct efx_nic *efx) in efx_sriov_enabled()
533 static inline unsigned int efx_vf_size(struct efx_nic *efx) in efx_vf_size()
553 static inline bool efx_sriov_wanted(struct efx_nic *efx) { return false; } in efx_sriov_wanted()
554 static inline bool efx_sriov_enabled(struct efx_nic *efx) { return false; } in efx_sriov_enabled()
555 static inline unsigned int efx_vf_size(struct efx_nic *efx) { return 0; } in efx_vf_size()
558 static inline void efx_sriov_probe(struct efx_nic *efx) {} in efx_sriov_probe()
559 static inline int efx_sriov_init(struct efx_nic *efx) { return -EOPNOTSUPP; } in efx_sriov_init()
560 static inline void efx_sriov_mac_address_changed(struct efx_nic *efx) {} in efx_sriov_mac_address_changed()
561 static inline void efx_sriov_tx_flush_done(struct efx_nic *efx, in efx_sriov_tx_flush_done()
563 static inline void efx_sriov_rx_flush_done(struct efx_nic *efx, in efx_sriov_rx_flush_done()
567 static inline void efx_sriov_desc_fetch_err(struct efx_nic *efx, unsigned dmaq) {} in efx_sriov_desc_fetch_err()
568 static inline void efx_sriov_flr(struct efx_nic *efx, unsigned flr) {} in efx_sriov_flr()
569 static inline void efx_sriov_reset(struct efx_nic *efx) {} in efx_sriov_reset()
570 static inline void efx_sriov_fini(struct efx_nic *efx) {} in efx_sriov_fini()
777 static inline int efx_nic_irq_test_irq_cpu(struct efx_nic *efx) in efx_nic_irq_test_irq_cpu()