Lines Matching defs:msk_if_softc
2502 struct msk_if_softc { struct
2503 struct arpcom arpcom;
2504 struct ifnet *msk_ifp; /* interface info */
2505 device_t msk_miibus;
2506 device_t msk_if_dev;
2507 int32_t msk_port; /* port # on controller */
2508 int msk_framesize;
2509 int msk_phytype;
2510 int msk_phyaddr;
2511 int msk_link;
2512 uint32_t msk_flags;
2516 struct callout msk_tick_ch;
2517 uint32_t msk_txq; /* Tx. Async Queue offset */
2518 uint32_t msk_txsq; /* Tx. Syn Queue offset */
2519 uint32_t msk_rxq; /* Rx. Qeueue offset */
2520 struct msk_chain_data msk_cdata;
2521 struct msk_ring_data msk_rdata;
2522 struct msk_softc *msk_softc; /* parent controller */
2523 int msk_if_flags;
2524 int msk_detach;
2525 uint16_t msk_vtag; /* VLAN tag id. */
2529 struct mtx msk_jlist_mtx;