Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intersil/hostap/
Dhostap_download.c551 u32 bufaddr, int rest_len) in prism2_download_block() argument
556 block_len = rest_len < 4096 ? rest_len : 4096; in prism2_download_block()
650 int rest_len = dl->data[i].len; in prism2_download_nonvolatile() local
653 while (rest_len > 0) { in prism2_download_nonvolatile()
659 rest_len); in prism2_download_nonvolatile()
666 rest_len -= block_len; in prism2_download_nonvolatile()
/Linux-v4.19/fs/cifs/
Dcifssmb.c1980 unsigned int rest_len; in cifs_writev_requeue() local
1984 rest_len = wdata->bytes; in cifs_writev_requeue()
1990 if (wsize < rest_len) { in cifs_writev_requeue()
1999 nr_pages = DIV_ROUND_UP(rest_len, PAGE_SIZE); in cifs_writev_requeue()
2000 cur_len = rest_len; in cifs_writev_requeue()
2001 tailsz = rest_len - (nr_pages - 1) * PAGE_SIZE; in cifs_writev_requeue()
2048 rest_len -= cur_len; in cifs_writev_requeue()