Searched refs:fcoe_dip (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.c118 static int fcoe_initchild(dev_info_t *fcoe_dip, dev_info_t *client_dip);
119 static int fcoe_uninitchild(dev_info_t *fcoe_dip, dev_info_t *client_dip);
383 fcoe_bus_ctl(dev_info_t *fcoe_dip, dev_info_t *rip, argument
394 ret = fcoe_initchild(fcoe_dip, (dev_info_t *)clientarg);
398 ret = fcoe_uninitchild(fcoe_dip, (dev_info_t *)clientarg);
402 ret = ddi_ctlops(fcoe_dip, rip, op, clientarg, result);
415 fcoe_initchild(dev_info_t *fcoe_dip, dev_info_t *client_dip) argument
435 fcoe_uninitchild(dev_info_t *fcoe_dip, dev_info_t *client_dip) argument

Completed in 60 milliseconds