Lines Matching refs:proto_param
698 struct ifnet_attach_proto_param proto_param; in ndrv_setspec() local
768 bzero(&proto_param, sizeof(proto_param)); in ndrv_setspec()
783 proto_param.demux_array = demux_desc; in ndrv_setspec()
784 proto_param.demux_count = demux_count; in ndrv_setspec()
799 proto_param.input = ndrv_input; in ndrv_setspec()
800 proto_param.event = ndrv_event; in ndrv_setspec()
805 &proto_param.demux_array[demuxOn]); in ndrv_setspec()
820 &proto_param); in ndrv_setspec()
831 if (proto_param.demux_array != NULL) { in ndrv_setspec()
833 proto_param.demux_count, in ndrv_setspec()
834 proto_param.demux_array); in ndrv_setspec()