Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/ntb/hw/epf/
Dntb_hw_epf.c31 #define LINK_STATUS_UP BIT(0) macro
200 return status & LINK_STATUS_UP; in ntb_epf_link_is_up()
/linux-5.19.10/drivers/pci/endpoint/functions/
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()