Home
last modified time | relevance | path

Searched refs:ownership (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/doc/guides/freebsd_gsg/
H A Dbuild_dpdk.rst164 By default, the ``nic_uio`` module will take ownership of network ports if they are
169 how to query and modify the device ownership of the ports to be used by
177 Device ownership can be viewed using the pciconf -l command. The example below shows
178 four Intel® 82599 network ports under ``if_ixgbe`` module ownership.
H A Dbuild_sample_apps.rst106 to run these applications as a user other than "root". To do so, the ownership,
/f-stack/freebsd/contrib/device-tree/Bindings/arm/keystone/
H A Dti,k3-sci-common.yaml43 - description: TI-SCI host id to which processor control ownership
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec_neon.h531 const uint16x4_t ownership = vdup_n_u16(!(rxq->cq_ci & (q_mask + 1))); in rxq_cq_process_v() local
753 owner_mask = vceq_u16(owner_mask, ownership); in rxq_cq_process_v()
H A Dmlx5_rxtx_vec_sse.h530 unsigned int ownership = !!(rxq->cq_ci & (q_mask + 1)); in rxq_cq_process_v() local
694 if (ownership) in rxq_cq_process_v()
H A Dmlx5_rxtx_vec_altivec.h790 unsigned int ownership = !!(rxq->cq_ci & (q_mask + 1)); in rxq_cq_process_v() local
1089 if (ownership) in rxq_cq_process_v()
/f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/modes/
H A DTHIRDPARTYLICENSE.openssl21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
22 outstanding shares, or (iii) beneficial ownership of such entity.
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/
H A DLICENSE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
22 outstanding shares, or (iii) beneficial ownership of such entity.
/f-stack/freebsd/contrib/openzfs/
H A DLICENSE74 contract or otherwise, or (b) ownership of more than fifty
76 ownership of such entity.
/f-stack/freebsd/contrib/zlib/doc/
H A Drfc1952.txt578 protection, ownership, and modification time attributes on the local
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpoll_mode_drv.rst150 The ownership mechanism is controlled by ethdev APIs and allows to set/remove/get a port owner by D…