Searched refs:aux_dev (Results 1 – 6 of 6) sorted by relevance
470 adev = &bnxt_adev->aux_dev; in bnxt_rdma_aux_device_del()480 struct bnxt_aux_dev *bnxt_adev = bp->aux_dev; in bnxt_rdma_aux_device_add()482 struct auxiliary_device *aux_dev; in bnxt_rdma_aux_device_add() local494 aux_dev = &bnxt_adev->aux_dev; in bnxt_rdma_aux_device_add()495 aux_dev->id = bnxt_adev->id; in bnxt_rdma_aux_device_add()496 aux_dev->name = "rdma"; in bnxt_rdma_aux_device_add()497 aux_dev->dev.parent = &bp->pdev->dev; in bnxt_rdma_aux_device_add()498 aux_dev->dev.release = bnxt_aux_dev_release; in bnxt_rdma_aux_device_add()510 ret = auxiliary_device_init(aux_dev); in bnxt_rdma_aux_device_add()514 ret = auxiliary_device_add(aux_dev); in bnxt_rdma_aux_device_add()[all …]
2700 kfree(softc->aux_dev); in bnxt_aux_dev_free()2701 softc->aux_dev = NULL; in bnxt_aux_dev_free()2718 struct bnxt_aux_dev *bnxt_adev = softc->aux_dev; in bnxt_rdma_aux_device_uninit()2742 softc->aux_dev = bnxt_aux_dev_init(softc); in bnxt_rdma_aux_device_init()2743 if (IS_ERR_OR_NULL(softc->aux_dev)) { in bnxt_rdma_aux_device_init()2748 softc->aux_dev->id = ida_alloc(&bnxt_aux_dev_ids, GFP_KERNEL); in bnxt_rdma_aux_device_init()2749 if (softc->aux_dev->id < 0) { in bnxt_rdma_aux_device_init()2761 ida_free(&bnxt_aux_dev_ids, softc->aux_dev->id); in bnxt_rdma_aux_device_init()2764 __func__, __LINE__, softc->aux_dev->id); in bnxt_rdma_aux_device_init()
844 struct auxiliary_device aux_dev; member1192 struct bnxt_aux_dev *aux_dev; member
715 struct auxiliary_device *aux_dev);720 struct auxiliary_device *aux_dev);725 struct auxiliary_device *aux_dev);
3826 struct auxiliary_device *aux_dev) in bnxt_re_remove_device() argument3839 en_info = auxiliary_get_drvdata(aux_dev); in bnxt_re_remove_device()3857 struct auxiliary_device *aux_dev) in bnxt_re_add_device() argument3863 en_info = auxiliary_get_drvdata(aux_dev); in bnxt_re_add_device()3868 if (gmod_exit || !aux_dev) { in bnxt_re_add_device()3918 (*rdev)->adev = aux_dev; in bnxt_re_add_device()4029 struct auxiliary_device *aux_dev; in bnxt_re_task() local4110 aux_dev = rdev->adev; in bnxt_re_task()4347 struct bnxt_aux_dev *aux_dev = in bnxt_re_probe() local4354 if (aux_dev) in bnxt_re_probe()[all …]
116 struct aux_dev { struct136 struct aux_dev aux; argument