Searched refs:OPA_PARTITION_TABLE_BLK_SIZE (Results 1 – 2 of 2) sorted by relevance
92 #define OPA_PARTITION_TABLE_BLK_SIZE 32 macro
51 / (OPA_PARTITION_TABLE_BLK_SIZE * sizeof(u16)))1042 n_blocks_avail = (u16)(npkeys / OPA_PARTITION_TABLE_BLK_SIZE) + 1; in __subn_get_opa_pkeytable()1044 size = (n_blocks_req * OPA_PARTITION_TABLE_BLK_SIZE) * sizeof(u16); in __subn_get_opa_pkeytable()1741 n_blocks_avail = (u16)(npkeys / OPA_PARTITION_TABLE_BLK_SIZE) + 1; in __subn_set_opa_pkeytable()1743 size = sizeof(u16) * (n_blocks_sent * OPA_PARTITION_TABLE_BLK_SIZE); in __subn_set_opa_pkeytable()1759 for (i = 0; i < n_blocks_sent * OPA_PARTITION_TABLE_BLK_SIZE; i++) in __subn_set_opa_pkeytable()