Searched refs:ipl (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/net/sched/ |
D | act_csum.c | 134 unsigned int ihl, unsigned int ipl, in tcf_csum_skb_nextlayer() argument 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 152 icmph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*icmph)); in tcf_csum_ipv4_icmp() 157 skb->csum = csum_partial(icmph, ipl - ihl, 0); in tcf_csum_ipv4_icmp() 166 unsigned int ihl, unsigned int ipl) in tcf_csum_ipv4_igmp() argument 170 igmph = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*igmph)); in tcf_csum_ipv4_igmp() 175 skb->csum = csum_partial(igmph, ipl - ihl, 0); in tcf_csum_ipv4_igmp() 184 unsigned int ipl) in tcf_csum_ipv6_icmp() argument 189 icmp6h = tcf_csum_skb_nextlayer(skb, ihl, ipl, sizeof(*icmp6h)); in tcf_csum_ipv6_icmp() [all …]
|
/linux-6.6.21/arch/alpha/include/asm/ |
D | irqflags.h | 25 #define setipl(ipl) ((void) swpipl(ipl)) argument
|
/linux-6.6.21/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 | 249 dev->ipl = DIO_IPL(va); in dio_init() 251 printk(KERN_INFO "select code %3d: ipl %d: ID %02X", dev->scode, dev->ipl, prid); in dio_init()
|
/linux-6.6.21/arch/s390/boot/ |
D | head.S | 45 llgf %r1,__LC_SUBCHANNEL_ID # load ipl subchannel number 47 bras %r14,.Lloader # load rest of ipl image 49 stg %r1,IPL_DEVICE-PARMAREA(%r12) # save ipl device number 51 # load parameter file from ipl device 78 # load ramdisk from ipl device 215 # this is called either by the ipl loader or directly by PSW restart
|
/linux-6.6.21/drivers/net/ethernet/amd/ |
D | hplance.c | 106 dev->name, d->name, d->scode, dev->dev_addr, d->ipl); in hplance_init_one() 159 lp->lance.irq = d->ipl; in hplance_init()
|
/linux-6.6.21/include/linux/ |
D | dio.h | 51 u8 ipl; member
|
/linux-6.6.21/arch/s390/kernel/ |
D | Makefile | 39 obj-y += debug.o irq.o ipl.o dis.o diag.o vdso.o cpufeature.o
|
D | ipl.c | 533 IPL_ATTR_BR_CHR_SHOW_FN(ipl, ipl_block.eckd);
|
/linux-6.6.21/tools/testing/selftests/bpf/ |
D | test_offload.py | 985 ipl = sim.ip_link_show(xdp=True) variable 987 fail(ipl["xdp"]["prog"]["id"] != progs[0]["id"], 999 ipl = sim.ip_link_show(xdp=True) variable 1001 fail(ipl["xdp"]["prog"]["id"] != progs[0]["id"], 1057 ipl = sim.ip_link_show(xdp=True) variable 1058 link_xdp = ipl["xdp"]["prog"]
|
/linux-6.6.21/drivers/tty/serial/8250/ |
D | 8250_hp300.c | 174 uart.port.irq = d->ipl; in hpdca_init_one()
|
/linux-6.6.21/Documentation/admin-guide/ |
D | devices.txt | 1608 0 = /dev/ipl Filter control device/log file
|