Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/netfront/
H A Dnetfront.c216 if_t xn_ifp; member
648 if ((if_getcapenable(info->xn_ifp) & IFCAP_LRO) != 0) { in talk_to_backend()
655 if ((if_getcapenable(info->xn_ifp) & IFCAP_RXCSUM) == 0) { in talk_to_backend()
696 if_t ifp = np->xn_ifp; in xn_txq_start()
1048 ifp = info->xn_ifp; in netfront_send_fake_arp()
1063 CURVNET_SET(if_getvnet(sc->xn_ifp)); in netfront_backend_changed()
1277 ifp = np->xn_ifp; in xn_rxeof()
1376 ifp = np->xn_ifp; in xn_txeof()
1616 if_t ifp = np->xn_ifp; in xn_assemble_tx_request()
1801 ifp = np->xn_ifp; in xn_ifinit_locked()
[all …]