Searched refs:p_handle (Results 1 – 10 of 10) sorted by relevance
107 uint32_t *p_handle);
604 uint32_t *p_handle) in vmw_user_fence_create() argument658 *p_handle = ufence->base.handle; in vmw_user_fence_create()
3768 uint32_t *p_handle) in vmw_execbuf_fence_commands() argument3775 BUG_ON(p_handle != NULL && file_priv == NULL); in vmw_execbuf_fence_commands()3783 if (p_handle != NULL) in vmw_execbuf_fence_commands()3785 sequence, p_fence, p_handle); in vmw_execbuf_fence_commands()
1090 uint32_t *p_handle);
36 void *p_handle; member41 void *p_handle; member
444 qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle);
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() argument1183 struct qed_queue_cid *p_cid = (struct qed_queue_cid *)p_handle; in qed_eth_tx_queue_stop()
4814 int qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle) in qed_set_queue_coalesce() argument4816 struct qed_queue_cid *p_cid = p_handle; in qed_set_queue_coalesce()
8264 + struct xf_handle *p_handle;8272 + p_handle = &p_comp->handle;8273 + proxy = p_handle->proxy;8276 + smsg = xf_buffer_data(p_handle->aux);8285 + __XF_PORT_SPEC2(p_handle->id, 0));8317 + struct xf_handle *p_handle;8325 + p_handle = &p_comp->handle;8326 + proxy = p_handle->proxy;8329 + smsg = xf_buffer_data(p_handle->aux);8336 + __XF_PORT_SPEC2(p_handle->id, 0));[all …]
2117 txq->handle = ret_params.p_handle; in qede_start_txq()2210 rxq->handle = ret_params.p_handle; in qede_start_queues()