Lines Matching defs:gpn_softc
101 struct gpn_softc { struct
102 device_t sc_dev;
103 bus_dma_tag_t sc_dmat;
104 struct ifmedia sc_im;
105 struct ethercom sc_ec;
107 size_t sc_free;
108 size_t sc_txactive;
109 bool sc_txbusy;
110 void *sc_ih;
111 ipm_gpn_ack_desc_t sc_ack_desc;
112 struct mbuf *sc_rxmbuf;
113 struct gpn_txinfo sc_txinfo[MAX_TXACTIVE];
114 uint8_t sc_lastid;
115 bool sc_remoteup; /* remote side up? */