Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_reg.h36 #define DSAF_DEBUG_NW_NUM 2 macro
39 #define DSAF_GE_NUM ((DSAF_SERVICE_NW_NUM) + (DSAF_DEBUG_NW_NUM))
40 #define DSAF_PORT_NUM ((DSAF_SERVICE_NW_NUM) + (DSAF_DEBUG_NW_NUM))
Dhns_ae_adapt.c43 if (port_id < DSAF_DEBUG_NW_NUM) in hns_ae_map_eport_to_dport()
46 port_index = port_id - DSAF_DEBUG_NW_NUM; in hns_ae_map_eport_to_dport()