Searched refs:rqb (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/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 …]
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_buf.h | 91 oce_dma_buf_t *rqb; member
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_sli4.c | 6388 hdr_mp = &hdr_rq->rqb[host_index]; in emlxs_sli4_process_unsol_rcv() 6619 data_mp = &data_rq->rqb[host_index]; in emlxs_sli4_process_unsol_rcv() 7671 MBUF_INFO *rqb; in emlxs_sli4_resource_alloc() local 7918 rqb = &hba->sli.sli4.rq[i]. in emlxs_sli4_resource_alloc() 7919 rqb[k + (j * RQB_COUNT)]; in emlxs_sli4_resource_alloc() 7920 rqb->size = size; in emlxs_sli4_resource_alloc() 7921 rqb->flags = FC_MBUF_DMA | FC_MBUF_SNGLSG; in emlxs_sli4_resource_alloc() 7922 rqb->align = ddi_ptob(hba->dip, 1L); in emlxs_sli4_resource_alloc() 7923 rqb->phys = phys; in emlxs_sli4_resource_alloc() 7924 rqb->virt = (void *)virt; in emlxs_sli4_resource_alloc() [all …]
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fc.h | 1460 MBUF_INFO rqb[RQ_DEPTH]; member
|