Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_main.c1419 (priv->soft_mac_tbl + i)->index = DSAF_INVALID_ENTRY_IDX; in hns_dsaf_init()
1461 if ((soft_mac_entry->index != DSAF_INVALID_ENTRY_IDX) && in hns_dsaf_find_soft_mac_entry()
1469 return DSAF_INVALID_ENTRY_IDX; in hns_dsaf_find_soft_mac_entry()
1486 if (soft_mac_entry->index == DSAF_INVALID_ENTRY_IDX) in hns_dsaf_find_empty_mac_entry()
1492 return DSAF_INVALID_ENTRY_IDX; in hns_dsaf_find_empty_mac_entry()
1541 u16 entry_index = DSAF_INVALID_ENTRY_IDX; in hns_dsaf_set_mac_uc_entry()
1564 if (entry_index == DSAF_INVALID_ENTRY_IDX) { in hns_dsaf_set_mac_uc_entry()
1567 if (entry_index == DSAF_INVALID_ENTRY_IDX) { in hns_dsaf_set_mac_uc_entry()
1607 u16 entry_index = DSAF_INVALID_ENTRY_IDX; in hns_dsaf_rm_mac_addr()
1623 if (entry_index == DSAF_INVALID_ENTRY_IDX) { in hns_dsaf_rm_mac_addr()
[all …]
Dhns_dsaf_main.h34 #define DSAF_INVALID_ENTRY_IDX 0xffff macro