Lines Matching refs:block1
3076 if (port->block1) in mtip_dma_free()
3078 port->block1, port->block1_dma); in mtip_dma_free()
3099 port->block1 = in mtip_dma_alloc()
3102 if (!port->block1) in mtip_dma_alloc()
3104 memset(port->block1, 0, BLOCK_DMA_ALLOC_SZ); in mtip_dma_alloc()
3112 port->block1, port->block1_dma); in mtip_dma_alloc()
3113 port->block1 = NULL; in mtip_dma_alloc()
3120 port->rxfis = port->block1 + AHCI_RX_FIS_OFFSET; in mtip_dma_alloc()
3122 port->identify = port->block1 + AHCI_IDFY_OFFSET; in mtip_dma_alloc()
3124 port->log_buf = port->block1 + AHCI_SECTBUF_OFFSET; in mtip_dma_alloc()
3126 port->smart_buf = port->block1 + AHCI_SMARTBUF_OFFSET; in mtip_dma_alloc()