Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dmad.c740 u16 n_blocks_avail; in __subn_get_opa_pkeytable() local
751 n_blocks_avail = (u16) (npkeys/OPA_PARTITION_TABLE_BLK_SIZE) + 1; in __subn_get_opa_pkeytable()
755 if (start_block + n_blocks_req > n_blocks_avail || in __subn_get_opa_pkeytable()
759 start_block, n_blocks_req, n_blocks_avail, in __subn_get_opa_pkeytable()
1407 u16 n_blocks_avail; in __subn_set_opa_pkeytable() local
1417 n_blocks_avail = (u16)(npkeys/OPA_PARTITION_TABLE_BLK_SIZE) + 1; in __subn_set_opa_pkeytable()
1419 if (start_block + n_blocks_sent > n_blocks_avail || in __subn_set_opa_pkeytable()
1422 start_block, n_blocks_sent, n_blocks_avail, in __subn_set_opa_pkeytable()