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

/freebsd-10.1-release/contrib/ofed/management/opensm/osmtest/
H A Dosmt_mtl_regular_qp.c429 u_int32_t poll_cnt = 0; local
432 while ((ret == VAPI_CQ_EMPTY) && (poll_cnt < max_poll)) {
439 poll_cnt++;
447 if ((poll_cnt == max_poll) && (ret == VAPI_CQ_EMPTY)) {
/freebsd-10.1-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c57 if (force || (++ssk->tx_ring.poll_cnt & (SDP_TX_POLL_MODER - 1)) == 0)
449 ssk->tx_ring.poll_cnt = 0;
H A Dsdp.h323 u16 poll_cnt; member in struct:sdp_tx_ring
/freebsd-10.1-release/sys/ofed/drivers/net/mlx4/
H A Den_tx.c221 ring->poll_cnt = 0;
540 if ((++ring->poll_cnt & (MLX4_EN_TX_POLL_MODER - 1)) == 0)
H A Dmlx4_en.h286 u16 poll_cnt; member in struct:mlx4_en_tx_ring
/freebsd-10.1-release/sys/dev/bxe/
H A Dbxe.c17897 uint32_t poll_cnt)
17899 uint32_t val = bxe_flr_clnup_reg_poll(sc, reg, 0, poll_cnt);
17927 uint32_t poll_cnt)
17933 poll_cnt)) {
17941 poll_cnt)) {
17949 poll_cnt)) {
17957 poll_cnt)) {
17964 poll_cnt)) {
17972 poll_cnt)) {
17989 uint32_t poll_cnt)
17894 bxe_flr_clnup_poll_hw_counter(struct bxe_softc *sc, uint32_t reg, char *msg, uint32_t poll_cnt) argument
17926 bxe_poll_hw_usage_counters(struct bxe_softc *sc, uint32_t poll_cnt) argument
17987 bxe_send_final_clnup(struct bxe_softc *sc, uint8_t clnup_func, uint32_t poll_cnt) argument
18190 uint32_t poll_cnt = bxe_flr_clnup_poll_count(sc); local
[all...]

Completed in 135 milliseconds