Home
last modified time | relevance | path

Searched refs:fdq (Results 1 – 4 of 4) sorted by relevance

/linux/fs/quota/
H A Dquota.c205 struct qc_dqblk fdq; in quota_getquota() local
214 ret = sb->s_qcop->get_dqblk(sb, qid, &fdq); in quota_getquota()
217 copy_to_if_dqblk(&idq, &fdq); in quota_getquota()
241 struct qc_dqblk fdq; in quota_getnextquota() local
250 ret = sb->s_qcop->get_nextdqblk(sb, &qid, &fdq); in quota_getnextquota()
254 copy_to_if_dqblk((struct if_dqblk *)&idq, &fdq); in quota_getnextquota()
290 struct qc_dqblk fdq; in quota_setquota() local
309 copy_from_if_dqblk(&fdq, &idq); in quota_setquota()
310 return sb->s_qcop->set_dqblk(sb, qid, &fdq); in quota_setquota()
627 struct fs_disk_quota fdq; in quota_setxquota() local
[all …]
/linux/drivers/soc/ti/
H A Dknav_dma.c182 v = cfg->u.rx.fdq[0] << 16; in chan_start()
183 v |= cfg->u.rx.fdq[1] & CHAN_QNUM_MASK; in chan_start()
186 v = cfg->u.rx.fdq[2] << 16; in chan_start()
187 v |= cfg->u.rx.fdq[3] & CHAN_QNUM_MASK; in chan_start()
334 seq_printf(s, "[%d]", chan->cfg.u.rx.fdq[i]); in dma_debug_show_channels()
/linux/include/linux/soc/ti/
H A Dknav_dma.h110 unsigned int fdq[KNAV_DMA_FDQ_PER_CHAN]; member
/linux/drivers/net/ethernet/ti/
H A Dnetcp_core.c788 static void netcp_free_rx_buf(struct netcp_intf *netcp, int fdq) in netcp_free_rx_buf() argument
796 while ((dma = knav_queue_pop(netcp->rx_fdq[fdq], &dma_sz))) { in netcp_free_rx_buf()
821 if (fdq == 0) { in netcp_free_rx_buf()
851 static int netcp_allocate_rx_buf(struct netcp_intf *netcp, int fdq) in netcp_allocate_rx_buf() argument
868 if (likely(fdq == 0)) { in netcp_allocate_rx_buf()
922 knav_queue_push(netcp->rx_fdq[fdq], dma, sizeof(*hwdesc), 0); in netcp_allocate_rx_buf()
1676 config.u.rx.fdq[i] = last_fdq; in netcp_setup_navigator_resources()