Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/namespaces/
H A Dns_active_ref_test.c956 struct file_handle *gp_handle, *p_handle, *c_handle; in TEST() local
962 char p_buf[sizeof(*p_handle) + MAX_HANDLE_SZ]; in TEST()
1067 p_handle = (struct file_handle *)p_buf; in TEST()
1068 p_handle->handle_bytes = sizeof(struct nsfs_file_handle); in TEST()
1069 p_handle->handle_type = FILEID_NSFS; in TEST()
1070 struct nsfs_file_handle *p_fh = (struct nsfs_file_handle *)p_handle->f_handle; in TEST()
1101 int p_fd = open_by_handle_at(FD_NSFS_ROOT, p_handle, O_RDONLY); in TEST()
1119 struct file_handle *p_handle, *c1_handle, *c2_handle; in TEST() local
1124 char p_buf[sizeof(*p_handle) + MAX_HANDLE_SZ]; in TEST()
1224 p_handle = (struct file_handle *)p_buf; in TEST()
[all …]
/linux/include/linux/qed/
H A Dqed_eth_if.h36 void *p_handle; member
41 void *p_handle; member
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev_api.h482 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.c4888 int qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle) in qed_set_queue_coalesce() argument
4890 struct qed_queue_cid *p_cid = p_handle; in qed_set_queue_coalesce()
/linux/drivers/gpu/drm/vmwgfx/
H 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()
H A Dvmwgfx_execbuf.c3822 uint32_t *p_handle) in vmw_execbuf_fence_commands() argument
3829 BUG_ON(p_handle != NULL && file_priv == NULL); in vmw_execbuf_fence_commands()
3837 if (p_handle != NULL) in vmw_execbuf_fence_commands()
3839 sequence, p_fence, p_handle); in vmw_execbuf_fence_commands()
H A Dvmwgfx_drv.h1002 uint32_t *p_handle);
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c2199 txq->handle = ret_params.p_handle; in qede_start_txq()
2292 rxq->handle = ret_params.p_handle; in qede_start_queues()