Home
last modified time | relevance | path

Searched refs:LINK_STATUS_UP (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/ntb/hw/epf/
H A Dntb_hw_epf.c31 #define LINK_STATUS_UP BIT(0) macro
202 return status & LINK_STATUS_UP; in ntb_epf_link_is_up()
/openbmc/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-vntb.c60 #define LINK_STATUS_UP BIT(0) macro
170 ntb->reg->link_status |= LINK_STATUS_UP; in epf_ntb_link_up()
172 ntb->reg->link_status &= ~LINK_STATUS_UP; in epf_ntb_link_up()
H A Dpci-epf-ntb.c57 #define LINK_STATUS_UP BIT(0) macro
159 ctrl->link_status |= LINK_STATUS_UP; in epf_ntb_link_up()
161 ctrl->link_status &= ~LINK_STATUS_UP; in epf_ntb_link_up()