Home
last modified time | relevance | path

Searched refs:ario (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/netnatm/
Dnatm.c87 struct atm_rawioctl ario; local
287 ario.npcb = npcb;
288 ario.rawvalue = *((int *)nam);
290 SIOCXRAWATM, (caddr_t) &ario);
292 if (ario.rawvalue)
/mirbsd/src/sys/dev/ic/
Dmidway.c1096 struct atm_rawioctl *ario = (struct atm_rawioctl *)data; local
1114 if ((slot = sc->rxvc2slot[ario->npcb->npcb_vci]) == RX_NONE) {
1118 if (ario->rawvalue > EN_RXSZ*1024)
1119 ario->rawvalue = EN_RXSZ*1024;
1120 if (ario->rawvalue) {
1122 sc->rxslot[slot].raw_threshold = ario->rawvalue;
1129 sc->sc_dev.dv_xname, ario->npcb->npcb_vci,
1130 (ario->rawvalue) ? "on" : "off");