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

/netbsd-current/sys/altq/
H A Daltq_cdnr.c596 struct trtcm *tcm = NULL; local
603 if ((tcm = cdnr_cballoc(top, TCETYPE_TRTCM,
607 tb_import_profile(&tcm->cmtd_tb, cmtd_profile);
608 tb_import_profile(&tcm->peak_tb, peak_profile);
610 tca_import_action(&tcm->green_action, green_action);
611 tca_import_action(&tcm->yellow_action, yellow_action);
612 tca_import_action(&tcm->red_action, red_action);
615 if (tcm->green_action.tca_code == TCACODE_MARK)
616 tcm->green_dscp = tcm
634 trtcm_destroy(struct trtcm *tcm) argument
650 struct trtcm *tcm = (struct trtcm *)cb; local
973 struct trtcm *tcm; local
992 struct trtcm *tcm; local
1012 struct trtcm *tcm = (struct trtcm *)cb; local
1080 struct trtcm *tcm; local
[all...]
/netbsd-current/sys/dev/tc/
H A Dasc_tcds.c340 uint32_t tcl, tcm; local
360 tcm = NCR_READ_REG(sc, NCR_TCM);
361 NCR_DMA(("dma_intr: discarded %d bytes (tcl=%d, tcm=%d)\n",
362 tcl | (tcm << 8), tcl, tcm));
374 resid += (tcm = NCR_READ_REG(sc, NCR_TCM)) << 8;
383 NCR_DMA(("dma_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n",
384 tcl, tcm, trans, resid));
/netbsd-current/sys/arch/vax/vsa/
H A Dasc_vsbus.c345 u_int tcl, tcm; local
356 tcm = NCR_READ_REG(sc, NCR_TCM);
357 NCR_DMA(("asc_vsbus_intr: discarded %d bytes (tcl=%d, tcm=%d)\n",
358 tcl | (tcm << 8), tcl, tcm));
378 resid += (tcm = NCR_READ_REG(sc, NCR_TCM)) << 8;
386 NCR_DMA(("asc_vsbus_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n",
387 tcl, tcm, trans, resid));
/netbsd-current/sys/arch/pmax/tc/
H A Dasc_ioasic.c313 u_int tcl, tcm, ssr, scr, intr; local
342 tcm = ASC_READ_REG(asc, NCR_TCM);
343 NCR_DMA(("ioasic_intr: discarded %d bytes (tcl=%d, tcm=%d)\n",
344 tcl | (tcm << 8), tcl, tcm));
356 resid += (tcm = ASC_READ_REG(asc, NCR_TCM)) << 8;
364 NCR_DMA(("ioasic_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n",
365 tcl, tcm, trans, resid));
/netbsd-current/sys/arch/mipsco/obio/
H A Dasc.c392 u_int tcl, tcm; local
409 ((tcm = NCR_READ_REG(sc, NCR_TCM)) << 8);
423 NCR_DMA(("asc_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n",
424 tcl, tcm, trans, resid));
/netbsd-current/sys/arch/x68k/x68k/
H A Diodevice.h249 char pad1a; unsigned char tcm; member in struct:spc
/netbsd-current/sys/dev/sun/
H A Dcgsix.c714 union cursor_cmap tcm; local
812 tcm = cc->cc_color;
813 error = bt_putcmap(&p->cmap, (union bt_cmap *)&tcm, 2,
841 cc->cc_color = tcm;

Completed in 201 milliseconds