Searched refs:blk_pak (Results 1 – 3 of 3) sorted by relevance
27 pack->blk_pak.end_handler = NULL;28 pack->blk_pak.cmd = AHCI_CMD_READ_DMA_EXT;31 pack->blk_pak.end_handler = NULL;32 pack->blk_pak.cmd = AHCI_CMD_WRITE_DMA_EXT;35 pack->blk_pak.end_handler = NULL;36 pack->blk_pak.cmd = cmd;
553 wait_queue_init(&pack->blk_pak.wait_queue, current_pcb); in ahci_make_request()554 pack->blk_pak.device_type = BLK_TYPE_AHCI; in ahci_make_request()560 pack->blk_pak.end_handler = NULL; in ahci_make_request()561 pack->blk_pak.cmd = AHCI_CMD_READ_DMA_EXT; in ahci_make_request()564 pack->blk_pak.end_handler = NULL; in ahci_make_request()565 pack->blk_pak.cmd = AHCI_CMD_WRITE_DMA_EXT; in ahci_make_request()568 pack->blk_pak.end_handler = NULL; in ahci_make_request()569 pack->blk_pak.cmd = cmd; in ahci_make_request()573 pack->blk_pak.LBA_start = base_addr; in ahci_make_request()574 pack->blk_pak.count = count; in ahci_make_request()[all …]
357 struct block_device_request_packet blk_pak; // 块设备请求包 member