Searched refs:transmit (Results 1 - 25 of 30) sorted by relevance

12

/drivers/net/wan/
H A Dhd64570.c87 static inline u16 next_desc(port_t *port, u16 desc, int transmit) argument
89 return (desc + 1) % (transmit ? port_to_card(port)->tx_ring_buffers
94 static inline u16 desc_abs_number(port_t *port, u16 desc, int transmit) argument
99 desc %= (transmit ? tx_buffs : rx_buffs); // called with "X + 1" etc.
101 transmit * rx_buffs + desc;
105 static inline u16 desc_offset(port_t *port, u16 desc, int transmit) argument
108 return desc_abs_number(port, desc, transmit) * sizeof(pkt_desc);
113 int transmit)
117 + desc_offset(port, desc, transmit));
120 + desc_offset(port, desc, transmit));
112 desc_address(port_t *port, u16 desc, int transmit) argument
125 buffer_offset(port_t *port, u16 desc, int transmit) argument
153 int transmit, i; local
[all...]
H A Dhd64572.c78 static inline u16 desc_abs_number(port_t *port, u16 desc, int transmit) argument
83 desc %= (transmit ? tx_buffs : rx_buffs); // called with "X + 1" etc.
84 return port->chan * (rx_buffs + tx_buffs) + transmit * rx_buffs + desc;
88 static inline u16 desc_offset(port_t *port, u16 desc, int transmit) argument
91 return desc_abs_number(port, desc, transmit) * sizeof(pkt_desc);
96 int transmit)
99 desc_offset(port, desc, transmit));
103 static inline u32 buffer_offset(port_t *port, u16 desc, int transmit) argument
106 desc_abs_number(port, desc, transmit) * (u32)HDLC_MAX_MRU;
132 int transmit, local
95 desc_address(port_t *port, u16 desc, int transmit) argument
[all...]
/drivers/usb/musb/
H A Dmusbhsdma.c65 struct musb_hw_ep *hw_ep, u8 transmit)
80 musb_channel->transmit = transmit;
86 channel->desired_mode = transmit;
133 | (musb_channel->transmit
157 musb_channel->transmit ? "Tx" : "Rx",
204 if (musb_channel->transmit) {
323 && (musb_channel->transmit)
348 musb_channel->transmit);
64 dma_channel_allocate(struct dma_controller *c, struct musb_hw_ep *hw_ep, u8 transmit) argument
H A Dmusb_dma.h177 extern void musb_dma_completion(struct musb *musb, u8 epnum, u8 transmit);
H A Dcppi_dma.h87 bool transmit; member in struct:cppi_channel
H A Dcppi_dma.c160 controller->tx[i].transmit = true;
164 controller->rx[i].transmit = false;
280 struct musb_hw_ep *ep, u8 transmit)
298 if (transmit) {
318 index, transmit ? 'T' : 'R', cppi_ch);
323 dev_dbg(musb->controller, "Allocate CPPI%d %cX\n", index, transmit ? 'T' : 'R');
340 else if (!c->transmit)
965 cppi_ch->transmit ? 'T' : 'R',
971 cppi_ch->transmit ? 'T' : 'R',
977 cppi_ch->transmit
279 cppi_channel_allocate(struct dma_controller *c, struct musb_hw_ep *ep, u8 transmit) argument
[all...]
H A Dmusbhsdma.h150 u8 transmit; member in struct:musb_dma_channel
H A Dblackfin.c343 if (musb_channel->transmit && *mode == 1)
/drivers/spi/
H A Dspi-fsl-spi.h34 __be32 transmit; member in struct:fsl_spi_reg
H A Dspi-fsl-espi.c34 __be32 transmit; /* 0x010 - eSPI transmit FIFO access register*/ member in struct:fsl_espi_reg
210 /* transmit word */
212 mpc8xxx_spi_write_reg(&reg_base->transmit, word);
560 mpc8xxx_spi_write_reg(&reg_base->transmit, word);
H A Dspi-fsl-spi.c299 /* transmit word */
301 mpc8xxx_spi_write_reg(&reg_base->transmit, word);
534 mpc8xxx_spi_write_reg(&reg_base->transmit, word);
/drivers/net/team/
H A Dteam_mode_broadcast.c50 .transmit = bc_transmit,
H A Dteam_mode_random.c40 .transmit = rnd_transmit,
H A Dteam_mode_roundrobin.c51 .transmit = rr_transmit,
H A Dteam_mode_activebackup.c121 .transmit = ab_transmit,
H A Dteam.c536 !team->mode->ops->transmit)
537 team->ops.transmit = team_dummy_transmit;
539 team->ops.transmit = team->mode->ops->transmit;
1644 tx_success = team->ops.transmit(team, skb);
H A Dteam_mode_loadbalance.c655 .transmit = lb_transmit,
/drivers/thunderbolt/
H A Dnhi.c242 bool transmit)
246 transmit ? "TX" : "RX", hop, size);
253 if (transmit && nhi->tx_rings[hop]) {
256 } else if (!transmit && nhi->rx_rings[hop]) {
271 ring->is_tx = transmit;
282 if (transmit)
241 ring_alloc(struct tb_nhi *nhi, u32 hop, int size, bool transmit) argument
/drivers/isdn/hisax/
H A Dhfc_2bs0.c331 int receive, transmit, count = 5; local
376 transmit = 1;
380 transmit = 0;
383 transmit = 1;
387 transmit = 0;
389 transmit = 0;
393 if ((receive || transmit) && count)
/drivers/atm/
H A DKconfig355 Specifies the number of times the driver attempts to transmit
356 a message before giving up, if the transmit queue of the ATM card
359 Saturation of the transmit queue may occur only under extreme
364 a saturation of the transmit queue, so the retry mechanism never
H A Didt77252.h171 struct sk_buff_head transmit; member in struct:scq_info
/drivers/rapidio/
H A DKconfig18 The RapidIO specification describes a Output port transmit
/drivers/net/hyperv/
H A Dnetvsc_drv.c388 * header. We can only transmit MAX_PAGE_BUFFER_COUNT number
487 csum_info->transmit.is_ipv4 = 1;
489 csum_info->transmit.is_ipv6 = 1;
492 csum_info->transmit.tcp_checksum = 1;
493 csum_info->transmit.tcp_header_offset = hdr_offset;
518 csum_info->transmit.udp_checksum = 0;
H A Dhyperv_net.h884 } transmit; member in union:ndis_tcp_ip_checksum_info::__anon4017
906 } transmit; member in union:ndis_tcp_lso_info::__anon4020
1041 struct rndis_flowspec transmit; member in struct:rcondis_call_manager_parameters
/drivers/net/hamradio/
H A Dbaycom_epp.c208 struct sk_buff *skb; /* next transmit packet */
431 static int transmit(struct baycom_state *bc, int cnt, unsigned char stat) function
690 if (transmit(bc, cnt2, stat))
717 if (transmit(bc, cnt, stat))

Completed in 770 milliseconds

12