• Home
  • Raw
  • Download

Lines Matching defs:app

181 static inline int nfp_app_init(struct nfp_app *app)  in nfp_app_init()
188 static inline void nfp_app_clean(struct nfp_app *app) in nfp_app_clean()
197 static inline int nfp_app_vnic_alloc(struct nfp_app *app, struct nfp_net *nn, in nfp_app_vnic_alloc()
203 static inline void nfp_app_vnic_free(struct nfp_app *app, struct nfp_net *nn) in nfp_app_vnic_free()
209 static inline int nfp_app_vnic_init(struct nfp_app *app, struct nfp_net *nn) in nfp_app_vnic_init()
216 static inline void nfp_app_vnic_clean(struct nfp_app *app, struct nfp_net *nn) in nfp_app_vnic_clean()
222 static inline int nfp_app_repr_open(struct nfp_app *app, struct nfp_repr *repr) in nfp_app_repr_open()
229 static inline int nfp_app_repr_stop(struct nfp_app *app, struct nfp_repr *repr) in nfp_app_repr_stop()
237 nfp_app_repr_init(struct nfp_app *app, struct net_device *netdev) in nfp_app_repr_init()
245 nfp_app_repr_preclean(struct nfp_app *app, struct net_device *netdev) in nfp_app_repr_preclean()
252 nfp_app_repr_clean(struct nfp_app *app, struct net_device *netdev) in nfp_app_repr_clean()
259 nfp_app_check_mtu(struct nfp_app *app, struct net_device *netdev, int new_mtu) in nfp_app_check_mtu()
267 nfp_app_repr_change_mtu(struct nfp_app *app, struct net_device *netdev, in nfp_app_repr_change_mtu()
275 static inline const char *nfp_app_name(struct nfp_app *app) in nfp_app_name()
282 static inline bool nfp_app_needs_ctrl_vnic(struct nfp_app *app) in nfp_app_needs_ctrl_vnic()
287 static inline bool nfp_app_ctrl_has_meta(struct nfp_app *app) in nfp_app_ctrl_has_meta()
292 static inline bool nfp_app_ctrl_uses_data_vnics(struct nfp_app *app) in nfp_app_ctrl_uses_data_vnics()
297 static inline const char *nfp_app_extra_cap(struct nfp_app *app, in nfp_app_extra_cap()
305 static inline bool nfp_app_has_tc(struct nfp_app *app) in nfp_app_has_tc()
310 static inline int nfp_app_setup_tc(struct nfp_app *app, in nfp_app_setup_tc()
319 static inline int nfp_app_bpf(struct nfp_app *app, struct nfp_net *nn, in nfp_app_bpf()
327 static inline int nfp_app_xdp_offload(struct nfp_app *app, struct nfp_net *nn, in nfp_app_xdp_offload()
336 static inline bool __nfp_app_ctrl_tx(struct nfp_app *app, struct sk_buff *skb) in __nfp_app_ctrl_tx()
344 static inline bool nfp_app_ctrl_tx(struct nfp_app *app, struct sk_buff *skb) in nfp_app_ctrl_tx()
352 static inline void nfp_app_ctrl_rx(struct nfp_app *app, struct sk_buff *skb) in nfp_app_ctrl_rx()
361 nfp_app_ctrl_rx_raw(struct nfp_app *app, const void *data, unsigned int len) in nfp_app_ctrl_rx_raw()
370 static inline int nfp_app_eswitch_mode_get(struct nfp_app *app, u16 *mode) in nfp_app_eswitch_mode_get()
380 static inline int nfp_app_eswitch_mode_set(struct nfp_app *app, u16 mode) in nfp_app_eswitch_mode_set()
387 static inline int nfp_app_sriov_enable(struct nfp_app *app, int num_vfs) in nfp_app_sriov_enable()
394 static inline void nfp_app_sriov_disable(struct nfp_app *app) in nfp_app_sriov_disable()
401 struct net_device *nfp_app_dev_get(struct nfp_app *app, u32 id, in nfp_app_dev_get()