Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_main.c1134 (priv->soft_mac_tbl + i)->index = DSAF_INVALID_ENTRY_IDX; in hns_dsaf_init()
1176 if ((soft_mac_entry->index != DSAF_INVALID_ENTRY_IDX) && in hns_dsaf_find_soft_mac_entry()
1184 return DSAF_INVALID_ENTRY_IDX; in hns_dsaf_find_soft_mac_entry()
1201 if (soft_mac_entry->index == DSAF_INVALID_ENTRY_IDX) in hns_dsaf_find_empty_mac_entry()
1207 return DSAF_INVALID_ENTRY_IDX; in hns_dsaf_find_empty_mac_entry()
1251 u16 entry_index = DSAF_INVALID_ENTRY_IDX; in hns_dsaf_set_mac_uc_entry()
1273 if (entry_index == DSAF_INVALID_ENTRY_IDX) { in hns_dsaf_set_mac_uc_entry()
1276 if (entry_index == DSAF_INVALID_ENTRY_IDX) { in hns_dsaf_set_mac_uc_entry()
1320 u16 entry_index = DSAF_INVALID_ENTRY_IDX; in hns_dsaf_set_mac_mc_entry()
1342 if (entry_index == DSAF_INVALID_ENTRY_IDX) { in hns_dsaf_set_mac_mc_entry()
[all …]
Dhns_dsaf_main.h36 #define DSAF_INVALID_ENTRY_IDX (0xffff) macro