Home
last modified time | relevance | path

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

/linux/drivers/usb/atm/
H A Dueagle-atm.c788 struct block_index *blockidx; in check_dsp_e4() local
799 blockidx = &p->page_header[blockno++]; in check_dsp_e4()
800 if ((u8 *)(blockidx + 1) - dsp >= len) in check_dsp_e4()
803 if (le16_to_cpu(blockidx->PageNumber) != i) in check_dsp_e4()
806 l = E4_PAGE_BYTES(blockidx->PageSize); in check_dsp_e4()
808 l += le32_to_cpu(blockidx->PageOffset); in check_dsp_e4()
813 } while (blockidx->NotLastBlock); in check_dsp_e4()
979 struct block_index *blockidx; in __uea_load_page_e4() local
992 blockidx = &p->page_header[blockno]; in __uea_load_page_e4()
993 blocksize = E4_PAGE_BYTES(blockidx->PageSize); in __uea_load_page_e4()
[all …]