Home
last modified time | relevance | path

Searched defs:app (Results 1 – 25 of 236) sorted by relevance

12345678910

/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_app.h177 static inline void assert_nfp_app_locked(struct nfp_app *app) in assert_nfp_app_locked()
182 static inline bool nfp_app_is_locked(struct nfp_app *app) in nfp_app_is_locked()
191 static inline int nfp_app_init(struct nfp_app *app) in nfp_app_init()
198 static inline void nfp_app_clean(struct nfp_app *app) in nfp_app_clean()
285 static inline const char *nfp_app_name(struct nfp_app *app) in nfp_app_name()
292 static inline bool nfp_app_needs_ctrl_vnic(struct nfp_app *app) in nfp_app_needs_ctrl_vnic()
297 static inline bool nfp_app_ctrl_has_meta(struct nfp_app *app) in nfp_app_ctrl_has_meta()
315 static inline bool nfp_app_has_tc(struct nfp_app *app) in nfp_app_has_tc()
320 static inline int nfp_app_setup_tc(struct nfp_app *app, in nfp_app_setup_tc()
404 static inline void nfp_app_sriov_disable(struct nfp_app *app) in nfp_app_sriov_disable()
[all …]
H A Dnfp_app.c57 const char *nfp_app_mip_name(struct nfp_app *app) in nfp_app_mip_name()
66 struct nfp_app *app = nfp_app_from_netdev(netdev); in nfp_app_ndo_init() local
75 struct nfp_app *app = nfp_app_from_netdev(netdev); in nfp_app_ndo_uninit() local
121 nfp_reprs_get_locked(struct nfp_app *app, enum nfp_repr_type type) in nfp_reprs_get_locked()
128 nfp_app_reprs_set(struct nfp_app *app, enum nfp_repr_type type, in nfp_app_reprs_set()
142 nfp_app_netdev_feat_change(struct nfp_app *app, struct net_device *netdev) in nfp_app_netdev_feat_change()
177 struct nfp_app *app; in nfp_app_netdev_event() local
195 int nfp_app_start(struct nfp_app *app, struct nfp_net *ctrl) in nfp_app_start()
220 void nfp_app_stop(struct nfp_app *app) in nfp_app_stop()
230 struct nfp_app *app; in nfp_app_alloc() local
[all …]
H A Dnfp_net_sriov.c18 nfp_net_sriov_check(struct nfp_app *app, int vf, u16 cap, const char *msg, bool warn) in nfp_net_sriov_check()
42 nfp_net_sriov_update(struct nfp_app *app, int vf, u16 update, const char *msg) in nfp_net_sriov_update()
66 struct nfp_app *app = nfp_app_from_netdev(netdev); in nfp_app_set_vf_mac() local
99 struct nfp_app *app = nfp_app_from_netdev(netdev); in nfp_app_set_vf_vlan() local
150 struct nfp_app *app = nfp_app_from_netdev(netdev); in nfp_app_set_vf_rate() local
180 struct nfp_app *app = nfp_app_from_netdev(netdev); in nfp_app_set_vf_spoofchk() local
204 struct nfp_app *app = nfp_app_from_netdev(netdev); in nfp_app_set_vf_trust() local
229 struct nfp_app *app = nfp_app_from_netdev(netdev); in nfp_app_set_vf_link_state() local
263 struct nfp_app *app = nfp_app_from_netdev(netdev); in nfp_app_get_vf_config() local
H A Dccm.c10 #define ccm_warn(app, msg...) nn_dp_warn(&(app)->ctrl->dp, msg) argument
65 nfp_ccm_reply(struct nfp_ccm *ccm, struct nfp_app *app, u16 tag) in nfp_ccm_reply()
77 nfp_ccm_reply_drop_tag(struct nfp_ccm *ccm, struct nfp_app *app, u16 tag) in nfp_ccm_reply_drop_tag()
91 nfp_ccm_wait_reply(struct nfp_ccm *ccm, struct nfp_app *app, in nfp_ccm_wait_reply()
131 struct nfp_app *app = ccm->app; in nfp_ccm_communicate() local
177 struct nfp_app *app = ccm->app; in nfp_ccm_rx() local
206 int nfp_ccm_init(struct nfp_ccm *ccm, struct nfp_app *app) in nfp_ccm_init()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dmain.c33 static enum devlink_eswitch_mode eswitch_mode_get(struct nfp_app *app) in eswitch_mode_get()
76 u32 nfp_flower_get_port_id_from_netdev(struct nfp_app *app, in nfp_flower_get_port_id_from_netdev()
132 nfp_flower_internal_port_event_handler(struct nfp_app *app, in nfp_flower_internal_port_event_handler()
366 static void nfp_flower_sriov_disable(struct nfp_app *app) in nfp_flower_sriov_disable()
377 nfp_flower_spawn_vnic_reprs(struct nfp_app *app, in nfp_flower_spawn_vnic_reprs()
677 static void nfp_flower_wait_host_bit(struct nfp_app *app) in nfp_flower_wait_host_bit()
702 static int nfp_flower_sync_feature_bits(struct nfp_app *app) in nfp_flower_sync_feature_bits()
748 static int nfp_flower_init(struct nfp_app *app) in nfp_flower_init()
860 static void nfp_flower_clean(struct nfp_app *app) in nfp_flower_clean()
939 static int nfp_flower_start(struct nfp_app *app) in nfp_flower_start()
[all …]
H A Dmetadata.c58 static int nfp_get_stats_entry(struct nfp_app *app, u32 *stats_context_id) in nfp_get_stats_entry()
115 void nfp_flower_rx_flow_stats(struct nfp_app *app, struct sk_buff *skb) in nfp_flower_rx_flow_stats()
137 static int nfp_release_mask_id(struct nfp_app *app, u8 mask_id) in nfp_release_mask_id()
161 static int nfp_mask_alloc(struct nfp_app *app, u8 *mask_id) in nfp_mask_alloc()
207 nfp_add_mask_table(struct nfp_app *app, char *mask_data, u32 mask_len) in nfp_add_mask_table()
265 nfp_check_mask_add(struct nfp_app *app, char *mask_data, u32 mask_len, in nfp_check_mask_add()
305 int nfp_compile_flow_metadata(struct nfp_app *app, u32 cookie, in nfp_compile_flow_metadata()
400 int nfp_modify_flow_metadata(struct nfp_app *app, in nfp_modify_flow_metadata()
435 nfp_flower_get_fl_payload_from_ctx(struct nfp_app *app, u32 ctx_id) in nfp_flower_get_fl_payload_from_ctx()
511 int nfp_flower_metadata_init(struct nfp_app *app, u64 host_ctx_count, in nfp_flower_metadata_init()
[all …]
H A Dtunnel_conf.c172 struct nfp_app *app; member
360 nfp_tun_link_predt_entries(struct nfp_app *app, in nfp_tun_link_predt_entries()
399 static void nfp_tun_cleanup_nn_entries(struct nfp_app *app) in nfp_tun_cleanup_nn_entries()
632 struct nfp_app *app; in nfp_tun_neigh_update() local
719 struct nfp_app *app; in nfp_tun_neigh_event_handler() local
843 static void nfp_tun_write_ipv4_list(struct nfp_app *app) in nfp_tun_write_ipv4_list()
924 static void nfp_tun_write_ipv6_list(struct nfp_app *app) in nfp_tun_write_ipv6_list()
1357 int nfp_tunnel_mac_event_handler(struct nfp_app *app, in nfp_tunnel_mac_event_handler()
1428 int nfp_flower_xmit_pre_tun_flow(struct nfp_app *app, in nfp_flower_xmit_pre_tun_flow()
1508 int nfp_tunnel_config_start(struct nfp_app *app) in nfp_tunnel_config_start()
[all …]
H A Dcmsg.c22 nfp_flower_cmsg_alloc(struct nfp_app *app, unsigned int size, in nfp_flower_cmsg_alloc()
44 nfp_flower_cmsg_mac_repr_start(struct nfp_app *app, unsigned int num_ports) in nfp_flower_cmsg_mac_repr_start()
123 nfp_flower_process_mtu_ack(struct nfp_app *app, struct sk_buff *skb) in nfp_flower_process_mtu_ack()
151 nfp_flower_cmsg_portmod_rx(struct nfp_app *app, struct sk_buff *skb) in nfp_flower_cmsg_portmod_rx()
186 nfp_flower_cmsg_portreify_rx(struct nfp_app *app, struct sk_buff *skb) in nfp_flower_cmsg_portreify_rx()
208 nfp_flower_cmsg_merge_hint_rx(struct nfp_app *app, struct sk_buff *skb) in nfp_flower_cmsg_merge_hint_rx()
254 nfp_flower_cmsg_process_one_rx(struct nfp_app *app, struct sk_buff *skb) in nfp_flower_cmsg_process_one_rx()
331 nfp_flower_queue_ctl_msg(struct nfp_app *app, struct sk_buff *skb, int type) in nfp_flower_queue_ctl_msg()
351 void nfp_flower_cmsg_rx(struct nfp_app *app, struct sk_buff *skb) in nfp_flower_cmsg_rx()
H A Dqos_conf.c86 int nfp_flower_offload_one_police(struct nfp_app *app, bool ingress, in nfp_flower_offload_one_police()
345 void nfp_flower_stats_rlim_reply(struct nfp_app *app, struct sk_buff *skb) in nfp_flower_stats_rlim_reply()
503 void nfp_flower_qos_init(struct nfp_app *app) in nfp_flower_qos_init()
514 void nfp_flower_qos_cleanup(struct nfp_app *app) in nfp_flower_qos_cleanup()
562 nfp_flower_search_meter_entry(struct nfp_app *app, u32 meter_id) in nfp_flower_search_meter_entry()
571 nfp_flower_add_meter_entry(struct nfp_app *app, u32 meter_id) in nfp_flower_add_meter_entry()
602 static void nfp_flower_del_meter_entry(struct nfp_app *app, u32 meter_id) in nfp_flower_del_meter_entry()
621 int nfp_flower_setup_meter_entry(struct nfp_app *app, in nfp_flower_setup_meter_entry()
664 int nfp_init_meter_table(struct nfp_app *app) in nfp_init_meter_table()
796 nfp_act_stats_reply(struct nfp_app *app, void *pmsg) in nfp_act_stats_reply()
[all …]
/openbmc/linux/net/802/
H A Dmrp.c295 static void mrp_attr_destroy_all(struct mrp_applicant *app) in mrp_attr_destroy_all()
308 static int mrp_pdu_init(struct mrp_applicant *app) in mrp_pdu_init()
342 static void mrp_pdu_queue(struct mrp_applicant *app) in mrp_pdu_queue()
359 static void mrp_queue_xmit(struct mrp_applicant *app) in mrp_queue_xmit()
480 static void mrp_attr_event(struct mrp_applicant *app, in mrp_attr_event()
534 struct mrp_applicant *app = rtnl_dereference( in mrp_request_join() local
559 struct mrp_applicant *app = rtnl_dereference( in mrp_request_leave() local
591 static void mrp_join_timer_arm(struct mrp_applicant *app) in mrp_join_timer_arm()
789 struct mrp_applicant *app; in mrp_rcv() local
856 struct mrp_applicant *app; in mrp_init_applicant() local
[all …]
H A Dgarp.c206 static void garp_attr_destroy_all(struct garp_applicant *app) in garp_attr_destroy_all()
219 static int garp_pdu_init(struct garp_applicant *app) in garp_pdu_init()
241 static int garp_pdu_append_end_mark(struct garp_applicant *app) in garp_pdu_append_end_mark()
249 static void garp_pdu_queue(struct garp_applicant *app) in garp_pdu_queue()
267 static void garp_queue_xmit(struct garp_applicant *app) in garp_queue_xmit()
287 static int garp_pdu_append_attr(struct garp_applicant *app, in garp_pdu_append_attr()
323 static void garp_attr_event(struct garp_applicant *app, in garp_attr_event()
406 static void garp_join_timer_arm(struct garp_applicant *app) in garp_join_timer_arm()
416 struct garp_applicant *app = from_timer(app, t, join_timer); in garp_join_timer() local
516 struct garp_applicant *app; in garp_pdu_rcv() local
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nic/
H A Dmain.c11 static int nfp_nic_init(struct nfp_app *app) in nfp_nic_init()
24 static int nfp_nic_sriov_enable(struct nfp_app *app, int num_vfs) in nfp_nic_sriov_enable()
29 static void nfp_nic_sriov_disable(struct nfp_app *app) in nfp_nic_sriov_disable()
33 static int nfp_nic_vnic_init(struct nfp_app *app, struct nfp_net *nn) in nfp_nic_vnic_init()
38 static void nfp_nic_vnic_clean(struct nfp_app *app, struct nfp_net *nn) in nfp_nic_vnic_clean()
43 static int nfp_nic_vnic_alloc(struct nfp_app *app, struct nfp_net *nn, in nfp_nic_vnic_alloc()
62 static void nfp_nic_vnic_free(struct nfp_app *app, struct nfp_net *nn) in nfp_nic_vnic_free()
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_sessions.hpp57 handleSessionHead(crow::App& app, const crow::Request& req, in handleSessionHead()
71 handleSessionGet(crow::App& app, const crow::Request& req, in handleSessionGet()
97 handleSessionDelete(crow::App& app, const crow::Request& req, in handleSessionDelete()
157 crow::App& app, const crow::Request& req, in handleSessionCollectionHead()
170 crow::App& app, const crow::Request& req, in handleSessionCollectionGet()
193 crow::App& app, const crow::Request& req, in handleSessionCollectionMembersGet()
204 crow::App& app, const crow::Request& req, in handleSessionCollectionPost()
284 crow::App& app, const crow::Request& req, in handleSessionServiceHead()
296 handleSessionServiceGet(crow::App& app, const crow::Request& req, in handleSessionServiceGet()
323 crow::App& app, const crow::Request& req, in handleSessionServicePatch()
[all …]
H A Daggregation_service.hpp21 App& app, const crow::Request& req, in handleAggregationServiceHead()
34 App& app, const crow::Request& req, in handleAggregationServiceGet()
55 inline void requestRoutesAggregationService(App& app) in requestRoutesAggregationService()
91 App& app, const crow::Request& req, in handleAggregationSourceCollectionGet()
113 App& app, const crow::Request& req, in handleAggregationSourceCollectionHead()
125 inline void requestRoutesAggregationSourceCollection(App& app) in requestRoutesAggregationSourceCollection()
184 App& app, const crow::Request& req, in handleAggregationSourceGet()
200 App& app, const crow::Request& req, in handleAggregationSourceHead()
217 inline void requestRoutesAggregationSource(App& app) in requestRoutesAggregationSource()
H A Dmessage_registries.hpp36 crow::App& app, const crow::Request& req, in handleMessageRegistryFileCollectionGet()
65 inline void requestRoutesMessageRegistryFileCollection(App& app) in requestRoutesMessageRegistryFileCollection()
77 crow::App& app, const crow::Request& req, in handleMessageRoutesMessageRegistryFileGet()
148 inline void requestRoutesMessageRegistryFile(App& app) in requestRoutesMessageRegistryFile()
157 crow::App& app, const crow::Request& req, in handleMessageRegistryGet()
263 inline void requestRoutesMessageRegistry(App& app) in requestRoutesMessageRegistry()
H A Dcertificate_service.hpp399 App& app, const crow::Request& req, in handleCertificateServiceGet()
443 App& app, const crow::Request& req, in handleCertificateLocationsGet()
466 App& app, const crow::Request& req, in handleReplaceCertificateAction()
875 App& app, const crow::Request& req, in handleHTTPSCertificateCollectionGet()
905 App& app, const crow::Request& req, in handleHTTPSCertificateCollectionPost()
962 App& app, const crow::Request& req, in handleHTTPSCertificateGet()
1010 App& app, const crow::Request& req, in handleLDAPCertificateCollectionGet()
1032 App& app, const crow::Request& req, in handleLDAPCertificateCollectionPost()
1075 App& app, const crow::Request& req, in handleLDAPCertificateGet()
1093 App& app, const crow::Request& req, in handleLDAPCertificateDelete()
[all …]
H A Dbios.hpp16 handleBiosServiceGet(crow::App& app, const crow::Request& req, in handleBiosServiceGet()
52 inline void requestRoutesBiosService(App& app) in requestRoutesBiosService()
68 handleBiosResetPost(crow::App& app, const crow::Request& req, in handleBiosResetPost()
105 inline void requestRoutesBiosReset(App& app) in requestRoutesBiosReset()
H A Dlog_services.hpp2455 crow::App& app, const crow::Request& req, in handleBMCLogServicesCollectionGet()
2940 crow::App& app, const crow::Request& req, in handleLogServicesDumpServiceComputerSystemGet()
2975 crow::App& app, const crow::Request& req, in handleLogServicesDumpEntriesCollectionComputerSystemGet()
3009 crow::App& app, const crow::Request& req, in handleLogServicesDumpEntryComputerSystemGet()
3044 crow::App& app, const crow::Request& req, in handleLogServicesDumpEntryComputerSystemDelete()
3116 crow::App& app, const crow::Request& req, in handleLogServicesDumpCollectDiagnosticDataComputerSystemPost()
3160 crow::App& app, const crow::Request& req, in handleLogServicesDumpClearLogComputerSystemPost()
3200 inline void requestRoutesBMCDumpEntry(App& app) in requestRoutesBMCDumpEntry()
3225 inline void requestRoutesBMCDumpCreate(App& app) in requestRoutesBMCDumpCreate()
3236 inline void requestRoutesBMCDumpClear(App& app) in requestRoutesBMCDumpClear()
[all …]
H A Dredfish_v1.hpp19 inline void redfishGet(App& app, const crow::Request& req, in redfishGet()
29 inline void redfish404(App& app, const crow::Request& req, in redfish404()
51 inline void redfish405(App& app, const crow::Request& req, in redfish405()
75 jsonSchemaIndexGet(App& app, const crow::Request& req, in jsonSchemaIndexGet()
116 inline void jsonSchemaGet(App& app, const crow::Request& req, in jsonSchemaGet()
218 inline void requestRoutesRedfish(App& app) in requestRoutesRedfish()
H A Dstorage.hpp44 App& app, const crow::Request& req, in handleSystemsStorageCollectionGet()
75 App& app, const crow::Request& req, in handleStorageCollectionGet()
93 inline void requestRoutesStorageCollection(App& app) in requestRoutesStorageCollection()
277 inline void requestRoutesStorage(App& app) in requestRoutesStorage()
690 App& app, const crow::Request& req, in handleSystemsStorageDriveGet()
721 inline void requestRoutesDrive(App& app) in requestRoutesDrive()
806 crow::App& app, const crow::Request& req, in chassisDriveCollectionGet()
825 inline void requestRoutesChassisDrive(App& app) in requestRoutesChassisDrive()
967 inline void requestRoutesChassisDriveName(App& app) in requestRoutesChassisDriveName()
1137 App& app, const crow::Request& req, in handleSystemsStorageControllerCollectionGet()
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/abm/
H A Dmain.c30 nfp_abm_setup_tc(struct nfp_app *app, struct net_device *netdev, in nfp_abm_setup_tc()
57 nfp_abm_repr_get(struct nfp_app *app, u32 port_id, bool *redir_egress) in nfp_abm_repr_get()
77 nfp_abm_spawn_repr(struct nfp_app *app, struct nfp_abm_link *alink, in nfp_abm_spawn_repr()
148 nfp_abm_kill_repr(struct nfp_app *app, struct nfp_abm_link *alink, in nfp_abm_kill_repr()
206 struct nfp_app *app = abm->app; in nfp_abm_eswitch_set_switchdev() local
239 static int nfp_abm_eswitch_mode_set(struct nfp_app *app, u16 mode) in nfp_abm_eswitch_mode_set()
362 static void nfp_abm_vnic_free(struct nfp_app *app, struct nfp_net *nn) in nfp_abm_vnic_free()
372 static int nfp_abm_vnic_init(struct nfp_app *app, struct nfp_net *nn) in nfp_abm_vnic_init()
399 nfp_abm_port_get_stats_count(struct nfp_app *app, struct nfp_port *port) in nfp_abm_port_get_stats_count()
443 static int nfp_abm_init(struct nfp_app *app) in nfp_abm_init()
[all …]
/openbmc/linux/Documentation/sphinx/
H A Dautomarkup.py77 def markup_refs(docname, app, node): argument
137 def markup_func_ref_sphinx3(docname, app, match): argument
178 def markup_c_ref(docname, app, match): argument
240 def markup_doc_ref(docname, app, match): argument
270 def get_c_namespace(app, docname): argument
279 def auto_markup(app, doctree, name): argument
307 def setup(app): argument
H A Dkernellog.py15 def warn(app, message): argument
18 def verbose(app, message): argument
21 def info(app, message): argument
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.c38 nfp_bpf_xdp_offload(struct nfp_app *app, struct nfp_net *nn, in nfp_bpf_xdp_offload()
57 static const char *nfp_bpf_extra_cap(struct nfp_app *app, struct nfp_net *nn) in nfp_bpf_extra_cap()
63 nfp_bpf_vnic_alloc(struct nfp_app *app, struct nfp_net *nn, unsigned int id) in nfp_bpf_vnic_alloc()
97 static void nfp_bpf_vnic_free(struct nfp_app *app, struct nfp_net *nn) in nfp_bpf_vnic_free()
165 static int nfp_bpf_setup_tc(struct nfp_app *app, struct net_device *netdev, in nfp_bpf_setup_tc()
182 nfp_bpf_check_mtu(struct nfp_app *app, struct net_device *netdev, int new_mtu) in nfp_bpf_check_mtu()
336 static int nfp_bpf_parse_capabilities(struct nfp_app *app) in nfp_bpf_parse_capabilities()
423 static int nfp_bpf_ndo_init(struct nfp_app *app, struct net_device *netdev) in nfp_bpf_ndo_init()
437 static int nfp_bpf_start(struct nfp_app *app) in nfp_bpf_start()
456 static int nfp_bpf_init(struct nfp_app *app) in nfp_bpf_init()
[all …]
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_app.c45 static inline int ip_vs_app_get(struct ip_vs_app *app) in ip_vs_app_get()
51 static inline void ip_vs_app_put(struct ip_vs_app *app) in ip_vs_app_put()
73 ip_vs_app_inc_new(struct netns_ipvs *ipvs, struct ip_vs_app *app, __u16 proto, in ip_vs_app_inc_new()
173 register_ip_vs_app_inc(struct netns_ipvs *ipvs, struct ip_vs_app *app, __u16 proto, in register_ip_vs_app_inc()
232 void unregister_ip_vs_app(struct netns_ipvs *ipvs, struct ip_vs_app *app) in unregister_ip_vs_app()
361 struct ip_vs_app *app, in app_tcp_pkt_out()
414 struct ip_vs_app *app; in ip_vs_app_pkt_out() local
438 struct ip_vs_app *app, in app_tcp_pkt_in()
491 struct ip_vs_app *app; in ip_vs_app_pkt_in() local
521 struct ip_vs_app *app, *inc; in ip_vs_app_idx() local
[all …]

12345678910