Searched refs:initfq (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c1018 struct qm_mcc_initfq initfq; local
1040 memset(&initfq, 0, sizeof(initfq));
1042 initfq.we_mask = cpu_to_be16(QM_INITFQ_WE_FQCTRL);
1044 initfq.fqd.fq_ctrl = cpu_to_be16(QM_FQCTRL_PREFERINCACHE);
1050 initfq.fqd.fq_ctrl |= cpu_to_be16(QM_FQCTRL_AVOIDBLOCK);
1053 initfq.we_mask |= cpu_to_be16(QM_INITFQ_WE_DESTWQ);
1055 qm_fqd_set_destwq(&initfq.fqd, dpaa_fq->channel, dpaa_fq->wq);
1066 initfq.we_mask |= cpu_to_be16(QM_INITFQ_WE_CGID);
1067 initfq
[all...]
/linux-master/drivers/soc/fsl/qbman/
H A Dqman.c266 struct qm_mcc_initfq initfq; member in union:qm_mc_command
1889 mcc->initfq = *opts;
1891 mcc->initfq.count = 0;
1900 mcc->initfq.we_mask |= cpu_to_be16(QM_INITFQ_WE_CONTEXTB);
1901 mcc->initfq.fqd.context_b = cpu_to_be32(fq_to_tag(fq));
1906 if (!(be16_to_cpu(mcc->initfq.we_mask) &
1908 mcc->initfq.we_mask |=
1910 memset(&mcc->initfq.fqd.context_a, 0,
1911 sizeof(mcc->initfq.fqd.context_a));
1923 qm_fqd_stashing_set64(&mcc->initfq
[all...]

Completed in 381 milliseconds