Searched refs:nblks (Results 1 – 5 of 5) sorted by relevance
64 u32 cid, int nblks) in smp_request_block() argument76 nblks = max(0, nblks - reserved); in smp_request_block()77 DBG("%d MMBs allocated (%d reserved)", nblks, reserved); in smp_request_block()81 if (nblks > avail) { in smp_request_block()83 nblks, avail); in smp_request_block()87 for (i = 0; i < nblks; i++) { in smp_request_block()97 enum mdp5_pipe pipe, int nblks) in set_fifo_thresholds() argument103 val = (nblks * smp_entries_per_blk) / 4; in set_fifo_thresholds()222 unsigned nblks = 0; in update_smp_state() local249 nblks++; in update_smp_state()[all …]
259 unsigned int nblks = ALIGN(req->cryptlen, AES_BLOCK_SIZE) / in crypto4xx_ctr_crypt() local268 if (counter + nblks < counter) { in crypto4xx_ctr_crypt()
421 u32 nblks) in write_same16() argument428 int left = nblks; in write_same16()
1184 unsigned int nblks = ALIGN(req->cryptlen, AES_BLOCK_SIZE) / in artpec6_crypto_ctr_crypt() local1193 if (counter + nblks < counter) { in artpec6_crypto_ctr_crypt()1197 counter, counter + nblks); in artpec6_crypto_ctr_crypt()
4246 u32 nblks; in resp_pre_fetch() local4253 nblks = get_unaligned_be16(cmd + 7); in resp_pre_fetch()4256 nblks = get_unaligned_be32(cmd + 10); in resp_pre_fetch()4258 if (lba + nblks > sdebug_capacity) { in resp_pre_fetch()4266 if (block + nblks > sdebug_store_sectors) in resp_pre_fetch()4267 rest = block + nblks - sdebug_store_sectors; in resp_pre_fetch()4272 (nblks - rest) * sdebug_sector_size); in resp_pre_fetch()