Searched refs:p_refcount (Results 1 – 3 of 3) sorted by relevance
77 if (unlikely(iq->data[ci].p_refcount != NULL)) { in mlx5e_iq_poll()78 atomic_add_int(iq->data[ci].p_refcount, -1); in mlx5e_iq_poll()79 iq->data[ci].p_refcount = NULL; in mlx5e_iq_poll()142 if (unlikely(iq->data[x].p_refcount != NULL)) { in mlx5e_iq_free_db()143 atomic_add_int(iq->data[x].p_refcount, -1); in mlx5e_iq_free_db()144 iq->data[x].p_refcount = NULL; in mlx5e_iq_free_db()
456 iq->data[pi].p_refcount = &sq_channel->refcount; in mlx5e_rl_post_sq_remap_wqe()457 atomic_add_int(iq->data[pi].p_refcount, 1); in mlx5e_rl_post_sq_remap_wqe()
792 volatile s32 *p_refcount; /* in use refcount, if any */ member