Searched refs:proto_param (Results 1 – 1 of 1) sorted by relevance
698 struct ifnet_attach_proto_param proto_param; in ndrv_setspec() local768 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()[all …]