Searched refs:ipl (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/net/sched/ |
D | act_csum.c | 133 unsigned int ihl, unsigned int ipl, in tcf_csum_skb_nextlayer() argument 139 if (!pskb_may_pull(skb, ipl + ntkoff) || (ipl < hl) || in tcf_csum_skb_nextlayer() 147 unsigned int ipl) in tcf_csum_ipv4_icmp() argument 151 icmph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*icmph)); in tcf_csum_ipv4_icmp() 156 skb->csum = csum_partial(icmph, ipl - ihl, 0); in tcf_csum_ipv4_icmp() 165 unsigned int ihl, unsigned int ipl) in tcf_csum_ipv4_igmp() argument 169 igmph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*igmph)); in tcf_csum_ipv4_igmp() 174 skb->csum = csum_partial(igmph, ipl - ihl, 0); in tcf_csum_ipv4_igmp() 183 unsigned int ipl) in tcf_csum_ipv6_icmp() argument 188 icmp6h = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*icmp6h)); in tcf_csum_ipv6_icmp() [all …]
|
/Linux-v5.10/arch/alpha/include/asm/ |
D | irqflags.h | 25 #define setipl(ipl) ((void) swpipl(ipl)) argument
|
/Linux-v5.10/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 166 l %r1,__LC_SUBCHANNEL_ID # load ipl subchannel number 168 bas %r14,.Lloader # load rest of ipl image 170 st %r1,IPL_DEVICE+ARCH_OFFSET-PARMAREA(%r12) # save ipl device number 173 # load parameter file from ipl device 212 # load ramdisk from ipl device 274 # this is called either by the ipl loader or directly by PSW restart
|
/Linux-v5.10/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 | 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-v5.10/drivers/net/ethernet/amd/ |
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-v5.10/arch/s390/kernel/ |
D | Makefile | 38 obj-y += debug.o irq.o ipl.o dis.o diag.o vdso.o
|
/Linux-v5.10/include/linux/ |
D | dio.h | 51 u8 ipl; member
|
/Linux-v5.10/tools/testing/selftests/bpf/ |
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-v5.10/drivers/tty/serial/8250/ |
D | 8250_hp300.c | 174 uart.port.irq = d->ipl; in hpdca_init_one()
|
/Linux-v5.10/Documentation/admin-guide/ |
D | devices.txt | 1618 0 = /dev/ipl Filter control device/log file
|