Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dif_lmcvar.h285 struct p2pcom lmc_p2pcom; /* point-to-point common stuff */ member
287 #define lmc_if lmc_p2pcom.p2p_if /* network-visible interface */
488 #define lmc_name lmc_p2pcom.p2p_if.if_name
Dif_lmc.c739 sc->lmc_p2pcom.p2p_input(&sc->lmc_p2pcom, ms); in lmc_rx_intr()
1345 ifq = &sc->lmc_p2pcom.p2p_isnd;
1376 ifq = &sc->lmc_p2pcom.p2p_isnd;
1461 sc->lmc_p2pcom.p2p_mdmctl = lmc_mdmctl;
1462 sc->lmc_p2pcom.p2p_getmdm = lmc_getmdm;
1463 p2p_attach(&sc->lmc_p2pcom);