Searched refs:tx_copybreak (Results 1 – 4 of 4) sorted by relevance
128 #. ``tx_copybreak``:130 The tx_copybreak sets the threshold where the driver aggregates131 multiple small packets into one request. If tx_copybreak is 0 then132 each packet goes as a VMBus request (no copying). If tx_copybreak is
134 uint32_t tx_copybreak; member
165 hv->tx_copybreak = v; in hn_set_parameter()167 hv->tx_copybreak); in hn_set_parameter()988 hv->tx_copybreak = HN_TXCOPY_THRESHOLD; in eth_hn_dev_init()
1517 if (m->pkt_len <= hv->tx_copybreak && in hn_xmit_pkts()