Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/atm/
Dueagle-atm.c831 struct block_index *blockidx; in check_dsp_e4() local
842 blockidx = &p->page_header[blockno++]; in check_dsp_e4()
843 if ((u8 *)(blockidx + 1) - dsp >= len) in check_dsp_e4()
846 if (le16_to_cpu(blockidx->PageNumber) != i) in check_dsp_e4()
849 l = E4_PAGE_BYTES(blockidx->PageSize); in check_dsp_e4()
851 l += le32_to_cpu(blockidx->PageOffset); in check_dsp_e4()
856 } while (blockidx->NotLastBlock); in check_dsp_e4()
1022 struct block_index *blockidx; in __uea_load_page_e4() local
1035 blockidx = &p->page_header[blockno]; in __uea_load_page_e4()
1036 blocksize = E4_PAGE_BYTES(blockidx->PageSize); in __uea_load_page_e4()
[all …]