Searched refs:cache_id (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/arm/mm/ |
D | cache-l2x0.c | 684 static void __init l2c310_fixup(void __iomem *base, u32 cache_id, in l2c310_fixup() argument 687 unsigned revision = cache_id & L2X0_CACHE_ID_RTL_MASK; in l2c310_fixup() 778 u32 aux_val, u32 aux_mask, u32 cache_id) in __l2c_init() argument 809 switch (cache_id & L2X0_CACHE_ID_PART_MASK) { in __l2c_init() 853 data->fixup(l2x0_base, cache_id, &fns); in __l2c_init() 877 data->type, cache_id, aux); in __l2c_init() 885 u32 cache_id; in l2x0_init() local 889 cache_id = readl_relaxed(base + L2X0_CACHE_ID); in l2x0_init() 891 switch (cache_id & L2X0_CACHE_ID_PART_MASK) { in l2x0_init() 910 __l2c_init(data, aux_val, aux_mask, cache_id); in l2x0_init() [all …]
|
/linux-4.1.27/net/atm/ |
D | mpoa_caches.h | 66 eg_cache_entry *(*get_by_cache_id)(__be32 cache_id, struct mpoa_client *client); 67 eg_cache_entry *(*get_by_tag)(__be32 cache_id, struct mpoa_client *client);
|
D | mpoa_caches.c | 333 static eg_cache_entry *eg_cache_get_by_cache_id(__be32 cache_id, in eg_cache_get_by_cache_id() argument 341 if (entry->ctrl_info.cache_id == cache_id) { in eg_cache_get_by_cache_id() 485 ntohl(entry->ctrl_info.cache_id)); in eg_cache_add_entry() 519 ntohl(entry->ctrl_info.cache_id)); in clear_expired()
|
D | mpc.c | 1231 __be32 cache_id = msg->content.eg_info.cache_id; in egress_purge_rcvd() local 1232 eg_cache_entry *entry = mpc->eg_ops->get_by_cache_id(cache_id, mpc); in egress_purge_rcvd() 1312 eg_cache_entry *entry = mpc->eg_ops->get_by_cache_id(msg->content.eg_info.cache_id, mpc); in MPOA_cache_impos_rcvd() 1401 dprintk("cache_id %u\n", entry->ctrl_info.cache_id); in clean_up()
|
D | mpoa_proc.c | 174 (unsigned long)ntohl(eg_entry->ctrl_info.cache_id), in mpc_show()
|
/linux-4.1.27/include/uapi/linux/ |
D | atmmpc.h | 34 __be32 cache_id; member
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_transport_iscsi.c | 389 iscsi_iface_net_attr(iface, cache_id, ISCSI_NET_PARAM_CACHE_ID);
|