/drivers/staging/usbip/ |
D | usbip_common.c | 462 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 …]
|
D | README | 6 Please send patches for this code to Greg Kroah-Hartman <greg@kroah.com>
|
/drivers/isdn/hisax/ |
D | netjet.c | 81 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 …]
|
D | hfc_2bds0.c | 147 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 …]
|
D | hfc_2bs0.c | 62 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()
|
D | hfcscard.c | 225 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/ |
D | iwch_qp.c | 49 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/ |
D | xp_main.c | 94 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()
|
D | xp.h | 291 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/ |
D | stack.c | 107 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 …]
|
D | dsp_core.c | 587 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/ |
D | libps2.c | 167 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/ |
D | eni.c | 191 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/ |
D | virtio_net.c | 68 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/ |
D | README | 7 Please send all patches to Greg Kroah-Hartman <greg@kroah.com>
|
/drivers/staging/meilhaus/ |
D | TODO | 9 Please send cleanup patches to Greg Kroah-Hartman <greg@kroah.com>
|
/drivers/staging/winbond/ |
D | README | 10 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
|
/drivers/staging/panel/ |
D | TODO | 8 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
|
/drivers/staging/otus/ |
D | TODO | 7 Please send any patches to Greg Kroah-Hartman <greg@kroah.com> and
|
/drivers/staging/go7007/ |
D | README | 9 Please send patchs to Greg Kroah-Hartman <greg@kroah.com> and Cc: Ross
|
/drivers/staging/asus_oled/ |
D | TODO | 9 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
|
/drivers/staging/frontier/ |
D | TODO | 8 Please send any patches for this driver to Greg Kroah-Hartman <greg@kroah.com>
|
/drivers/net/cxgb3/ |
D | t3cdev.h | 58 int (*send)(struct t3cdev *dev, struct sk_buff *skb); member
|
/drivers/staging/me4000/ |
D | README | 10 Please send patches to Greg Kroah-Hartman <gregkh@suse.de>
|
/drivers/staging/echo/ |
D | TODO | 7 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and Cc: Steve
|