Searched defs:nxge_tdc_cfg (Results 1 – 1 of 1) sorted by relevance
236 typedef struct nxge_tdc_cfg { struct237 uint32_t flag; /* 0: not configured 1: configured */238 struct nxge_hw_list *nxge_hw_p;239 uint32_t port; /* function number */241 uint32_t tx_log_page_vld_page0; /* TRUE or FALSE */242 uint32_t tx_log_page_vld_page1; /* TRUE or FALSE */243 uint64_t tx_log_mask1;244 uint64_t tx_log_value1;245 uint64_t tx_log_mask2;246 uint64_t tx_log_value2;[all …]