/openbmc/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_app.h | 177 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() 207 static inline int nfp_app_vnic_alloc(struct nfp_app *app, struct nfp_net *nn, in nfp_app_vnic_alloc() 213 static inline void nfp_app_vnic_free(struct nfp_app *app, struct nfp_net *nn) in nfp_app_vnic_free() 219 static inline int nfp_app_vnic_init(struct nfp_app *app, struct nfp_net *nn) in nfp_app_vnic_init() 226 static inline void nfp_app_vnic_clean(struct nfp_app *app, struct nfp_net *nn) in nfp_app_vnic_clean() 232 static inline int nfp_app_repr_open(struct nfp_app *app, struct nfp_repr *repr) in nfp_app_repr_open() 239 static inline int nfp_app_repr_stop(struct nfp_app *app, struct nfp_repr *repr) in nfp_app_repr_stop() [all …]
|
H A D | nfp_app.c | 57 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 103 nfp_app_ctrl_msg_alloc(struct nfp_app *app, unsigned int size, gfp_t priority) in nfp_app_ctrl_msg_alloc() 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() [all …]
|
H A D | nfp_net_sriov.c | 18 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 D | ccm.c | 10 #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 D | main.c | 28 static const char *nfp_flower_extra_cap(struct nfp_app *app, struct nfp_net *nn) in nfp_flower_extra_cap() 33 static enum devlink_eswitch_mode eswitch_mode_get(struct nfp_app *app) in eswitch_mode_get() 57 nfp_flower_get_internal_port_id(struct nfp_app *app, struct net_device *netdev) in nfp_flower_get_internal_port_id() 76 u32 nfp_flower_get_port_id_from_netdev(struct nfp_app *app, in nfp_flower_get_port_id_from_netdev() 104 nfp_flower_get_netdev_from_internal_port_id(struct nfp_app *app, int port_id) in nfp_flower_get_netdev_from_internal_port_id() 117 nfp_flower_free_internal_port_id(struct nfp_app *app, struct net_device *netdev) in nfp_flower_free_internal_port_id() 132 nfp_flower_internal_port_event_handler(struct nfp_app *app, in nfp_flower_internal_port_event_handler() 155 nfp_flower_non_repr_priv_lookup(struct nfp_app *app, struct net_device *netdev) in nfp_flower_non_repr_priv_lookup() 176 nfp_flower_non_repr_priv_get(struct nfp_app *app, struct net_device *netdev) in nfp_flower_non_repr_priv_get() 208 nfp_flower_non_repr_priv_put(struct nfp_app *app, struct net_device *netdev) in nfp_flower_non_repr_priv_put() [all …]
|
H A D | metadata.c | 40 static int nfp_release_stats_entry(struct nfp_app *app, u32 stats_context_id) in nfp_release_stats_entry() 58 static int nfp_get_stats_entry(struct nfp_app *app, u32 *stats_context_id) in nfp_get_stats_entry() 102 nfp_flower_search_fl_table(struct nfp_app *app, unsigned long tc_flower_cookie, in nfp_flower_search_fl_table() 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() 234 nfp_search_mask_table(struct nfp_app *app, char *mask_data, u32 mask_len) in nfp_search_mask_table() 250 nfp_find_in_mask_table(struct nfp_app *app, char *mask_data, u32 mask_len) in nfp_find_in_mask_table() 265 nfp_check_mask_add(struct nfp_app *app, char *mask_data, u32 mask_len, in nfp_check_mask_add() [all …]
|
H A D | tunnel_conf.c | 172 struct nfp_app *app; member 208 void nfp_tunnel_keep_alive(struct nfp_app *app, struct sk_buff *skb) in nfp_tunnel_keep_alive() 249 void nfp_tunnel_keep_alive_v6(struct nfp_app *app, struct sk_buff *skb) in nfp_tunnel_keep_alive_v6() 293 nfp_flower_xmit_tun_conf(struct nfp_app *app, u8 mtype, u16 plen, void *pdata, in nfp_flower_xmit_tun_conf() 360 nfp_tun_link_predt_entries(struct nfp_app *app, in nfp_tun_link_predt_entries() 371 void nfp_tun_link_and_update_nn_entries(struct nfp_app *app, in nfp_tun_link_and_update_nn_entries() 399 static void nfp_tun_cleanup_nn_entries(struct nfp_app *app) in nfp_tun_cleanup_nn_entries() 438 void nfp_tun_unlink_and_update_nn_entries(struct nfp_app *app, in nfp_tun_unlink_and_update_nn_entries() 466 nfp_tun_write_neigh(struct net_device *netdev, struct nfp_app *app, in nfp_tun_write_neigh() 632 struct nfp_app *app; in nfp_tun_neigh_update() local [all …]
|
H A D | cmsg.c | 22 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 D | qos_conf.c | 86 int nfp_flower_offload_one_police(struct nfp_app *app, bool ingress, in nfp_flower_offload_one_police() 165 nfp_flower_install_rate_limiter(struct nfp_app *app, struct net_device *netdev, in nfp_flower_install_rate_limiter() 289 nfp_flower_remove_rate_limiter(struct nfp_app *app, struct net_device *netdev, in nfp_flower_remove_rate_limiter() 345 void nfp_flower_stats_rlim_reply(struct nfp_app *app, struct sk_buff *skb) in nfp_flower_stats_rlim_reply() 465 nfp_flower_stats_rate_limiter(struct nfp_app *app, struct net_device *netdev, in nfp_flower_stats_rate_limiter() 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() 521 int nfp_flower_setup_qos_offload(struct nfp_app *app, struct net_device *netdev, in nfp_flower_setup_qos_offload() 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() [all …]
|
/openbmc/linux/net/802/ |
H A D | mrp.c | 236 static struct mrp_attr *mrp_attr_lookup(const struct mrp_applicant *app, in mrp_attr_lookup() 256 static struct mrp_attr *mrp_attr_create(struct mrp_applicant *app, in mrp_attr_create() 289 static void mrp_attr_destroy(struct mrp_applicant *app, struct mrp_attr *attr) in mrp_attr_destroy() 295 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() 331 static int mrp_pdu_append_end_mark(struct mrp_applicant *app) in mrp_pdu_append_end_mark() 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() 367 static int mrp_pdu_append_msg_hdr(struct mrp_applicant *app, in mrp_pdu_append_msg_hdr() 388 static int mrp_pdu_append_vecattr_hdr(struct mrp_applicant *app, in mrp_pdu_append_vecattr_hdr() [all …]
|
H A D | garp.c | 147 static struct garp_attr *garp_attr_lookup(const struct garp_applicant *app, in garp_attr_lookup() 167 static struct garp_attr *garp_attr_create(struct garp_applicant *app, in garp_attr_create() 200 static void garp_attr_destroy(struct garp_applicant *app, struct garp_attr *attr) in garp_attr_destroy() 206 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() 275 static int garp_pdu_append_msg(struct garp_applicant *app, u8 attrtype) in garp_pdu_append_msg() 287 static int garp_pdu_append_attr(struct garp_applicant *app, in garp_pdu_append_attr() [all …]
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nic/ |
H A D | main.c | 11 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/linux/drivers/net/ethernet/netronome/nfp/abm/ |
H A D | main.c | 30 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() 182 static enum devlink_eswitch_mode nfp_abm_eswitch_mode_get(struct nfp_app *app) in nfp_abm_eswitch_mode_get() 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() 313 nfp_abm_vnic_alloc(struct nfp_app *app, struct nfp_net *nn, unsigned int id) in nfp_abm_vnic_alloc() 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() [all …]
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | aggregation_service.hpp | 30 App& app, const crow::Request& req, in handleAggregationServiceHead() 43 App& app, const crow::Request& req, in handleAggregationServiceGet() 64 inline void requestRoutesAggregationService(App& app) in requestRoutesAggregationService() 100 App& app, const crow::Request& req, in handleAggregationSourceCollectionGet() 122 App& app, const crow::Request& req, in handleAggregationSourceCollectionHead() 134 inline void requestRoutesAggregationSourceCollection(App& app) in requestRoutesAggregationSourceCollection() 193 App& app, const crow::Request& req, in handleAggregationSourceGet() 209 App& app, const crow::Request& req, in handleAggregationSourceHead() 226 inline void requestRoutesAggregationSource(App& app) in requestRoutesAggregationSource()
|
H A D | redfish_sessions.hpp | 61 crow::App& app, const crow::Request& req, in handleSessionHead() 75 crow::App& app, const crow::Request& req, in handleSessionGet() 101 crow::App& app, const crow::Request& req, in handleSessionDelete() 162 crow::App& app, const crow::Request& req, in handleSessionCollectionHead() 175 crow::App& app, const crow::Request& req, in handleSessionCollectionGet() 198 crow::App& app, const crow::Request& req, in handleSessionCollectionMembersGet() 242 crow::App& app, const crow::Request& req, in handleSessionCollectionPost() 302 crow::App& app, const crow::Request& req, in handleSessionServiceHead() 314 crow::App& app, const crow::Request& req, in handleSessionServiceGet() 341 crow::App& app, const crow::Request& req, in handleSessionServicePatch() [all …]
|
H A D | log_services.hpp | 1128 inline void requestRoutesSystemLogServiceCollection(App& app) in requestRoutesSystemLogServiceCollection() 1241 inline void requestRoutesEventLogService(App& app) in requestRoutesEventLogService() 1292 App& app, const crow::Request& req, in handleSystemsLogServicesEventLogActionsClearPost() 1335 inline void requestRoutesJournalEventLogClear(App& app) in requestRoutesJournalEventLogClear() 1523 App& app, const crow::Request& req, in handleSystemsLogServiceEventLogLogEntryCollection() 1629 inline void requestRoutesJournalEventLogEntryCollection(App& app) in requestRoutesJournalEventLogEntryCollection() 1638 App& app, const crow::Request& req, in handleSystemsLogServiceEventLogEntriesGet() 1709 inline void requestRoutesJournalEventLogEntry(App& app) in requestRoutesJournalEventLogEntry() 1743 inline void requestRoutesDBusEventLogEntryCollection(App& app) in requestRoutesDBusEventLogEntryCollection() 1858 inline void requestRoutesDBusEventLogEntry(App& app) in requestRoutesDBusEventLogEntry() [all …]
|
H A D | message_registries.hpp | 30 crow::App& app, const crow::Request& req, in handleMessageRegistryFileCollectionGet() 63 inline void requestRoutesMessageRegistryFileCollection(App& app) in requestRoutesMessageRegistryFileCollection() 75 crow::App& app, const crow::Request& req, in handleMessageRoutesMessageRegistryFileGet() 129 inline void requestRoutesMessageRegistryFile(App& app) in requestRoutesMessageRegistryFile() 138 crow::App& app, const crow::Request& req, in handleMessageRegistryGet() 209 inline void requestRoutesMessageRegistry(App& app) in requestRoutesMessageRegistry()
|
H A D | certificate_service.hpp | 441 App& app, const crow::Request& req, in handleCertificateServiceGet() 485 App& app, const crow::Request& req, in handleCertificateLocationsGet() 528 App& app, const crow::Request& req, in handleReplaceCertificateAction() 682 App& app, const crow::Request& req, in handleGenerateCSRAction() 920 inline void requestRoutesCertificateService(App& app) in requestRoutesCertificateService() 948 App& app, const crow::Request& req, in handleHTTPSCertificateCollectionGet() 978 App& app, const crow::Request& req, in handleHTTPSCertificateCollectionPost() 1036 App& app, const crow::Request& req, in handleHTTPSCertificateGet() 1061 inline void requestRoutesHTTPSCertificate(App& app) in requestRoutesHTTPSCertificate() 1084 App& app, const crow::Request& req, in handleLDAPCertificateCollectionGet() [all …]
|
H A D | bios.hpp | 30 crow::App& app, const crow::Request& req, in handleBiosServiceGet() 66 inline void requestRoutesBiosService(App& app) in requestRoutesBiosService() 82 crow::App& app, const crow::Request& req, in handleBiosResetPost() 119 inline void requestRoutesBiosReset(App& app) in requestRoutesBiosReset()
|
H A D | redfish_v1.hpp | 34 inline void redfishGet(App& app, const crow::Request& req, in redfishGet() 44 inline void redfish404(App& app, const crow::Request& req, in redfish404() 66 inline void redfish405(App& app, const crow::Request& req, in redfish405() 90 App& app, const crow::Request& req, in jsonSchemaIndexGet() 131 inline void jsonSchemaGet(App& app, const crow::Request& req, in jsonSchemaGet() 236 inline void requestRoutesRedfish(App& app) in requestRoutesRedfish()
|
H A D | storage.hpp | 48 App& app, const crow::Request& req, in handleSystemsStorageCollectionGet() 79 App& app, const crow::Request& req, in handleStorageCollectionGet() 97 inline void requestRoutesStorageCollection(App& app) in requestRoutesStorageCollection() 194 App& app, const crow::Request& req, in handleSystemsStorageGet() 263 App& app, const crow::Request& req, in handleStorageGet() 280 inline void requestRoutesStorage(App& app) in requestRoutesStorage() 692 App& app, const crow::Request& req, in handleSystemsStorageDriveGet() 723 inline void requestRoutesDrive(App& app) in requestRoutesDrive() 809 crow::App& app, const crow::Request& req, in chassisDriveCollectionGet() 828 inline void requestRoutesChassisDrive(App& app) in requestRoutesChassisDrive() [all …]
|
/openbmc/linux/Documentation/sphinx/ |
H A D | automarkup.py | 77 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 D | kernellog.py | 15 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 D | main.c | 38 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() 430 static void nfp_bpf_ndo_uninit(struct nfp_app *app, struct net_device *netdev) in nfp_bpf_ndo_uninit() 437 static int nfp_bpf_start(struct nfp_app *app) in nfp_bpf_start() [all …]
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_app.c | 45 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() 189 struct ip_vs_app *register_ip_vs_app(struct netns_ipvs *ipvs, struct ip_vs_app *app) in register_ip_vs_app() 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 [all …]
|