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

/freebsd-11-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-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c57 if (force || (++ssk->tx_ring.poll_cnt & (SDP_TX_POLL_MODER - 1)) == 0)
446 ssk->tx_ring.poll_cnt = 0;
H A Dsdp.h325 u16 poll_cnt; member in struct:sdp_tx_ring
/freebsd-11-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.h282 u16 poll_cnt; member in struct:mlx4_en_tx_ring
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c17855 uint32_t poll_cnt)
17857 uint32_t val = bxe_flr_clnup_reg_poll(sc, reg, 0, poll_cnt);
17885 uint32_t poll_cnt)
17891 poll_cnt)) {
17899 poll_cnt)) {
17907 poll_cnt)) {
17915 poll_cnt)) {
17922 poll_cnt)) {
17930 poll_cnt)) {
17947 uint32_t poll_cnt)
17852 bxe_flr_clnup_poll_hw_counter(struct bxe_softc *sc, uint32_t reg, char *msg, uint32_t poll_cnt) argument
17884 bxe_poll_hw_usage_counters(struct bxe_softc *sc, uint32_t poll_cnt) argument
17945 bxe_send_final_clnup(struct bxe_softc *sc, uint8_t clnup_func, uint32_t poll_cnt) argument
18148 uint32_t poll_cnt = bxe_flr_clnup_poll_count(sc); local
[all...]

Completed in 228 milliseconds