Searched refs:ah (Results 201 - 225 of 313) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c401 if ((send_buf->ah = dev->sm_ah[port_num - 1]))
493 struct ib_ah *ah; local
535 /* create ah. Just need an empty one with the port num for the post send.
543 ah = ib_create_ah(tun_ctx->pd, &attr);
544 if (IS_ERR(ah))
559 if (tun_qp->tx_ring[tun_tx_ix].ah)
560 ib_destroy_ah(tun_qp->tx_ring[tun_tx_ix].ah);
561 tun_qp->tx_ring[tun_tx_ix].ah = ah;
615 wr.ah
1333 struct ib_ah *ah; local
1453 struct mlx4_ib_ah ah; local
[all...]
H A Dmlx4_ib_qp.c1389 static int _mlx4_set_path(struct mlx4_ib_dev *dev, const struct ib_ah_attr *ah, argument
1400 path->grh_mylmc = ah->src_path_bits & 0x7f;
1401 path->rlid = cpu_to_be16(ah->dlid);
1402 if (ah->static_rate) {
1403 path->static_rate = ah->static_rate + MLX4_STAT_RATE_OFFSET;
1410 if (ah->ah_flags & IB_AH_GRH) {
1413 ah->grh.sgid_index);
1423 path->hop_limit = ah->grh.hop_limit;
1425 cpu_to_be32((ah->grh.traffic_class << 20) |
1426 (ah
2305 struct mlx4_ib_ah *ah = to_mah(wr->ah); local
2434 struct mlx4_ib_ah *ah = to_mah(wr->ah); local
2810 struct mlx4_ib_ah *ah = to_mah(wr->ah); local
2956 struct mlx4_ib_ah *ah = to_mah(ud_wr(wr)->ah); local
[all...]
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dcompat-1_0.c103 struct ibv_ah_1_0 *ah; member in struct:ibv_send_wr_1_0::__anon3731::__anon3734
210 int (*destroy_ah)(struct ibv_ah *ah);
282 int __ibv_destroy_ah_1_0(struct ibv_ah_1_0 *ah);
459 real_wr->wr.ud.ah = w->wr.ud.ah->real_ah;
957 struct ibv_ah_1_0 *ah; local
959 ah = malloc(sizeof *ah);
960 if (!ah)
965 free(ah);
977 __ibv_destroy_ah_1_0(struct ibv_ah_1_0 *ah) argument
[all...]
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_rx.c248 struct ath_hal *ah = sc->sc_ah; local
318 ath_hal_setuprxdesc(ah, ds
1008 struct ath_hal *ah = sc->sc_ah; local
1038 nf = ath_hal_getchannoise(ah, sc->sc_curchan);
1040 tsf = ath_hal_gettsf64(ah);
1093 status = ath_hal_rxprocdesc(ah, ds,
1143 ath_hal_rxmonitor(ah, &sc->sc_halstats, sc->sc_curchan);
1194 ath_hal_putrxbuf(ah, bf->bf_daddr, HAL_RX_QUEUE_HP);
1195 ath_hal_rxena(ah); /* enable recv descriptors */
1197 ath_hal_startpcurecv(ah); /* r
1325 struct ath_hal *ah = sc->sc_ah; local
1384 struct ath_hal *ah = sc->sc_ah; local
[all...]
H A Dif_ath_debug.c103 struct ath_hal *ah = sc->sc_ah; local
115 if (ah->ah_magic == 0x20065416) {
120 } else if (ah->ah_magic == 0x19741014) {
203 struct ath_hal *ah = sc->sc_ah; local
224 if (ah->ah_magic == 0x20065416) {
H A Dif_ath_rx_edma.c161 struct ath_hal *ah = sc->sc_ah; local
165 ath_hal_stoppcurecv(ah);
166 ath_hal_setrxfilter(ah, 0);
171 if (ath_hal_stopdmarecv(ah) == AH_TRUE)
236 struct ath_hal *ah = sc->sc_ah; local
248 ath_hal_rxena(ah);
283 ath_hal_startpcurecv(ah);
383 struct ath_hal *ah = sc->sc_ah; local
388 tsf = ath_hal_gettsf64(ah);
389 nf = ath_hal_getchannoise(ah, s
[all...]
/freebsd-11-stable/lib/libc/amd64/string/
H A Dmemset.S30 movb %al,%ah /* copy char to all bytes in word */
/freebsd-11-stable/lib/libc/i386/string/
H A Dmemset.S61 movb %al,%ah /* copy char to all bytes in word */
/freebsd-11-stable/contrib/xz/src/liblzma/check/
H A Dcrc32_x86.S203 movzbl %ah, %ebp
206 movzbl %ah, %ebp
233 movzbl %ah, %ebp
236 movzbl %ah, %ebp
/freebsd-11-stable/stand/pc98/kgzldr/
H A Dcrt.s47 movb $SCR_MAT,%ah # Mode/attribute
56 movb %ah,(%edi,%ecx,1) # Write attr
72 xorb %ah,%ah
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Dmckey.c56 struct ibv_ah *ah; member in struct:cmatest_node
220 send_wr.wr.ud.ah = node->ah;
281 node->ah = ibv_create_ah(node->pd, &param->ah_attr);
282 if (!node->ah) {
355 if (node->ah)
356 ibv_destroy_ah(node->ah);
H A Dudaddy.c54 struct ibv_ah *ah; member in struct:cmatest_node
215 send_wr.wr.ud.ah = node->ah;
338 node->ah = ibv_create_ah(node->pd, &event->param.ud.ah_attr);
339 if (!node->ah) {
393 if (node->ah)
394 ibv_destroy_ah(node->ah);
457 node->ah = ibv_create_ah_from_wc(node->pd, wc, node->mem,
481 if (ret && !test.nodes[i].ah)
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Dcmll-x86_64.S81 movzbl %ah,%esi
91 movzbl %ah,%esi
108 movzbl %ah,%esi
118 movzbl %ah,%esi
135 movzbl %ah,%esi
145 movzbl %ah,%esi
162 movzbl %ah,%esi
172 movzbl %ah,%esi
189 movzbl %ah,%esi
199 movzbl %ah,
[all...]
H A Dx86_64cpuid.S119 andb $15,%ah
120 cmpb $15,%ah
124 cmpb $6,%ah
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsldr.S198 mov $0x42,%ah # BIOS: Extended
203 read.1: mov %ah,%al # Format
216 xorb %ah,%ah # BIOS: Get
224 movb $0xe,%ah # BIOS: Display
238 movb $0x41,%ah # BIOS: Check
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c70 if (mcast->ah)
71 ipoib_put_ah(mcast->ah);
157 struct ipoib_ah *ah; local
212 ah = ipoib_create_ah(priv, priv->pd, &av);
213 if (!ah) {
217 mcast->ah = ah;
222 mcast->ah->ah,
658 if (!mcast->ah) {
[all...]
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dsupport.s72 movb $0x17, %ah
77 movb $0x18, %ah
/freebsd-11-stable/stand/i386/kgzldr/
H A Dcrt.s48 movb $SCR_MAT,%ah # Mode/attribute
52 cmpb %ah,BDA_SCR-BDA_POS(%ebx) # Mono mode?
61 adcb $0x0,%ah # position
/freebsd-11-stable/sys/i386/bios/
H A Dapm.c386 apm_add_hook(struct apmhook **list, struct apmhook *ah) argument
391 APM_DPRINT("Add hook \"%s\"\n", ah->ah_name);
394 if (ah == NULL)
398 if (p->ah_order > ah->ah_order)
402 ah->ah_next = *list;
403 *list = ah;
405 ah->ah_next = prev->ah_next;
406 prev->ah_next = ah;
409 return ah;
413 apm_del_hook(struct apmhook **list, struct apmhook *ah) argument
451 apm_hook_establish(int apmh, struct apmhook *ah) argument
461 apm_hook_disestablish(int apmh, struct apmhook *ah) argument
[all...]
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dmlx4.h343 return to_mxxx(ah, ah);
453 int mlx4_destroy_ah(struct ibv_ah *ah);
455 struct mlx4_ah *ah);
456 void mlx4_free_av(struct mlx4_ah *ah);
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm1015 #define ah r0 define
1018 #define ah r1 define
1031 mov r3, ah
1032 lsr ah, r2
1046 movpl al, ah, lsr r3
1047 orrmi al, al, ah, lsl ip
1048 mov ah, ah, lsr r2
1063 mov r3, ah
1064 asr ah, r
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c343 struct ib_ah *ah; local
345 ah = pd->device->create_ah(pd, ah_attr, NULL);
347 if (!IS_ERR(ah)) {
348 ah->device = pd->device;
349 ah->pd = pd;
350 ah->uobject = NULL;
354 return ah;
588 int ib_modify_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr) argument
590 return ah->device->modify_ah ?
591 ah
596 ib_query_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr) argument
604 ib_destroy_ah(struct ib_ah *ah) argument
[all...]
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c64 struct ibv_ah *ah; member in struct:pingpong_context
116 ctx->ah = ibv_create_ah(ctx->pd, &ah_attr);
117 if (!ctx->ah) {
458 if (ibv_destroy_ah(ctx->ah)) {
523 .ah = ctx->ah,
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drdma_verbs.h229 struct ibv_ah *ah, uint32_t remote_qpn)
244 wr.wr.ud.ah = ah;
227 rdma_post_ud_send(struct rdma_cm_id *id, void *context, void *addr, size_t length, struct ibv_mr *mr, int flags, struct ibv_ah *ah, uint32_t remote_qpn) argument
/freebsd-11-stable/crypto/openssl/crypto/
H A Dx86_64cpuid.pl137 and \$15,%ah
138 cmp \$15,%ah # examine Family ID
142 cmp \$6,%ah

Completed in 183 milliseconds

1234567891011>>