Home
last modified time | relevance | path

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

/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_main.c1471 (priv->soft_mac_tbl + i)->index = DSAF_INVALID_ENTRY_IDX; in hns_dsaf_init()
1513 if ((soft_mac_entry->index != DSAF_INVALID_ENTRY_IDX) && in hns_dsaf_find_soft_mac_entry()
1521 return DSAF_INVALID_ENTRY_IDX; in hns_dsaf_find_soft_mac_entry()
1538 if (soft_mac_entry->index == DSAF_INVALID_ENTRY_IDX) in hns_dsaf_find_empty_mac_entry()
1544 return DSAF_INVALID_ENTRY_IDX; in hns_dsaf_find_empty_mac_entry()
1561 if (soft_mac_entry->index == DSAF_INVALID_ENTRY_IDX) in hns_dsaf_find_empty_mac_entry_reverse()
1565 return DSAF_INVALID_ENTRY_IDX; in hns_dsaf_find_empty_mac_entry_reverse()
1612 u16 entry_index = DSAF_INVALID_ENTRY_IDX; in hns_dsaf_set_mac_uc_entry()
1635 if (entry_index == DSAF_INVALID_ENTRY_IDX) { in hns_dsaf_set_mac_uc_entry()
1638 if (entry_index == DSAF_INVALID_ENTRY_IDX) { in hns_dsaf_set_mac_uc_entry()
[all …]
Dhns_dsaf_main.h30 #define DSAF_INVALID_ENTRY_IDX 0xffff macro