Lines Matching defs:dtsec_softc
48 struct dtsec_softc { struct
59 (struct dtsec_softc *sc, int unit); argument
61 (struct dtsec_softc *sc, int unit); argument
63 (struct dtsec_softc *sc); argument
66 enum eth_dev_type sc_eth_dev_type;
67 uint8_t sc_eth_id; /* Ethernet ID within its frame manager */
68 uintptr_t sc_mac_mem_offset;
69 e_EnetMode sc_mac_enet_mode;
70 int sc_mac_mdio_irq;
71 uint8_t sc_mac_addr[6];
72 int sc_port_rx_hw_id;
73 int sc_port_tx_hw_id;
74 uint32_t sc_port_tx_qman_chan;
75 int sc_phy_addr;
76 bool sc_hidden;
77 device_t sc_mdio;
80 vm_offset_t sc_fm_base;
81 t_Handle sc_fmh;
82 t_Handle sc_muramh;
84 t_Handle sc_mach;
85 t_Handle sc_rxph;
86 t_Handle sc_txph;
89 struct mii_data *sc_mii;
90 device_t sc_mii_dev;
91 struct mtx sc_mii_lock;
93 struct callout sc_tick_callout;
96 t_Handle sc_rx_pool;
97 uint8_t sc_rx_bpid;
98 uma_zone_t sc_rx_zone;
99 char sc_rx_zname[64];
102 t_Handle sc_rx_fqr;
103 uint32_t sc_rx_fqid;
106 t_Handle sc_tx_fqr;
107 bool sc_tx_fqr_full;
108 t_Handle sc_tx_conf_fqr;
109 uint32_t sc_tx_conf_fqid;
112 uma_zone_t sc_fi_zone;
113 char sc_fi_zname[64];