Lines Matching refs:status
308 int status = 0;
324 status = ocrdma_init_hw(dev);
325 if (status)
328 status = ocrdma_alloc_resources(dev);
329 if (status)
333 status = ocrdma_register_device(dev);
334 if (status)
338 status = ocrdma_mbx_get_link_speed(dev, NULL, &lstate);
339 if (!status)
362 pr_err("%s() leaving. ret=%d\n", __func__, status);
454 int status;
458 status = be_roce_register_driver(&ocrdma_drv);
459 if (status)
466 return status;