/linux-4.4.14/drivers/bluetooth/ |
D | hci_h4.c | 58 struct h4_struct *h4; in h4_open() local 62 h4 = kzalloc(sizeof(*h4), GFP_KERNEL); in h4_open() 63 if (!h4) in h4_open() 66 skb_queue_head_init(&h4->txq); in h4_open() 68 hu->priv = h4; in h4_open() 75 struct h4_struct *h4 = hu->priv; in h4_flush() local 79 skb_queue_purge(&h4->txq); in h4_flush() 87 struct h4_struct *h4 = hu->priv; in h4_close() local 93 skb_queue_purge(&h4->txq); in h4_close() 95 kfree_skb(h4->rx_skb); in h4_close() [all …]
|
/linux-4.4.14/crypto/ |
D | poly1305_generic.c | 110 u32 h0, h1, h2, h3, h4; in poly1305_blocks() local 135 h4 = dctx->h[4]; in poly1305_blocks() 144 h4 += (le32_to_cpuvp(src + 12) >> 8) | hibit; in poly1305_blocks() 148 mlt(h3, s2) + mlt(h4, s1); in poly1305_blocks() 150 mlt(h3, s3) + mlt(h4, s2); in poly1305_blocks() 152 mlt(h3, s4) + mlt(h4, s3); in poly1305_blocks() 154 mlt(h3, r0) + mlt(h4, s4); in poly1305_blocks() 156 mlt(h3, r1) + mlt(h4, r0); in poly1305_blocks() 163 h0 += sr(d4, 26) * 5; h4 = and(d4, 0x3ffffff); in poly1305_blocks() 174 dctx->h[4] = h4; in poly1305_blocks() [all …]
|
/linux-4.4.14/arch/x86/crypto/ |
D | poly1305-sse2-x86_64.S | 26 #define h4 0x10(%rdi) macro 84 # h44 = [0, h4, 0, h4] 89 movd h4,h44 139 # t3[0] = h4 * s1 140 # t3[1] = h4 * s2 178 # t3[0] = h4 * s3 179 # t3[1] = h4 * s4 206 # t3[0] = h4 * r0 256 # h4 = d4 & 0x3ffffff 259 mov %eax,h4 [all …]
|
D | poly1305-avx2-x86_64.S | 28 #define h4 0x10(%rdi) macro 206 # (m[28-31] >> 8) | (1<<24), (m[12-15] >> 8) | (1<<24) + h4] 216 vmovd h4,t1x 364 # h4 = d4 & 0x3ffffff 367 mov %eax,h4
|
/linux-4.4.14/include/linux/ |
D | errqueue.h | 15 struct inet_skb_parm h4; member
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 79 # r7 = {h7 h6 h5 h4 h3 h2 h1 h0} 86 # r4 = {h4 g4 f4 e4 d4 c4 b4 a4} 107 vshufps $0x44, \r7, \r6, \t1 # t1 = {h5 h4 g5 g4 h1 h0 g1 g0} 112 vshufps $0x88, \t1, \r2, \t1 # t1 = {h4 g4 f4 e4 h0 g0 f0 e0} 120 vperm2f128 $0x13, \t0, \t1, \r4 # h4...a4
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | omap2420-h4.dts | 14 compatible = "ti,omap2420-h4", "ti,omap2420", "ti,omap2";
|
D | Makefile | 393 omap2420-h4.dtb \
|
/linux-4.4.14/include/net/ |
D | udp.h | 44 struct inet_skb_parm h4; member
|
D | tcp.h | 770 struct inet_skb_parm h4; member 1774 const struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in tcp_v4_save_options()
|
D | xfrm.h | 613 struct inet_skb_parm h4; member
|
/linux-4.4.14/net/ipv4/ |
D | syncookies.c | 296 struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in cookie_v4_check()
|
D | tcp_ipv4.c | 691 skb, &TCP_SKB_CB(skb)->header.h4.opt, in tcp_v4_send_reset() 776 skb, &TCP_SKB_CB(skb)->header.h4.opt, in tcp_v4_send_ack() 1571 memmove(&TCP_SKB_CB(skb)->header.h4, IPCB(skb), in tcp_v4_rcv()
|
/linux-4.4.14/net/dccp/ |
D | dccp.h | 354 struct inet_skb_parm h4; member
|
/linux-4.4.14/net/sctp/ |
D | input.c | 95 struct inet_skb_parm h4; member
|
/linux-4.4.14/Documentation/i2c/ |
D | instantiating-devices | 20 Example (from omap2 h4):
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 1488 <idle>-0 3d.h4 0us : 0:120:R + [003] 2389: 94:R sleep 1489 <idle>-0 3d.h4 1us+: ttwu_do_activate.constprop.87 <-try_to_wake_up 1535 <idle>-0 3d.h4 1us+: 0:120:R + [003] 2448: 94:R sleep 1536 <idle>-0 3d.h4 2us : ttwu_do_activate.constprop.87 <-try_to_wake_up 1660 <idle>-0 2d.h4 0us : 0:120:R + [002] 5882: 94:R sleep 1661 <idle>-0 2d.h4 0us : ttwu_do_activate.constprop.87 <-try_to_wake_up 1662 <idle>-0 2d.h4 1us : sched_wakeup: comm=sleep pid=5882 prio=94 success=1 target_cpu=002
|
/linux-4.4.14/arch/arm/ |
D | Kconfig.debug | 614 This covers at least h4, 2430sdp, 3430sdp, 3630sdp,
|