Home
last modified time | relevance | path

Searched refs:nm_txsync (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/dev/netmap/
H A Dnetmap_null.c141 nna->up.nm_txsync = netmap_null_sync; in netmap_get_null_na()
H A Dif_vtnet_netmap.h443 na.nm_txsync = vtnet_netmap_txsync; in vtnet_netmap_attach()
H A Dif_re_netmap.h366 na.nm_txsync = re_netmap_txsync; in re_netmap_attach()
H A Dnetmap_vale.c1202 na->nm_txsync = netmap_vale_vp_txsync; in netmap_vale_vp_create()
1288 na->nm_txsync = netmap_vale_vp_txsync; in netmap_vale_bwrap_attach()
H A Dnetmap_pipe.c766 mna->up.nm_txsync = netmap_pipe_txsync; in netmap_get_pipe_na()
H A Dnetmap_generic.c1151 na->nm_txsync = &generic_netmap_txsync; in generic_netmap_attach()
H A Dnetmap_monitor.c974 mna->up.nm_txsync = netmap_monitor_txsync; in netmap_get_monitor_na()
H A Dnetmap_bdg.c1376 na->tx_rings[i]->nm_sync = na->nm_txsync; in netmap_bwrap_reg()
H A Dnetmap_kern.h858 int (*nm_txsync)(struct netmap_kring *kring, int flags); member
H A Dif_ptnet.c467 na_arg.nm_txsync = ptnet_nm_txsync; in ptnet_attach()
H A Dnetmap.c898 kring->nm_sync = (t == NR_TX ? na->nm_txsync : na->nm_rxsync); in netmap_krings_create()
/freebsd/sys/dev/ena/
H A Dena_netmap.c96 na.nm_txsync = ena_netmap_txsync; in ena_netmap_attach()
/freebsd/sys/dev/cxgbe/
H A Dt4_netmap.c1283 na.nm_txsync = cxgbe_netmap_txsync; in cxgbe_nm_attach()
/freebsd/sys/net/
H A Diflib.c1323 na.nm_txsync = iflib_netmap_txsync; in iflib_netmap_attach()