Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c1527 if (hbq->HBQ_host_buf.virt == 0) { in emlxs_hbq_alloc()
1544 hbq->HBQ_host_buf.virt = buf_info->virt; in emlxs_hbq_alloc()
1545 hbq->HBQ_host_buf.phys = buf_info->phys; in emlxs_hbq_alloc()
1546 hbq->HBQ_host_buf.data_handle = buf_info->data_handle; in emlxs_hbq_alloc()
1547 hbq->HBQ_host_buf.dma_handle = buf_info->dma_handle; in emlxs_hbq_alloc()
1548 hbq->HBQ_host_buf.size = buf_info->size; in emlxs_hbq_alloc()
1549 hbq->HBQ_host_buf.tag = hbq_id; in emlxs_hbq_alloc()
1551 bzero((char *)hbq->HBQ_host_buf.virt, buf_info->size); in emlxs_hbq_alloc()
H A Demlxs_sli3.c6444 hbqE = (HBQE_t *)hbq->HBQ_host_buf.virt; in emlxs_hbq_setup()
6546 if (hbq->HBQ_host_buf.virt != 0) { in emlxs_hbq_free_all()
6557 buf_info->size = hbq->HBQ_host_buf.size; in emlxs_hbq_free_all()
6558 buf_info->virt = hbq->HBQ_host_buf.virt; in emlxs_hbq_free_all()
6559 buf_info->phys = hbq->HBQ_host_buf.phys; in emlxs_hbq_free_all()
6560 buf_info->dma_handle = hbq->HBQ_host_buf.dma_handle; in emlxs_hbq_free_all()
6561 buf_info->data_handle = hbq->HBQ_host_buf.data_handle; in emlxs_hbq_free_all()
6566 hbq->HBQ_host_buf.virt = NULL; in emlxs_hbq_free_all()
H A Demlxs_mbox.c2528 mb->un.varCfgHbq.hbqaddrLow = PADDR_LO(hbq->HBQ_host_buf.phys); in emlxs_mb_config_hbq()
2529 mb->un.varCfgHbq.hbqaddrHigh = PADDR_HI(hbq->HBQ_host_buf.phys); in emlxs_mb_config_hbq()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h362 MATCHMAP HBQ_host_buf; /* HBQ host buffer for HBQEs */ member