Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_port.c41 uint32_t *genp = NULL; in sfc_port_update_mac_stats() local
72 genp = &port->mac_stats_update_generation; in sfc_port_update_mac_stats()
73 gen_old = *genp; in sfc_port_update_mac_stats()
81 port->mac_stats_buf, genp); in sfc_port_update_mac_stats()
85 } while ((genp != NULL) && (*genp == gen_old) && in sfc_port_update_mac_stats()