Home
last modified time | relevance | path

Searched refs:send (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/linux-2.6.39/net/rds/
Diw_send.c77 struct rds_iw_send_work *send, in rds_iw_send_unmap_rm() argument
80 struct rds_message *rm = send->s_rm; in rds_iw_send_unmap_rm()
82 rdsdebug("ic %p send %p rm %p\n", ic, send, rm); in rds_iw_send_unmap_rm()
124 send->s_rm = NULL; in rds_iw_send_unmap_rm()
129 struct rds_iw_send_work *send; in rds_iw_send_init_ring() local
132 for (i = 0, send = ic->i_sends; i < ic->i_send_ring.w_nr; i++, send++) { in rds_iw_send_init_ring()
135 send->s_rm = NULL; in rds_iw_send_init_ring()
136 send->s_op = NULL; in rds_iw_send_init_ring()
137 send->s_mapping = NULL; in rds_iw_send_init_ring()
139 send->s_wr.next = NULL; in rds_iw_send_init_ring()
[all …]
Dib_send.c182 struct rds_ib_send_work *send, in rds_ib_send_unmap_op() argument
188 switch (send->s_wr.opcode) { in rds_ib_send_unmap_op()
190 if (send->s_op) { in rds_ib_send_unmap_op()
191 rm = container_of(send->s_op, struct rds_message, data); in rds_ib_send_unmap_op()
192 rds_ib_send_unmap_data(ic, send->s_op, wc_status); in rds_ib_send_unmap_op()
197 if (send->s_op) { in rds_ib_send_unmap_op()
198 rm = container_of(send->s_op, struct rds_message, rdma); in rds_ib_send_unmap_op()
199 rds_ib_send_unmap_rdma(ic, send->s_op, wc_status); in rds_ib_send_unmap_op()
204 if (send->s_op) { in rds_ib_send_unmap_op()
205 rm = container_of(send->s_op, struct rds_message, atomic); in rds_ib_send_unmap_op()
[all …]
/linux-2.6.39/drivers/isdn/hardware/mISDN/
Dnetjet.c88 struct tiger_dma send; member
193 bc->bch.nr, fill, cnt, idx, card->send.idx); in fill_mem()
200 val = card->send.start[idx]; in fill_mem()
203 card->send.start[idx++] = val; in fill_mem()
204 if (idx >= card->send.size) in fill_mem()
220 fill_mem(bc, 0, card->send.size, 0xff); in mode_tiger()
239 bc->free = card->send.size/2; in mode_tiger()
253 bc->free = card->send.size/2; in mode_tiger()
270 card->send.dmacur = inl(card->base + NJ_DMA_READ_ADR); in mode_tiger()
272 card->send.idx = (card->send.dmacur - card->send.dmastart) >> 2; in mode_tiger()
[all …]
/linux-2.6.39/net/atm/
Draw.c56 return vcc->dev->ops->send(vcc, skb); in atm_send_aal0()
64 vcc->send = atm_send_aal0; in atm_init_aal0()
73 vcc->send = vcc->dev->ops->send; in atm_init_aal34()
82 vcc->send = vcc->dev->ops->send; in atm_init_aal5()
/linux-2.6.39/drivers/staging/usbip/
Dusbip_common.c356 int usbip_xmit(int send, struct socket *sock, char *buf, in usbip_xmit() argument
378 if (send) { in usbip_xmit()
403 if (send) in usbip_xmit()
412 send ? "send" : "receive", sock, buf, in usbip_xmit()
425 if (!send) { in usbip_xmit()
438 if (send) in usbip_xmit()
557 static void correct_endian_basic(struct usbip_header_basic *base, int send) in correct_endian_basic() argument
559 if (send) { in correct_endian_basic()
575 int send) in correct_endian_cmd_submit() argument
577 if (send) { in correct_endian_cmd_submit()
[all …]
/linux-2.6.39/drivers/net/wireless/iwlwifi/
Diwl-agn-rxon.c35 struct iwl_rxon_cmd *send) in iwlagn_disable_bss() argument
37 __le32 old_filter = send->filter_flags; in iwlagn_disable_bss()
40 send->filter_flags &= ~RXON_FILTER_ASSOC_MSK; in iwlagn_disable_bss()
41 ret = iwl_send_cmd_pdu(priv, ctx->rxon_cmd, sizeof(*send), send); in iwlagn_disable_bss()
43 send->filter_flags = old_filter; in iwlagn_disable_bss()
53 struct iwl_rxon_cmd *send) in iwlagn_disable_pan() argument
56 __le32 old_filter = send->filter_flags; in iwlagn_disable_pan()
57 u8 old_dev_type = send->dev_type; in iwlagn_disable_pan()
63 send->filter_flags &= ~RXON_FILTER_ASSOC_MSK; in iwlagn_disable_pan()
64 send->dev_type = RXON_DEV_TYPE_P2P; in iwlagn_disable_pan()
[all …]
/linux-2.6.39/arch/arm/mach-msm/
Dsmd.c159 ((ch->send->head - ch->send->tail) & ch->fifo_mask); in smd_stream_write_avail()
183 (ch->send->state == SMD_SS_OPENED); in ch_is_open()
204 ch->send->fTAIL = 1; in ch_read_done()
263 unsigned head = ch->send->head; in ch_write_buffer()
264 unsigned tail = ch->send->tail; in ch_write_buffer()
283 ch->send->head = (ch->send->head + count) & ch->fifo_mask; in ch_write_done()
284 ch->send->fHEAD = 1; in ch_write_done()
290 ch->send->fDSR = 1; in ch_set_state()
291 ch->send->fCTS = 1; in ch_set_state()
292 ch->send->fCD = 1; in ch_set_state()
[all …]
/linux-2.6.39/Documentation/networking/
Drds.txt50 Sockets must be bound before you can send or receive data.
74 setsockopt(SOL_SOCKET): send and receive buffer size
75 RDS honors the send and receive buffer size socket options.
85 mark the port as "congested" and send a congestion update to
98 An attempt to send a message that exceeds SO_SNDSIZE will
101 An attempt to send a message that would take the total number
105 An attempt to send a message to a destination that is marked
129 POLLOUT is a little harder. Since you can essentially send
131 there's room on the send queue (ie the number of bytes queued
146 it detects a timeout. For instance, if it tried to send a message,
[all …]
/linux-2.6.39/drivers/isdn/hisax/
Dnetjet.c82 p = bcs->hw.tiger.send; in fill_mem()
99 fill_mem(bcs, bcs->hw.tiger.send, in mode_tiger()
126 fill_mem(bcs, bcs->hw.tiger.send, in mode_tiger()
135 fill_mem(bcs, bcs->hw.tiger.send, in mode_tiger()
143 bcs->hw.tiger.sendp = bcs->hw.tiger.send; in mode_tiger()
636 p = bcs->hw.tiger.send -1; in netjet_fill_dma()
638 sp = bcs->hw.tiger.send -1; in netjet_fill_dma()
646 p = bcs->hw.tiger.send; in netjet_fill_dma()
650 p = bcs->hw.tiger.send; in netjet_fill_dma()
657 p = bcs->hw.tiger.send + 1; in netjet_fill_dma()
[all …]
Dhfc_2bds0.c149 s = bcs->hw.hfc.send[bcs->hw.hfc.f1] - bcs->hw.hfc.send[bcs->hw.hfc.f2]; in GetFreeFifoBytes_B()
163 s = cs->hw.hfcD.send[cs->hw.hfcD.f1] - cs->hw.hfcD.send[cs->hw.hfcD.f2]; in GetFreeFifoBytes_D()
280 …bcs->hw.hfc.send[bcs->hw.hfc.f1] = ReadZReg(cs, HFCB_FIFO | HFCB_Z1 | HFCB_SEND | HFCB_CHANNEL(bcs… in hfc_fill_fifo()
284 bcs->hw.hfc.send[bcs->hw.hfc.f1]); in hfc_fill_fifo()
707 cs->hw.hfcD.send[cs->hw.hfcD.f1] = ReadZReg(cs, HFCD_FIFO | HFCD_Z1 | HFCD_SEND); in hfc_fill_dfifo()
711 cs->hw.hfcD.send[cs->hw.hfcD.f1]); in hfc_fill_dfifo()
1025 unsigned *send; in init_send_hfcd() local
1027 if (!(send = kmalloc(cnt * sizeof(unsigned int), GFP_ATOMIC))) { in init_send_hfcd()
1033 send[i] = 0x1fff; in init_send_hfcd()
1034 return(send); in init_send_hfcd()
[all …]
Dhfc_2bs0.c63 s = bcs->hw.hfc.send[bcs->hw.hfc.f1] - bcs->hw.hfc.send[bcs->hw.hfc.f2]; in GetFreeFifoBytes()
261 bcs->hw.hfc.send[bcs->hw.hfc.f1] = ReadZReg(bcs, HFC_Z1 | HFC_SEND | HFC_CHANNEL(bcs->channel)); in hfc_fill_fifo()
265 bcs->hw.hfc.send[bcs->hw.hfc.f1]); in hfc_fill_fifo()
560 if (!(bcs->hw.hfc.send = kmalloc(32 * sizeof(unsigned int), GFP_ATOMIC))) { in init_send()
566 bcs->hw.hfc.send[i] = 0x1fff; in init_send()
586 kfree(cs->bcs[0].hw.hfc.send); in releasehfc()
587 cs->bcs[0].hw.hfc.send = NULL; in releasehfc()
588 kfree(cs->bcs[1].hw.hfc.send); in releasehfc()
589 cs->bcs[1].hw.hfc.send = NULL; in releasehfc()
/linux-2.6.39/drivers/staging/hv/
Drndis_filter.c262 packet->completion.send.send_completion_ctx = req;/* packet; */ in rndis_filter_send_request()
263 packet->completion.send.send_completion = in rndis_filter_send_request()
265 packet->completion.send.send_completion_tid = (unsigned long)dev; in rndis_filter_send_request()
267 ret = rndis_filter.inner_drv.send(dev->net_dev->dev, packet); in rndis_filter_send_request()
628 rndis_filter.inner_drv.send = drv->send; in rndis_filter_init()
637 drv->send = rndis_filter_send; in rndis_filter_init()
892 filterPacket->completion = pkt->completion.send.send_completion; in rndis_filter_send()
894 pkt->completion.send.send_completion_ctx; in rndis_filter_send()
897 pkt->completion.send.send_completion = rndis_filter_send_completion; in rndis_filter_send()
898 pkt->completion.send.send_completion_ctx = filterPacket; in rndis_filter_send()
[all …]
Dnetvsc_api.h71 } send; member
101 int (*send)(struct hv_device *dev, struct hv_netvsc_packet *packet); member
Dnetvsc_drv.c113 (unsigned long)packet->completion.send.send_completion_tid; in netvsc_xmit_completion()
190 packet->completion.send.send_completion = netvsc_xmit_completion; in netvsc_start_xmit()
191 packet->completion.send.send_completion_ctx = packet; in netvsc_start_xmit()
192 packet->completion.send.send_completion_tid = (unsigned long)skb; in netvsc_start_xmit()
194 ret = net_drv_obj->send(net_device_ctx->device_ctx, in netvsc_start_xmit()
/linux-2.6.39/Documentation/input/
Dsentelic.txt317 FSP will send out enable/disable packet when FSP receive PS/2 enable/disable
388 1. send 0xf3 PS/2 command to FSP;
390 2. send 0x66 PS/2 command to FSP;
392 3. send 0x88 PS/2 command to FSP;
394 4. send 0xf3 PS/2 command to FSP;
400 5a. send 0x68 PS/2 command to FSP;
402 5b. send the inverted register address to FSP and goto step 8;
408 6a. send 0xcc PS/2 command to FSP;
410 6b. send the swapped register address to FSP and goto step 8;
412 7. send 0x66 PS/2 command to FSP;
[all …]
/linux-2.6.39/drivers/staging/echo/
DTODO2 - send to lkml for review
4 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and Cc: Steve
/linux-2.6.39/drivers/misc/sgi-xp/
Dxp_main.c97 enum xp_retval (*send) (short, int, u32, void *, u16), in xpc_set_interface()
105 xpc_interface.send = send; in xpc_set_interface()
120 xpc_interface.send = (enum xp_retval(*)(short, int, u32, void *, u16)) in xpc_clear_interface()
/linux-2.6.39/drivers/infiniband/hw/cxgb3/
Diwch_qp.c51 wqe->send.rdmaop = T3_SEND_WITH_SE; in build_rdma_send()
53 wqe->send.rdmaop = T3_SEND; in build_rdma_send()
54 wqe->send.rem_stag = 0; in build_rdma_send()
58 wqe->send.rdmaop = T3_SEND_WITH_SE_INV; in build_rdma_send()
60 wqe->send.rdmaop = T3_SEND_WITH_INV; in build_rdma_send()
61 wqe->send.rem_stag = cpu_to_be32(wr->ex.invalidate_rkey); in build_rdma_send()
68 wqe->send.reserved[0] = 0; in build_rdma_send()
69 wqe->send.reserved[1] = 0; in build_rdma_send()
70 wqe->send.reserved[2] = 0; in build_rdma_send()
77 wqe->send.sgl[i].stag = cpu_to_be32(wr->sg_list[i].lkey); in build_rdma_send()
[all …]
/linux-2.6.39/drivers/infiniband/hw/cxgb4/
Dt4.h93 struct fw_ri_send_wr send; member
111 wqe->send.opcode = (u8)opcode; in init_wr_hdr()
112 wqe->send.flags = flags; in init_wr_hdr()
113 wqe->send.wrid = wrid; in init_wr_hdr()
114 wqe->send.r1[0] = 0; in init_wr_hdr()
115 wqe->send.r1[1] = 0; in init_wr_hdr()
116 wqe->send.r1[2] = 0; in init_wr_hdr()
117 wqe->send.len16 = len16; in init_wr_hdr()
/linux-2.6.39/drivers/isdn/mISDN/
Dstack.c108 ret = ch->send(ch, cskb); in send_layer2()
127 ret = ch->send(ch, skb); in send_layer2()
163 return st->layer1->send(st->layer1, skb); in send_msg_to_layer()
172 return ch->send(ch, skb); in send_msg_to_layer()
182 return ch->send(ch, skb); in send_msg_to_layer()
400 newst->own.send = mISDN_queue_message; in create_stack()
479 ch->recv = rq.ch->send; in connect_Bstack()
481 rq.ch->recv = ch->send; in connect_Bstack()
494 ch->recv = rq2.ch->send; in connect_Bstack()
504 rq2.ch->recv = rq.ch->send; in connect_Bstack()
[all …]
/linux-2.6.39/include/xen/
Devents.h46 struct evtchn_send send = { .port = port }; in notify_remote_via_evtchn() local
47 (void)HYPERVISOR_event_channel_op(EVTCHNOP_send, &send); in notify_remote_via_evtchn()
/linux-2.6.39/arch/arm/mach-ixp4xx/
Dixp4xx_npe.c410 const u32 *send = msg; in npe_send_message() local
414 what, send[0], send[1]); in npe_send_message()
421 __raw_writel(send[0], &npe->regs->in_out_fifo); in npe_send_message()
428 __raw_writel(send[1], &npe->regs->in_out_fifo); in npe_send_message()
488 u32 *send = msg, recv[2]; in npe_send_recv_message() local
495 if ((recv[0] != send[0]) || (recv[1] != send[1])) { in npe_send_recv_message()
/linux-2.6.39/sound/usb/usx2y/
Dusbusx2y.c237 int j, send = us428ctls->p4outSent + 1; in i_usX2Y_In04Int() local
238 if (send >= N_us428_p4out_BUFS) in i_usX2Y_In04Int()
239 send = 0; in i_usX2Y_In04Int()
242 …struct us428_p4out *p4out = us428ctls->p4out + send; // FIXME if more than 1 p4out is new, 1 gets … in i_usX2Y_In04Int()
248 us428ctls->p4outSent = send; in i_usX2Y_In04Int()
/linux-2.6.39/Documentation/isdn/
DINTERFACE.fax16 In send-mode the HL-driver has to handle the <DLE> codes and the bit-order
67 Defines outgoing/send or incoming/receive connection.
87 (+FCSI/+FTSI on send/receive)
131 Value of +FET command in send-mode.
/linux-2.6.39/net/econet/
DKconfig17 to send Econet/AUN traffic over a UDP Ethernet connection or over
27 Say Y here if you want to send Econet/AUN traffic over a UDP

12345678910>>...18