/linux-2.6.39/net/sched/ |
D | act_csum.c | 118 unsigned int ihl, unsigned int ipl, in tcf_csum_skb_nextlayer() argument 124 if (!pskb_may_pull(skb, ipl + ntkoff) || (ipl < hl) || in tcf_csum_skb_nextlayer() 134 unsigned int ihl, unsigned int ipl) in tcf_csum_ipv4_icmp() argument 138 icmph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*icmph)); in tcf_csum_ipv4_icmp() 143 skb->csum = csum_partial(icmph, ipl - ihl, 0); in tcf_csum_ipv4_icmp() 152 unsigned int ihl, unsigned int ipl) in tcf_csum_ipv4_igmp() argument 156 igmph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*igmph)); in tcf_csum_ipv4_igmp() 161 skb->csum = csum_partial(igmph, ipl - ihl, 0); in tcf_csum_ipv4_igmp() 170 unsigned int ihl, unsigned int ipl) in tcf_csum_ipv6_icmp() argument 174 icmp6h = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*icmp6h)); in tcf_csum_ipv6_icmp() [all …]
|
/linux-2.6.39/arch/alpha/include/asm/ |
D | irqflags.h | 24 #define setipl(ipl) ((void) swpipl(ipl)) argument
|
/linux-2.6.39/arch/s390/kernel/ |
D | head.S | 44 .long 0x27000000,0x60000001 # by ipl to addresses 0-23. 158 .long 0x02000018,0x60000050 # by ipl to addresses 0-23. 165 .long 0x02000230,0x60000050 # by ipl and load the range 263 l %r1,0xb8 # load ipl subchannel number 265 bas %r14,.Lloader # load rest of ipl image 267 st %r1,IPL_DEVICE+ARCH_OFFSET-PARMAREA(%r12) # save ipl device number 270 # load parameter file from ipl device 309 # load ramdisk from ipl device
|
D | Makefile | 25 s390_ext.o debug.o irq.o ipl.o dis.o diag.o mem_detect.o \
|
D | head64.S | 40 # Save ipl parameters, clear bss memory, initialize storage key for kernel pages,
|
D | head31.S | 39 # Save ipl parameters, clear bss memory, initialize storage key for kernel pages,
|
D | ipl.c | 247 struct ipl_parameter_block *ipl = IPL_PARMBLOCK_START; in get_ipl_type() local 255 if (ipl->hdr.version > IPL_MAX_SUPPORTED_VERSION) in get_ipl_type() 257 if (ipl->hdr.pbt != DIAG308_IPL_TYPE_FCP) in get_ipl_type() 259 if (ipl->ipl_info.fcp.opt == DIAG308_IPL_OPT_DUMP) in get_ipl_type() 390 struct ipl_parameter_block *ipl = IPL_PARMBLOCK_START; in sys_ipl_device_show() local 397 return sprintf(page, "0.0.%04x\n", ipl->ipl_info.fcp.devno); in sys_ipl_device_show()
|
/linux-2.6.39/drivers/dio/ |
D | dio-sysfs.c | 34 return sprintf(buf, "0x%02x\n", d->ipl); in dio_show_ipl() 36 static DEVICE_ATTR(ipl, S_IRUGO, dio_show_ipl, NULL);
|
D | dio.c | 251 dev->ipl = DIO_IPL(va); in dio_init() 253 printk(KERN_INFO "select code %3d: ipl %d: ID %02X", dev->scode, dev->ipl, prid); in dio_init()
|
/linux-2.6.39/drivers/net/ |
D | hplance.c | 116 printk(", irq %d\n", d->ipl); in hplance_init_one() 167 lp->lance.irq = d->ipl; in hplance_init()
|
/linux-2.6.39/include/linux/ |
D | dio.h | 50 u8 ipl; member
|
/linux-2.6.39/drivers/tty/serial/ |
D | 8250_hp300.c | 179 port.irq = d->ipl; in hpdca_init_one()
|
/linux-2.6.39/Documentation/ |
D | devices.txt | 1691 0 = /dev/ipl Filter control device/log file
|