Searched refs:ndrv_demux_desc (Results 1 – 2 of 2) sorted by relevance
90 struct ndrv_demux_desc { struct118 struct ndrv_demux_desc *demux_list; argument
96 static int ndrv_to_ifnet_demux(struct ndrv_demux_desc* ndrv, struct ifnet_demux_desc* ifdemux);669 struct ndrv_demux_desc* ndrvDemux = NULL; in ndrv_setspec()740 ndrvDemuxSize = proto_param.demux_count * sizeof(struct ndrv_demux_desc); in ndrv_setspec()741 ndrvDemux = (struct ndrv_demux_desc*) kalloc_data(ndrvDemuxSize, Z_WAITOK); in ndrv_setspec()756 ndrvSpec.demux_count * sizeof(struct ndrv_demux_desc)); in ndrv_setspec()810 ndrv_to_ifnet_demux(struct ndrv_demux_desc* ndrv, struct ifnet_demux_desc* ifdemux) in ndrv_to_ifnet_demux()