/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_port.h | 360 u8 template_id; member 370 u8 template_id; member 389 u8 template_id; member 408 u8 template_id; member 419 u8 template_id; member 430 u8 template_id; member 442 u8 template_id; member 799 int hinic_rss_set_template_tbl(struct hinic_dev *nic_dev, u32 template_id, 802 int hinic_rss_set_hash_engine(struct hinic_dev *nic_dev, u8 template_id, 805 int hinic_rss_cfg(struct hinic_dev *nic_dev, u8 rss_en, u8 template_id); [all...] |
H A D | hinic_port.c | 664 rss_cfg.template_id = tmpl_idx; in hinic_rss_get_indir_tbl() 760 ctx_tbl.template_id = tmpl_idx; in hinic_get_rss_type() 784 int hinic_rss_set_template_tbl(struct hinic_dev *nic_dev, u32 template_id, in hinic_rss_set_template_tbl() argument 795 rss_key.template_id = template_id; in hinic_rss_set_template_tbl() 828 temp_key.template_id = tmpl_idx; in hinic_rss_get_template_tbl() 844 int hinic_rss_set_hash_engine(struct hinic_dev *nic_dev, u8 template_id, in hinic_rss_set_hash_engine() argument 856 rss_engine.template_id = template_id; in hinic_rss_set_hash_engine() 887 hash_type.template_id in hinic_rss_get_hash_engine() 902 hinic_rss_cfg(struct hinic_dev *nic_dev, u8 rss_en, u8 template_id) hinic_rss_cfg() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_port.h | 371 u8 template_id; member 381 u8 template_id; member 400 u8 template_id; member 419 u8 template_id; member 430 u8 template_id; member 441 u8 template_id; member 453 u8 template_id; member 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 D | hinic_port.c | 679 rss_cfg.template_id = tmpl_idx; in hinic_rss_get_indir_tbl() 775 ctx_tbl.template_id = tmpl_idx; in hinic_get_rss_type() 799 int hinic_rss_set_template_tbl(struct hinic_dev *nic_dev, u32 template_id, in hinic_rss_set_template_tbl() argument 810 rss_key.template_id = template_id; in hinic_rss_set_template_tbl() 843 temp_key.template_id = tmpl_idx; in hinic_rss_get_template_tbl() 859 int hinic_rss_set_hash_engine(struct hinic_dev *nic_dev, u8 template_id, in hinic_rss_set_hash_engine() argument 871 rss_engine.template_id = template_id; in hinic_rss_set_hash_engine() 902 hash_type.template_id in hinic_rss_get_hash_engine() 917 hinic_rss_cfg(struct hinic_dev *nic_dev, u8 rss_en, u8 template_id) hinic_rss_cfg() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | tx.h | 775 * @template_id: currently equal to the mac context id of the coresponding 783 __le32 template_id; member 792 * @template_id: currently equal to the mac context id of the coresponding 802 __le32 template_id; member 825 * @template_id: currently equal to the mac context id of the coresponding mac. 837 __le32 template_id; member
|
/kernel/linux/linux-6.6/sound/soc/intel/avs/ |
H A D | path.c | 30 avs_path_find_module(struct avs_path_pipeline *ppl, u32 template_id) in avs_path_find_module() argument 35 if (mod->template->id == template_id) in avs_path_find_module() 41 avs_path_find_pipeline(struct avs_path *path, u32 template_id) in avs_path_find_pipeline() argument 46 if (ppl->template->id == template_id) in avs_path_find_pipeline() 52 avs_path_find_path(struct avs_dev *adev, const char *name, u32 template_id) in avs_path_find_path() argument 63 if (pos->id == template_id) { in avs_path_find_path()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | tx.h | 734 * @template_id: currently equal to the mac context id of the coresponding 742 __le32 template_id; member 751 * @template_id: currently equal to the mac context id of the coresponding 761 __le32 template_id; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac-ctxt.c | 934 beacon_cmd.template_id = cpu_to_le32((u32)mvmvif->id); in iwl_mvm_mac_ctxt_send_beacon_v6() 954 beacon_cmd.template_id = cpu_to_le32((u32)mvmvif->id); in iwl_mvm_mac_ctxt_send_beacon_v7() 991 beacon_cmd.template_id = cpu_to_le32((u32)mvmvif->id); in iwl_mvm_mac_ctxt_send_beacon_v9()
|
H A D | debugfs.c | 1293 beacon_cmd.template_id = cpu_to_le32((u32)mvmvif->id); in _iwl_dbgfs_inject_beacon_ie()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | cmd.h | 43 u16 template_id, void *buf, size_t buf_len,
|
H A D | cmd.c | 1013 u16 template_id, void *buf, size_t buf_len, in wl1271_cmd_template_set() 1020 template_id, role_id); in wl1271_cmd_template_set() 1034 cmd->template_type = template_id; in wl1271_cmd_template_set() 1012 wl1271_cmd_template_set(struct wl1271 *wl, u8 role_id, u16 template_id, void *buf, size_t buf_len, int index, u32 rates) wl1271_cmd_template_set() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | cmd.h | 43 u16 template_id, void *buf, size_t buf_len,
|
H A D | cmd.c | 1011 u16 template_id, void *buf, size_t buf_len, in wl1271_cmd_template_set() 1018 template_id, role_id); in wl1271_cmd_template_set() 1032 cmd->template_type = template_id; in wl1271_cmd_template_set() 1010 wl1271_cmd_template_set(struct wl1271 *wl, u8 role_id, u16 template_id, void *buf, size_t buf_len, int index, u32 rates) wl1271_cmd_template_set() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac-ctxt.c | 1046 beacon_cmd.template_id = cpu_to_le32((u32)mvmvif->id); in iwl_mvm_mac_ctxt_send_beacon_v6() 1066 beacon_cmd.template_id = cpu_to_le32((u32)mvmvif->id); in iwl_mvm_mac_ctxt_send_beacon_v7()
|