Searched refs:template_id (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_port.h371 u8 template_id; member in struct:hinic_rss_template_mgmt
381 u8 template_id; member in struct:hinic_rss_template_key
400 u8 template_id; member in struct:hinic_rss_context_table
419 u8 template_id; member in struct:hinic_rss_indir_table
430 u8 template_id; member in struct:hinic_rss_key
441 u8 template_id; member in struct:hinic_rss_engine_type
453 u8 template_id; member in struct:hinic_rss_config
810 int hinic_rss_set_template_tbl(struct hinic_dev *nic_dev, u32 template_id,
813 int hinic_rss_set_hash_engine(struct hinic_dev *nic_dev, u8 template_id,
816 int hinic_rss_cfg(struct hinic_dev *nic_dev, u8 rss_en, u8 template_id);
[all...]
H A Dhinic_port.c679 rss_cfg.template_id = tmpl_idx;
775 ctx_tbl.template_id = tmpl_idx;
799 int hinic_rss_set_template_tbl(struct hinic_dev *nic_dev, u32 template_id, argument
810 rss_key.template_id = template_id;
843 temp_key.template_id = tmpl_idx;
859 int hinic_rss_set_hash_engine(struct hinic_dev *nic_dev, u8 template_id, argument
871 rss_engine.template_id = template_id;
902 hash_type.template_id
917 hinic_rss_cfg(struct hinic_dev *nic_dev, u8 rss_en, u8 template_id) argument
[all...]
/linux-master/sound/soc/intel/avs/
H A Dpath.c30 avs_path_find_module(struct avs_path_pipeline *ppl, u32 template_id) argument
35 if (mod->template->id == template_id)
41 avs_path_find_pipeline(struct avs_path *path, u32 template_id) argument
46 if (ppl->template->id == template_id)
52 avs_path_find_path(struct avs_dev *adev, const char *name, u32 template_id) argument
63 if (pos->id == template_id) {
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtx.h736 * @template_id: currently equal to the mac context id of the coresponding
744 __le32 template_id; member in struct:iwl_mac_beacon_cmd_v6
753 * @template_id: currently equal to the mac context id of the coresponding
763 __le32 template_id; member in struct:iwl_mac_beacon_cmd_v7
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dcmd.c1011 u16 template_id, void *buf, size_t buf_len,
1018 template_id, role_id);
1032 cmd->template_type = template_id;
1010 wl1271_cmd_template_set(struct wl1271 *wl, u8 role_id, u16 template_id, void *buf, size_t buf_len, int index, u32 rates) argument
H A Dcmd.h43 u16 template_id, void *buf, size_t buf_len,
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c1057 beacon_cmd.template_id = cpu_to_le32((u32)mvmvif->id);
1077 beacon_cmd.template_id = cpu_to_le32((u32)mvmvif->id);

Completed in 155 milliseconds