Lines Matching refs:proto_param
682 struct ifnet_attach_proto_param proto_param; in ndrv_setspec() local
752 bzero(&proto_param, sizeof(proto_param)); in ndrv_setspec()
767 proto_param.demux_array = demux_desc; in ndrv_setspec()
768 proto_param.demux_count = demux_count; in ndrv_setspec()
783 proto_param.input = ndrv_input; in ndrv_setspec()
784 proto_param.event = ndrv_event; in ndrv_setspec()
789 &proto_param.demux_array[demuxOn]); in ndrv_setspec()
804 &proto_param); in ndrv_setspec()
815 if (proto_param.demux_array != NULL) { in ndrv_setspec()
817 proto_param.demux_count, in ndrv_setspec()
818 proto_param.demux_array); in ndrv_setspec()