Home
last modified time | relevance | path

Searched refs:HBQ_host_buf (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c1564 if (hbq->HBQ_host_buf.virt == 0) { in emlxs_hbq_alloc()
1581 hbq->HBQ_host_buf.virt = buf_info->virt; in emlxs_hbq_alloc()
1582 hbq->HBQ_host_buf.phys = buf_info->phys; in emlxs_hbq_alloc()
1583 hbq->HBQ_host_buf.data_handle = buf_info->data_handle; in emlxs_hbq_alloc()
1584 hbq->HBQ_host_buf.dma_handle = buf_info->dma_handle; in emlxs_hbq_alloc()
1585 hbq->HBQ_host_buf.size = buf_info->size; in emlxs_hbq_alloc()
1586 hbq->HBQ_host_buf.tag = hbq_id; in emlxs_hbq_alloc()
1588 bzero((char *)hbq->HBQ_host_buf.virt, buf_info->size); in emlxs_hbq_alloc()
H A Demlxs_sli3.c6452 hbqE = (HBQE_t *)hbq->HBQ_host_buf.virt; in emlxs_hbq_setup()
6554 if (hbq->HBQ_host_buf.virt != 0) { in emlxs_hbq_free_all()
6565 buf_info->size = hbq->HBQ_host_buf.size; in emlxs_hbq_free_all()
6566 buf_info->virt = hbq->HBQ_host_buf.virt; in emlxs_hbq_free_all()
6567 buf_info->phys = hbq->HBQ_host_buf.phys; in emlxs_hbq_free_all()
6568 buf_info->dma_handle = hbq->HBQ_host_buf.dma_handle; in emlxs_hbq_free_all()
6569 buf_info->data_handle = hbq->HBQ_host_buf.data_handle; in emlxs_hbq_free_all()
6574 hbq->HBQ_host_buf.virt = NULL; in emlxs_hbq_free_all()
H A Demlxs_mbox.c2600 mb->un.varCfgHbq.hbqaddrLow = PADDR_LO(hbq->HBQ_host_buf.phys); in emlxs_mb_config_hbq()
2601 mb->un.varCfgHbq.hbqaddrHigh = PADDR_HI(hbq->HBQ_host_buf.phys); in emlxs_mb_config_hbq()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h363 MATCHMAP HBQ_host_buf; /* HBQ host buffer for HBQEs */ member