Searched refs:nobj (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcm_mpool_pub.h | 114 uint16 nobj; /* Total number of objects in this pool */ member 180 int nobj,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcm_mpool_pub.h | 114 uint16 nobj; /* Total number of objects in this pool */ member 180 int nobj,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | bcm_mpool_pub.h | 116 uint16 nobj; /* Total number of objects in this pool */ member 184 int nobj,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcm_mpool_pub.h | 106 uint16 nobj; /* Total number of objects in this pool */ member 172 int nobj,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcm_mpool_pub.h | 114 uint16 nobj; /* Total number of objects in this pool */ member 180 int nobj,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcm_mpool_pub.h | 106 uint16 nobj; /* Total number of objects in this pool */ member 172 int nobj,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | icm.c | 416 u64 virt, int obj_size, u32 nobj, int reserved, in mlx4_init_icm_table() argument 428 num_icm = DIV_ROUND_UP(nobj, obj_per_chunk); in mlx4_init_icm_table() 435 table->num_obj = nobj; in mlx4_init_icm_table() 441 size = (u64) nobj * obj_size; in mlx4_init_icm_table()
|
| H A D | icm.h | 91 u64 virt, int obj_size, u32 nobj, int reserved,
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mthca/ |
| H A D | mthca_memfree.c | 358 int nobj, int reserved, in mthca_alloc_icm_table() argument 368 num_icm = DIV_ROUND_UP(nobj, obj_per_chunk); in mthca_alloc_icm_table() 376 table->num_obj = nobj; in mthca_alloc_icm_table() 387 if ((i + 1) * MTHCA_TABLE_CHUNK_SIZE > nobj * obj_size) in mthca_alloc_icm_table() 388 chunk_size = nobj * obj_size - i * MTHCA_TABLE_CHUNK_SIZE; in mthca_alloc_icm_table()
|
| H A D | mthca_memfree.h | 88 int nobj, int reserved,
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_hem.h | 120 unsigned long obj_size, unsigned long nobj,
|
| H A D | hns_roce_hem.c | 860 unsigned long obj_size, unsigned long nobj, in hns_roce_init_hem_table() argument 869 num_hem = (nobj + obj_per_chunk - 1) / obj_per_chunk; in hns_roce_init_hem_table() 891 num_hem = (nobj + obj_per_chunk - 1) / obj_per_chunk; in hns_roce_init_hem_table() 937 table->num_obj = nobj; in hns_roce_init_hem_table()
|