Home
last modified time | relevance | path

Searched refs:nq (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/fs/xfs/quota/
Dxfs_trans_dquot.c100 xfs_dqtrx_t *oq, *nq; in xfs_trans_dup_dqinfo() local
123 nq = &nqa[i]; in xfs_trans_dup_dqinfo()
125 nq->qt_dquot = oq->qt_dquot; in xfs_trans_dup_dqinfo()
126 nq->qt_bcount_delta = nq->qt_icount_delta = 0; in xfs_trans_dup_dqinfo()
127 nq->qt_rtbcount_delta = 0; in xfs_trans_dup_dqinfo()
132 nq->qt_blk_res = oq->qt_blk_res - oq->qt_blk_res_used; in xfs_trans_dup_dqinfo()
135 nq->qt_rtblk_res = oq->qt_rtblk_res - in xfs_trans_dup_dqinfo()
139 nq->qt_ino_res = oq->qt_ino_res - oq->qt_ino_res_used; in xfs_trans_dup_dqinfo()
/linux-2.6.39/net/ipv6/netfilter/
Dnf_conntrack_reasm.c107 const struct nf_ct_frag6_queue *nq; in nf_hashfn() local
109 nq = container_of(q, struct nf_ct_frag6_queue, q); in nf_hashfn()
110 return inet6_hash_frag(nq->id, &nq->saddr, &nq->daddr, nf_frags.rnd); in nf_hashfn()
/linux-2.6.39/drivers/net/cxgb4vf/
Dt4vf_hw.c794 int nq = min(n, 32); in t4vf_config_rss_range() local
801 cmd.niqid = cpu_to_be16(nq); in t4vf_config_rss_range()
807 start += nq; in t4vf_config_rss_range()
808 n -= nq; in t4vf_config_rss_range()
815 while (nq > 0) { in t4vf_config_rss_range()
824 int nqbuf = min(3, nq); in t4vf_config_rss_range()
826 nq -= nqbuf; in t4vf_config_rss_range()
/linux-2.6.39/drivers/net/
Dmv643xx_eth.c511 struct netdev_queue *nq = netdev_get_tx_queue(mp->dev, txq->index); in txq_maybe_wake() local
513 if (netif_tx_queue_stopped(nq)) { in txq_maybe_wake()
514 __netif_tx_lock(nq, smp_processor_id()); in txq_maybe_wake()
516 netif_tx_wake_queue(nq); in txq_maybe_wake()
517 __netif_tx_unlock(nq); in txq_maybe_wake()
864 struct netdev_queue *nq; in mv643xx_eth_xmit() local
868 nq = netdev_get_tx_queue(dev, queue); in mv643xx_eth_xmit()
892 netif_tx_stop_queue(nq); in mv643xx_eth_xmit()
903 struct netdev_queue *nq = netdev_get_tx_queue(mp->dev, txq->index); in txq_kick() local
907 __netif_tx_lock(nq, smp_processor_id()); in txq_kick()
[all …]
/linux-2.6.39/drivers/net/cxgb4/
Dt4_hw.c1587 int nq = min(n, 32); in t4_config_rss_range() local
1590 cmd.niqid = htons(nq); in t4_config_rss_range()
1593 start += nq; in t4_config_rss_range()
1594 n -= nq; in t4_config_rss_range()
1596 while (nq > 0) { in t4_config_rss_range()
1610 nq -= 3; in t4_config_rss_range()