Searched refs:p_handle (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/namespaces/ |
| H A D | ns_active_ref_test.c | 956 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 D | qed_eth_if.h | 36 void *p_handle; member 41 void *p_handle; member
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_dev_api.h | 482 qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle);
|
| H A D | qed_l2.c | 958 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 D | qed_dev.c | 4888 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 D | vmwgfx_fence.c | 294 uint32_t *p_handle) in vmw_user_fence_create() argument 334 *p_handle = ufence->base.handle; in vmw_user_fence_create()
|
| H A D | vmwgfx_execbuf.c | 3822 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 D | vmwgfx_drv.h | 1002 uint32_t *p_handle);
|
| /linux/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_main.c | 2199 txq->handle = ret_params.p_handle; in qede_start_txq() 2292 rxq->handle = ret_params.p_handle; in qede_start_queues()
|