cmd_slot          321 drivers/ata/acard-ahci.c 	pp->cmd_slot = mem;
cmd_slot          302 drivers/ata/ahci.h 	struct ahci_cmd_hdr	*cmd_slot;
cmd_slot         1290 drivers/ata/libahci.c 	pp->cmd_slot[tag].opts = cpu_to_le32(opts);
cmd_slot         1291 drivers/ata/libahci.c 	pp->cmd_slot[tag].status = 0;
cmd_slot         1292 drivers/ata/libahci.c 	pp->cmd_slot[tag].tbl_addr = cpu_to_le32(cmd_tbl_dma & 0xffffffff);
cmd_slot         1293 drivers/ata/libahci.c 	pp->cmd_slot[tag].tbl_addr_hi = cpu_to_le32((cmd_tbl_dma >> 16) >> 16);
cmd_slot         2372 drivers/ata/libahci.c 	pp->cmd_slot = mem;
cmd_slot          210 drivers/infiniband/hw/vmw_pvrdma/pvrdma.h 	void *cmd_slot;
cmd_slot           97 drivers/infiniband/hw/vmw_pvrdma/pvrdma_cmd.c 	memcpy(dev->cmd_slot, req, sizeof(*req));
cmd_slot          605 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c 	if (dev->cmd_slot)
cmd_slot          606 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c 		dma_free_coherent(&pdev->dev, PAGE_SIZE, dev->cmd_slot,
cmd_slot          909 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c 	dev->cmd_slot = dma_alloc_coherent(&pdev->dev, PAGE_SIZE,
cmd_slot          911 drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c 	if (!dev->cmd_slot) {
cmd_slot         1160 drivers/scsi/qlogicpti.c 		u_int cmd_slot;
cmd_slot         1169 drivers/scsi/qlogicpti.c 		cmd_slot = sts->handle;
cmd_slot         1170 drivers/scsi/qlogicpti.c 		Cmnd = qpti->cmd_slots[cmd_slot];
cmd_slot         1171 drivers/scsi/qlogicpti.c 		qpti->cmd_slots[cmd_slot] = NULL;