Searched refs:tx_boundary (Results 1 – 3 of 3) 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() 294 if (port->tx_boundary) { in dbc_tty_chars_in_buffer() 303 port->tx_boundary = kfifo_len(&port->port.xmit_fifo); in dbc_tty_chars_in_buffer() 345 if (port->tx_boundary) in dbc_rx_push()
113 unsigned int tx_boundary; member
199 int tx_boundary; /* boundary transmits cannot cross */ member737 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 …]