Searched refs:rqb (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_rx.c | 149 oce_free_dma_buffer(rqbd->rq->parent, rqbd->rqb); in oce_rqb_dtor() 184 rqbd->rqb = dbuf; in oce_rqb_ctor() 188 rqbd->mp->b_rptr = (uchar_t *)rqbd->rqb->base + OCE_RQE_BUF_HEADROOM; in oce_rqb_ctor() 358 rqbd->mp = desballoc((uchar_t *)rqbd->rqb->base, in oce_rx() 359 rqbd->rqb->size, 0, &rqbd->fr_rtn); in oce_rx() 365 (uchar_t *)rqbd->rqb->base + OCE_RQE_BUF_HEADROOM; in oce_rx() 377 (void) DBUF_SYNC(rqbd->rqb, DDI_DMA_SYNC_FORCPU); in oce_rx() 429 (void) DBUF_SYNC(rqbd->rqb, DDI_DMA_SYNC_FORCPU); in oce_rx_bcopy() 430 bcopy(rqbd->rqb->base + OCE_RQE_BUF_HEADROOM, rptr, frag_size); in oce_rx_bcopy() 592 rqbd->mp = desballoc((uchar_t *)rqbd->rqb->base, in oce_rx_pool_free() [all …]
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_buf.h | 91 oce_dma_buf_t *rqb; member
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_sli4.c | 6037 hdr_mp = &hdr_rq->rqb[host_index]; in emlxs_sli4_process_unsol_rcv() 6268 data_mp = &data_rq->rqb[host_index]; in emlxs_sli4_process_unsol_rcv() 7294 MBUF_INFO *rqb; in emlxs_sli4_resource_alloc() local 7544 rqb = &hba->sli.sli4.rq[i]. in emlxs_sli4_resource_alloc() 7545 rqb[k + (j * RQB_COUNT)]; in emlxs_sli4_resource_alloc() 7546 rqb->size = size; in emlxs_sli4_resource_alloc() 7547 rqb->flags = FC_MBUF_DMA | in emlxs_sli4_resource_alloc() 7549 rqb->align = ddi_ptob(hba->dip, 1L); in emlxs_sli4_resource_alloc() 7550 rqb->phys = phys; in emlxs_sli4_resource_alloc() 7551 rqb->virt = (void *)virt; in emlxs_sli4_resource_alloc() [all …]
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fc.h | 1449 MBUF_INFO rqb[RQ_DEPTH]; member
|