/linux-2.6.39/drivers/net/wan/ |
D | hd64570.c | 89 static inline u16 next_desc(port_t *port, u16 desc, int transmit) in next_desc() argument 91 return (desc + 1) % (transmit ? port_to_card(port)->tx_ring_buffers in next_desc() 96 static inline u16 desc_abs_number(port_t *port, u16 desc, int transmit) in desc_abs_number() argument 101 desc %= (transmit ? tx_buffs : rx_buffs); // called with "X + 1" etc. in desc_abs_number() 103 transmit * rx_buffs + desc; in desc_abs_number() 107 static inline u16 desc_offset(port_t *port, u16 desc, int transmit) in desc_offset() argument 110 return desc_abs_number(port, desc, transmit) * sizeof(pkt_desc); in desc_offset() 115 int transmit) in desc_address() argument 119 + desc_offset(port, desc, transmit)); in desc_address() 122 + desc_offset(port, desc, transmit)); in desc_address() [all …]
|
D | hd64572.c | 80 static inline u16 desc_abs_number(port_t *port, u16 desc, int transmit) in desc_abs_number() argument 85 desc %= (transmit ? tx_buffs : rx_buffs); // called with "X + 1" etc. in desc_abs_number() 86 return port->chan * (rx_buffs + tx_buffs) + transmit * rx_buffs + desc; in desc_abs_number() 90 static inline u16 desc_offset(port_t *port, u16 desc, int transmit) in desc_offset() argument 93 return desc_abs_number(port, desc, transmit) * sizeof(pkt_desc); in desc_offset() 98 int transmit) in desc_address() argument 101 desc_offset(port, desc, transmit)); in desc_address() 105 static inline u32 buffer_offset(port_t *port, u16 desc, int transmit) in buffer_offset() argument 108 desc_abs_number(port, desc, transmit) * (u32)HDLC_MAX_MRU; in buffer_offset() 134 int transmit, i; in sca_init_port() local [all …]
|
/linux-2.6.39/drivers/usb/musb/ |
D | musbhsdma.c | 75 struct musb_hw_ep *hw_ep, u8 transmit) in dma_channel_allocate() argument 90 musb_channel->transmit = transmit; in dma_channel_allocate() 96 channel->desired_mode = transmit; in dma_channel_allocate() 142 | (musb_channel->transmit in configure_channel() 166 musb_channel->transmit ? "Tx" : "Rx", in dma_channel_program() 213 if (musb_channel->transmit) { in dma_channel_abort() 332 && (musb_channel->transmit) in dma_controller_irq() 357 musb_channel->transmit); in dma_controller_irq()
|
D | cppi_dma.c | 162 controller->tx[i].transmit = true; in cppi_controller_start() 166 controller->rx[i].transmit = false; in cppi_controller_start() 286 struct musb_hw_ep *ep, u8 transmit) in cppi_channel_allocate() argument 302 if (transmit) { in cppi_channel_allocate() 322 index, transmit ? 'T' : 'R', cppi_ch); in cppi_channel_allocate() 327 DBG(4, "Allocate CPPI%d %cX\n", index, transmit ? 'T' : 'R'); in cppi_channel_allocate() 343 else if (!c->transmit) in cppi_channel_release() 977 cppi_ch->transmit ? 'T' : 'R', in cppi_channel_program() 983 cppi_ch->transmit ? 'T' : 'R', in cppi_channel_program() 989 cppi_ch->transmit ? 'T' : 'R', in cppi_channel_program() [all …]
|
/linux-2.6.39/net/caif/ |
D | cfutill.c | 38 util->layer.transmit = cfutill_transmit; in cfutill_create() 89 caif_assert(layr->dn->transmit != NULL); in cfutill_transmit() 103 ret = layr->dn->transmit(layr->dn, pkt); in cfutill_transmit()
|
D | cfveil.c | 37 vei->layer.transmit = cfvei_transmit; in cfvei_create() 87 caif_assert(layr->dn->transmit != NULL); in cfvei_transmit() 99 ret = layr->dn->transmit(layr->dn, pkt); in cfvei_transmit()
|
D | cfdbgl.c | 31 dbg->layer.transmit = cfdbgl_transmit; in cfdbgl_create() 55 return layr->dn->transmit(layr->dn, pkt); in cfdbgl_transmit()
|
D | cfvidl.c | 34 vid->layer.transmit = cfvidl_transmit; in cfvidl_create() 63 ret = layr->dn->transmit(layr->dn, pkt); in cfvidl_transmit()
|
D | cfsrvl.c | 98 caif_assert(layr->dn->transmit != NULL); in cfservl_modemcmd() 124 return layr->dn->transmit(layr->dn, pkt); in cfservl_modemcmd() 146 return layr->dn->transmit(layr->dn, pkt); in cfservl_modemcmd()
|
D | cfdgml.c | 38 dgm->layer.transmit = cfdgml_transmit; in cfdgml_create() 111 ret = layr->dn->transmit(layr->dn, pkt); in cfdgml_transmit()
|
D | cfrfml.c | 60 this->serv.layer.transmit = cfrfml_transmit; in cfrfml_create() 208 return rfml->serv.layer.dn->transmit(rfml->serv.layer.dn, pkt); in cfrfml_transmit_segment() 221 caif_assert(layr->dn->transmit != NULL); in cfrfml_transmit()
|
D | cffrml.c | 44 this->layer.transmit = cffrml_transmit; in cffrml_create() 140 ret = layr->dn->transmit(layr->dn, pkt); in cffrml_transmit()
|
D | cfctrl.c | 190 cfctrl->serv.layer.dn->transmit(cfctrl->serv.layer.dn, pkt); in cfctrl_enum_req() 276 cfctrl->serv.layer.dn->transmit(cfctrl->serv.layer.dn, pkt); in cfctrl_linkup_request() 299 cfctrl->serv.layer.dn->transmit(cfctrl->serv.layer.dn, pkt); in cfctrl_linkdown_req() 319 cfctrl->serv.layer.dn->transmit(cfctrl->serv.layer.dn, pkt); in cfctrl_sleep_req() 336 cfctrl->serv.layer.dn->transmit(cfctrl->serv.layer.dn, pkt); in cfctrl_wake_req() 353 cfctrl->serv.layer.dn->transmit(cfctrl->serv.layer.dn, pkt); in cfctrl_getstartreason_req()
|
D | cfserl.c | 44 this->layer.transmit = cfserl_transmit; in cfserl_create() 186 ret = layer->dn->transmit(layer->dn, newpkt); in cfserl_transmit()
|
/linux-2.6.39/Documentation/networking/ |
D | vxge.txt | 45 Checksum offload (TCP/UDP/IP) on transmit and receive paths 46 TCP Segmentation Offload (TSO) on transmit path 64 Up to 17 hardware based transmit and receive data channels, with 65 multiple steering options (transmit multiqueue enabled by default).
|
D | ppp_generic.txt | 34 responsible for splitting datagrams on transmit and recombining them 86 (e.g. an ioctl) to transmit this back to user-space, as user-space 148 that it buffers in the transmit direction. It maintains a queue of 149 transmit packets for the PPP unit (network interface device) plus a 150 queue of transmit packets for each attached channel. Normally the 151 transmit queue for the unit will contain at most one packet; the 155 called netif_stop_queue(), which only happens on a transmit timeout. 157 is asked to transmit. 159 Transmit packets are dequeued from the PPP unit transmit queue and 181 to transmit. The channel may still refuse a fragment; in this case [all …]
|
D | netdevices.txt | 27 not pass a socket buffer (skb) to a device to transmit with more data 35 transmit routine, and the device will break that up into separate 38 MTU is symmetrical and applies both to receive and transmit. A device 84 o NETDEV_TX_BUSY Cannot transmit packet, try later
|
D | s2io.txt | 43 b. Offloads. Supports checksum offload(TCP/UDP/IP) on transmit 58 f. Multi-FIFO/Ring. Supports up to 8 transmit queues and receive rings, 63 Number of transmit queues 73 Size of each transmit queue
|
D | iphase.txt | 99 TX_CNT = number of transmit buffers in the range (1-128) 100 TX_SIZE = size of transmit buffers in the range (48-64K) 104 transmit and receive buffers is less than or equal to the 140 This option may only be set on the transmit machine.
|
/linux-2.6.39/drivers/staging/generic_serial/ |
D | ser_a2232fw.ax | 188 stz OutDisable\1 ; enable transmit output ; 206 stz OutDisable\1 ; enable transmit output ; 254 =SEND lda ACIA\1+A_SR ; transmit register empty? ; 262 stx ACIA\1+A_DATA ; transmit control char ; 267 ldx OutTail\1 ; anything to transmit? ; 270 lda OutDisable\1 ; allowed to transmit? ; 368 ; 00 write transmit data read received data 446 stx ACIA0+A_DATA ; transmit a zero ; 452 stx ACIA0+A_DATA ; transmit a zero ; 454 and #[1<<4] ; transmit data reg empty? ; [all …]
|
/linux-2.6.39/Documentation/networking/caif/ |
D | Linux-CAIF.txt | 92 with receive and transmit functions. 95 CAIF payload with receive and transmit functions. 100 or if a transmit function returns an error, in which case the caller 186 layer->dn->transmit(layer->dn, packet); 196 'struct cflayer', just like the rest of the CAIF stack. In this way, transmit and 197 receive of packets is handled as by the rest of the layers: the 'dn->transmit()' 198 function is called in order to transmit data.
|
/linux-2.6.39/net/bluetooth/cmtp/ |
D | core.c | 226 while ((skb = skb_dequeue(&session->transmit))) { in cmtp_process_transmit() 239 skb_queue_head(&session->transmit, skb); in cmtp_process_transmit() 262 skb_queue_head(&session->transmit, skb); in cmtp_process_transmit() 361 skb_queue_head_init(&session->transmit); in cmtp_add_connection() 407 skb_queue_purge(&session->transmit); in cmtp_del_connection()
|
/linux-2.6.39/arch/mn10300/kernel/ |
D | mn10300-serial-low.S | 106 # serial port transmit interrupt virtual DMA entry point 121 btst 0x01,(__tx_break,a3) # handle transmit break request 179 movhu d2,(e3) # disable transmit interrupts on this
|
/linux-2.6.39/drivers/isdn/hisax/ |
D | hfc_2bs0.c | 331 int receive, transmit, count = 5; in main_irq_hfc() local 376 transmit = 1; in main_irq_hfc() 380 transmit = 0; in main_irq_hfc() 383 transmit = 1; in main_irq_hfc() 387 transmit = 0; in main_irq_hfc() 389 transmit = 0; in main_irq_hfc() 393 if ((receive || transmit) && count) in main_irq_hfc()
|
/linux-2.6.39/net/irda/ |
D | Kconfig | 70 receiving a frame if its own transmit queue is currently empty. This 73 time (usually 500ms) before it is allowed to transmit the next time. 74 If the transmit queue of the secondary is also empty, the primary will
|