Home
last modified time | relevance | path

Searched refs:rxf (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/dev/xen/netback/
HDnetback_unit_tests.c185 netif_rx_front_ring_t rxf; member
366 FRONT_RING_INIT(&xnb_unit_pvt.rxf, xnb_unit_pvt.rxs, PAGE_SIZE); in setup_pvt_data()
1681 req = RING_GET_REQUEST(&xnb_unit_pvt.rxf, in xnb_rxpkt2gnttab_short()
1727 req = RING_GET_REQUEST(&xnb_unit_pvt.rxf, in xnb_rxpkt2gnttab_2req()
1799 req = RING_GET_REQUEST(&xnb_unit_pvt.rxf, start); in xnb_rxpkt2rsp_short()
1855 req = RING_GET_REQUEST(&xnb_unit_pvt.rxf, start); in xnb_rxpkt2rsp_extra()
1858 req = RING_GET_REQUEST(&xnb_unit_pvt.rxf, start + 1); in xnb_rxpkt2rsp_extra()
1925 req = RING_GET_REQUEST(&xnb_unit_pvt.rxf, start); in xnb_rxpkt2rsp_2slots()
1928 req = RING_GET_REQUEST(&xnb_unit_pvt.rxf, start + 1); in xnb_rxpkt2rsp_2slots()
1991 req = RING_GET_REQUEST(&xnb_unit_pvt.rxf, start); in xnb_rxpkt2rsp_2short()
[all …]
/trueos/sys/dev/oce/
HDoce_sysctl.c1315 rxf_stats = &nic_mbx->params.rsp.stats.rxf; in copy_stats_to_sc_be2()
1316 port_stats = &nic_mbx->params.rsp.stats.rxf.port[port]; in copy_stats_to_sc_be2()
1380 rxf_stats = &nic_mbx->params.rsp.stats.rxf; in copy_stats_to_sc_be3()
1381 port_stats = &nic_mbx->params.rsp.stats.rxf.port[port]; in copy_stats_to_sc_be3()
HDoce_hw.h3082 struct oce_rxf_stats_v1 rxf; member
3090 struct oce_rxf_stats_v0 rxf; member
/trueos/sys/dev/altera/atse/
HDif_atse.c1128 uint32_t rxs, rxe, rxi, rxf, txs, txe, txi, txf; in atse_intr_debug() local
1136 rxf = ATSE_RX_READ_FILL_LEVEL(sc); in atse_intr_debug()
1148 rxs, rxe, rxi, rxf, in atse_intr_debug()