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

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

Completed in 965 milliseconds