Home
last modified time | relevance | path

Searched refs:n_blocks_avail (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/infiniband/hw/hfi1/
Dmad.c989 u16 n_blocks_avail; in __subn_get_opa_pkeytable() local
1000 n_blocks_avail = (u16)(npkeys / OPA_PARTITION_TABLE_BLK_SIZE) + 1; in __subn_get_opa_pkeytable()
1009 if (start_block + n_blocks_req > n_blocks_avail || in __subn_get_opa_pkeytable()
1013 start_block, n_blocks_req, n_blocks_avail, in __subn_get_opa_pkeytable()
1688 u16 n_blocks_avail; in __subn_set_opa_pkeytable() local
1699 n_blocks_avail = (u16)(npkeys / OPA_PARTITION_TABLE_BLK_SIZE) + 1; in __subn_set_opa_pkeytable()
1708 if (start_block + n_blocks_sent > n_blocks_avail || in __subn_set_opa_pkeytable()
1711 start_block, n_blocks_sent, n_blocks_avail, in __subn_set_opa_pkeytable()