Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Ddwmac5.c416 int i, ret, nve = 0; in dwmac5_rxp_config() local
450 entry->val.ok_index = nve + 2; in dwmac5_rxp_config()
453 ret = dwmac5_rxp_update_single_entry(ioaddr, entry, nve); in dwmac5_rxp_config()
457 entry->table_pos = nve++; in dwmac5_rxp_config()
461 ret = dwmac5_rxp_update_single_entry(ioaddr, frag, nve); in dwmac5_rxp_config()
464 frag->table_pos = nve++; in dwmac5_rxp_config()
469 if (!nve) in dwmac5_rxp_config()
478 ret = dwmac5_rxp_update_single_entry(ioaddr, entry, nve); in dwmac5_rxp_config()
482 entry->table_pos = nve++; in dwmac5_rxp_config()
486 val = (nve << 16) & NPE; in dwmac5_rxp_config()
[all …]