Lines Matching refs:block1
3038 if (port->block1) in mtip_dma_free()
3040 port->block1, port->block1_dma); in mtip_dma_free()
3061 port->block1 = in mtip_dma_alloc()
3064 if (!port->block1) in mtip_dma_alloc()
3066 memset(port->block1, 0, BLOCK_DMA_ALLOC_SZ); in mtip_dma_alloc()
3074 port->block1, port->block1_dma); in mtip_dma_alloc()
3075 port->block1 = NULL; in mtip_dma_alloc()
3082 port->rxfis = port->block1 + AHCI_RX_FIS_OFFSET; in mtip_dma_alloc()
3084 port->identify = port->block1 + AHCI_IDFY_OFFSET; in mtip_dma_alloc()
3086 port->log_buf = port->block1 + AHCI_SECTBUF_OFFSET; in mtip_dma_alloc()
3088 port->smart_buf = port->block1 + AHCI_SMARTBUF_OFFSET; in mtip_dma_alloc()