Home
last modified time | relevance | path

Searched refs:buf_size (Results 101 – 125 of 142) sorted by relevance

123456

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c195 oce_wqb_cache_create(struct oce_wq *wq, size_t buf_size) in oce_wqb_cache_create() argument
213 wq, buf_size, DDI_DMA_STREAMING); in oce_wqb_cache_create()
H A Doce_queue.c486 wq->cfg.buf_size = dev->tx_bcopy_limit; in oce_wq_init()
492 ret = oce_wqb_cache_create(wq, wq->cfg.buf_size); in oce_wq_init()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_rxdma.h256 uint32_t buf_size; member
/illumos-gate/usr/src/tools/smatch/src/
H A Dtokenize.c964 unsigned char *buf, unsigned int buf_size) in setup_stream() argument
977 stream->size = buf_size; in setup_stream()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h203 uint16_t buf_size; member
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.h358 uint32_t buf_size; member
H A Dhxge_rxdma.c411 chunk_size = bufinfo[anchor_index].buf_size; in hxge_rxbuf_pp_to_vp()
452 chunk_size = bufinfo[anchor_index].buf_size; in hxge_rxbuf_pp_to_vp()
669 ring_info->buffer[index].buf_size)); in hxge_rxbuf_index_info_init()
2941 ring_info->buffer[i].buf_size = dma_bufp->alength; in hxge_map_rxdma_channel_buf_ring()
2950 ring_info->buffer[i].buf_size, bsize, dma_bufp, in hxge_map_rxdma_channel_buf_ring()
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c113 size_t buf_size; /* size of buf in bytes */ member
700 size = dcp->buf_size; in di_ioctl()
885 mem->buf_size = size; in di_allocmem()
925 if (bufsiz <= dcp->buf_size) in di_copymem()
928 copysz = dcp->buf_size; in di_copymem()
1163 while (off >= dcp->buf_size) { in di_mem_addr()
1164 off -= dcp->buf_size; in di_mem_addr()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c6328 prop_size && ret_pip->ret_prop.buf_size >= prop_size) { in vhci_get_phci_path_list()
6331 ret_pip->ret_prop.buf_size); in vhci_get_phci_path_list()
6408 ret_pip->ret_prop.buf_size); in vhci_get_client_path_list()
6585 pi->ret_prop.buf_size = in vhci_ioc_alloc_pathinfo()
6586 (uint_t)pi32.ret_prop.buf_size; in vhci_ioc_alloc_pathinfo()
6623 bufsize = (*upibuf)[index].ret_prop.buf_size; in vhci_ioc_alloc_pathinfo()
6626 pi->ret_prop.buf_size = bufsize; in vhci_ioc_alloc_pathinfo()
6631 pi->ret_prop.buf_size = 0; in vhci_ioc_alloc_pathinfo()
6668 kmem_free(pi->ret_prop.buf, pi->ret_prop.buf_size); in vhci_ioc_free_pathinfo()
6750 upibuf[index].ret_prop.buf_size, mode)) { in vhci_ioc_send_pathinfo()
[all …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hsi_debug_tools.h1042 __le32 buf_size /* Idle check buffer size in dwords */; member
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_rx.c102 ngep->buf_size + NGE_HEADROOM, 0, &bufp->rx_recycle); in nge_recv_recycle()
H A Dnge.h729 uint32_t buf_size; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_debug_tools.h1042 __le32 buf_size /* Idle check buffer size in dwords */; member
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_transact.c1117 uint16_t level, buf_size; in smb_trans_net_server_getinfo() local
1122 if (smb_mbc_decodef(&xa->req_param_mb, "ww", &level, &buf_size) != 0) in smb_trans_net_server_getinfo()
1127 MBC_INIT(&str_mb, buf_size); in smb_trans_net_server_getinfo()
/illumos-gate/usr/src/uts/common/io/audio/drv/audiols/
H A Daudiols.c520 port->buf_size = port->buf_frames * port->nchan * sizeof (int16_t); in audigyls_alloc_port()
529 if (ddi_dma_mem_alloc(port->buf_dmah, port->buf_size, in audigyls_alloc_port()
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c661 uint32_t buf_size = sizeof (fc_tgt_hba_adapter_port_stats_t); in fct_get_port_stats() local
672 iport->iport_port, NULL, (uint8_t *)&stat, &buf_size); in fct_get_port_stats()
705 uint32_t buf_size = sizeof (fct_port_link_status_t); in fct_get_link_status() local
726 (uint8_t *)link_status, &buf_size); in fct_get_link_status()
3591 uint32_t buf_size = sizeof (stat); in fct_update_stats() local
3604 iport->iport_port, NULL, (uint8_t *)&stat, &buf_size); in fct_update_stats()
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_regs.h1117 uint32_t buf_size; member
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.c496 ckp->ckp_size = P2ROUNDUP(ckp->ckp_size, _MAX_ALIGNMENT) + bp->buf_size; in fmd_ckpt_resv_buf()
508 bp->buf_data, FCF_SECT_BUFFER, bp->buf_size); in fmd_ckpt_save_buf()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_main.c2293 u32 bufs_per_page, buf_size; in qede_alloc_rx_buffers() local
2305 buf_size = rx_ring->rx_buf_size; in qede_alloc_rx_buffers()
2309 buf_size = page_size; in qede_alloc_rx_buffers()
2324 buf_size, in qede_alloc_rx_buffers()
H A Dqede.h905 uint32_t buf_size; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_init.h1187 uint32_t buf_size; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c1267 CHAR_TO_SHORT(ha->ip_init_ctrl_blk.cb24.buf_size[0], in ql_async_event()
1268 ha->ip_init_ctrl_blk.cb24.buf_size[1]) : in ql_async_event()
1269 CHAR_TO_SHORT(ha->ip_init_ctrl_blk.cb.buf_size[0], in ql_async_event()
1270 ha->ip_init_ctrl_blk.cb.buf_size[1])); in ql_async_event()
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c2966 int buf_size, max_bufs; in getbuf() local
2983 buf_size = (size + bufhdrsize + 15) & ~15; in getbuf()
2989 max_bufs = MAXBUFMEM / buf_size; in getbuf()
2993 pbuf = (bufhdr *)calloc(max_bufs, buf_size); in getbuf()
3005 pbuf = (bufhdr *)((char *)pbuf + buf_size); in getbuf()
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic.h396 uint32_t buf_size; member
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c3646 uint32_t buf_size; in nxge_dma_free_rx_data_buf() local
3692 buf_size = dma_p->orig_alength; in nxge_dma_free_rx_data_buf()
3693 nxge_free_buf(CONTIG_MEM_ALLOC, kaddr, buf_size); in nxge_dma_free_rx_data_buf()
3716 buf_size = dma_p->orig_alength; in nxge_dma_free_rx_data_buf()
3721 kaddr, buf_size)); in nxge_dma_free_rx_data_buf()
3722 nxge_free_buf(KMEM_ALLOC, kaddr, buf_size); in nxge_dma_free_rx_data_buf()

123456