Home
last modified time | relevance | path

Searched refs:epriv (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/usb/host/
H A Dxhci-debugfs.c438 epriv = kzalloc(sizeof(*epriv), GFP_KERNEL); in xhci_debugfs_create_endpoint()
439 if (!epriv) in xhci_debugfs_create_endpoint()
444 snprintf(epriv->name, sizeof(epriv->name), "ep%02d", ep_index); in xhci_debugfs_create_endpoint()
447 epriv->name, in xhci_debugfs_create_endpoint()
465 kfree(epriv); in xhci_debugfs_remove_endpoint()
476 epriv->stream_id, epriv->stream_info->num_streams - 1); in xhci_stream_id_show()
506 epriv->show_ring = epriv->stream_info->stream_rings[stream_id]; in xhci_stream_id_write()
563 epriv->stream_id = 1; in xhci_debugfs_create_stream_files()
564 epriv->show_ring = epriv->stream_info->stream_rings[1]; in xhci_debugfs_create_stream_files()
566 epriv->root, epriv, in xhci_debugfs_create_stream_files()
[all …]
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c589 mutex_lock(&epriv->state_lock); in mlx5i_open()
605 err = mlx5e_open_channels(epriv, &epriv->channels); in mlx5i_open()
609 err = epriv->profile->update_rx(epriv); in mlx5i_open()
623 mlx5i_uninit_underlay_qp(epriv); in mlx5i_open()
639 mutex_lock(&epriv->state_lock); in mlx5i_close()
650 mlx5i_uninit_underlay_qp(epriv); in mlx5i_close()
768 struct mlx5e_priv *epriv; in mlx5_rdma_setup_rn() local
773 epriv = mlx5i_epriv(netdev); in mlx5_rdma_setup_rn()
793 epriv->profile = prof; in mlx5_rdma_setup_rn()
794 epriv->ppriv = ipriv; in mlx5_rdma_setup_rn()
[all …]
H A Dipoib_vlan.c108 struct mlx5i_priv *ipriv = epriv->ppriv; in mlx5i_pkey_del_qpn()
201 struct mlx5i_priv *ipriv = epriv->ppriv; in mlx5i_pkey_open()
205 mutex_lock(&epriv->state_lock); in mlx5i_pkey_open()
209 err = mlx5i_init_underlay_qp(epriv); in mlx5i_pkey_open()
227 err = mlx5e_open_channels(epriv, &epriv->channels); in mlx5i_pkey_open()
232 err = epriv->profile->update_rx(epriv); in mlx5i_pkey_open()
235 mlx5e_activate_priv_channels(epriv); in mlx5i_pkey_open()
236 mutex_unlock(&epriv->state_lock); in mlx5i_pkey_open()
241 mlx5e_close_channels(&epriv->channels); in mlx5i_pkey_open()
247 mlx5i_uninit_underlay_qp(epriv); in mlx5i_pkey_open()
[all …]
H A Dethtool.c94 struct mlx5e_priv *epriv = mlx5i_epriv(dev); in mlx5i_set_channels() local
101 mlx5_core_warn(epriv->mdev, in mlx5i_set_channels()
107 return mlx5e_ethtool_set_channels(epriv, ch); in mlx5i_set_channels()
/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c3894 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()
3905 epriv->ss.sg_list = NULL; in hfi1_build_tid_rdma_write_resp()
3906 epriv->ss.total_len = epriv->ss.sge.sge_length; in hfi1_build_tid_rdma_write_resp()
3907 epriv->ss.num_sge = 1; in hfi1_build_tid_rdma_write_resp()
3909 *ss = &epriv->ss; in hfi1_build_tid_rdma_write_resp()
[all …]