Home
last modified time | relevance | path

Searched refs:p_handle (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.h107 uint32_t *p_handle);
H A Dvmwgfx_fence.c604 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 Dvmwgfx_execbuf.c3754 * 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 Dvmwgfx_drv.h1090 uint32_t *p_handle);
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.h105 uint32_t *p_handle);
H A Dvmwgfx_fence.c588 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 Dvmwgfx_execbuf.c3818 * 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 Dvmwgfx_drv.h1019 uint32_t *p_handle);
/kernel/linux/linux-5.10/include/linux/qed/
H A Dqed_eth_if.h36 void *p_handle; member
41 void *p_handle; member
/kernel/linux/linux-6.6/include/linux/qed/
H A Dqed_eth_if.h36 void *p_handle; member
41 void *p_handle; member
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev_api.h421 * @param p_handle
439 * @param p_handle
444 qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle);
H A Dqed_l2.c956 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 Dqed_dev.c4814 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 Dqed_dev_api.h477 * @p_handle: P_handle.
482 qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle);
H A Dqed_l2.c958 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 Dqed_dev.c4911 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 Dqede_main.c2149 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 Dqede_main.c2221 txq->handle = ret_params.p_handle; in qede_start_txq()
2314 rxq->handle = ret_params.p_handle; in qede_start_queues()

Completed in 47 milliseconds