Home
last modified time | relevance | path

Searched refs:tx_boundary (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-dbgtty.c39 if (port->tx_boundary) in dbc_kfifo_to_req()
40 len = min(port->tx_boundary, len); in dbc_kfifo_to_req()
44 if (port->tx_boundary) in dbc_kfifo_to_req()
45 port->tx_boundary -= len; in dbc_kfifo_to_req()
235 if (port->tx_boundary) { in dbc_tty_write()
244 port->tx_boundary = kfifo_len(&port->port.xmit_fifo); in dbc_tty_write()
286 if (port->tx_boundary) in dbc_tty_write_room()
H A Dxhci-dbgcap.h113 unsigned int tx_boundary; member
/linux/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c199 int tx_boundary; /* boundary transmits cannot cross */ member
737 if (mgp->tx_boundary == 4096) { in myri10ge_load_firmware()
748 mgp->tx_boundary = 2048; in myri10ge_load_firmware()
870 len = mgp->tx_boundary; in myri10ge_dma_test()
1805 data[i++] = (unsigned int)mgp->tx_boundary; in myri10ge_get_ethtool_stats()
2771 (low + mgp->tx_boundary) & ~(mgp->tx_boundary - 1); in myri10ge_xmit()
3140 mgp->tx_boundary = 4096; in myri10ge_firmware_probe()
3152 mgp->tx_boundary = 2048; in myri10ge_firmware_probe()
3185 mgp->tx_boundary = 2048; in myri10ge_firmware_probe()
3206 mgp->tx_boundary = 4096; in myri10ge_select_firmware()
[all …]