Searched refs:ah (Results 76 - 100 of 313) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dqp.c212 memcpy(&dseg->av, &to_mah(wr->wr.ud.ah)->av, sizeof dseg->av);
H A Dmlx5.h526 return to_mxxx(ah, ah);
655 int mlx5_destroy_ah(struct ibv_ah *ah);
657 struct mlx5_ah *ah);
658 void mlx5_free_av(struct mlx5_ah *ah);
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dverbs.c1147 static int mlx4_resolve_grh_to_l2(struct ibv_pd *pd, struct mlx4_ah *ah, argument
1155 memcpy(ah->mac, &attr->grh.dgid.raw[8], 3);
1156 memcpy(ah->mac + 3, &attr->grh.dgid.raw[13], 3);
1157 ah->mac[0] ^= 2;
1161 ah->mac[0] = 0x33;
1162 ah->mac[1] = 0x33;
1164 ah->mac[i] = attr->grh.dgid.raw[i + 10];
1171 ah->av.dlid = htobe16(0xc000);
1172 ah->av.port_pd |= htobe32(1 << 31);
1179 ah
1188 struct mlx4_ah *ah; local
1250 mlx4_destroy_ah(struct ibv_ah *ah) argument
[all...]
H A Dqp.c178 memcpy(dseg->av, &to_mah(wr->wr.ud.ah)->av, sizeof (struct mlx4_av));
181 dseg->vlan = htobe16(to_mah(wr->wr.ud.ah)->vlan);
182 memcpy(dseg->mac, to_mah(wr->wr.ud.ah)->mac, 6);
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/ofed/libibverbs/
H A Dkern-abi.h832 __u32 ah; member in struct:ibv_kern_send_wr::__anon3746::__anon3749
H A Ddriver.h267 int ibv_cmd_create_ah(struct ibv_pd *pd, struct ibv_ah *ah,
271 int ibv_cmd_destroy_ah(struct ibv_ah *ah);
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...]
H A Dcmd.c1408 tmp->wr.ud.ah = i->wr.ud.ah->handle;
1582 int ibv_cmd_create_ah(struct ibv_pd *pd, struct ibv_ah *ah, argument
1590 cmd.user_handle = (uintptr_t) ah;
1609 ah->handle = resp->handle;
1610 ah->context = pd->context;
1615 int ibv_cmd_destroy_ah(struct ibv_ah *ah) argument
1620 cmd.ah_handle = ah->handle;
1622 if (write(ah->context->cmd_fd, &cmd, sizeof cmd) != sizeof cmd)
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dverbs.c652 int c4iw_destroy_ah(struct ibv_ah *ah) argument
H A Dlibcxgb4.h223 int c4iw_destroy_ah(struct ibv_ah *ah);
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath.c511 ah->config.no_pll_pwrsave = true;
580 struct ath_hal *ah = NULL; local
601 ah = ath_hal_attach(devid, sc, sc->sc_st, sc->sc_sh,
603 if (ah == NULL) {
609 sc->sc_ah = ah;
641 sc->sc_mrretry = ath_hal_setupxtxdesc(ah, NULL, 0,0, 0,0, 0,0);
648 if (ath_hal_hwphycounters(ah))
654 sc->sc_keymax = ath_hal_keycachesize(ah);
666 ath_hal_keyreset(ah, i);
867 ath_hal_setledstate(ah, HAL_LED_INI
1709 struct ath_hal *ah = sc->sc_ah; local
1871 struct ath_hal *ah = sc->sc_ah; local
1913 struct ath_hal *ah = sc->sc_ah; local
1995 struct ath_hal *ah = sc->sc_ah; local
2366 ath_hal_gethangstate(struct ath_hal *ah, uint32_t mask, uint32_t *hangs) argument
2441 struct ath_hal *ah = sc->sc_ah; local
2599 struct ath_hal *ah = sc->sc_ah; local
2788 struct ath_hal *ah = sc->sc_ah; local
2972 struct ath_hal *ah = sc->sc_ah; local
3556 struct ath_hal *ah = sc->sc_ah; local
3580 struct ath_hal *ah = sc->sc_ah; local
3805 struct ath_hal *ah = sc->sc_ah; local
3820 struct ath_hal *ah = sc->sc_ah; local
3852 struct ath_hal *ah = sc->sc_ah; local
3940 struct ath_hal *ah = sc->sc_ah; local
4255 struct ath_hal *ah = sc->sc_ah; local
4830 struct ath_hal *ah = sc->sc_ah; local
4903 struct ath_hal *ah = sc->sc_ah; local
4934 struct ath_hal *ah = sc->sc_ah; local
4968 struct ath_hal *ah = sc->sc_ah; local
4994 struct ath_hal *ah = sc->sc_ah; local
5085 struct ath_hal *ah = sc->sc_ah; local
5234 struct ath_hal *ah = sc->sc_ah; local
5362 struct ath_hal *ah = sc->sc_ah; local
5387 struct ath_hal *ah = sc->sc_ah; local
5480 struct ath_hal *ah = sc->sc_ah; local
5900 struct ath_hal *ah = sc->sc_ah; local
5924 struct ath_hal *ah = sc->sc_ah; local
5939 struct ath_hal *ah = sc->sc_ah; local
5976 struct ath_hal *ah = sc->sc_ah; local
6186 struct ath_hal *ah = sc->sc_ah; local
[all...]
/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/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/stand/pc98/cdboot/
H A Dcdboot.S139 mov $0x42,%ah # 640x400
142 mov $0x40,%ah # graph on
148 mov $0x0c,%ah # text on
150 mov $0x13,%ah # cursor home
153 mov $0x11,%ah # cursor on
157 mov $0x03,%ah
184 mov $0x06,%ah /* Read data */
306 mov $0x13,%ah # Move cursor
676 read.retry: mov $0x06,%ah # BIOS device read
688 read.fail: cmp $ERROR_TIMEOUT,%ah # Timeou
[all...]
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot1.S117 mov $0x42,%ah /* 640x400 */
120 mov $0x40,%ah /* graph on */
126 mov $0x0c,%ah /* text on */
128 mov $0x13,%ah /* cursor home */
131 mov $0x11,%ah /* cursor on */
135 mov $0x03,%ah
202 mov $0x06,%ah
216 mov (0x482),%ah
217 shr %cl,%ah /* Is SCSI HDD? */
309 mov $0x13,%ah
[all...]
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dsyscons.s40 movb ishireso, %ah
41 orb %ah, %ah
46 xorb %ah, %ah
55 # destroyed: %ah, %cx
59 movb ishireso, %ah
60 orb %ah, %ah
65 xorb %ah,
[all...]
H A Dsupport.s72 movb $0x17, %ah
77 movb $0x18, %ah
H A Dselector.s244 cmpb $0x15, %ah
290 cmpb $0x3a, %ah # UP
292 cmpb $0x3d, %ah # DOWN
294 cmpb $0x3c, %ah # RIGHT
296 cmpb $0x1c, %ah # RETURN
368 cmpb $0x3a, %ah # UP
370 cmpb $0x3d, %ah # DOWN
372 cmpb $0x3b, %ah # LEFT
374 cmpb $0x00, %ah # ESC
376 cmpb $0x1c, %ah # RETUR
[all...]
H A Dputssjis.s59 xorb %ah, %ah
86 orb $0x80, %ah
124 cmpb $0x7f, %ah
126 decb %ah # Lower -= 1 if lower > 0x7f
128 cmpb $0x9e, %ah
130 subb $0x7d, %ah # Lower -= 0x7d
134 subb $0x1f, %ah # Lower -= 0x1f
H A Ddisk.s103 movb $6, %ah
149 movb $5, %ah
171 movw $0x0001, %ax # %ah = unit number, %al = for bit operation
181 addb %ah, %dh # %dh = DA/UA
188 movb $0x84, %ah
199 orb %ah, %ah
201 cmpb $1, %ah
228 incb %ah
239 movw $0x0001, %ax # %ah
[all...]
H A Dboot0.5.s101 cmpb $0x90, %ah
119 cmpb $0x0f, %ah # TAB
H A Dboot.s49 xorb %ah, %ah
73 movb $6, %ah
94 # %ah: 00
121 xorb %ah, %ah # %ah = 0
/freebsd-11-stable/stand/pc98/boot0/
H A Dboot0.s46 mov %al, %ah
47 and $0xf0, %ah
48 cmp $0x90, %ah
52 mov $6, %ah
75 mov $0xd6, %ah
/freebsd-11-stable/stand/i386/mbr/
H A Dmbr.s97 movb $0x41,%ah # BIOS: EDD extensions
142 movb $0xe,%ah # BIOS: Display

Completed in 666 milliseconds

1234567891011>>