Searched refs:ario (Results 1 – 2 of 2) sorted by relevance
87 struct atm_rawioctl ario; local287 ario.npcb = npcb;288 ario.rawvalue = *((int *)nam);290 SIOCXRAWATM, (caddr_t) &ario);292 if (ario.rawvalue)
1096 struct atm_rawioctl *ario = (struct atm_rawioctl *)data; local1114 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");