Searched refs:ao (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/drivers/media/cec/platform/meson/
H A DMakefile2 obj-$(CONFIG_CEC_MESON_AO) += ao-cec.o
3 obj-$(CONFIG_CEC_MESON_G12A_AO) += ao-cec-g12a.o
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Dsetsockopt-closed.c234 struct tcp_ao_add ao; local
241 sk = prepare_defs(TCP_AO_ADD_KEY, &ao);
248 tcp_addr_to_sockaddr_in(&ao.addr, &key_peer, 0);
250 &ao, sizeof(ao));
273 struct tcp_ao_add ao; local
276 sk = prepare_defs(TCP_AO_ADD_KEY, &ao);
277 ao.keylen = TCP_AO_MAXKEYLEN + 1;
278 setsockopt_checked(sk, TCP_AO_ADD_KEY, &ao, EINVAL, "too big keylen");
280 sk = prepare_defs(TCP_AO_ADD_KEY, &ao);
765 struct tcp_ao_add ao, ao2; local
[all...]
H A Dbench-lookups.c130 struct tcp_ao_del *ao = arg; local
132 if (setsockopt(sk, IPPROTO_TCP, TCP_AO_DEL_KEY, ao, sizeof(*ao)))
/linux-master/net/ipv4/
H A Dtcp_ao.c53 struct tcp_ao_info *ao; local
82 ao = rcu_dereference(tcp_twsk(sk)->ao_info);
94 ao = rcu_dereference(tcp_sk(sk)->ao_info);
97 if (ao && !ao->accept_icmps) {
100 atomic64_inc(&ao->counters.dropped_icmp);
111 struct tcp_ao_key *tcp_ao_established_key(struct tcp_ao_info *ao, argument
116 hlist_for_each_entry_rcu(key, &ao->head, node) {
197 struct tcp_ao_info *ao; local
202 ao
226 struct tcp_ao_info *ao; local
237 tcp_ao_link_mkt(struct tcp_ao_info *ao, struct tcp_ao_key *mkt) argument
271 struct tcp_ao_info *ao; local
796 struct tcp_ao_info *ao; local
1049 tcp_ao_cache_traffic_keys(const struct sock *sk, struct tcp_ao_info *ao, struct tcp_ao_key *ao_key) argument
1132 struct tcp_ao_info *ao; local
1146 struct tcp_ao_info *ao; local
1166 struct tcp_ao_info *new_ao, *ao; local
2291 struct tcp_ao_info *ao; local
2347 struct tcp_ao_info *ao; local
2381 struct tcp_ao_info *ao; local
[all...]
H A Dtcp_minisocks.c57 struct tcp_ao_info *ao; local
59 ao = rcu_dereference(tcptw->ao_info);
60 if (unlikely(ao && seq < tcptw->tw_rcv_nxt))
61 WRITE_ONCE(ao->rcv_sne, ao->rcv_sne + 1);
H A Dtcp_input.c3571 struct tcp_ao_info *ao; local
3576 ao = rcu_dereference_protected(tp->ao_info,
3578 if (ao && ack < tp->snd_una)
3579 ao->snd_sne++;
3597 struct tcp_ao_info *ao; local
3602 ao = rcu_dereference_protected(tp->ao_info,
3604 if (ao && seq < tp->rcv_nxt)
3605 ao->rcv_sne++;
6509 struct tcp_ao_info *ao; local
6511 ao
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgp102.c49 u32 ao = 0; local
50 u32 bo = ao + size;
75 gf100_grctx_patch_wr32(chan, o + 0xf8, ao);
76 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc];
H A Dctxgp100.c50 u32 ao = 0; local
51 u32 bo = ao + size;
73 gf100_grctx_patch_wr32(chan, o + 0xf8, ao);
74 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc];
H A Dctxgv100.c71 u32 ao = 0; local
72 u32 bo = ao + size;
95 gf100_grctx_patch_wr32(chan, o + 0xf8, ao);
96 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc];
H A Dctxgf117.c253 u32 ao = bo + grctx->attrib_nr_max * gr->tpc_total; local
271 gf100_grctx_patch_wr32(chan, o + 0xe4, (a << 16) | ao);
272 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc];
H A Dctxgf108.c745 u32 ao = bo + grctx->attrib_nr_max * gr->tpc_total; local
760 gf100_grctx_patch_wr32(chan, o + 0x44, (a << 16) | ao);
761 ao += grctx->alpha_nr_max;
H A Dctxgm107.c908 u32 ao = bo + grctx->attrib_nr_max * gr->tpc_total; local
928 gf100_grctx_patch_wr32(chan, o + 0xf8, ao);
929 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc];
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dsock.c138 int test_prepare_key_sockaddr(struct tcp_ao_add *ao, const char *alg, argument
144 memset(ao, 0, sizeof(struct tcp_ao_add));
146 ao->set_current = !!set_current;
147 ao->set_rnext = !!set_rnext;
148 ao->prefix = prefix;
149 ao->sndid = sndid;
150 ao->rcvid = rcvid;
151 ao->maclen = maclen;
152 ao->keyflags = keyflags;
153 ao
[all...]
H A Daolib.h320 extern int test_prepare_key_sockaddr(struct tcp_ao_add *ao, const char *alg,
326 static inline int test_prepare_key(struct tcp_ao_add *ao, argument
336 return test_prepare_key_sockaddr(ao, alg, (void *)&addr, sizeof(addr),
341 static inline int test_prepare_def_key(struct tcp_ao_add *ao, argument
349 return test_prepare_key(ao, DEFAULT_TEST_ALGO, in_addr, false, false,
404 static inline int test_verify_socket_ao(int sk, struct tcp_ao_info_opt *ao) argument
413 return test_cmp_getsockopt_setsockopt_ao(ao, &ao2);
418 struct tcp_ao_info_opt ao = {}; local
421 err = test_get_ao_info(sk, &ao);
426 ao
[all...]
/linux-master/net/rds/
H A Dsend.c538 struct rm_atomic_op *ao; local
544 ao = &rm->atomic;
546 && ao->op_active && ao->op_notify && ao->op_notifier) {
547 notifier = ao->op_notifier;
556 ao->op_notifier = NULL;
577 struct rm_atomic_op *ao; local
586 ao = &rm->atomic;
587 if (ao
[all...]
H A Drdma.c514 void rds_atomic_free_op(struct rm_atomic_op *ao) argument
516 struct page *page = sg_page(ao->op_sg);
523 kfree(ao->op_notifier);
524 ao->op_notifier = NULL;
525 ao->op_active = 0;
H A Drds.h940 void rds_atomic_free_op(struct rm_atomic_op *ao);
/linux-master/sound/pci/asihpi/
H A Dhpi6000.c399 struct hpi_adapter_obj ao; local
407 memset(&ao, 0, sizeof(ao));
409 ao.priv = kzalloc(sizeof(struct hpi_hw_obj), GFP_KERNEL);
410 if (!ao.priv) {
417 ao.pci = *phm->u.s.resource.r.pci;
419 err = create_adapter_obj(&ao, &os_error_code);
421 delete_adapter_obj(&ao);
433 pao = hpi_find_adapter(ao.index);
446 phr->u.s.adapter_type = ao
[all...]
H A Dhpi6205.c456 struct hpi_adapter_obj ao; local
462 memset(&ao, 0, sizeof(ao));
464 ao.priv = kzalloc(sizeof(struct hpi_hw_obj), GFP_KERNEL);
465 if (!ao.priv) {
471 ao.pci = *phm->u.s.resource.r.pci;
472 err = create_adapter_obj(&ao, &os_error_code);
474 delete_adapter_obj(&ao);
485 phr->u.s.adapter_type = ao.type;
486 phr->u.s.adapter_index = ao
[all...]
/linux-master/fs/xfs/scrub/
H A Dbmap_repair.c297 xfs_fileoff_t ao = xfs_bmbt_disk_get_startoff(ba); local
300 if (ao > bo)
302 else if (ao < bo)
/linux-master/fs/ntfs3/
H A Dsuper.c883 u16 fn, ao; local
1084 ao = ALIGN(MFTRECORD_FIXUP_OFFSET + sizeof(short) * fn, 8);
1085 rec->attr_off = cpu_to_le16(ao);
1086 rec->used = cpu_to_le32(ao + ALIGN(sizeof(enum ATTR_TYPE), 8));
1088 ((struct ATTRIB *)Add2Ptr(rec, ao))->type = ATTR_END;
H A Dfslog.c2770 u16 ao = le16_to_cpu(rec->attr_off); local
2776 (fn - 1) * SECTOR_SIZE != rs || ao < MFTRECORD_FIXUP_OFFSET_1 ||
2777 ao > sbi->record_size - SIZEOF_RESIDENT || !is_rec_inuse(rec) ||
2783 for (attr = Add2Ptr(rec, ao); attr->type != ATTR_END;
2864 u16 ao = le16_to_cpu(lrh->attr_off); local
2870 while (o < ao) {
2884 return o == ao;
/linux-master/include/net/
H A Dtcp_ao.h217 struct tcp_ao_key *tcp_ao_established_key(struct tcp_ao_info *ao,
H A Dtcp.h2255 int (*calc_ao_hash)(char *location, struct tcp_ao_key *ao,
2346 struct tcp_ao_info *ao; local
2348 ao = rcu_dereference_protected(tp->ao_info,
2350 if (ao) {
2351 out->ao_key = READ_ONCE(ao->current_key);
/linux-master/drivers/pinctrl/realtek/
H A Dpinctrl-rtd1315e.c656 RTD1315E_FUNC(ao),
1140 RTK_PIN_FUNC(SHIFT_LEFT(0xc, 16), "ao"),
1145 RTK_PIN_FUNC(SHIFT_LEFT(0xc, 20), "ao"),
1155 RTK_PIN_FUNC(SHIFT_LEFT(0xc, 24), "ao"),
1165 RTK_PIN_FUNC(SHIFT_LEFT(0xc, 28), "ao"),
1176 RTK_PIN_FUNC(SHIFT_LEFT(0xc, 0), "ao"),
1185 RTK_PIN_FUNC(SHIFT_LEFT(0xc, 4), "ao"),
1194 RTK_PIN_FUNC(SHIFT_LEFT(0xc, 8), "ao"),

Completed in 251 milliseconds

12