Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/atm/
Dueagle-atm.c830 struct block_index *blockidx; in check_dsp_e4() local
841 blockidx = &p->page_header[blockno++]; in check_dsp_e4()
842 if ((u8 *)(blockidx + 1) - dsp >= len) in check_dsp_e4()
845 if (le16_to_cpu(blockidx->PageNumber) != i) in check_dsp_e4()
848 l = E4_PAGE_BYTES(blockidx->PageSize); in check_dsp_e4()
850 l += le32_to_cpu(blockidx->PageOffset); in check_dsp_e4()
855 } while (blockidx->NotLastBlock); in check_dsp_e4()
1021 struct block_index *blockidx; in __uea_load_page_e4() local
1034 blockidx = &p->page_header[blockno]; in __uea_load_page_e4()
1035 blocksize = E4_PAGE_BYTES(blockidx->PageSize); in __uea_load_page_e4()
[all …]