Searched refs:recv (Results 1 - 25 of 230) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Dcapidtmf.c414 p_state->recv.min_gap_duration = 1;
415 p_state->recv.min_digit_duration = 1;
417 p_state->recv.cycle_counter = 0;
418 p_state->recv.current_digit_on_time = 0;
419 p_state->recv.current_digit_off_time = 0;
420 p_state->recv.current_digit_value = CAPIDTMF_RECV_NO_DIGIT;
422 p_state->recv.digit_write_pos = 0;
423 p_state->recv.digit_read_pos = 0;
424 p_state->recv.indication_state = 0;
425 p_state->recv
[all...]
H A Dcapidtmf.h68 t_capidtmf_recv_state recv; member in struct:tag_capidtmf_state
75 #define capidtmf_indication(p_state,buffer) (((p_state)->recv.indication_state != (p_state)->recv.indication_state_ack) ? capidtmf_recv_indication (p_state, buffer) : 0)
76 #define capidtmf_recv_process_block(p_state,buffer,length) { if ((p_state)->recv.state != CAPIDTMF_RECV_STATE_IDLE) capidtmf_recv_block (p_state, buffer, length); }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dib_recv.c70 struct rds_ib_recv_work *recv)
72 struct rds_page_frag *frag = recv->r_frag;
74 rdsdebug("recv %p frag %p page %p\n", recv, frag, frag->f_page);
84 struct rds_ib_recv_work *recv; local
87 for (i = 0, recv = ic->i_recvs; i < ic->i_recv_ring.w_nr; i++, recv++) {
90 recv->r_ibinc = NULL;
91 recv->r_frag = NULL;
93 recv
69 rds_ib_recv_unmap_page(struct rds_ib_connection *ic, struct rds_ib_recv_work *recv) argument
110 rds_ib_recv_clear_one(struct rds_ib_connection *ic, struct rds_ib_recv_work *recv) argument
137 rds_ib_recv_refill_one(struct rds_connection *conn, struct rds_ib_recv_work *recv, gfp_t kptr_gfp, gfp_t page_gfp) argument
228 struct rds_ib_recv_work *recv; local
558 rds_ib_get_header(struct rds_connection *conn, struct rds_ib_recv_work *recv, u32 data_len) argument
688 rds_ib_process_recv(struct rds_connection *conn, struct rds_ib_recv_work *recv, u32 data_len, struct rds_ib_ack_state *state) argument
829 struct rds_ib_recv_work *recv; local
[all...]
H A Diw_recv.c70 struct rds_iw_recv_work *recv)
72 struct rds_page_frag *frag = recv->r_frag;
74 rdsdebug("recv %p frag %p page %p\n", recv, frag, frag->f_page);
84 struct rds_iw_recv_work *recv; local
87 for (i = 0, recv = ic->i_recvs; i < ic->i_recv_ring.w_nr; i++, recv++) {
90 recv->r_iwinc = NULL;
91 recv->r_frag = NULL;
93 recv
69 rds_iw_recv_unmap_page(struct rds_iw_connection *ic, struct rds_iw_recv_work *recv) argument
110 rds_iw_recv_clear_one(struct rds_iw_connection *ic, struct rds_iw_recv_work *recv) argument
137 rds_iw_recv_refill_one(struct rds_connection *conn, struct rds_iw_recv_work *recv, gfp_t kptr_gfp, gfp_t page_gfp) argument
228 struct rds_iw_recv_work *recv; local
647 rds_iw_process_recv(struct rds_connection *conn, struct rds_iw_recv_work *recv, u32 byte_len, struct rds_iw_ack_state *state) argument
788 struct rds_iw_recv_work *recv; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/ti-st/
H A Dst.h57 * @recv: the receiver callback pointing to a function in the
69 * reg_complete_cb and recv.
73 long (*recv) (void *, struct sk_buff *); member in struct:st_proto_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dohci1394.c1029 struct ohci_iso_recv *recv; local
1033 recv = kmalloc(sizeof(*recv), GFP_KERNEL);
1034 if (!recv)
1037 iso->hostdata = recv;
1038 recv->ohci = ohci;
1039 recv->task_active = 0;
1040 dma_prog_region_init(&recv->prog);
1041 recv->block = NULL;
1048 recv
1159 struct ohci_iso_recv *recv = iso->hostdata; local
1170 struct ohci_iso_recv *recv = iso->hostdata; local
1186 struct ohci_iso_recv *recv = iso->hostdata; local
1239 struct ohci_iso_recv *recv = iso->hostdata; local
1259 struct ohci_iso_recv *recv = iso->hostdata; local
1283 struct ohci_iso_recv *recv = iso->hostdata; local
1372 ohci_iso_recv_release_block(struct ohci_iso_recv *recv, int block) argument
1410 ohci_iso_recv_bufferfill_release(struct ohci_iso_recv *recv, struct hpsb_iso_packet_info *info) argument
1426 struct ohci_iso_recv *recv = iso->hostdata; local
1435 ohci_iso_recv_bufferfill_parse(struct hpsb_iso *iso, struct ohci_iso_recv *recv) argument
1542 ohci_iso_recv_bufferfill_task(struct hpsb_iso *iso, struct ohci_iso_recv *recv) argument
1600 ohci_iso_recv_packetperbuf_task(struct hpsb_iso *iso, struct ohci_iso_recv *recv) argument
1680 struct ohci_iso_recv *recv = iso->hostdata; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dsync.h19 int (*recv)(const struct nethdr *net); member in struct:sync_mode
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/sh/
H A Ddma-sh7760.c129 int recv = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0:1; local
135 dmairq = (recv) ? cam->txid + 2 : cam->txid;
136 if (recv) {
162 int recv = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0:1; local
165 dmairq = (recv) ? cam->txid + 2 : cam->txid;
167 if (recv)
183 int recv = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0:1; local
191 if (recv) {
243 /* start DMABRG engine: recv start, auto-reload */
258 int recv local
285 int recv = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0:1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dkarma.c47 char *recv; member in struct:karma_data
123 data->recv, RIO_RECV_LEN, &partial);
127 if (data->recv[5] == seq)
179 kfree(data->recv);
189 data->recv = kmalloc(RIO_RECV_LEN, GFP_NOIO);
190 if (!data->recv) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dzmqshell.py19 message = self.requester.recv()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dlogging.h13 Obtain stats (sent and recv octet count):
14 soap_get_logging_stats(soap, size_t *sent, size_t *recv);
79 size_t (*frecv)(struct soap*, char*, size_t); /* to save and use recv callback */
85 void soap_get_logging_stats(struct soap *soap, size_t *sent, size_t *recv);
H A Dlogging.c13 Obtain stats (sent and recv octet count, independent of log dest):
14 soap_get_logging_stats(soap, size_t *sent, size_t *recv);
103 /* get logging sent and recv octet counts */
104 void soap_get_logging_stats(struct soap *soap, size_t *sent, size_t *recv) argument
108 *recv = data->stat_recv;
118 data->fsend = soap->fsend; /* save old recv callback */
121 soap->frecv = logging_recv; /* replace recv callback with ours */
137 /* get data from old recv callback */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dlogging.h13 Obtain stats (sent and recv octet count):
14 soap_get_logging_stats(soap, size_t *sent, size_t *recv);
79 size_t (*frecv)(struct soap*, char*, size_t); /* to save and use recv callback */
85 void soap_get_logging_stats(struct soap *soap, size_t *sent, size_t *recv);
H A Dlogging.c13 Obtain stats (sent and recv octet count, independent of log dest):
14 soap_get_logging_stats(soap, size_t *sent, size_t *recv);
103 /* get logging sent and recv octet counts */
104 void soap_get_logging_stats(struct soap *soap, size_t *sent, size_t *recv) argument
108 *recv = data->stat_recv;
118 data->fsend = soap->fsend; /* save old recv callback */
121 soap->frecv = logging_recv; /* replace recv callback with ours */
137 /* get data from old recv callback */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dnetjet.c89 struct tiger_dma recv; member in struct:tiger_hw
271 card->recv.dmacur = inl(card->base + NJ_DMA_WRITE_ADR);
273 card->recv.idx = (card->recv.dmacur - card->recv.dmastart) >> 2;
280 card->recv.idx);
330 pr_info("%s: no B%d recv buffer\n", card->name, i + 1);
354 card->recv.start = card->dma_p + (NJ_DMA_SIZE / 2);
355 card->recv.dmastart = (u32)card->dma + (NJ_DMA_SIZE / 2);
356 card->recv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dt3cdev.h59 int (*recv)(struct t3cdev *dev, struct sk_buff **skb, int n); member in struct:t3cdev
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhvc_xen.c108 int recv = 0; local
115 while (cons != prod && recv < len)
116 buf[recv++] = intf->in[MASK_XENCONS_IDX(cons++, intf->in)];
122 return recv;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/xml-rpc/
H A Dxml-rpc-currentTimeServer.cpp82 if (m.recv() != SOAP_OK)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/xml-rpc/
H A Dxml-rpc-currentTimeServer.cpp82 if (m.recv() != SOAP_OK)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/
H A Dsmd.c150 return (ch->recv->head - ch->recv->tail) & ch->fifo_mask;
180 return (ch->recv->state == SMD_SS_OPENED) &&
187 unsigned head = ch->recv->head;
188 unsigned tail = ch->recv->tail;
201 ch->recv->tail = (ch->recv->tail + count) & ch->fifo_mask;
319 ch->recv->tail = 0;
345 if (ch->recv->fHEAD) {
346 ch->recv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/socket_wrapper/
H A Dsocket_wrapper.h112 #ifdef recv
113 #undef recv macro
115 #define recv(s,buf,len,flags) swrap_recv(s,buf,len,flags) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch_qp.c258 wqe->recv.pagesz[0] = page_size[0];
259 wqe->recv.pagesz[1] = page_size[1];
260 wqe->recv.pagesz[2] = page_size[2];
261 wqe->recv.pagesz[3] = page_size[3];
262 wqe->recv.num_sgle = cpu_to_be32(wr->num_sge);
264 wqe->recv.sgl[i].stag = cpu_to_be32(wr->sg_list[i].lkey);
265 wqe->recv.sgl[i].len = cpu_to_be32(wr->sg_list[i].length);
268 wqe->recv.sgl[i].to = cpu_to_be64(((u32)wr->sg_list[i].addr) &
272 wqe->recv.pbl_addr[i] = cpu_to_be32(pbl_addr[i]);
275 wqe->recv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A DMakefile5 recv.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dtest-eof.c70 len = recv(fd, buf, sizeof(buf), 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/bluetooth/
H A Dhci_uart.h56 int (*recv)(struct hci_uart *hu, void *data, int len); member in struct:hci_uart_proto

Completed in 460 milliseconds

12345678910