OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mtl_status
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
dwc_eqos.c
1085
eqos_intr_mtl(struct eqos_softc *sc, uint32_t
mtl_status
)
1089
if (
mtl_status
== 0)
1095
if ((
mtl_status
& GMAC_MTL_INTERRUPT_STATUS_DBGIS) != 0) {
1099
if ((
mtl_status
& GMAC_MTL_INTERRUPT_STATUS_Q0IS) != 0) {
1122
mtl_status
, debug_data, ictrl);
1130
uint32_t mac_status,
mtl_status
, dma_status, rx_tx_status;
local in function:eqos_intr
1145
mtl_status
= RD4(sc, GMAC_MTL_INTERRUPT_STATUS);
1146
eqos_intr_mtl(sc,
mtl_status
);
1170
if ((mac_status |
mtl_status
| dma_status) == 0) {
dwc_eqos.c
1085
eqos_intr_mtl(struct eqos_softc *sc, uint32_t
mtl_status
)
1089
if (
mtl_status
== 0)
1095
if ((
mtl_status
& GMAC_MTL_INTERRUPT_STATUS_DBGIS) != 0) {
1099
if ((
mtl_status
& GMAC_MTL_INTERRUPT_STATUS_Q0IS) != 0) {
1122
mtl_status
, debug_data, ictrl);
1130
uint32_t mac_status,
mtl_status
, dma_status, rx_tx_status;
local in function:eqos_intr
1145
mtl_status
= RD4(sc, GMAC_MTL_INTERRUPT_STATUS);
1146
eqos_intr_mtl(sc,
mtl_status
);
1170
if ((mac_status |
mtl_status
| dma_status) == 0) {
Completed in 25 milliseconds
Indexes created Mon Oct 13 21:09:55 GMT 2025