Searched refs:pim (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/cio/
H A Dcio.h29 __u8 pim; /* path installed mask */ member in struct:pmcw
H A Ddevice_id.c173 if (sch->schib.pmcw.pim != 0x80) {
283 sch->schib.pmcw.pim & sch->schib.pmcw.pam) != 0)
H A Dchsc.c151 if ((sch->schib.pmcw.pim & mask) &&
165 if (sch->schib.pmcw.pim == 0x80)
275 sch->lpm = ((sch->schib.pmcw.pim &
531 if ((sch->schib.pmcw.pim & mask) &&
545 sch->lpm = ((sch->schib.pmcw.pim &
H A Dcss.c135 ssd->path_mask = pmcw->pim;
138 if (pmcw->pim & mask) {
H A Dcio.c606 sch->schid.sch_no, sch->schib.pmcw.pim,
H A Ddevice.c242 pmcw->pim, pmcw->pam, pmcw->pom);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dipmr.c1495 struct igmphdr *pim; local
1499 if (!pskb_may_pull(skb, sizeof(*pim) + sizeof(*encap)))
1502 pim = igmp_hdr(skb);
1505 skb->len < sizeof(*pim) + sizeof(*encap) ||
1506 pim->group != PIM_V1_VERSION || pim->code != PIM_V1_REGISTER)
1519 ntohs(encap->tot_len) + sizeof(*pim) > skb->len)
1556 struct pimreghdr *pim; local
1560 if (!pskb_may_pull(skb, sizeof(*pim) + sizeof(*encap)))
1563 pim
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dfft-test.c40 #define CMAC(pre, pim, are, aim, bre, bim) \
43 pim += (MUL16(are, bim) + MUL16(bre, aim));\
H A Dmdct.c103 #define CMUL(pre, pim, are, aim, bre, bim) \
110 (pim) = _are * _bim + _aim * _bre;\
H A Dac3enc.c106 #define BF(pre, pim, qre, qim, pre1, pim1, qre1, qim1) \
114 pim = (by + ay) >> 1;\
121 #define CMUL(pre, pim, are, aim, bre, bim) \
124 pim = (MUL16(are, bim) + MUL16(bre, aim)) >> 15;\
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dmroute6.h269 struct pim { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dip6mr.c420 struct pimreghdr *pim; local
425 if (!pskb_may_pull(skb, sizeof(*pim) + sizeof(*encap)))
428 //pim = (struct pimreghdr*)skb->h.raw;
429 pim = (struct pimreghdr *)skb_transport_header(skb);
430 if (pim->type != ((PIM_VERSION<<4)|(PIM_REGISTER)) ||
431 (pim->flags&PIM_NULL_REGISTER) ||
432 (ip_compute_csum((void *)pim, sizeof(*pim)) != 0 &&
438 encap = (struct ipv6hdr *)(skb_transport_header(skb) + sizeof(*pim));
442 ntohs(encap->payload_len) + sizeof(*pim) > sk
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dsunsab.h71 u8 pim; /* Port Interrupt Mask */ member in struct:sab82532_async_wr_regs
H A Dsunsab.c994 writeb(0xff, &up->regs->w.pim);

Completed in 216 milliseconds