/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_fence.h | 107 uint32_t *p_handle);
|
H A D | vmwgfx_fence.c | 604 uint32_t *p_handle) in vmw_user_fence_create() 658 *p_handle = ufence->base.handle; in vmw_user_fence_create() 600 vmw_user_fence_create(struct drm_file *file_priv, struct vmw_fence_manager *fman, uint32_t seqno, struct vmw_fence_obj **p_fence, uint32_t *p_handle) vmw_user_fence_create() argument
|
H A D | vmwgfx_execbuf.c | 3754 * If @p_handle is not NULL @file_priv must also not be NULL. Creates a 3755 * userspace handle if @p_handle is not NULL, otherwise not. 3761 uint32_t *p_handle) in vmw_execbuf_fence_commands() 3767 /* p_handle implies file_priv. */ in vmw_execbuf_fence_commands() 3768 BUG_ON(p_handle != NULL && file_priv == NULL); in vmw_execbuf_fence_commands() 3776 if (p_handle != NULL) in vmw_execbuf_fence_commands() 3778 sequence, p_fence, p_handle); in vmw_execbuf_fence_commands() 3758 vmw_execbuf_fence_commands(struct drm_file *file_priv, struct vmw_private *dev_priv, struct vmw_fence_obj **p_fence, uint32_t *p_handle) vmw_execbuf_fence_commands() argument
|
H A D | vmwgfx_drv.h | 1090 uint32_t *p_handle);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_fence.h | 105 uint32_t *p_handle);
|
H A D | vmwgfx_fence.c | 588 uint32_t *p_handle) in vmw_user_fence_create() 628 *p_handle = ufence->base.handle; in vmw_user_fence_create() 584 vmw_user_fence_create(struct drm_file *file_priv, struct vmw_fence_manager *fman, uint32_t seqno, struct vmw_fence_obj **p_fence, uint32_t *p_handle) vmw_user_fence_create() argument
|
H A D | vmwgfx_execbuf.c | 3818 * If @p_handle is not NULL @file_priv must also not be NULL. Creates a 3819 * userspace handle if @p_handle is not NULL, otherwise not. 3825 uint32_t *p_handle) in vmw_execbuf_fence_commands() 3831 /* p_handle implies file_priv. */ in vmw_execbuf_fence_commands() 3832 BUG_ON(p_handle != NULL && file_priv == NULL); in vmw_execbuf_fence_commands() 3840 if (p_handle != NULL) in vmw_execbuf_fence_commands() 3842 sequence, p_fence, p_handle); in vmw_execbuf_fence_commands() 3822 vmw_execbuf_fence_commands(struct drm_file *file_priv, struct vmw_private *dev_priv, struct vmw_fence_obj **p_fence, uint32_t *p_handle) vmw_execbuf_fence_commands() argument
|
H A D | vmwgfx_drv.h | 1019 uint32_t *p_handle);
|
/kernel/linux/linux-5.10/include/linux/qed/ |
H A D | qed_eth_if.h | 36 void *p_handle; member 41 void *p_handle; member
|
/kernel/linux/linux-6.6/include/linux/qed/ |
H A D | qed_eth_if.h | 36 void *p_handle; member 41 void *p_handle; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dev_api.h | 421 * @param p_handle 439 * @param p_handle 444 qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle);
|
H A D | qed_l2.c | 956 p_ret_params->p_handle = (void *)p_cid; in qed_eth_rx_queue_start() 1155 p_ret_params->p_handle = (void *)p_cid; in qed_eth_tx_queue_start() 1181 int qed_eth_tx_queue_stop(struct qed_hwfn *p_hwfn, void *p_handle) in qed_eth_tx_queue_stop() argument 1183 struct qed_queue_cid *p_cid = (struct qed_queue_cid *)p_handle; in qed_eth_tx_queue_stop()
|
H A D | qed_dev.c | 4814 int qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle) in qed_set_queue_coalesce() argument 4816 struct qed_queue_cid *p_cid = p_handle; in qed_set_queue_coalesce()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dev_api.h | 477 * @p_handle: P_handle. 482 qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle);
|
H A D | qed_l2.c | 958 p_ret_params->p_handle = (void *)p_cid; in qed_eth_rx_queue_start() 1156 p_ret_params->p_handle = (void *)p_cid; in qed_eth_tx_queue_start() 1182 int qed_eth_tx_queue_stop(struct qed_hwfn *p_hwfn, void *p_handle) in qed_eth_tx_queue_stop() argument 1184 struct qed_queue_cid *p_cid = (struct qed_queue_cid *)p_handle; in qed_eth_tx_queue_stop()
|
H A D | qed_dev.c | 4911 int qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle) in qed_set_queue_coalesce() argument 4913 struct qed_queue_cid *p_cid = p_handle; in qed_set_queue_coalesce()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_main.c | 2149 txq->handle = ret_params.p_handle; in qede_start_txq() 2242 rxq->handle = ret_params.p_handle; in qede_start_queues()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_main.c | 2221 txq->handle = ret_params.p_handle; in qede_start_txq() 2314 rxq->handle = ret_params.p_handle; in qede_start_queues()
|