Searched refs:mpl (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/usr.bin/ncal/
H A Dncal.c595 int mpl; local
601 mpl = jd_flag ? 2 : 3;
603 wdss = (mpl == 2) ? " " : "";
616 * The year header is printed when there are more than 'mpl' months
617 * and if the first month is a multitude of 'mpl'.
620 printyearheader = (after >= mpl - 1) && (M2M(m1) - 1) % mpl == 0;
625 for (i = 0; i != mpl && m + i <= m2; i++) {
637 printf("%s\n", center(t, s, mpl * mw));
672 m += mpl;
683 int mpl; local
[all...]
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_isr.c64 struct mbuf *mp = NULL, *mpf = NULL, *mpl = NULL; local
124 mpl = mpf = mp;
131 mpl->m_next = mp;
132 mpl = mp;
137 mpl->m_len = rem_len;
210 struct mbuf *mp = NULL, *mpf = NULL, *mpl = NULL; local
283 mpl = mpf = mp;
290 mpl->m_next = mp;
291 mpl = mp;
296 mpl
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c3987 struct mbuf *mp, *mpf, *mpl; local
3993 mpf = mpl = mp = NULL;
4043 mpf = mpl = mp;
4045 mpl->m_next = mp;
4046 mpl = mp;
4065 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL; local
4202 rxq->tpa_info[agg_index].mpl = NULL;
4205 rxq->tpa_info[agg_index].mpl = NULL;
4248 mpf = mpl = NULL;
4266 mpf = mpl
4394 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL; local
4518 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL; local
[all...]
H A Dqlnx_def.h104 struct mbuf *mpl; /* last mbuf in chain */ member in struct:qlnx_agg_info
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c633 mhp->mpl = dma_alloc_coherent(rhp->ibdev.dma_device,
635 if (!mhp->mpl) {
671 mhp->max_mpl_len, mhp->mpl, mhp->mpl_addr);
684 mhp->mpl[mhp->mpl_len++] = addr;
H A Dqp.c695 p[0] = cpu_to_be64((u64)mhp->mpl[0]);
696 p[1] = cpu_to_be64((u64)mhp->mpl[1]);
729 mhp->mpl[i] =
730 (__force u64)cpu_to_be64((u64)mhp->mpl[i]);
749 *p = cpu_to_be64((u64)mhp->mpl[i]);
H A Diw_cxgbe.h391 u64 *mpl; member in struct:c4iw_mr

Completed in 142 milliseconds