Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.c192 int fcoe_ret; in fcoei_attach() local
212 fcoe_ret = fcoei_attach_init(ss); in fcoei_attach()
213 if (fcoe_ret != FCOE_SUCCESS) { in fcoei_attach()
216 "%x", fcoe_ret); in fcoei_attach()
238 int fcoe_ret; in fcoei_detach() local
261 fcoe_ret = fcoei_detach_uninit(ss); in fcoei_detach()
262 if (fcoe_ret != FCOE_SUCCESS) { in fcoei_detach()
264 " dip-%p, fcoe_ret-%d", dip, fcoe_ret); in fcoei_detach()
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_eth.c63 int fcoe_ret; in fcoe_open_mac() local
128 fcoe_ret = FCOE_SUCCESS; in fcoe_open_mac()
129 return (fcoe_ret); in fcoe_open_mac()
H A Dfcoe.c303 int fcoe_ret; in fcoe_attach() local
321 fcoe_ret = fcoe_attach_init(ss); in fcoe_attach()
322 if (fcoe_ret == FCOE_SUCCESS) { in fcoe_attach()
326 FCOE_LOG("fcoe", "fcoe_attach_init end with-%x", fcoe_ret); in fcoe_attach()
345 int fcoe_ret; in fcoe_detach() local
359 fcoe_ret = fcoe_detach_uninit(ss); in fcoe_detach()
360 if (fcoe_ret == FCOE_SUCCESS) { in fcoe_detach()
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c285 int fcoe_ret; in fcoet_detach() local
297 fcoe_ret = fcoet_detach_uninit(ss); in fcoet_detach()
298 if (fcoe_ret == FCOE_SUCCESS) { in fcoet_detach()
303 fcoe_ret); in fcoet_detach()