Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/driver/disk/ahci/
Dahci.c551 …struct ahci_request_packet_t *pack = (struct ahci_request_packet_t *)kmalloc(sizeof(struct ahci_re… in ahci_make_request() local
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()
[all …]
/DragonOS-0.1.2/docs/community/code_contribution/
Dcoding-style.md27 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;