Lines Matching refs:status
264 int status = 0;
280 status = ocrdma_init_hw(dev);
281 if (status)
284 status = ocrdma_alloc_resources(dev);
285 if (status)
289 status = ocrdma_register_device(dev);
290 if (status)
294 status = ocrdma_mbx_get_link_speed(dev, NULL, &lstate);
295 if (!status)
318 pr_err("%s() leaving. ret=%d\n", __func__, status);
410 int status;
414 status = be_roce_register_driver(&ocrdma_drv);
415 if (status)
422 return status;