Searched refs:OPA_PARTITION_TABLE_BLK_SIZE (Results 1 – 2 of 2) sorted by relevance
92 #define OPA_PARTITION_TABLE_BLK_SIZE 32 macro
9 / (OPA_PARTITION_TABLE_BLK_SIZE * sizeof(u16)))1000 n_blocks_avail = (u16)(npkeys / OPA_PARTITION_TABLE_BLK_SIZE) + 1; in __subn_get_opa_pkeytable()1002 size = (n_blocks_req * OPA_PARTITION_TABLE_BLK_SIZE) * sizeof(u16); in __subn_get_opa_pkeytable()1699 n_blocks_avail = (u16)(npkeys / OPA_PARTITION_TABLE_BLK_SIZE) + 1; in __subn_set_opa_pkeytable()1701 size = sizeof(u16) * (n_blocks_sent * OPA_PARTITION_TABLE_BLK_SIZE); in __subn_set_opa_pkeytable()1717 for (i = 0; i < n_blocks_sent * OPA_PARTITION_TABLE_BLK_SIZE; i++) in __subn_set_opa_pkeytable()