Home
last modified time | relevance | path

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

/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_fence.h88 uint32_t *p_handle);
A Dvmwgfx_fence.c294 uint32_t *p_handle) in vmw_user_fence_create() argument
334 *p_handle = ufence->base.handle; in vmw_user_fence_create()
A Dvmwgfx_execbuf.c3810 uint32_t *p_handle) in vmw_execbuf_fence_commands() argument
3817 BUG_ON(p_handle != NULL && file_priv == NULL); in vmw_execbuf_fence_commands()
3825 if (p_handle != NULL) in vmw_execbuf_fence_commands()
3827 sequence, p_fence, p_handle); in vmw_execbuf_fence_commands()
A Dvmwgfx_drv.h984 uint32_t *p_handle);
/drivers/net/ethernet/qlogic/qed/
A Dqed_dev_api.h482 qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle);
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()
A Dqed_dev.c4892 int qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle) in qed_set_queue_coalesce() argument
4894 struct qed_queue_cid *p_cid = p_handle; in qed_set_queue_coalesce()
/drivers/net/ethernet/qlogic/qede/
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 44 milliseconds