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()
393 struct efx_nic *efx; member
544 static inline bool efx_siena_sriov_wanted(struct efx_nic *efx) in efx_siena_sriov_wanted()
549 static inline bool efx_siena_sriov_enabled(struct efx_nic *efx) in efx_siena_sriov_enabled()
554 static inline unsigned int efx_vf_size(struct efx_nic *efx) in efx_vf_size()
573 static inline bool efx_ef10_sriov_wanted(struct efx_nic *efx) { return false; } in efx_ef10_sriov_wanted()
574 static inline int efx_ef10_sriov_init(struct efx_nic *efx) { return -EOPNOTSUPP; } in efx_ef10_sriov_init()
575 static inline void efx_ef10_sriov_mac_address_changed(struct efx_nic *efx) {} in efx_ef10_sriov_mac_address_changed()
576 static inline void efx_ef10_sriov_reset(struct efx_nic *efx) {} in efx_ef10_sriov_reset()
577 static inline void efx_ef10_sriov_fini(struct efx_nic *efx) {} in efx_ef10_sriov_fini()
582 static inline bool efx_siena_sriov_wanted(struct efx_nic *efx) { return false; } in efx_siena_sriov_wanted()
583 static inline bool efx_siena_sriov_enabled(struct efx_nic *efx) { return false; } in efx_siena_sriov_enabled()
584 static inline unsigned int efx_vf_size(struct efx_nic *efx) { return 0; } in efx_vf_size()
586 static inline void efx_siena_sriov_probe(struct efx_nic *efx) {} in efx_siena_sriov_probe()
587 static inline int efx_siena_sriov_init(struct efx_nic *efx) { return -EOPNOTSUPP; } in efx_siena_sriov_init()
588 static inline void efx_siena_sriov_mac_address_changed(struct efx_nic *efx) {} in efx_siena_sriov_mac_address_changed()
589 static inline void efx_siena_sriov_tx_flush_done(struct efx_nic *efx, in efx_siena_sriov_tx_flush_done()
591 static inline void efx_siena_sriov_rx_flush_done(struct efx_nic *efx, in efx_siena_sriov_rx_flush_done()
595 static inline void efx_siena_sriov_desc_fetch_err(struct efx_nic *efx, in efx_siena_sriov_desc_fetch_err()
597 static inline void efx_siena_sriov_flr(struct efx_nic *efx, unsigned flr) {} in efx_siena_sriov_flr()
598 static inline void efx_siena_sriov_reset(struct efx_nic *efx) {} in efx_siena_sriov_reset()
599 static inline void efx_siena_sriov_fini(struct efx_nic *efx) {} in efx_siena_sriov_fini()
603 static inline bool efx_ef10_sriov_wanted(struct efx_nic *efx) { return false; } in efx_ef10_sriov_wanted()
604 static inline int efx_ef10_sriov_init(struct efx_nic *efx) { return -EOPNOTSUPP; } in efx_ef10_sriov_init()
605 static inline void efx_ef10_sriov_mac_address_changed(struct efx_nic *efx) {} in efx_ef10_sriov_mac_address_changed()
606 static inline void efx_ef10_sriov_reset(struct efx_nic *efx) {} in efx_ef10_sriov_reset()
607 static inline void efx_ef10_sriov_fini(struct efx_nic *efx) {} in efx_ef10_sriov_fini()
612 static inline bool efx_falcon_sriov_wanted(struct efx_nic *efx) { return false; } in efx_falcon_sriov_wanted()
613 static inline int efx_falcon_sriov_init(struct efx_nic *efx) { return -EOPNOTSUPP; } in efx_falcon_sriov_init()
614 static inline void efx_falcon_sriov_mac_address_changed(struct efx_nic *efx) {} in efx_falcon_sriov_mac_address_changed()
615 static inline void efx_falcon_sriov_reset(struct efx_nic *efx) {} in efx_falcon_sriov_reset()
616 static inline void efx_falcon_sriov_fini(struct efx_nic *efx) {} in efx_falcon_sriov_fini()
821 static inline int efx_nic_irq_test_irq_cpu(struct efx_nic *efx) in efx_nic_irq_test_irq_cpu()