Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/host/
A Dxhci-debugfs.c456 epriv = kzalloc(sizeof(*epriv), GFP_KERNEL); in xhci_debugfs_create_endpoint()
457 if (!epriv) in xhci_debugfs_create_endpoint()
462 snprintf(epriv->name, sizeof(epriv->name), "ep%02d", ep_index); in xhci_debugfs_create_endpoint()
465 epriv->name, in xhci_debugfs_create_endpoint()
483 kfree(epriv); in xhci_debugfs_remove_endpoint()
494 epriv->stream_id, epriv->stream_info->num_streams - 1); in xhci_stream_id_show()
524 epriv->show_ring = epriv->stream_info->stream_rings[stream_id]; in xhci_stream_id_write()
581 epriv->stream_id = 1; in xhci_debugfs_create_stream_files()
582 epriv->show_ring = epriv->stream_info->stream_rings[1]; in xhci_debugfs_create_stream_files()
584 epriv->root, epriv, in xhci_debugfs_create_stream_files()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
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 …]
A Dipoib.c587 mutex_lock(&epriv->state_lock); in mlx5i_open()
603 err = mlx5e_open_channels(epriv, &epriv->channels); in mlx5i_open()
607 err = epriv->profile->update_rx(epriv); in mlx5i_open()
621 mlx5i_uninit_underlay_qp(epriv); in mlx5i_open()
637 mutex_lock(&epriv->state_lock); in mlx5i_close()
648 mlx5i_uninit_underlay_qp(epriv); in mlx5i_close()
766 struct mlx5e_priv *epriv; in mlx5_rdma_setup_rn() local
771 epriv = mlx5i_epriv(netdev); in mlx5_rdma_setup_rn()
791 epriv->profile = prof; in mlx5_rdma_setup_rn()
792 epriv->ppriv = ipriv; in mlx5_rdma_setup_rn()
[all …]
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.3-rc2/drivers/infiniband/hw/hfi1/
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 …]

Completed in 18 milliseconds