Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Dmad.c1683 u32 n_blocks_sent = OPA_AM_NBLK(am); in __subn_set_opa_pkeytable() local
1692 if (n_blocks_sent == 0) { in __subn_set_opa_pkeytable()
1694 port, start_block, n_blocks_sent); in __subn_set_opa_pkeytable()
1701 size = sizeof(u16) * (n_blocks_sent * OPA_PARTITION_TABLE_BLK_SIZE); in __subn_set_opa_pkeytable()
1708 if (start_block + n_blocks_sent > n_blocks_avail || in __subn_set_opa_pkeytable()
1709 n_blocks_sent > OPA_NUM_PKEY_BLOCKS_PER_SMP) { in __subn_set_opa_pkeytable()
1711 start_block, n_blocks_sent, n_blocks_avail, in __subn_set_opa_pkeytable()
1717 for (i = 0; i < n_blocks_sent * OPA_PARTITION_TABLE_BLK_SIZE; i++) in __subn_set_opa_pkeytable()