Searched refs:link_is_up (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/ntb/ |
H A D | ntb_transport.c | 139 bool link_is_up; member 239 bool link_is_up; member 474 if (!qp || !qp->link_is_up) in debugfs_read() 546 qp->link_is_up ? "Up" : "Down"); in debugfs_read() 929 qp->link_is_up = false; in ntb_qp_link_context_reset() 968 qp->event_handler(qp->cb_data, qp->link_is_up); in ntb_qp_link_cleanup() 980 if (nt->link_is_up) in ntb_qp_link_cleanup_work() 1007 if (!nt->link_is_up) in ntb_transport_link_cleanup() 1116 nt->link_is_up = true; in ntb_transport_link_work() 1153 WARN_ON(!nt->link_is_up); in ntb_qp_link_work() [all …]
|
/linux/drivers/net/ |
H A D | ntb_netdev.c | 83 static void ntb_netdev_event_handler(void *data, int link_is_up) in ntb_netdev_event_handler() argument 88 netdev_dbg(ndev, "Event %x, Link %x\n", link_is_up, in ntb_netdev_event_handler() 91 if (link_is_up) { in ntb_netdev_event_handler()
|
/linux/drivers/ntb/hw/mscc/ |
H A D | ntb_hw_switchtec.c | 86 bool link_is_up; member 440 if (!sndev->link_is_up) { in switchtec_ntb_set_link_speed() 494 int old = sndev->link_is_up; in switchtec_ntb_link_status_update() 506 sndev->link_is_up = link_sta; in switchtec_ntb_link_status_update() 531 if (sndev->link_is_up) { in check_link_status_work() 532 sndev->link_is_up = 0; in check_link_status_work() 570 return sndev->link_is_up; in switchtec_ntb_link_is_up() 819 .link_is_up = switchtec_ntb_link_is_up,
|
/linux/drivers/ntb/hw/intel/ |
H A D | ntb_hw_gen3.c | 65 .link_is_up = xeon_link_is_up, 288 if (!ndev->reg->link_is_up(ndev)) in ndev_ntb3_debugfs_read() 607 .link_is_up = intel_ntb_link_is_up,
|
H A D | ntb_hw_gen4.c | 24 .link_is_up = gen4_link_is_up, 252 if (!ndev->reg->link_is_up(ndev)) in ndev_ntb4_debugfs_read() 572 .link_is_up = intel_ntb_link_is_up,
|
H A D | ntb_hw_intel.h | 103 int (*link_is_up)(struct intel_ntb_dev *ndev); member
|
H A D | ntb_hw_gen1.c | 537 if (!ndev->reg->link_is_up(ndev)) { in ndev_ntb_debugfs_read() 948 if (ndev->reg->link_is_up(ndev)) { in intel_ntb_link_is_up() 1931 .link_is_up = xeon_link_is_up, 1999 .link_is_up = intel_ntb_link_is_up,
|
/linux/Documentation/networking/ |
H A D | sfp-phylink.rst | 290 phylink_pcs_change(pcs, link_is_up); 292 where ``link_is_up`` is true if the link is currently up or false 384 phylink_mac_change(priv->phylink, link_is_up); 386 where ``link_is_up`` is true if the link is currently up or false
|
/linux/include/linux/ |
H A D | ntb.h | 266 u64 (*link_is_up)(struct ntb_dev *ntb, member 344 ops->link_is_up && in ntb_dev_ops_is_valid() 747 return ntb->ops->link_is_up(ntb, speed, width); in ntb_link_is_up()
|
/linux/drivers/ntb/hw/epf/ |
H A D | ntb_hw_epf.c | 532 .link_is_up = ntb_epf_link_is_up,
|
/linux/drivers/pci/endpoint/functions/ |
H A D | pci-epf-vntb.c | 1245 .link_is_up = vntb_epf_link_is_up,
|
/linux/drivers/ntb/hw/amd/ |
H A D | ntb_hw_amd.c | 551 .link_is_up = amd_ntb_link_is_up,
|