Searched refs:epriv (Results 1 – 3 of 3) sorted by relevance
470 struct xhci_ep_priv *epriv; in xhci_debugfs_create_endpoint() local479 epriv = kzalloc_obj(*epriv); in xhci_debugfs_create_endpoint()480 if (!epriv) in xhci_debugfs_create_endpoint()483 epriv->show_ring = dev->eps[ep_index].ring; in xhci_debugfs_create_endpoint()485 snprintf(epriv->name, sizeof(epriv->name), "ep%02d", ep_index); in xhci_debugfs_create_endpoint()486 epriv->root = xhci_debugfs_create_ring_dir(xhci, in xhci_debugfs_create_endpoint()487 &epriv->show_ring, in xhci_debugfs_create_endpoint()488 epriv->name, in xhci_debugfs_create_endpoint()490 spriv->eps[ep_index] = epriv; in xhci_debugfs_create_endpoint()497 struct xhci_ep_priv *epriv; in xhci_debugfs_remove_endpoint() local[all …]
107 struct mlx5e_priv *epriv = mlx5i_epriv(netdev); in mlx5i_pkey_del_qpn() local108 struct mlx5i_priv *ipriv = epriv->ppriv; in mlx5i_pkey_del_qpn()114 mlx5_core_warn(epriv->mdev, "QPN to netdev delete from HT failed\n"); in mlx5i_pkey_del_qpn()195 struct mlx5e_priv *epriv = mlx5i_epriv(netdev); in mlx5i_pkey_open() local196 struct mlx5i_priv *ipriv = epriv->ppriv; in mlx5i_pkey_open()197 struct mlx5_core_dev *mdev = epriv->mdev; in mlx5i_pkey_open()200 mutex_lock(&epriv->state_lock); in mlx5i_pkey_open()202 set_bit(MLX5E_STATE_OPENED, &epriv->state); in mlx5i_pkey_open()204 err = mlx5i_init_underlay_qp(epriv); in mlx5i_pkey_open()222 err = mlx5e_open_channels(epriv, &epriv->channels); in mlx5i_pkey_open()[all …]
2348 struct hfi1_ack_priv *epriv = e->priv; in hfi1_build_tid_rdma_read_resp() local2349 struct tid_rdma_request *req = &epriv->tid_req; in hfi1_build_tid_rdma_read_resp()3840 struct hfi1_ack_priv *epriv = e->priv; in hfi1_build_tid_rdma_write_resp() local3841 struct tid_rdma_request *req = &epriv->tid_req; in hfi1_build_tid_rdma_write_resp()3894 epriv->ss.sge.vaddr = resp_addr; in hfi1_build_tid_rdma_write_resp()3895 epriv->ss.sge.sge_length = resp_len; in hfi1_build_tid_rdma_write_resp()3896 epriv->ss.sge.length = epriv->ss.sge.sge_length; in hfi1_build_tid_rdma_write_resp()3901 epriv->ss.sge.mr = NULL; in hfi1_build_tid_rdma_write_resp()3902 epriv->ss.sge.m = 0; in hfi1_build_tid_rdma_write_resp()3903 epriv->ss.sge.n = 0; in hfi1_build_tid_rdma_write_resp()[all …]