Searched refs:ipl (Results 1 – 11 of 11) sorted by relevance
/linux/net/sched/ |
A D | act_csum.c | 140 if (!pskb_may_pull(skb, ipl + ntkoff) || (ipl < hl) || in tcf_csum_skb_nextlayer() 148 unsigned int ipl) in tcf_csum_ipv4_icmp() argument 184 unsigned int ipl) in tcf_csum_ipv6_icmp() argument 197 ipl - ihl, IPPROTO_ICMPV6, in tcf_csum_ipv6_icmp() 206 unsigned int ipl) in tcf_csum_ipv4_tcp() argument 221 tcph->check = tcp_v4_check(ipl - ihl, in tcf_csum_ipv4_tcp() 230 unsigned int ipl) in tcf_csum_ipv6_tcp() argument 246 ipl - ihl, IPPROTO_TCP, in tcf_csum_ipv6_tcp() 290 if (ul != ipl - ihl) in tcf_csum_ipv4_udp() 346 if (ul != ipl - ihl) in tcf_csum_ipv6_udp() [all …]
|
/linux/arch/s390/boot/ |
A D | head.S | 42 .long 0x02000018,0x60000050 # by ipl to addresses 0-23. 49 .long 0x02000230,0x60000050 # by ipl and load the range 173 l %r1,__LC_SUBCHANNEL_ID # load ipl subchannel number 175 bas %r14,.Lloader # load rest of ipl image 177 st %r1,IPL_DEVICE+ARCH_OFFSET-PARMAREA(%r12) # save ipl device number 180 # load parameter file from ipl device 207 # load ramdisk from ipl device 269 # this is called either by the ipl loader or directly by PSW restart
|
/linux/arch/alpha/include/asm/ |
A D | irqflags.h | 25 #define setipl(ipl) ((void) swpipl(ipl)) argument
|
/linux/drivers/dio/ |
A 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);
|
A D | dio.c | 241 dev->ipl = DIO_IPL(va); in dio_init() 243 printk(KERN_INFO "select code %3d: ipl %d: ID %02X", dev->scode, dev->ipl, prid); in dio_init()
|
/linux/drivers/net/ethernet/amd/ |
A D | hplance.c | 106 dev->name, d->name, d->scode, dev->dev_addr, d->ipl); in hplance_init_one() 157 lp->lance.irq = d->ipl; in hplance_init()
|
/linux/include/linux/ |
A D | dio.h | 51 u8 ipl; member
|
/linux/arch/s390/kernel/ |
A D | Makefile | 38 obj-y += debug.o irq.o ipl.o dis.o diag.o vdso.o
|
/linux/tools/testing/selftests/bpf/ |
A D | test_offload.py | 983 ipl = sim.ip_link_show(xdp=True) variable 985 fail(ipl["xdp"]["prog"]["id"] != progs[0]["id"], 997 ipl = sim.ip_link_show(xdp=True) variable 999 fail(ipl["xdp"]["prog"]["id"] != progs[0]["id"], 1055 ipl = sim.ip_link_show(xdp=True) variable 1056 link_xdp = ipl["xdp"]["prog"]
|
/linux/drivers/tty/serial/8250/ |
A D | 8250_hp300.c | 174 uart.port.irq = d->ipl; in hpdca_init_one()
|
/linux/Documentation/admin-guide/ |
A D | devices.txt | 1608 0 = /dev/ipl Filter control device/log file
|
Completed in 26 milliseconds