Searched full:set_link (Results 1 – 10 of 10) sorted by relevance
124 if (!pci->func->pcie.set_link) in nvkm_pcie_set_link()159 ret = pci->func->pcie.set_link(pci, speed, width); in nvkm_pcie_set_link()
948 * set_link(): set links according to params.955 int (*set_link)(struct qed_dev *cdev, member
693 /* Record the new FEC setting for subsequent set_link calls */ in efx_mcdi_phy_set_fecparam()
6348 /* MC_CMD_SET_LINK_IN_V2 msgrequest: Updated SET_LINK to include sequence6349 * number to ensure this SET_LINK command corresponds to the latest
710 /* Record the new FEC setting for subsequent set_link calls */ in efx_siena_mcdi_phy_set_fecparam()
4436 /* MC_CMD_SET_LINK_IN_V2 msgrequest: Updated SET_LINK to include sequence4437 * number to ensure this SET_LINK command corresponds to the latest
2370 edev->ops->common->set_link(edev->cdev, &link_params); in qede_unload()2491 edev->ops->common->set_link(edev->cdev, &link_params); in qede_load()
3686 status = qed_ops->common->set_link(qedf->cdev, &link_params); in __qedf_probe()3688 QEDF_WARN(&(qedf->dbg_ctx), "set_link failed.\n"); in __qedf_probe()
2698 rc = qedi_ops->common->set_link(qedi->cdev, &link_params); in __qedi_probe()
3050 .set_link = &qed_set_link,