Lines Matching refs:block1
3069 if (port->block1) in mtip_dma_free()
3071 port->block1, port->block1_dma); in mtip_dma_free()
3092 port->block1 = in mtip_dma_alloc()
3095 if (!port->block1) in mtip_dma_alloc()
3097 memset(port->block1, 0, BLOCK_DMA_ALLOC_SZ); in mtip_dma_alloc()
3105 port->block1, port->block1_dma); in mtip_dma_alloc()
3106 port->block1 = NULL; in mtip_dma_alloc()
3113 port->rxfis = port->block1 + AHCI_RX_FIS_OFFSET; in mtip_dma_alloc()
3115 port->identify = port->block1 + AHCI_IDFY_OFFSET; in mtip_dma_alloc()
3117 port->log_buf = port->block1 + AHCI_SECTBUF_OFFSET; in mtip_dma_alloc()
3119 port->smart_buf = port->block1 + AHCI_SMARTBUF_OFFSET; in mtip_dma_alloc()