Searched refs:proto_param (Results 1 – 1 of 1) sorted by relevance
670 struct ifnet_attach_proto_param proto_param; in ndrv_setspec() local731 bzero(&proto_param, sizeof(proto_param)); in ndrv_setspec()732 proto_param.demux_count = ndrvSpec.demux_count; in ndrv_setspec()735 ndrvDemuxSize = proto_param.demux_count * sizeof(struct ndrv_demux_desc); in ndrv_setspec()742 proto_param.demux_array = kalloc_type(struct ifnet_demux_desc, in ndrv_setspec()744 if (proto_param.demux_array == NULL) { in ndrv_setspec()759 proto_param.demux_count = ndrvSpec.demux_count; in ndrv_setspec()760 proto_param.input = ndrv_input; in ndrv_setspec()761 proto_param.event = ndrv_event; in ndrv_setspec()766 &proto_param.demux_array[demuxOn]); in ndrv_setspec()[all …]