Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/ntb/
H A Dntb_hw_intel.h21 #define NTB_LNK_STA_ACTIVE(x) (!!((x) & NTB_LNK_STA_ACTIVE_BIT)) macro
H A Dntb_hw_intel.c297 hw->link_status = NTB_LNK_STA_ACTIVE(reg_val); in intel_ntb_get_link_status()