Searched refs:ihl (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/sys/dev/sound/isa/
H A Dsbc.c69 struct sbc_ihl ihl[IRQ_MAX]; member in struct:sbc_softc
446 scp->ihl[i].parent = scp;
447 if (snd_setup_intr(dev, scp->irq[i], 0, sbc_intr, &scp->ihl[i], &scp->ih[i]))
499 struct sbc_ihl *ihl = p; local
502 /* sbc_lock(ihl->parent); */
505 if (ihl->intr[i] != NULL) ihl->intr[i](ihl->intr_arg[i]);
508 /* sbc_unlock(ihl->parent); */
518 struct sbc_ihl *ihl local
551 struct sbc_ihl *ihl = NULL; local
[all...]
/freebsd-11-stable/sys/riscv/htif/
H A Dhtif.h63 void *ihl[1]; member in struct:htif_softc
H A Dhtif.c253 htif_intr, NULL, sc, &sc->ihl[0]);
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dixp425_timer.c155 void *ihl; local
186 NULL, &ihl);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_tcp_ip.h69 u8 ihl:4, member in struct:ecore_iphdr
/freebsd-11-stable/sys/arm/xscale/pxa/
H A Dpxa_gpio.c85 void *ihl; local
117 pxa_gpio_intr0, NULL, sc, &ihl) != 0) {
124 pxa_gpio_intr1, NULL, sc, &ihl) != 0) {
131 pxa_gpio_intrN, NULL, sc, &ihl) != 0) {
H A Dpxa_timer.c103 void *ihl; local
126 pxa_hardclock, NULL, NULL, &ihl) != 0) {
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Dtimer.c329 void *ihl; local
351 ec_hardclock, NULL, NULL, &ihl) != 0) {
358 ec_reset, NULL, NULL, &ihl) != 0) {
/freebsd-11-stable/sys/riscv/riscv/
H A Dtimer.c72 void *ihl[1]; member in struct:riscv_tmr_softc
214 riscv_tmr_intr, NULL, sc, &sc->ihl[0]);
/freebsd-11-stable/sys/arm/xscale/i8134x/
H A Di80321_timer.c360 void *ihl; local
397 NULL, &ihl);
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddhcp.h16 #define ihl ip_hl macro
/freebsd-11-stable/sys/arm/arm/
H A Dmpcore_timer.c307 void *ihl; local
331 NULL, sc, &ihl) != 0) {
H A Dgeneric_timer.c92 void *ihl[4]; member in struct:arm_tmr_softc
417 arm_tmr_intr, NULL, sc, &sc->ihl[i]);
/freebsd-11-stable/sys/arm/mv/
H A Dtimer.c143 void *ihl; local
186 mv_hardclock, NULL, sc, &ihl) != 0) {
/freebsd-11-stable/sys/arm/ti/
H A Dti_sdma.c1158 void *ihl; local
1226 NULL, ti_sdma_intr, NULL, &ihl);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dfils_hlp.c263 iph->ihl = sizeof(*iph) / 4;
/freebsd-11-stable/tools/tools/netmap/
H A Dlb.c60 u_int8_t ihl:4, version:4; member in struct:compact_ip_hdr
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dctrl_iface.c1846 if (ip.ihl != 5 || ip.version != 4 ||
1958 ip->ihl = 5;
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c312 ports = (const __be16 *)(skb->data + nhoff + 4 * ip->ihl);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c8919 if (ip.ihl != 5 || ip.version != 4 ||
9029 ip->ihl = 5;

Completed in 185 milliseconds