Searched refs:temp_len (Results 1 – 3 of 3) sorted by relevance
1838 size_t real_len, temp_len; in hermon_rsrc_mbox_alloc() local1856 temp_len = (num << pool_info->rsrc_shift); in hermon_rsrc_mbox_alloc()1857 status = ddi_dma_mem_alloc(hdl->hr_dmahdl, temp_len, in hermon_rsrc_mbox_alloc()
2238 size_t real_len, temp_len; in tavor_rsrc_mbox_alloc() local2291 temp_len = (num * pool_info->rsrc_quantum); in tavor_rsrc_mbox_alloc()2292 status = ddi_dma_mem_alloc(hdl->tr_dmahdl, temp_len, in tavor_rsrc_mbox_alloc()
8995 nsc_size_t temp_len; in _ii_fill_buf() local9008 temp_len = fba_len; in _ii_fill_buf()9036 while (temp_len > 0) { in _ii_fill_buf()9037 if ((temp_fba + temp_len) > DSW_CHK2FBA(chunk_num + 1)) { in _ii_fill_buf()9039 temp_len -= bmp_len; in _ii_fill_buf()9041 bmp_len = temp_len; in _ii_fill_buf()9042 temp_len = 0; in _ii_fill_buf()