Searched refs:cache_id (Results 1 - 12 of 12) sorted by relevance

/linux-master/net/atm/
H A Dmpoa_caches.h69 eg_cache_entry *(*get_by_cache_id)(__be32 cache_id, struct mpoa_client *client);
70 eg_cache_entry *(*get_by_tag)(__be32 cache_id, struct mpoa_client *client);
H A Dmpoa_caches.c332 static eg_cache_entry *eg_cache_get_by_cache_id(__be32 cache_id, argument
340 if (entry->ctrl_info.cache_id == cache_id) {
482 dprintk("new_eg_cache_entry cache_id %u\n",
483 ntohl(entry->ctrl_info.cache_id));
515 dprintk("egress_cache: holding time expired, cache_id = %u.\n",
516 ntohl(entry->ctrl_info.cache_id));
H A Dmpoa_proc.c175 (unsigned long)ntohl(eg_entry->ctrl_info.cache_id),
H A Dmpc.c1231 __be32 cache_id = msg->content.eg_info.cache_id; local
1232 eg_cache_entry *entry = mpc->eg_ops->get_by_cache_id(cache_id, mpc);
1312 eg_cache_entry *entry = mpc->eg_ops->get_by_cache_id(msg->content.eg_info.cache_id, mpc);
1401 dprintk("cache_id %u\n", entry->ctrl_info.cache_id);
/linux-master/include/uapi/linux/
H A Datmmpc.h35 __be32 cache_id; member in struct:eg_ctrl_info
/linux-master/arch/arm/mm/
H A Dcache-l2x0.c681 static void __init l2c310_fixup(void __iomem *base, u32 cache_id, argument
684 unsigned revision = cache_id & L2X0_CACHE_ID_RTL_MASK;
781 u32 aux_val, u32 aux_mask, u32 cache_id, bool nosync)
812 switch (cache_id & L2X0_CACHE_ID_PART_MASK) {
856 data->fixup(l2x0_base, cache_id, &fns);
887 data->type, cache_id, aux);
889 l2x0_pmu_register(l2x0_base, cache_id);
897 u32 cache_id; local
901 cache_id = readl_relaxed(base + L2X0_CACHE_ID);
903 switch (cache_id
780 __l2c_init(const struct l2c_init_data *data, u32 aux_val, u32 aux_mask, u32 cache_id, bool nosync) argument
1481 aurora_fixup(void __iomem *base, u32 cache_id, struct outer_cache_fns *fns) argument
1766 u32 cache_id, old_aux; local
[all...]
/linux-master/drivers/acpi/
H A Dpptt.c415 this_leaf->id = found_cache_v1->cache_id;
/linux-master/drivers/perf/
H A Driscv_pmu_sbi.c103 uint32_t cache_id:13; member in struct:sbi_pmu_event_data::__anon225::__anon226::hw_cache_event
/linux-master/include/acpi/
H A Dactbl2.h2569 u32 cache_id; member in struct:acpi_pptt_cache_v1
/linux-master/include/net/
H A Dcfg80211.h3430 * @cache_id: 2-octet cache identifier advertized by a FILS AP identifying the
3452 const u8 *cache_id; member in struct:cfg80211_pmksa
/linux-master/drivers/scsi/
H A Dscsi_transport_iscsi.c414 iscsi_iface_net_attr(iface, cache_id, ISCSI_NET_PARAM_CACHE_ID);
/linux-master/net/wireless/
H A Dnl80211.c12203 pmksa.cache_id = nla_data(info->attrs[NL80211_ATTR_FILS_CACHE_ID]);
12263 pmksa.cache_id = nla_data(info->attrs[NL80211_ATTR_FILS_CACHE_ID]);

Completed in 267 milliseconds