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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/mac80211/
H A Dmesh.c299 struct mesh_table *mesh_table_alloc(int size_order) argument
309 (1 << size_order), GFP_KERNEL);
317 (1 << size_order), GFP_KERNEL);
324 newtbl->size_order = size_order;
325 newtbl->hash_mask = (1 << size_order) - 1;
H A Dmesh.h114 * @hash_mask: 2^size_order - 1, used to compute hash idx
119 * @size_order: determines size of the table, there will be 2^size_order hash
128 unsigned int hash_mask; /* (2^size_order) - 1 */
133 int size_order; member in struct:mesh_table
276 struct mesh_table *mesh_table_alloc(int size_order);
H A Dmesh_pathtbl.c79 newtbl = mesh_table_alloc(tbl->size_order + 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/mac80211/
H A Dmesh.c299 struct mesh_table *mesh_table_alloc(int size_order) argument
309 (1 << size_order), GFP_KERNEL);
317 (1 << size_order), GFP_KERNEL);
324 newtbl->size_order = size_order;
325 newtbl->hash_mask = (1 << size_order) - 1;
H A Dmesh.h114 * @hash_mask: 2^size_order - 1, used to compute hash idx
119 * @size_order: determines size of the table, there will be 2^size_order hash
128 unsigned int hash_mask; /* (2^size_order) - 1 */
133 int size_order; member in struct:mesh_table
276 struct mesh_table *mesh_table_alloc(int size_order);
H A Dmesh_pathtbl.c79 newtbl = mesh_table_alloc(tbl->size_order + 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dintel-iommu.h298 unsigned int size_order, u64 type);
358 unsigned int size_order, u64 type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dintel-iommu.h298 unsigned int size_order, u64 type);
358 unsigned int size_order, u64 type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pci/
H A Ddmar.c1013 unsigned int size_order, u64 type)
1029 | QI_IOTLB_AM(size_order);
1012 qi_flush_iotlb(struct intel_iommu *iommu, u16 did, u64 addr, unsigned int size_order, u64 type) argument
H A Dintel-iommu.c936 u64 addr, unsigned int size_order, u64 type)
953 val_iva = size_order | addr;
935 __iommu_flush_iotlb(struct intel_iommu *iommu, u16 did, u64 addr, unsigned int size_order, u64 type) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pci/
H A Ddmar.c1013 unsigned int size_order, u64 type)
1029 | QI_IOTLB_AM(size_order);
1012 qi_flush_iotlb(struct intel_iommu *iommu, u16 did, u64 addr, unsigned int size_order, u64 type) argument
H A Dintel-iommu.c936 u64 addr, unsigned int size_order, u64 type)
953 val_iva = size_order | addr;
935 __iommu_flush_iotlb(struct intel_iommu *iommu, u16 did, u64 addr, unsigned int size_order, u64 type) argument

Completed in 138 milliseconds