Searched defs:npe_softc (Results 1 – 1 of 1) sorted by relevance
98 struct npe_softc { struct107 struct ixpnpe_softc *sc_npe; /* NPE support */ argument108 int sc_unit;109 int sc_phy;110 struct callout sc_tick_ch; /* Tick callout */111 struct npedma txdma;112 struct npebuf *tx_free; /* list of free tx buffers */113 struct npedma rxdma;114 int rx_qid; /* rx qid */115 int rx_freeqid; /* rx free buffers qid */[all …]