Home
last modified time | relevance | path

Searched refs:flowinfo (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/include/linux/
Dip6_tunnel.h26 __be32 flowinfo; /* traffic class and flowlabel for tunnel */ member
/linux-2.6.39/sound/pci/mixart/
Dmixart.c274 struct mixart_flowinfo *flowinfo; in snd_mixart_add_ref_pipe() local
288 flowinfo = (struct mixart_flowinfo *)chip->mgr->flowinfo.area; in snd_mixart_add_ref_pipe()
289flowinfo[j].bufferinfo_array_phy_address = (u32)chip->mgr->bufferinfo.addr + (j * sizeof(struct mi… in snd_mixart_add_ref_pipe()
290 flowinfo[j].bufferinfo_count = 1; /* 1 will set the miXart to ring-buffer mode ! */ in snd_mixart_add_ref_pipe()
1087 if(mgr->flowinfo.area) { in snd_mixart_free()
1088 snd_dma_free_pages(&mgr->flowinfo); in snd_mixart_free()
1089 mgr->flowinfo.area = NULL; in snd_mixart_free()
1347 size, &mgr->flowinfo) < 0) { in snd_mixart_probe()
1352 memset(mgr->flowinfo.area, 0, size); in snd_mixart_probe()
Dmixart.h104 struct snd_dma_buffer flowinfo; member
Dmixart_hwdep.c436 …writel_be( (u32)mgr->flowinfo.addr, MIXART_MEM( mgr, MIXART_FLOWTABLE_PTR ) ); /* give pointer of … in mixart_dsp_load()
/linux-2.6.39/net/ipv6/
Ddatagram.c490 __be32 flowinfo = *(__be32 *)nh & IPV6_FLOWINFO_MASK; in datagram_recv_ctl() local
491 put_cmsg(msg, SOL_IPV6, IPV6_FLOWINFO, sizeof(flowinfo), &flowinfo); in datagram_recv_ctl()
Dip6_tunnel.c1156 fl6->flowlabel |= IPV6_TCLASS_MASK & p->flowinfo; in ip6_tnl_link_config()
1158 fl6->flowlabel |= IPV6_FLOWLABEL_MASK & p->flowinfo; in ip6_tnl_link_config()
1212 t->parms.flowinfo = p->flowinfo; in ip6_tnl_change()