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

/freebsd-current/usr.bin/ncal/
H A Dncal.c594 int mpl; local
600 mpl = jd_flag ? 2 : 3;
602 wdss = (mpl == 2) ? " " : "";
615 * The year header is printed when there are more than 'mpl' months
616 * and if the first month is a multitude of 'mpl'.
619 printyearheader = (after >= mpl - 1) && (M2M(m1) - 1) % mpl == 0;
624 for (i = 0; i != mpl && m + i <= m2; i++) {
636 printf("%s\n", center(t, s, mpl * mw));
671 m += mpl;
682 int mpl; local
[all...]
/freebsd-current/sys/dev/qlxgbe/
H A Dql_isr.c62 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;
192 struct mbuf *mp = NULL, *mpf = NULL, *mpl = NULL; local
265 mpl = mpf = mp;
272 mpl->m_next = mp;
273 mpl = mp;
278 mpl
[all...]
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c3851 struct mbuf *mp, *mpf, *mpl; local
3857 mpf = mpl = mp = NULL;
3905 mpf = mpl = mp;
3907 mpl->m_next = mp;
3908 mpl = mp;
3927 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL; local
4056 rxq->tpa_info[agg_index].mpl = NULL;
4059 rxq->tpa_info[agg_index].mpl = NULL;
4100 mpf = mpl = NULL;
4118 mpf = mpl
4237 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL; local
4353 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL; local
[all...]
H A Dqlnx_def.h99 struct mbuf *mpl; /* last mbuf in chain */ member in struct:qlnx_agg_info
/freebsd-current/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c634 mhp->mpl = dma_alloc_coherent(rhp->ibdev.dma_device,
636 if (!mhp->mpl) {
672 mhp->max_mpl_len, mhp->mpl, mhp->mpl_addr);
685 mhp->mpl[mhp->mpl_len++] = addr;
H A Dqp.c696 p[0] = cpu_to_be64((u64)mhp->mpl[0]);
697 p[1] = cpu_to_be64((u64)mhp->mpl[1]);
732 mhp->mpl[i] =
733 (__force u64)cpu_to_be64((u64)mhp->mpl[i]);
752 *p = cpu_to_be64((u64)mhp->mpl[i]);
H A Diw_cxgbe.h399 u64 *mpl; member in struct:c4iw_mr

Completed in 199 milliseconds