Searched refs:poll_cnt (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_init_ops.c600 int poll_cnt = 500; local
616 } while ((val != 1) && --poll_cnt);
618 if (!poll_cnt)
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c59 if (force || (++ssk->tx_ring.poll_cnt & (SDP_TX_POLL_MODER - 1)) == 0)
448 ssk->tx_ring.poll_cnt = 0;
H A Dsdp.h325 u16 poll_cnt; member in struct:sdp_tx_ring
/freebsd-12-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c226 ring->poll_cnt = 0;
477 if ((++ring->poll_cnt & (MLX4_EN_TX_POLL_MODER - 1)) == 0)
H A Den.h283 u16 poll_cnt; member in struct:mlx4_en_tx_ring
/freebsd-12-stable/sys/dev/bxe/
H A Dbxe.c17862 uint32_t poll_cnt)
17864 uint32_t val = bxe_flr_clnup_reg_poll(sc, reg, 0, poll_cnt);
17892 uint32_t poll_cnt)
17898 poll_cnt)) {
17906 poll_cnt)) {
17914 poll_cnt)) {
17922 poll_cnt)) {
17929 poll_cnt)) {
17937 poll_cnt)) {
17954 uint32_t poll_cnt)
17859 bxe_flr_clnup_poll_hw_counter(struct bxe_softc *sc, uint32_t reg, char *msg, uint32_t poll_cnt) argument
17891 bxe_poll_hw_usage_counters(struct bxe_softc *sc, uint32_t poll_cnt) argument
17952 bxe_send_final_clnup(struct bxe_softc *sc, uint8_t clnup_func, uint32_t poll_cnt) argument
18155 uint32_t poll_cnt = bxe_flr_clnup_poll_count(sc); local
[all...]

Completed in 205 milliseconds