Searched refs:aux_dev (Results 1 – 6 of 6) sorted by relevance
472 container_of(dev, struct bnxt_aux_dev, aux_dev.dev); in bnxt_aux_dev_release()506 struct bnxt_aux_dev *bnxt_adev = softc->aux_dev; in bnxt_rdma_aux_device_del()509 adev = &bnxt_adev->aux_dev; in bnxt_rdma_aux_device_del()519 struct bnxt_aux_dev *bnxt_adev = bp->aux_dev; in bnxt_rdma_aux_device_add()521 struct auxiliary_device *aux_dev; in bnxt_rdma_aux_device_add() local533 aux_dev = &bnxt_adev->aux_dev; in bnxt_rdma_aux_device_add()534 aux_dev->id = bnxt_adev->id; in bnxt_rdma_aux_device_add()535 aux_dev->name = "rdma"; in bnxt_rdma_aux_device_add()536 aux_dev->dev.parent = &bp->pdev->dev; in bnxt_rdma_aux_device_add()537 aux_dev->dev.release = bnxt_aux_dev_release; in bnxt_rdma_aux_device_add()[all …]
3221 kfree(softc->aux_dev); in bnxt_aux_dev_free()3222 softc->aux_dev = NULL; in bnxt_aux_dev_free()3239 struct bnxt_aux_dev *bnxt_adev = softc->aux_dev; in bnxt_rdma_aux_device_uninit()3263 softc->aux_dev = bnxt_aux_dev_init(softc); in bnxt_rdma_aux_device_init()3264 if (IS_ERR_OR_NULL(softc->aux_dev)) { in bnxt_rdma_aux_device_init()3269 softc->aux_dev->id = ida_alloc(&bnxt_aux_dev_ids, GFP_KERNEL); in bnxt_rdma_aux_device_init()3270 if (softc->aux_dev->id < 0) { in bnxt_rdma_aux_device_init()3282 ida_free(&bnxt_aux_dev_ids, softc->aux_dev->id); in bnxt_rdma_aux_device_init()3285 __func__, __LINE__, softc->aux_dev->id); in bnxt_rdma_aux_device_init()
940 struct auxiliary_device aux_dev; member1340 struct bnxt_aux_dev *aux_dev; member
704 struct auxiliary_device *aux_dev);709 struct auxiliary_device *aux_dev);714 struct auxiliary_device *aux_dev);
3894 struct auxiliary_device *aux_dev) in bnxt_re_remove_device() argument3907 en_info = auxiliary_get_drvdata(aux_dev); in bnxt_re_remove_device()3925 struct auxiliary_device *aux_dev) in bnxt_re_add_device() argument3931 en_info = auxiliary_get_drvdata(aux_dev); in bnxt_re_add_device()3936 if (gmod_exit || !aux_dev) { in bnxt_re_add_device()3986 (*rdev)->adev = aux_dev; in bnxt_re_add_device()4097 struct auxiliary_device *aux_dev; in bnxt_re_task() local4178 aux_dev = rdev->adev; in bnxt_re_task()4182 bnxt_re_remove_device(rdev, BNXT_RE_COMPLETE_REMOVE, aux_dev); in bnxt_re_task()4415 struct bnxt_aux_dev *aux_dev = in bnxt_re_probe() local[all …]
115 struct aux_dev { struct135 struct aux_dev aux; argument