Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/atm/
Dueagle-atm.c787 struct block_index *blockidx; in check_dsp_e4() local
798 blockidx = &p->page_header[blockno++]; in check_dsp_e4()
799 if ((u8 *)(blockidx + 1) - dsp >= len) in check_dsp_e4()
802 if (le16_to_cpu(blockidx->PageNumber) != i) in check_dsp_e4()
805 l = E4_PAGE_BYTES(blockidx->PageSize); in check_dsp_e4()
807 l += le32_to_cpu(blockidx->PageOffset); in check_dsp_e4()
812 } while (blockidx->NotLastBlock); in check_dsp_e4()
978 struct block_index *blockidx; in __uea_load_page_e4() local
991 blockidx = &p->page_header[blockno]; in __uea_load_page_e4()
992 blocksize = E4_PAGE_BYTES(blockidx->PageSize); in __uea_load_page_e4()
[all …]