Home
last modified time | relevance | path

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, in fcoe_bus_ctl() argument
394 ret = fcoe_initchild(fcoe_dip, (dev_info_t *)clientarg); in fcoe_bus_ctl()
398 ret = fcoe_uninitchild(fcoe_dip, (dev_info_t *)clientarg); in fcoe_bus_ctl()
402 ret = ddi_ctlops(fcoe_dip, rip, op, clientarg, result); in fcoe_bus_ctl()
415 fcoe_initchild(dev_info_t *fcoe_dip, dev_info_t *client_dip) in fcoe_initchild() argument
435 fcoe_uninitchild(dev_info_t *fcoe_dip, dev_info_t *client_dip) in fcoe_uninitchild() argument