HomeSort by: relevance | last modified time | path
    Searched defs:hvn_tx_ring (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/hyperv/
if_hvn.c 192 struct hvn_tx_ring { struct
248 int (*txr_sendpkt)(struct hvn_tx_ring *,
255 struct hvn_tx_ring *rxr_txr;
383 struct hvn_tx_ring *sc_txr;
470 static int hvn_flush_txagg(struct hvn_tx_ring *);
471 static int hvn_encap(struct hvn_tx_ring *, struct hvn_tx_desc *,
473 static int hvn_txpkt(struct hvn_tx_ring *, struct hvn_tx_desc *);
474 static void hvn_txeof(struct hvn_tx_ring *, uint64_t);
486 static int hvn_txd_peek(struct hvn_tx_ring *);
488 hvn_txd_get(struct hvn_tx_ring *);
    [all...]

Completed in 12 milliseconds