Home
last modified time | relevance | path

Searched refs:hn_direct_tx_size (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h143 int hn_direct_tx_size; member
H A Dif_hn.c519 static int hn_direct_tx_size = HN_DIRECT_TX_SIZE_DEF; variable
521 &hn_direct_tx_size, 0, "Size of the packet for direct transmission");
5218 txr->hn_direct_tx_size = hn_direct_tx_size; in hn_tx_ring_create()
5520 __offsetof(struct hn_tx_ring, hn_direct_tx_size), in hn_create_tx_data()
5805 sched = hn_start_locked(txr, txr->hn_direct_tx_size); in hn_start()
5840 sched = hn_start_locked(txr, txr->hn_direct_tx_size); in hn_start_txeof()
6087 sched = hn_xmit(txr, txr->hn_direct_tx_size); in hn_transmit()
6136 sched = hn_xmit(txr, txr->hn_direct_tx_size); in hn_xmit_txeof()