Searched refs:ah (Results 76 - 100 of 137) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_LOG.c130 struct ip_auth_hdr _ahdr, *ah; local
140 ah = skb_header_pointer(skb, ptr, sizeof(_ahdr),
142 if (ah == NULL) {
153 printk("SPI=0x%x ", ntohl(ah->spi));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/asm586/
H A Dmatch.S236 movb (%esi,%ecx), %ah
237 cmpb %bh, %ah
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/asm586/
H A Dmatch.S236 movb (%esi,%ecx), %ah
237 cmpb %bh, %ah
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c514 static int mthca_path_set(struct mthca_dev *dev, const struct ib_ah_attr *ah, argument
517 path->g_mylmc = ah->src_path_bits & 0x7f;
518 path->rlid = cpu_to_be16(ah->dlid);
519 path->static_rate = mthca_get_rate(dev, ah->static_rate, port);
521 if (ah->ah_flags & IB_AH_GRH) {
522 if (ah->grh.sgid_index >= dev->limits.gid_table_len) {
524 ah->grh.sgid_index, dev->limits.gid_table_len-1);
529 path->mgid_index = ah->grh.sgid_index;
530 path->hop_limit = ah->grh.hop_limit;
532 cpu_to_be32((ah
[all...]
H A Dmthca_dev.h566 struct mthca_ah *ah);
567 int mthca_destroy_ah(struct mthca_dev *dev, struct mthca_ah *ah);
568 int mthca_read_ah(struct mthca_dev *dev, struct mthca_ah *ah,
571 int mthca_ah_grh_present(struct mthca_ah *ah);
H A Dmthca_provider.c439 struct mthca_ah *ah; local
441 ah = kmalloc(sizeof *ah, GFP_ATOMIC);
442 if (!ah)
445 err = mthca_create_ah(to_mdev(pd->device), to_mpd(pd), ah_attr, ah);
447 kfree(ah);
451 return &ah->ibah;
454 static int mthca_ah_destroy(struct ib_ah *ah) argument
456 mthca_destroy_ah(to_mdev(ah->device), to_mah(ah));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dapps.c748 ASN1_HEADER *ah=NULL; local
803 if ((ah=d2i_ASN1_HEADER(NULL,&p,(long)size)) == NULL)
805 if ((ah->header == NULL) || (ah->header->data == NULL) ||
806 (strncmp(NETSCAPE_CERT_HDR,(char *)ah->header->data,
807 ah->header->length) != 0))
814 ah->meth=X509_asn1_meth();
815 if ((ah=d2i_ASN1_HEADER(&ah,&p,(long)size)) == NULL)
817 x=(X509 *)ah
[all...]
H A Dx509.c1036 ASN1_HEADER ah; local
1041 ah.header= &os;
1042 ah.data=(char *)x;
1043 ah.meth=X509_asn1_meth();
1045 i=ASN1_i2d_bio_of(ASN1_HEADER,i2d_ASN1_HEADER,out,&ah);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/atalkd/
H A Dzip.c92 struct atphdr ah; local
760 memcpy( &ah, data, sizeof( struct atphdr ));
762 if ( ah.atphd_ctrlinfo != ATP_TREQ ) {
766 ah.atphd_ctrlinfo = ATP_TRESP | ATP_EOM;
767 if ( ah.atphd_bitmap != 1 ) {
771 ah.atphd_bitmap = 0;
786 memcpy( data, &ah, sizeof( struct atphdr ));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Dzip.c92 struct atphdr ah; local
760 memcpy( &ah, data, sizeof( struct atphdr ));
762 if ( ah.atphd_ctrlinfo != ATP_TREQ ) {
766 ah.atphd_ctrlinfo = ATP_TRESP | ATP_EOM;
767 if ( ah.atphd_bitmap != 1 ) {
771 ah.atphd_bitmap = 0;
786 memcpy( data, &ah, sizeof( struct atphdr ));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Duverbs_cmd.c230 static void put_ah_read(struct ib_ah *ah) argument
232 put_uobj_read(ah->uobject);
1464 next->wr.ud.ah = idr_read_ah(user_wr->wr.ud.ah,
1466 if (!next->wr.ud.ah) {
1529 if (is_ud && wr->wr.ud.ah)
1530 put_ah_read(wr->wr.ud.ah);
1733 struct ib_ah *ah; local
1768 ah = ib_create_ah(pd, &attr);
1769 if (IS_ERR(ah)) {
1819 struct ib_ah *ah; local
[all...]
H A Duser_mad.c196 ib_destroy_ah(packet->msg->ah);
440 struct ib_ah *ah; local
486 ah = ib_create_ah(agent->qp->pd, &ah_attr);
487 if (IS_ERR(ah)) {
488 ret = PTR_ERR(ah);
513 packet->msg->ah = ah;
569 ib_destroy_ah(ah);
H A Dsa_query.c57 struct ib_ah *ah; member in struct:ib_sa_sm_ah
359 ib_destroy_ah(sm_ah->ah);
390 new_ah->ah = ib_create_ah(port->agent->qp->pd, &ah_attr);
391 if (IS_ERR(new_ah->ah)) {
556 query->mad_buf->ah = query->sm_ah->ah;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/sha1/asm/
H A Dsx86-elf.s35 xchgb %al, %ah
37 xchgb %al, %ah
47 xchgb %al, %ah
49 xchgb %al, %ah
59 xchgb %al, %ah
61 xchgb %al, %ah
71 xchgb %al, %ah
73 xchgb %al, %ah
83 xchgb %al, %ah
85 xchgb %al, %ah
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_verbs.c1198 struct ipath_ah *ah; local
1222 ah = kmalloc(sizeof *ah, GFP_ATOMIC);
1223 if (!ah) {
1231 kfree(ah);
1239 /* ib_create_ah() will initialize ah->ibah. */
1240 ah->attr = *ah_attr;
1242 ret = &ah->ibah;
1257 struct ipath_ah *ah = to_iah(ibah); local
1264 kfree(ah);
1271 struct ipath_ah *ah = to_iah(ibah); local
[all...]
H A Dipath_ud.c221 ah_attr = &to_iah(wr->wr.ud.ah)->attr;
309 if (wr->wr.ud.ah->pd != qp->ibqp.pd) {
365 ah_attr = &to_iah(wr->wr.ud.ah)->attr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/acpi/
H A Dwakeup.S132 cmpb $VIDEO_FIRST_VESA>>8, %ah
135 decb %ah
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/inflate86/
H A Dinffast.S467 movb %ah, %cl /* cl = this.bits */
468 subb %ah, bits_r /* bits -= this.bits */
567 movb %ah, %cl
568 subb %ah, bits_r /* bits -= this.bits */
932 movzbl %ah, %ecx /* ecx = this.bits */
982 movzbl %ah, %ecx /* ecx = this.bits */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A Dsetup.S179 movb $0x0e, %ah
383 movb $0x88, %ah
426 cmpb $3, %ah
490 incb %ah # instead of add ax,#0x100
722 movb $0x02, %ah
726 movb %dh, %ah
728 shrb %cl, %ah
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/inflate86/
H A Dinffast.S467 movb %ah, %cl /* cl = this.bits */
468 subb %ah, bits_r /* bits -= this.bits */
567 movb %ah, %cl
568 subb %ah, bits_r /* bits -= this.bits */
932 movzbl %ah, %ecx /* ecx = this.bits */
982 movzbl %ah, %ecx /* ecx = this.bits */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djmemdosa.asm55 mov ah,3ch ; create file
89 mov ah,3eh ; close file
157 mov ah,3fh ; read file
195 mov ah,40h ; write file
314 mov di,000ah ; check offs 10 in returned seg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_verbs.h645 struct ib_ah *ah; member in struct:ib_send_wr::__anon10688::__anon10691
929 int (*modify_ah)(struct ib_ah *ah,
931 int (*query_ah)(struct ib_ah *ah,
933 int (*destroy_ah)(struct ib_ah *ah);
1186 * @ah: The address handle to modify.
1190 int ib_modify_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr);
1195 * @ah: The address handle to query.
1199 int ib_query_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr);
1203 * @ah: The address handle to destroy.
1205 int ib_destroy_ah(struct ib_ah *ah);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dx509.c1014 ASN1_HEADER ah; local
1019 ah.header= &os;
1020 ah.data=(char *)x;
1021 ah.meth=X509_asn1_meth();
1024 i=ASN1_i2d_bio(i2d_ASN1_HEADER,out,(unsigned char *)&ah);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx86/
H A Dinffas32.asm350 mov cl,ah
351 sub bl,ah
432 mov cl,ah
433 sub bl,ah
676 movzx ecx,ah
735 movzx ecx,ah
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/bluetooth/
H A Dbpa10x.c92 struct hci_acl_hdr *ah; local
101 ah = (struct hci_acl_hdr *) buf;
102 len = HCI_ACL_HDR_SIZE + __le16_to_cpu(ah->dlen);

Completed in 227 milliseconds

123456