Searched refs:phw (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnfnetlink_log.c477 struct nfulnl_msg_packet_hw phw; local
479 phw.hw_addr);
480 phw.hw_addrlen = htons(len);
481 NFA_PUT(inst->skb, NFULA_HWADDR, sizeof(phw), &phw);
H A Dnfnetlink_queue.c484 struct nfqnl_msg_packet_hw phw; local
487 phw.hw_addr);
488 phw.hw_addrlen = htons(len);
489 NFA_PUT(skb, NFQA_HWADDR, sizeof(phw), &phw);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ali5451/
H A Dali5451.c1545 int channel, struct snd_pcm_hardware *phw)
1560 runtime->hw = *phw;
1544 snd_ali_open(struct snd_pcm_substream *substream, int rec, int channel, struct snd_pcm_hardware *phw) argument

Completed in 68 milliseconds