Searched refs:ah (Results 1 - 25 of 137) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mlx4/
H A Dah.c38 struct mlx4_ib_ah *ah; local
40 ah = kmalloc(sizeof *ah, GFP_ATOMIC);
41 if (!ah)
44 memset(&ah->av, 0, sizeof ah->av);
46 ah->av.port_pd = cpu_to_be32(to_mpd(pd)->pdn | (ah_attr->port_num << 24));
47 ah->av.g_slid = ah_attr->src_path_bits;
48 ah->av.dlid = cpu_to_be16(ah_attr->dlid);
50 ah
71 struct mlx4_ib_ah *ah = to_mah(ibah); local
96 mlx4_ib_destroy_ah(struct ib_ah *ah) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/atp/
H A Datp_close.c25 int atp_close(ATP ah) argument
33 print_bufuse( ah, "atp_close");
36 while ( ah->atph_queue != NULL ) {
37 cq = ah->atph_queue;
38 ah->atph_queue = cq->atpbuf_next;
42 while ( ah->atph_sent != NULL ) {
43 cq = ah->atph_sent;
49 ah->atph_sent = cq->atpbuf_next;
53 if ( ah->atph_reqpkt != NULL ) {
54 atp_free_buf( ah
[all...]
H A Datp_rsel.c35 resend_request(ATP ah) argument
44 getpid(), ah->atph_reqpkt->atpbuf_dlen );
45 atp_print_addr( " to", &ah->atph_reqpkt->atpbuf_addr );
47 bprint( ah->atph_reqpkt->atpbuf_info.atpbuf_data,
48 ah->atph_reqpkt->atpbuf_dlen );
51 memcpy( &req_hdr, ah->atph_reqpkt->atpbuf_info.atpbuf_data + 1,
53 req_hdr.atphd_bitmap = ah->atph_rbitmap;
54 memcpy( ah->atph_reqpkt->atpbuf_info.atpbuf_data + 1, &req_hdr,
57 gettimeofday( &ah->atph_reqtv, (struct timezone *)0 );
58 if ( netddp_sendto( ah
74 atp_rsel( ATP ah, struct sockaddr_at *faddr, int func) argument
[all...]
H A Datp_sreq.c49 * ah: open atp handle
55 atp_sreq( ATP ah, struct atp_block *atpb, int respcount, u_int8_t flags ) argument
61 atp_print_bufuse( ah, "atp_sreq" );
76 if ( ah->atph_resppkt[ i ] != NULL ) {
77 atp_free_buf( ah->atph_resppkt[ i ] );
78 ah->atph_resppkt[ i ] = NULL;
91 atp_build_req_packet( req_buf, ah->atph_tid++, flags | ATP_TREQ, atpb );
105 gettimeofday( &ah->atph_reqtv, (struct timezone *)0 );
109 if ( netddp_sendto( ah->atph_socket, req_buf->atpbuf_info.atpbuf_data,
120 if ( ah
[all...]
H A Datp_sresp.c50 ATP ah, /* open atp handle */
59 atp_print_bufuse( ah, "atp_sresp" );
80 * also need to attach list to ah for dup. detection (if XO)
84 ah->atph_rxo ? "XO" : "", ah->atph_rtid );
88 if ( ah->atph_rxo ) {
103 atp_build_resp_packet( resp_buf, ah->atph_rtid, ctrlinfo, atpb, i );
105 if ( ah->atph_rxo ) {
113 ah->atph_rtid, i );
116 if ( netddp_sendto( ah
49 atp_sresp( ATP ah, struct atp_block *atpb) argument
[all...]
H A Datp_rresp.c50 ATP ah, /* open atp handle */
57 atp_print_bufuse( ah, "atp_rresp" );
66 while (( rc = atp_rsel( ah, atpb->atp_saddr, ATP_TRESP )) == 0 ) {
75 if ( ah->atph_resppkt[ i ] == NULL ) {
78 len = ah->atph_resppkt[ i ]->atpbuf_dlen - ATP_HDRSIZE;
87 bprint( (char *)ah->atph_resppkt[ i ]->atpbuf_info.atpbuf_data,
91 ah->atph_resppkt[ i ]->atpbuf_info.atpbuf_data + ATP_HDRSIZE,
94 atp_free_buf( ah->atph_resppkt[ i ] );
95 ah->atph_resppkt[ i ] = NULL;
49 atp_rresp( ATP ah, struct atp_block *atpb) argument
H A Datp_rreq.c47 ATP ah, /* open atp handle */
59 atp_print_bufuse( ah, "atp_rreq" );
62 while (( rc = atp_rsel( ah, atpb->atp_saddr, ATP_TREQ )) == 0 ) {
81 if (( recvlen = atp_recv_atp( ah, &faddr, &func, ATP_TIDANY,
91 ah->atph_rtid = tid;
92 if (( ah->atph_rxo = req_hdr.atphd_ctrlinfo & ATP_XO ) != 0 ) {
93 ah->atph_rreltime = ATP_RELTIME *
46 atp_rreq( ATP ah, struct atp_block *atpb) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/atp/
H A Datp_close.c25 int atp_close(ATP ah) argument
33 print_bufuse( ah, "atp_close");
36 while ( ah->atph_queue != NULL ) {
37 cq = ah->atph_queue;
38 ah->atph_queue = cq->atpbuf_next;
42 while ( ah->atph_sent != NULL ) {
43 cq = ah->atph_sent;
49 ah->atph_sent = cq->atpbuf_next;
53 if ( ah->atph_reqpkt != NULL ) {
54 atp_free_buf( ah
[all...]
H A Datp_rsel.c35 resend_request(ATP ah) argument
44 getpid(), ah->atph_reqpkt->atpbuf_dlen );
45 atp_print_addr( " to", &ah->atph_reqpkt->atpbuf_addr );
47 bprint( ah->atph_reqpkt->atpbuf_info.atpbuf_data,
48 ah->atph_reqpkt->atpbuf_dlen );
51 memcpy( &req_hdr, ah->atph_reqpkt->atpbuf_info.atpbuf_data + 1,
53 req_hdr.atphd_bitmap = ah->atph_rbitmap;
54 memcpy( ah->atph_reqpkt->atpbuf_info.atpbuf_data + 1, &req_hdr,
57 gettimeofday( &ah->atph_reqtv, (struct timezone *)0 );
58 if ( netddp_sendto( ah
74 atp_rsel( ATP ah, struct sockaddr_at *faddr, int func) argument
[all...]
H A Datp_sreq.c49 * ah: open atp handle
55 atp_sreq( ATP ah, struct atp_block *atpb, int respcount, u_int8_t flags ) argument
61 atp_print_bufuse( ah, "atp_sreq" );
76 if ( ah->atph_resppkt[ i ] != NULL ) {
77 atp_free_buf( ah->atph_resppkt[ i ] );
78 ah->atph_resppkt[ i ] = NULL;
91 atp_build_req_packet( req_buf, ah->atph_tid++, flags | ATP_TREQ, atpb );
105 gettimeofday( &ah->atph_reqtv, (struct timezone *)0 );
109 if ( netddp_sendto( ah->atph_socket, req_buf->atpbuf_info.atpbuf_data,
120 if ( ah
[all...]
H A Datp_sresp.c50 ATP ah, /* open atp handle */
59 atp_print_bufuse( ah, "atp_sresp" );
80 * also need to attach list to ah for dup. detection (if XO)
84 ah->atph_rxo ? "XO" : "", ah->atph_rtid );
88 if ( ah->atph_rxo ) {
103 atp_build_resp_packet( resp_buf, ah->atph_rtid, ctrlinfo, atpb, i );
105 if ( ah->atph_rxo ) {
113 ah->atph_rtid, i );
116 if ( netddp_sendto( ah
49 atp_sresp( ATP ah, struct atp_block *atpb) argument
[all...]
H A Datp_rresp.c50 ATP ah, /* open atp handle */
57 atp_print_bufuse( ah, "atp_rresp" );
66 while (( rc = atp_rsel( ah, atpb->atp_saddr, ATP_TRESP )) == 0 ) {
75 if ( ah->atph_resppkt[ i ] == NULL ) {
78 len = ah->atph_resppkt[ i ]->atpbuf_dlen - ATP_HDRSIZE;
87 bprint( (char *)ah->atph_resppkt[ i ]->atpbuf_info.atpbuf_data,
91 ah->atph_resppkt[ i ]->atpbuf_info.atpbuf_data + ATP_HDRSIZE,
94 atp_free_buf( ah->atph_resppkt[ i ] );
95 ah->atph_resppkt[ i ] = NULL;
49 atp_rresp( ATP ah, struct atp_block *atpb) argument
H A Datp_rreq.c47 ATP ah, /* open atp handle */
59 atp_print_bufuse( ah, "atp_rreq" );
62 while (( rc = atp_rsel( ah, atpb->atp_saddr, ATP_TREQ )) == 0 ) {
81 if (( recvlen = atp_recv_atp( ah, &faddr, &func, ATP_TIDANY,
91 ah->atph_rtid = tid;
92 if (( ah->atph_rxo = req_hdr.atphd_ctrlinfo & ATP_XO ) != 0 ) {
93 ah->atph_rreltime = ATP_RELTIME *
46 atp_rreq( ATP ah, struct atp_block *atpb) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dashldi3.S33 #define ah r0 define
36 #define ah r1 define
44 movmi ah, ah, lsl r2
45 movpl ah, al, lsl r3
46 orrmi ah, ah, al, lsr ip
H A Dashrdi3.S33 #define ah r0 define
36 #define ah r1 define
45 movpl al, ah, asr r3
46 orrmi al, al, ah, lsl ip
47 mov ah, ah, asr r2
H A Dlshrdi3.S33 #define ah r0 define
36 #define ah r1 define
45 movpl al, ah, lsr r3
46 orrmi al, al, ah, lsl ip
47 mov ah, ah, lsr r2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Da.out.h57 struct aouthdr ah; member in struct:exec
64 #define a_info ah.info
65 #define a_text ah.tsize
66 #define a_data ah.dsize
67 #define a_bss ah.bsize
68 #define a_entry ah.entry
69 #define a_textstart ah.text_start
70 #define a_datastart ah.data_start
71 #define a_bssstart ah.bss_start
72 #define a_gprmask ah
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_av.c158 struct mthca_ah *ah)
163 ah->type = MTHCA_AH_PCI_POOL;
166 ah->av = kmalloc(sizeof *ah->av, GFP_ATOMIC);
167 if (!ah->av)
170 ah->type = MTHCA_AH_KMALLOC;
171 av = ah->av;
184 ah->type = MTHCA_AH_ON_HCA;
185 ah->avdma = dev->av_table.ddr_av_base +
190 if (ah
155 mthca_create_ah(struct mthca_dev *dev, struct mthca_pd *pd, struct ib_ah_attr *ah_attr, struct mthca_ah *ah) argument
241 mthca_destroy_ah(struct mthca_dev *dev, struct mthca_ah *ah) argument
262 mthca_ah_grh_present(struct mthca_ah *ah) argument
267 mthca_read_ah(struct mthca_dev *dev, struct mthca_ah *ah, struct ib_ud_header *header) argument
295 struct mthca_ah *ah = to_mah(ibah); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A D.ah-test62 [ -f $KERNEL_DIR/net/ipv6/netfilter/ip6t_ah.c -a -f $KERNEL_DIR/include/linux/netfilter_ipv6/ip6t_ah.h ] && echo ah
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_ah.c33 DEBUGP("ah spi_match:%c 0x%x <= 0x%x <= 0x%x",invert? '!':' ',
50 struct ip_auth_hdr *ah, _ah; local
63 ah = skb_header_pointer(skb, ptr, sizeof(_ah), &_ah);
64 if (ah == NULL) {
69 hdrlen = (ah->hdrlen + 2) << 2;
71 DEBUGP("IPv6 AH LEN %u %u ", hdrlen, ah->hdrlen);
72 DEBUGP("RES %04X ", ah->reserved);
73 DEBUGP("SPI %u %08X\n", ntohl(ah->spi), ntohl(ah->spi));
77 ntohl(ah
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Darping.c53 struct arphdr *ah = (struct arphdr *) buf; local
54 unsigned char *p = (unsigned char *) (ah + 1);
56 ah->ar_hrd = htons(ME->sll_hatype);
57 ah->ar_hrd = htons(ARPHRD_ETHER);
58 ah->ar_pro = htons(ETH_P_IP);
59 ah->ar_hln = ME->sll_halen;
60 ah->ar_pln = 4;
61 ah->ar_op = option_mask32 & ADVERT ? htons(ARPOP_REPLY) : htons(ARPOP_REQUEST);
63 memcpy(p, &ME->sll_addr, ah->ar_hln);
70 memcpy(p, &ME->sll_addr, ah
132 struct arphdr *ah = (struct arphdr *) buf; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/math-emu/
H A Dsfp-util.h7 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
8 ((sl) = (al) + (bl), (sh) = (ah) + (bh) + ((sl) < (al)))
10 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
11 ((sl) = (al) - (bl), (sh) = (ah) - (bh) - ((al) < (bl)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_arp.c22 struct arphdr _arph, *ah; local
24 ah = skb_header_pointer(skb, 0, sizeof(_arph), &_arph);
25 if (ah == NULL)
28 ah->ar_op, EBT_ARP_OPCODE))
31 ah->ar_hrd, EBT_ARP_HTYPE))
34 ah->ar_pro, EBT_ARP_PTYPE))
40 if (ah->ar_pln != sizeof(__be32) || ah->ar_pro != htons(ETH_P_IP))
43 ah->ar_hln, sizeof(saddr),
48 2*ah
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_ah.c14 "ah match options:\n"
79 const struct ip6t_ah *ah = (struct ip6t_ah *)match->data; local
81 printf(" ah ");
82 print_spis("spi", ah->spis[0], ah->spis[1],
83 ah->invflags & IP6T_AH_INV_SPI);
84 print_len("length", ah->hdrlen,
85 ah->invflags & IP6T_AH_INV_LEN);
87 if (ah->hdrres)
90 if (ah
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dprocess.c117 unsigned long long ah, al, bh, bl, ch, cl; local
121 ah = (regs->pc) >> 32;
128 ah, al, bh, bl, ch, cl);
130 ah = (regs->sr) >> 32;
141 ah, al, bh, bl, ch, cl);
143 ah = (regs->regs[0]) >> 32;
150 ah, al, bh, bl, ch, cl);
152 ah = (regs->regs[3]) >> 32;
159 ah, al, bh, bl, ch, cl);
161 ah
[all...]

Completed in 124 milliseconds

123456