Searched refs:profile_type (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/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-v5.4/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 | 4174 bool ipv4, bool ipv6, enum gft_profile_type profile_type);
|
| /Linux-v5.4/kernel/ |
| D | profile.c | 170 int profile_event_register(enum profile_type type, struct notifier_block *n) in profile_event_register() 189 int profile_event_unregister(enum profile_type type, struct notifier_block *n) in profile_event_unregister()
|
| /Linux-v5.4/drivers/net/ethernet/emulex/benet/ |
| D | be_cmds.h | 2498 u8 profile_type, u8 query, u8 domain);
|
| D | be_cmds.c | 4434 u8 profile_type, u8 query, u8 domain) in be_cmd_get_profile_config() argument 4461 req->type = profile_type; in be_cmd_get_profile_config()
|