Home
last modified time | relevance | path

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

12345

/drivers/staging/usbip/
Dusbip_common.c462 int usbip_xmit(int send, struct socket *sock, char *buf, in usbip_xmit() argument
484 if (send) { in usbip_xmit()
509 if (send) in usbip_xmit()
518 send ? "send" : "receive", sock, buf, in usbip_xmit()
531 if (!send) { in usbip_xmit()
544 if (send) in usbip_xmit()
726 static void correct_endian_basic(struct usbip_header_basic *base, int send) in correct_endian_basic() argument
728 if (send) { in correct_endian_basic()
744 int send) in correct_endian_cmd_submit() argument
746 if (send) { in correct_endian_cmd_submit()
[all …]
DREADME6 Please send patches for this code to Greg Kroah-Hartman <greg@kroah.com>
/drivers/isdn/hisax/
Dnetjet.c81 p = bcs->hw.tiger.send; in fill_mem()
98 fill_mem(bcs, bcs->hw.tiger.send, in mode_tiger()
125 fill_mem(bcs, bcs->hw.tiger.send, in mode_tiger()
134 fill_mem(bcs, bcs->hw.tiger.send, in mode_tiger()
142 bcs->hw.tiger.sendp = bcs->hw.tiger.send; in mode_tiger()
635 p = bcs->hw.tiger.send -1; in netjet_fill_dma()
637 sp = bcs->hw.tiger.send -1; in netjet_fill_dma()
645 p = bcs->hw.tiger.send; in netjet_fill_dma()
649 p = bcs->hw.tiger.send; in netjet_fill_dma()
656 p = bcs->hw.tiger.send + 1; in netjet_fill_dma()
[all …]
Dhfc_2bds0.c147 s = bcs->hw.hfc.send[bcs->hw.hfc.f1] - bcs->hw.hfc.send[bcs->hw.hfc.f2]; in GetFreeFifoBytes_B()
161 s = cs->hw.hfcD.send[cs->hw.hfcD.f1] - cs->hw.hfcD.send[cs->hw.hfcD.f2]; in GetFreeFifoBytes_D()
278 …bcs->hw.hfc.send[bcs->hw.hfc.f1] = ReadZReg(cs, HFCB_FIFO | HFCB_Z1 | HFCB_SEND | HFCB_CHANNEL(bcs… in hfc_fill_fifo()
282 bcs->hw.hfc.send[bcs->hw.hfc.f1]); in hfc_fill_fifo()
705 cs->hw.hfcD.send[cs->hw.hfcD.f1] = ReadZReg(cs, HFCD_FIFO | HFCD_Z1 | HFCD_SEND); in hfc_fill_dfifo()
709 cs->hw.hfcD.send[cs->hw.hfcD.f1]); in hfc_fill_dfifo()
1023 unsigned *send; in init_send_hfcd() local
1025 if (!(send = kmalloc(cnt * sizeof(unsigned int), GFP_ATOMIC))) { in init_send_hfcd()
1031 send[i] = 0x1fff; in init_send_hfcd()
1032 return(send); in init_send_hfcd()
[all …]
Dhfc_2bs0.c62 s = bcs->hw.hfc.send[bcs->hw.hfc.f1] - bcs->hw.hfc.send[bcs->hw.hfc.f2]; in GetFreeFifoBytes()
260 bcs->hw.hfc.send[bcs->hw.hfc.f1] = ReadZReg(bcs, HFC_Z1 | HFC_SEND | HFC_CHANNEL(bcs->channel)); in hfc_fill_fifo()
264 bcs->hw.hfc.send[bcs->hw.hfc.f1]); in hfc_fill_fifo()
559 if (!(bcs->hw.hfc.send = kmalloc(32 * sizeof(unsigned int), GFP_ATOMIC))) { in init_send()
565 bcs->hw.hfc.send[i] = 0x1fff; in init_send()
585 kfree(cs->bcs[0].hw.hfc.send); in releasehfc()
586 cs->bcs[0].hw.hfc.send = NULL; in releasehfc()
587 kfree(cs->bcs[1].hw.hfc.send); in releasehfc()
588 cs->bcs[1].hw.hfc.send = NULL; in releasehfc()
Dhfcscard.c225 cs->hw.hfcD.send = NULL; in setup_hfcs()
226 cs->bcs[0].hw.hfc.send = NULL; in setup_hfcs()
227 cs->bcs[1].hw.hfc.send = NULL; in setup_hfcs()
/drivers/infiniband/hw/cxgb3/
Diwch_qp.c49 wqe->send.rdmaop = T3_SEND_WITH_SE; in build_rdma_send()
51 wqe->send.rdmaop = T3_SEND; in build_rdma_send()
52 wqe->send.rem_stag = 0; in build_rdma_send()
56 wqe->send.rdmaop = T3_SEND_WITH_SE_INV; in build_rdma_send()
58 wqe->send.rdmaop = T3_SEND_WITH_INV; in build_rdma_send()
59 wqe->send.rem_stag = cpu_to_be32(wr->ex.invalidate_rkey); in build_rdma_send()
66 wqe->send.reserved[0] = 0; in build_rdma_send()
67 wqe->send.reserved[1] = 0; in build_rdma_send()
68 wqe->send.reserved[2] = 0; in build_rdma_send()
75 wqe->send.sgl[i].stag = cpu_to_be32(wr->sg_list[i].lkey); in build_rdma_send()
[all …]
/drivers/misc/sgi-xp/
Dxp_main.c94 enum xp_retval (*send) (short, int, u32, void *, u16), in xpc_set_interface()
102 xpc_interface.send = send; in xpc_set_interface()
117 xpc_interface.send = (enum xp_retval(*)(short, int, u32, void *, u16)) in xpc_clear_interface()
Dxp.h291 enum xp_retval (*send) (short, int, u32, void *, u16); member
317 return xpc_interface.send(partid, ch_number, flags, payload, in xpc_send()
/drivers/isdn/mISDN/
Dstack.c107 ret = ch->send(ch, cskb); in send_layer2()
126 ret = ch->send(ch, skb); in send_layer2()
162 return st->layer1->send(st->layer1, skb); in send_msg_to_layer()
171 return ch->send(ch, skb); in send_msg_to_layer()
181 return ch->send(ch, skb); in send_msg_to_layer()
405 newst->own.send = mISDN_queue_message; in create_stack()
484 ch->recv = rq.ch->send; in connect_Bstack()
486 rq.ch->recv = ch->send; in connect_Bstack()
499 ch->recv = rq2.ch->send; in connect_Bstack()
509 rq2.ch->recv = rq.ch->send; in connect_Bstack()
[all …]
Ddsp_core.c587 if (dsp->up->send(dsp->up, nskb)) in dsp_control_req()
703 return dsp->up->send(dsp->up, skb); in dsp_function()
734 if (dsp->up->send( in dsp_function()
757 return dsp->up->send(dsp->up, skb); in dsp_function()
788 if (dsp->up->send( in dsp_function()
844 return dsp->up->send(dsp->up, skb); in dsp_function()
860 return dsp->up->send(dsp->up, skb); in dsp_function()
1019 if (dsp->up->send(dsp->up, skb)) in dsp_send_bh()
1058 ndsp->ch.send = dsp_function; in dspcreate()
/drivers/input/serio/
Dlibps2.c167 int send = (command >> 12) & 0xf; in ps2_command() local
177 if (send && !param) { in ps2_command()
201 for (i = 0; i < send; i++) in ps2_command()
/drivers/atm/
Deni.c191 if (eni_dev->tx[i].send) in dump()
193 eni_dev->tx[i].send,eni_dev->tx[i].words*4); in dump()
1151 (size/(ATM_CELL_PAYLOAD/4)),tx->send+tx->tx_pos*4); in do_tx()
1156 tx->send+((tx->tx_pos+1) & (tx->words-1))*4); in do_tx()
1159 writel(skb->len,tx->send+ in do_tx()
1189 if (tx->send) in poll_tx()
1242 if (!eni_dev->tx[i].send) return eni_dev->tx+i; in alloc_tx()
1327 tx->send = mem; in reserve_or_set_tx()
1332 ((tx->send-eni_dev->ram) >> (MID_LOC_SKIP+2)), in reserve_or_set_tx()
1349 tx->send = NULL; in reserve_or_set_tx()
[all …]
/drivers/net/
Dvirtio_net.c68 struct sk_buff_head send; member
425 __skb_unlink(skb, &vi->send); in free_old_xmit_skbs()
442 if (!skb_queue_empty(&vi->send)) in xmit_free()
535 __skb_queue_head(&vi->send, skb); in start_xmit()
721 skb_queue_head_init(&vi->send); in virtnet_probe()
775 __skb_queue_purge(&vi->send); in virtnet_remove()
/drivers/staging/wlan-ng/
DREADME7 Please send all patches to Greg Kroah-Hartman <greg@kroah.com>
/drivers/staging/meilhaus/
DTODO9 Please send cleanup patches to Greg Kroah-Hartman <greg@kroah.com>
/drivers/staging/winbond/
DREADME10 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
/drivers/staging/panel/
DTODO8 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
/drivers/staging/otus/
DTODO7 Please send any patches to Greg Kroah-Hartman <greg@kroah.com> and
/drivers/staging/go7007/
DREADME9 Please send patchs to Greg Kroah-Hartman <greg@kroah.com> and Cc: Ross
/drivers/staging/asus_oled/
DTODO9 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
/drivers/staging/frontier/
DTODO8 Please send any patches for this driver to Greg Kroah-Hartman <greg@kroah.com>
/drivers/net/cxgb3/
Dt3cdev.h58 int (*send)(struct t3cdev *dev, struct sk_buff *skb); member
/drivers/staging/me4000/
DREADME10 Please send patches to Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/echo/
DTODO7 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and Cc: Steve

12345