Searched refs:tx_boundary (Results 1 – 2 of 2) sorted by relevance
39 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()309 if (port->tx_boundary) { in dbc_tty_write()318 port->tx_boundary = kfifo_len(&port->port.xmit_fifo); in dbc_tty_write()360 if (port->tx_boundary) in dbc_tty_write_room()
199 int tx_boundary; /* boundary transmits cannot cross */ member740 if (mgp->tx_boundary == 4096) { in myri10ge_load_firmware()751 mgp->tx_boundary = 2048; in myri10ge_load_firmware()880 len = mgp->tx_boundary; in myri10ge_dma_test()1815 data[i++] = (unsigned int)mgp->tx_boundary; in myri10ge_get_ethtool_stats()2794 (low + mgp->tx_boundary) & ~(mgp->tx_boundary - 1); in myri10ge_xmit()3166 mgp->tx_boundary = 4096; in myri10ge_firmware_probe()3178 mgp->tx_boundary = 2048; in myri10ge_firmware_probe()3211 mgp->tx_boundary = 2048; in myri10ge_firmware_probe()3232 mgp->tx_boundary = 4096; in myri10ge_select_firmware()[all …]