Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c96 static int t4_devo_detach(dev_info_t *dip, ddi_detach_cmd_t cmd);
104 .devo_detach = t4_devo_detach,
815 (void) t4_devo_detach(dip, DDI_DETACH); in t4_devo_attach()
825 t4_devo_detach(dev_info_t *dip, ddi_detach_cmd_t cmd) in t4_devo_detach() function