Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_main.c1475 (priv->soft_mac_tbl + i)->index = DSAF_INVALID_ENTRY_IDX; in hns_dsaf_init()
1517 if ((soft_mac_entry->index != DSAF_INVALID_ENTRY_IDX) && in hns_dsaf_find_soft_mac_entry()
1525 return DSAF_INVALID_ENTRY_IDX; in hns_dsaf_find_soft_mac_entry()
1542 if (soft_mac_entry->index == DSAF_INVALID_ENTRY_IDX) in hns_dsaf_find_empty_mac_entry()
1548 return DSAF_INVALID_ENTRY_IDX; in hns_dsaf_find_empty_mac_entry()
1565 if (soft_mac_entry->index == DSAF_INVALID_ENTRY_IDX) in hns_dsaf_find_empty_mac_entry_reverse()
1569 return DSAF_INVALID_ENTRY_IDX; in hns_dsaf_find_empty_mac_entry_reverse()
1639 if (entry_index == DSAF_INVALID_ENTRY_IDX) { in hns_dsaf_set_mac_uc_entry()
1642 if (entry_index == DSAF_INVALID_ENTRY_IDX) { in hns_dsaf_set_mac_uc_entry()
1698 if (entry_index == DSAF_INVALID_ENTRY_IDX) { in hns_dsaf_rm_mac_addr()
[all …]
Dhns_dsaf_main.h30 #define DSAF_INVALID_ENTRY_IDX 0xffff macro