Home
last modified time | relevance | path

Searched refs:efe_dip (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/efe/
H A Defe.c301 efep->efe_dip = dip; in efe_attach()
309 efep->efe_rx_ring = efe_ring_alloc(efep->efe_dip, RXDESCL); in efe_attach()
311 efe_error(efep->efe_dip, "unable to allocate rx ring!"); in efe_attach()
315 efep->efe_tx_ring = efe_ring_alloc(efep->efe_dip, TXDESCL); in efe_attach()
317 efe_error(efep->efe_dip, "unable to allocate tx ring!"); in efe_attach()
511 efe_error(efep->efe_dip, "timed out reading from MII!"); in efe_mii_read()
532 efe_error(efep->efe_dip, "timed out writing to MII!"); in efe_mii_write()
915 efe_error(efep->efe_dip, "bus error; resetting!"); in efe_intr()
1098 efe_error(efep->efe_dip, "timed out stopping DMA engine!"); in efe_stop_dma()
1545 efe_debug(efep->efe_dip, in efe_getaddr()
H A Defe.h394 dev_info_t *efe_dip; member