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

/linux-master/include/linux/
H A Dmroute.h6 #include <linux/pim.h>
H A Dmroute6.h6 #include <linux/pim.h>
/linux-master/drivers/s390/cio/
H A Dcio.h34 u8 pim; /* path installed mask */ member in struct:pmcw
H A Dcss.c274 ssd->path_mask = pmcw->pim;
277 if (pmcw->pim & mask) {
400 pmcw->pim, pmcw->pam, pmcw->pom);
H A Dtrace.h59 __entry->pmcw_pim = schib->pmcw.pim;
66 "lpm=0x%02x pnom=0x%02x lpum=0x%02x pim=0x%02x pam=0x%02x "
H A Ddevice_ops.c790 if (!(sch->schib.pmcw.pim & mask))
H A Ddevice.c1018 sch->schid.sch_no, sch->schib.pmcw.pim,
/linux-master/drivers/pci/controller/
H A Dpci-xgene.c447 u64 pim, u64 size)
449 xgene_pcie_writel(port, pim_reg, lower_32_bits(pim));
451 upper_32_bits(pim) | EN_COHERENCY);
446 xgene_pcie_setup_pims(struct xgene_pcie *port, u32 pim_reg, u64 pim, u64 size) argument
/linux-master/net/ipv6/
H A Dip6mr.c43 #include <linux/pim.h>
529 struct pimreghdr *pim; local
540 if (!pskb_may_pull(skb, sizeof(*pim) + sizeof(*encap)))
543 pim = (struct pimreghdr *)skb_transport_header(skb);
544 if (pim->type != ((PIM_VERSION << 4) | PIM_TYPE_REGISTER) ||
545 (pim->flags & PIM_NULL_REGISTER) ||
547 sizeof(*pim), IPPROTO_PIM,
548 csum_partial((void *)pim, sizeof(*pim), 0)) &&
554 sizeof(*pim));
[all...]
/linux-master/drivers/tty/serial/
H A Dsunsab.h72 u8 pim; /* Port Interrupt Mask */ member in struct:sab82532_async_wr_regs
H A Dsunsab.c989 writeb(0xff, &up->regs->w.pim);
/linux-master/arch/s390/include/asm/
H A Dfcx.h197 * @pim: Path-Installed Mask
211 u32 pim:8; member in struct:dcw_intrg_data
/linux-master/net/ipv4/
H A Dipmr.c2204 struct igmphdr *pim; local
2208 if (!pskb_may_pull(skb, sizeof(*pim) + sizeof(struct iphdr)))
2211 pim = igmp_hdr(skb);
2217 pim->group != PIM_V1_VERSION || pim->code != PIM_V1_REGISTER)
2220 if (__pim_rcv(mrt, skb, sizeof(*pim))) {
2231 struct pimreghdr *pim; local
2235 if (!pskb_may_pull(skb, sizeof(*pim) + sizeof(struct iphdr)))
2238 pim = (struct pimreghdr *)skb_transport_header(skb);
2239 if (pim
[all...]

Completed in 426 milliseconds