Lines Matching refs:proto_param
667 struct ifnet_attach_proto_param proto_param; in ndrv_setspec() local
736 bzero(&proto_param, sizeof(proto_param)); in ndrv_setspec()
737 proto_param.demux_count = ndrvSpec.demux_count; in ndrv_setspec()
740 ndrvDemuxSize = proto_param.demux_count * sizeof(struct ndrv_demux_desc); in ndrv_setspec()
747 proto_param.demux_array = kalloc_type(struct ifnet_demux_desc, in ndrv_setspec()
749 if (proto_param.demux_array == NULL) { in ndrv_setspec()
764 proto_param.demux_count = ndrvSpec.demux_count; in ndrv_setspec()
765 proto_param.input = ndrv_input; in ndrv_setspec()
766 proto_param.event = ndrv_event; in ndrv_setspec()
771 &proto_param.demux_array[demuxOn]); in ndrv_setspec()
786 &proto_param); in ndrv_setspec()
797 if (proto_param.demux_array) { in ndrv_setspec()
799 proto_param.demux_array); in ndrv_setspec()