Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_lmi.c119 int poll_count; /* the count of times for autolmi */ member
295 sc->poll_count = 0; in nglmi_startup_auto()
395 if ((sc->poll_count <= 0) || (sc->poll_count > LMIPOLLSIZE)) { in ngauto_state_machine()
398 sc->poll_count = LMIPOLLSIZE; in ngauto_state_machine()
434 sc->poll_count--; in ngauto_state_machine()
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c1086 uint64_t poll_count; in main_telemetry_loop() local
1092 poll_count = 0; in main_telemetry_loop()
1144 poll_count++; in main_telemetry_loop()
1168 if (unlikely(poll_count >= DEFAULT_COUNT)) { in main_telemetry_loop()
1178 poll_count = 0; in main_telemetry_loop()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c10829 uint32_t expected, uint32_t poll_count) argument
10831 uint32_t cur_cnt = poll_count;
10968 uint32_t poll_count) argument
10971 uint32_t cur_cnt = poll_count;
10992 uint32_t poll_count) argument
10995 uint32_t cur_cnt = poll_count;
11013 static void bnx2x_tx_hw_flushed(struct bnx2x_softc *sc, uint32_t poll_count) argument
11056 bnx2x_pbf_pN_cmd_flushed(sc, &cmd_regs[i], poll_count);
11061 bnx2x_pbf_pN_buf_flushed(sc, &buf_regs[i], poll_count);
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_power_man.rst447 The busy percentage is calculated by recording the poll_count