Home
last modified time | relevance | path

Searched refs:DSAF_BASE_INNER_PORT_NUM (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_main.h27 #define DSAF_BASE_INNER_PORT_NUM (127) /* mac tbl qid*/ macro
Dhns_ae_adapt.c263 ret = hns_mac_set_multi(mac_cb, DSAF_BASE_INNER_PORT_NUM, in hns_ae_set_multicast_one()
268 mac_addr, DSAF_BASE_INNER_PORT_NUM, ret); in hns_ae_set_multicast_one()
Dhns_dsaf_main.c1439 } else if (mac_entry->port_num >= DSAF_BASE_INNER_PORT_NUM) { in hns_dsaf_add_mac_mc_port()
1441 DSAF_BASE_INNER_PORT_NUM + DSAF_SERVICE_NW_NUM; in hns_dsaf_add_mac_mc_port()
1587 } else if (mac_entry->port_num >= DSAF_BASE_INNER_PORT_NUM) { in hns_dsaf_del_mac_mc_port()
1589 DSAF_BASE_INNER_PORT_NUM + DSAF_SERVICE_NW_NUM; in hns_dsaf_del_mac_mc_port()
Dhns_dsaf_mac.c229 tmp_port += DSAF_BASE_INNER_PORT_NUM; in hns_mac_get_inner_port_num()