Home
last modified time | relevance | path

Searched refs:iov (Results 151 – 162 of 162) sorted by relevance

1234567

/illumos-gate/usr/src/uts/common/io/
H A Dlofi.c1884 iovec_t iov; in lofi_urw() local
1893 iov.iov_base = (void *)arg; in lofi_urw()
1894 iov.iov_len = size; in lofi_urw()
1895 uio.uio_iov = &iov; in lofi_urw()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex1580 Some relevant documents are \cite{doc:iov-lec}, \cite{doc:iov-sys} and \cite{doc:iov-doc}.
1595 …s VFs, it should enable the access of each VF to the HW by calling \myfunc{iov\_init\_hw\_for\_vf}…
1605 … that after all the flow is done the PF's upper-driver should call \myfunc{iov\_release\_hw\_for\_…
1607 …nset in the PF's PCI configuration space, upper-driver should call \myfunc{iov\_set\_vf\_to\_disab…
1611 …m the PF bar, and with much more limited access toward chip; see \cite{doc:iov-sys} for details ab…
1640 …\item Upper-layer driver should utilizes DMAE [\myfunc{iov\_copy\_vf\_msg}{iov_copy_vf_msg}] in or…
1641 …ld schedule the proper context for handling the VF message calling \myfunc{iov\_process\_mbx\_req}…
1647 One optional auxilary function that can be used by the ecore-client is \myfunc{iov\_pf\_get\_pendin…
1693 [See \cite{doc:iov-sys} for more details]. From driver point-of-view, management FW notifies driver…
1700 …ecore `volatile' information it holds for those VFs, and then call \myfunc{iov\_vf\_flr\_cleanup}{…
[all …]
H A Dosal.txt469 pending_flr field in the PF's iov information should be set
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c763 struct iovec iov; in vn_rdwr() local
775 iov.iov_base = base; in vn_rdwr()
776 iov.iov_len = len; in vn_rdwr()
777 uio.uio_iov = &iov; in vn_rdwr()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h1052 ibt_iov_t *iov; member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c5233 struct iovec iov; in do_xattr_exists_check() local
5243 uio.uio_iov = &iov; in do_xattr_exists_check()
5250 iov.iov_base = dbuf; in do_xattr_exists_check()
5251 iov.iov_len = dlen; in do_xattr_exists_check()
H A Dnfs_server.c3326 rfs_read_alloc(uint_t len, struct iovec **iov, int *iovcnt) in rfs_read_alloc() argument
3337 *iov = iovarr; in rfs_read_alloc()
/illumos-gate/usr/src/uts/common/os/
H A Daio.c3797 struct iovec *iov; in aio_port_callback() local
3818 iov = reqp->aio_req_uio.uio_iov; in aio_port_callback()
3822 aio_copyout_result_port(iov, bp, resultp); in aio_port_callback()
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_data.c926 iov_attr.iov = iov_arr; in eib_data_prepare_sgl()
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c6807 iov_attr.iov = iov_arr; in ibd_prepare_sgl()
7200 iov_attr.iov = iov_arr; in ibd_send()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Drelease.txt3714 1. Problem: MFW commands might timeout when enabling iov.
4792 8. Request: Added the following iov related api:
5685 7. Request: Added 3 new iov-related OSALs: IOV_VF_ACQUIRE, IOV_VF_CLEANUP,
/illumos-gate/exception_lists/
H A Dcstyle1206 usr/src/cmd/bhyve/iov.[ch]

1234567