Searched refs:fcoe_ret (Results 1 – 4 of 4) sorted by relevance
192 int fcoe_ret; in fcoei_attach() local212 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() local261 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()
63 int fcoe_ret; in fcoe_open_mac() local128 fcoe_ret = FCOE_SUCCESS; in fcoe_open_mac()129 return (fcoe_ret); in fcoe_open_mac()
303 int fcoe_ret; in fcoe_attach() local321 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() local359 fcoe_ret = fcoe_detach_uninit(ss); in fcoe_detach()360 if (fcoe_ret == FCOE_SUCCESS) { in fcoe_detach()
285 int fcoe_ret; in fcoet_detach() local297 fcoe_ret = fcoet_detach_uninit(ss); in fcoet_detach()298 if (fcoe_ret == FCOE_SUCCESS) { in fcoet_detach()303 fcoe_ret); in fcoet_detach()