Home
last modified time | relevance | path

Searched refs:p_handle (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.h107 uint32_t *p_handle);
Dvmwgfx_fence.c604 uint32_t *p_handle) in vmw_user_fence_create() argument
658 *p_handle = ufence->base.handle; in vmw_user_fence_create()
Dvmwgfx_execbuf.c3365 uint32_t *p_handle) in vmw_execbuf_fence_commands() argument
3372 BUG_ON(p_handle != NULL && file_priv == NULL); in vmw_execbuf_fence_commands()
3380 if (p_handle != NULL) in vmw_execbuf_fence_commands()
3382 sequence, p_fence, p_handle); in vmw_execbuf_fence_commands()
Dvmwgfx_drv.h1004 uint32_t *p_handle);
/Linux-v5.4/include/linux/qed/
Dqed_eth_if.h62 void *p_handle; member
67 void *p_handle; member
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_dev_api.h520 qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle);
Dqed_l2.c977 p_ret_params->p_handle = (void *)p_cid; in qed_eth_rx_queue_start()
1176 p_ret_params->p_handle = (void *)p_cid; in qed_eth_tx_queue_start()
1202 int qed_eth_tx_queue_stop(struct qed_hwfn *p_hwfn, void *p_handle) in qed_eth_tx_queue_stop() argument
1204 struct qed_queue_cid *p_cid = (struct qed_queue_cid *)p_handle; in qed_eth_tx_queue_stop()
Dqed_dev.c4965 int qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle) in qed_set_queue_coalesce() argument
4967 struct qed_queue_cid *p_cid = p_handle; in qed_set_queue_coalesce()
/Linux-v5.4/drivers/net/ethernet/qlogic/qede/
Dqede_main.c2012 txq->handle = ret_params.p_handle; in qede_start_txq()
2105 rxq->handle = ret_params.p_handle; in qede_start_queues()