Searched refs:gq (Results 1 – 2 of 2) sorted by relevance
232 if (gq->cur >= gq->dirty) in rswitch_get_num_cur_queues()233 return gq->cur - gq->dirty; in rswitch_get_num_cur_queues()235 return gq->ring_size - gq->dirty + gq->cur; in rswitch_get_num_cur_queues()283 (gq->ring_size + 1), gq->rx_ring, gq->ring_dma); in rswitch_gwca_queue_free()293 (gq->ring_size + 1), gq->tx_ring, gq->ring_dma); in rswitch_gwca_queue_free()308 gq->ts_ring, gq->ring_dma); in rswitch_gwca_ts_queue_free()574 memset(gq, 0, sizeof(*gq)); in rswitch_gwca_get()816 desc = &gq->rx_ring[gq->cur]; in rswitch_rx()840 gq->rx_bufs[gq->cur] = NULL; in rswitch_rx()878 skb = gq->skbs[gq->dirty]; in rswitch_tx_free()[all …]
1958 struct xfs_dquot *gq = NULL; in xfs_qm_vop_dqalloc() local2025 XFS_DQTYPE_GROUP, true, &gq); in xfs_qm_vop_dqalloc()2030 xfs_dqunlock(gq); in xfs_qm_vop_dqalloc()2035 gq = xfs_qm_dqhold(ip->i_gdquot); in xfs_qm_vop_dqalloc()2064 *O_gdqpp = gq; in xfs_qm_vop_dqalloc()2066 xfs_qm_dqrele(gq); in xfs_qm_vop_dqalloc()2074 xfs_qm_dqrele(gq); in xfs_qm_vop_dqalloc()