Searched refs:profile_type (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/linux/ |
D | profile.h | 35 enum profile_type { enum 84 int profile_event_register(enum profile_type, struct notifier_block * n); 85 int profile_event_unregister(enum profile_type, struct notifier_block * n); 123 static inline int profile_event_register(enum profile_type t, struct notifier_block * n) in profile_event_register() 128 static inline int profile_event_unregister(enum profile_type t, struct notifier_block * n) in profile_event_unregister()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_init_fw_funcs.c | 1233 bool ipv4, bool ipv6, enum gft_profile_type profile_type) in qed_gft_config() argument 1243 if (profile_type >= MAX_GFT_PROFILE_TYPE) in qed_gft_config() 1311 if (profile_type == GFT_PROFILE_TYPE_4_TUPLE) { in qed_gft_config() 1318 } else if (profile_type == GFT_PROFILE_TYPE_L4_DST_PORT) { in qed_gft_config() 1322 } else if (profile_type == GFT_PROFILE_TYPE_IP_DST_ADDR) { in qed_gft_config() 1325 } else if (profile_type == GFT_PROFILE_TYPE_IP_SRC_ADDR) { in qed_gft_config() 1328 } else if (profile_type == GFT_PROFILE_TYPE_TUNNEL_TYPE) { in qed_gft_config()
|
D | qed_hsi.h | 4091 bool ipv4, bool ipv6, enum gft_profile_type profile_type);
|
/Linux-v4.19/kernel/ |
D | profile.c | 169 int profile_event_register(enum profile_type type, struct notifier_block *n) in profile_event_register() 188 int profile_event_unregister(enum profile_type type, struct notifier_block *n) in profile_event_unregister()
|
/Linux-v4.19/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.h | 2502 u8 profile_type, u8 query, u8 domain);
|
D | be_cmds.c | 4440 u8 profile_type, u8 query, u8 domain) in be_cmd_get_profile_config() argument 4467 req->type = profile_type; in be_cmd_get_profile_config()
|