Home
last modified time | relevance | path

Searched refs:profile_id (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_main.c3896 u16 profile_id; in be_get_config() local
3917 status = be_cmd_get_active_profile(adapter, &profile_id); in be_get_config()
3920 "Using profile 0x%x\n", profile_id); in be_get_config()
Dbe_cmds.c4139 int be_cmd_get_active_profile(struct be_adapter *adapter, u16 *profile_id) in be_cmd_get_active_profile() argument
4165 *profile_id = le16_to_cpu(resp->active_profile_id); in be_cmd_get_active_profile()