Searched refs:tx_start (Results 1 – 16 of 16) sorted by relevance
/drivers/staging/irda/drivers/ |
D | sa1100_ir.c | 74 int (*tx_start)(struct sk_buff *, struct net_device *, struct sa1100_irda *); member 580 si->tx_start = sa1100_irda_sir_tx_start; in sa1100_irda_set_speed() 599 si->tx_start = sa1100_irda_fir_tx_start; in sa1100_irda_set_speed() 683 return si->tx_start(skb, dev, si); in sa1100_irda_hard_xmit()
|
/drivers/net/ |
D | ntb_netdev.c | 68 static unsigned int tx_start = 10; variable 200 if (ntb_transport_tx_free_entry(dev->qp) >= tx_start) { in ntb_netdev_tx_handler()
|
/drivers/nfc/nfcmrvl/ |
D | uart.c | 199 .tx_start = nfcmrvl_nci_uart_tx_start,
|
/drivers/net/hamradio/ |
D | dmascc.c | 215 unsigned long tx_start; member 958 priv->tx_start = jiffies; in scc_send_packet() 1372 (jiffies - priv->tx_start) < priv->param.txtimeout) { in es_isr() 1439 priv->tx_start = jiffies; in tm_isr()
|
/drivers/net/wireless/broadcom/b43legacy/ |
D | pio.c | 35 static void tx_start(struct b43legacy_pioqueue *queue) in tx_start() function 205 tx_start(queue); in pio_tx_write_fragment()
|
/drivers/char/pcmcia/ |
D | synclink_cs.c | 366 static void tx_start(MGSLPC_INFO *info, struct tty_struct *tty); 732 tx_start(info, tty); in tx_release() 1066 tx_start(info, tty); in cts_change() 1540 tx_start(info, tty); in mgslpc_flush_chars() 1602 tx_start(info, tty); in mgslpc_write() 1707 tx_start(info, tty); in mgslpc_send_xchar() 1897 tx_start(info, tty); in set_txenable() 3298 static void tx_start(MGSLPC_INFO *info, struct tty_struct *tty) in tx_start() function 3971 tx_start(info, tty); in hdlcdev_xmit()
|
/drivers/atm/ |
D | ambassador.h | 499 __be32 tx_start; member
|
D | ambassador.c | 1996 a.tx_start = bus_addr (dev->txq.in.start); in amb_talk()
|
/drivers/tty/ |
D | synclinkmp.c | 582 static void tx_start(SLMP_INFO *info); 975 tx_start(info); in write() 1042 tx_start(info); in send_xchar() 1171 tx_start(info); in flush_chars() 1235 tx_start(info); in tx_release() 1620 tx_start(info); in hdlcdev_xmit() 2488 tx_start(info); in isr_io_pin() 2953 tx_start(info); in tx_enable() 4194 static void tx_start(SLMP_INFO *info) in tx_start() function 5270 tx_start(info); in loopback_test()
|
D | synclink_gt.c | 465 static void tx_start(struct slgt_info *info); 881 tx_start(info); in send_xchar() 2297 tx_start(info); in isr_txeom() 2662 tx_start(info); in tx_enable() 4022 static void tx_start(struct slgt_info *info) in tx_start() function 4936 tx_start(info); in tx_load()
|
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.h | 1298 struct bnx2x_func_tx_start_params tx_start; member
|
D | bnx2x_dcb.c | 483 &func_params.params.tx_start; in bnx2x_dcbx_resume_hw_tx()
|
D | bnx2x_sp.c | 6375 ¶ms->params.tx_start; in bnx2x_func_send_tx_start()
|
/drivers/net/usb/ |
D | lan78xx.c | 300 tx_start, enumerator 3277 lan78xx_queue_skb(&dev->txq, skb, tx_start); in lan78xx_tx_bh() 3993 lan78xx_queue_skb(&dev->txq, skb, tx_start); in lan78xx_resume()
|
D | usbnet.c | 1478 __usbnet_queue_skb(&dev->txq, skb, tx_start); in usbnet_start_xmit()
|
/drivers/net/ethernet/amd/ |
D | pcnet32.c | 89 static int tx_start = 1; /* Mapping -- 0:20, 1:64, 2:128, 3:~220 (depends on chip vers) */ variable 3011 tx_start = tx_start_pt; in pcnet32_init_module()
|