Searched refs:ipl (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/net/sched/ |
D | act_csum.c | 125 unsigned int ihl, unsigned int ipl, in tcf_csum_skb_nextlayer() argument 131 if (!pskb_may_pull(skb, ipl + ntkoff) || (ipl < hl) || in tcf_csum_skb_nextlayer() 139 unsigned int ipl) in tcf_csum_ipv4_icmp() argument 143 icmph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*icmph)); in tcf_csum_ipv4_icmp() 148 skb->csum = csum_partial(icmph, ipl - ihl, 0); in tcf_csum_ipv4_icmp() 157 unsigned int ihl, unsigned int ipl) in tcf_csum_ipv4_igmp() argument 161 igmph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*igmph)); in tcf_csum_ipv4_igmp() 166 skb->csum = csum_partial(igmph, ipl - ihl, 0); in tcf_csum_ipv4_igmp() 175 unsigned int ipl) in tcf_csum_ipv6_icmp() argument 180 icmp6h = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*icmp6h)); in tcf_csum_ipv6_icmp() [all …]
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | irqflags.h | 25 #define setipl(ipl) ((void) swpipl(ipl)) argument
|
/Linux-v4.19/arch/s390/boot/ |
D | head.S | 39 .long 0x02000018,0x60000050 # by ipl to addresses 0-23. 46 .long 0x02000230,0x60000050 # by ipl and load the range 161 l %r1,__LC_SUBCHANNEL_ID # load ipl subchannel number 163 bas %r14,.Lloader # load rest of ipl image 165 st %r1,IPL_DEVICE+ARCH_OFFSET-PARMAREA(%r12) # save ipl device number 168 # 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-v4.19/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 | 239 dev->ipl = DIO_IPL(va); in dio_init() 241 printk(KERN_INFO "select code %3d: ipl %d: ID %02X", dev->scode, dev->ipl, prid); in dio_init()
|
/Linux-v4.19/drivers/net/ethernet/amd/ |
D | hplance.c | 105 dev->name, d->name, d->scode, dev->dev_addr, d->ipl); in hplance_init_one() 156 lp->lance.irq = d->ipl; in hplance_init()
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_offload.py | 820 ipl = sim.ip_link_show(xdp=True) variable 822 fail(ipl["xdp"]["prog"]["id"] != progs[0]["id"], 834 ipl = sim.ip_link_show(xdp=True) variable 836 fail(ipl["xdp"]["prog"]["id"] != progs[0]["id"], 891 ipl = sim.ip_link_show(xdp=True) variable 892 link_xdp = ipl["xdp"]["prog"] 939 fail(len(ipl["xdp"]["attached"]) != 1, 977 fail(len(ipl["xdp"]["attached"]) != 1,
|
/Linux-v4.19/arch/s390/kernel/ |
D | Makefile | 46 obj-y += debug.o irq.o ipl.o dis.o diag.o vdso.o early_nobss.o
|
/Linux-v4.19/include/linux/ |
D | dio.h | 51 u8 ipl; member
|
/Linux-v4.19/drivers/tty/serial/8250/ |
D | 8250_hp300.c | 174 uart.port.irq = d->ipl; in hpdca_init_one()
|
/Linux-v4.19/Documentation/admin-guide/ |
D | devices.txt | 1617 0 = /dev/ipl Filter control device/log file
|