Home
last modified time | relevance | path

Searched refs:priv_flags (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/sys/dev/vmware/vmci/
H A Dvmci_datagram.c32 vmci_privilege_flags priv_flags; member
42 vmci_privilege_flags *priv_flags);
182 entry->priv_flags = priv_flags; in datagram_create_hnd()
268 if (priv_flags & ~VMCI_PRIVILEGE_ALL_FLAGS) in vmci_datagram_create_handle_priv()
343 vmci_privilege_flags *priv_flags) in vmci_datagram_get_priv_flags_int() argument
346 ASSERT(priv_flags); in vmci_datagram_get_priv_flags_int()
359 *priv_flags = src_entry->priv_flags; in vmci_datagram_get_priv_flags_int()
362 *priv_flags = VMCI_MAX_PRIVILEGE_FLAGS; in vmci_datagram_get_priv_flags_int()
364 *priv_flags = VMCI_NO_PRIVILEGE_FLAGS; in vmci_datagram_get_priv_flags_int()
390 vmci_privilege_flags *priv_flags) in vmci_datagram_get_priv_flags() argument
[all …]
H A Dvmci_doorbell.c30 vmci_privilege_flags priv_flags; member
205 vmci_privilege_flags *priv_flags) in vmci_doorbell_get_priv_flags() argument
208 if (priv_flags == NULL || handle.context == VMCI_INVALID_ID) in vmci_doorbell_get_priv_flags()
221 *priv_flags = entry->priv_flags; in vmci_doorbell_get_priv_flags()
227 *priv_flags = VMCI_NO_PRIVILEGE_FLAGS; in vmci_doorbell_get_priv_flags()
502 priv_flags & ~VMCI_PRIVILEGE_ALL_FLAGS) in vmci_doorbell_create()
540 entry->priv_flags = priv_flags; in vmci_doorbell_create()
684 vmci_privilege_flags priv_flags) in vmci_doorbell_notify_as_guest() argument
716 vmci_doorbell_notify(struct vmci_handle dst, vmci_privilege_flags priv_flags) in vmci_doorbell_notify() argument
719 (priv_flags & ~VMCI_PRIVILEGE_ALL_FLAGS)) in vmci_doorbell_notify()
[all …]
H A Dvmci_kernel_api_2.h26 vmci_privilege_flags priv_flags, vmci_callback notify_cb,
30 vmci_privilege_flags priv_flags);
H A Dvmci_kernel_api_1.h25 vmci_privilege_flags priv_flags, vmci_datagram_recv_cb recv_cb,
46 uint32_t flags, vmci_privilege_flags priv_flags);
H A Dvmci_qpair.c33 vmci_privilege_flags priv_flags; member
146 uint32_t flags, vmci_privilege_flags priv_flags) in vmci_qpair_alloc() argument
179 my_qpair->priv_flags = priv_flags; in vmci_qpair_alloc()
184 my_qpair->priv_flags); in vmci_qpair_alloc()
H A Dvmci_queue_pair.c71 vmci_privilege_flags priv_flags);
95 vmci_id peer, uint32_t flags, vmci_privilege_flags priv_flags) in vmci_queue_pair_alloc() argument
103 produce_size, consume_q, consume_size, peer, flags, priv_flags)); in vmci_queue_pair_alloc()
579 uint32_t flags, vmci_privilege_flags priv_flags) in vmci_queue_pair_alloc_guest_work() argument
591 if (priv_flags != VMCI_NO_PRIVILEGE_FLAGS) in vmci_queue_pair_alloc_guest_work()
H A Dvmci_datagram.h18 vmci_privilege_flags *priv_flags);
H A Dvmci_doorbell.h22 vmci_privilege_flags *priv_flags);
H A Dvmci_queue_pair.h23 vmci_id peer, uint32_t flags, vmci_privilege_flags priv_flags);
/freebsd-14.2/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_radar.c192 if (!(ichan->priv_flags & CHANNEL_INTERFERENCE)) {
196 ichan->priv_flags &= ~CHANNEL_INTERFERENCE;
215 if (!(ichan->priv_flags & CHANNEL_INTERFERENCE)) {
219 ichan->priv_flags |= CHANNEL_INTERFERENCE;
220 chan->priv_flags |= CHANNEL_INTERFERENCE;
369 ahp->ah_curchan->priv_flags |= CHANNEL_DFS_CLEAR;
370 chan->priv_flags = ahp->ah_curchan->priv_flags;
H A Dar9300_reset.c4796 chan->priv_flags = ichan->priv_flags; in ar9300_reset()
5318 chan->priv_flags = ichan->priv_flags; in ar9300_reset()
/freebsd-14.2/sys/dev/drm2/ttm/
H A Dttm_bo_api.h248 unsigned long priv_flags; member
H A Dttm_bo_vm.c152 if (test_bit(TTM_BO_PRIV_FLAG_MOVING, &bo->priv_flags)) { in ttm_bo_vm_fault()
H A Dttm_bo.c1272 bo->priv_flags = 0; in ttm_bo_init()
1733 clear_bit(TTM_BO_PRIV_FLAG_MOVING, &bo->priv_flags); in ttm_bo_wait()
1757 &bo->priv_flags); in ttm_bo_wait()
H A Dttm_bo_util.c638 set_bit(TTM_BO_PRIV_FLAG_MOVING, &bo->priv_flags); in ttm_bo_move_accel_cleanup()
/freebsd-14.2/sys/dev/enic/
H A Denic.h215 unsigned int priv_flags; member