cmd_slot 1164 dev/pci/ahci.c struct ahci_cmd_hdr *cmd_slot; cmd_slot 1210 dev/pci/ahci.c cmd_slot = ccb->ccb_cmd_hdr; cmd_slot 1217 dev/pci/ahci.c cmd_slot->prdtl = 0; cmd_slot 1218 dev/pci/ahci.c cmd_slot->flags = htole16(5); /* FIS length: 5 DWORDS */ cmd_slot 1219 dev/pci/ahci.c cmd_slot->flags |= htole16(AHCI_CMD_LIST_FLAG_C); /* Clear busy on OK */ cmd_slot 1220 dev/pci/ahci.c cmd_slot->flags |= htole16(AHCI_CMD_LIST_FLAG_R); /* Reset */ cmd_slot 1221 dev/pci/ahci.c cmd_slot->flags |= htole16(AHCI_CMD_LIST_FLAG_W); /* Write */ cmd_slot 1231 dev/pci/ahci.c cmd_slot->prdtl = 0; cmd_slot 1232 dev/pci/ahci.c cmd_slot->flags = htole16(5); /* FIS length: 5 DWORDS */ cmd_slot 1233 dev/pci/ahci.c cmd_slot->flags |= htole16(AHCI_CMD_LIST_FLAG_W); cmd_slot 1330 dev/pci/ahci.c struct ahci_cmd_hdr *cmd_slot = ccb->ccb_cmd_hdr; cmd_slot 1369 dev/pci/ahci.c cmd_slot->prdtl = htole16(dmap->dm_nsegs); cmd_slot 1940 dev/pci/ahci.c struct ahci_cmd_hdr *cmd_slot; cmd_slot 1959 dev/pci/ahci.c cmd_slot = ccb->ccb_cmd_hdr; cmd_slot 1973 dev/pci/ahci.c cmd_slot->flags = htole16(5); /* FIS length: 5 DWORDS */ cmd_slot 2199 dev/pci/ahci.c struct ahci_cmd_hdr *cmd_slot; cmd_slot 2209 dev/pci/ahci.c cmd_slot = ccb->ccb_cmd_hdr; cmd_slot 2210 dev/pci/ahci.c cmd_slot->flags = htole16(5); /* FIS length (in DWORDs) */ cmd_slot 2213 dev/pci/ahci.c cmd_slot->flags |= htole16(AHCI_CMD_LIST_FLAG_W); cmd_slot 2216 dev/pci/ahci.c cmd_slot->flags |= htole16(AHCI_CMD_LIST_FLAG_A);