Home
last modified time | relevance | path

Searched refs:aux_dev (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_ulp.c472 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() local
533 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 …]
H A Dif_bnxt.c3221 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()
H A Dbnxt.h940 struct auxiliary_device aux_dev; member
1340 struct bnxt_aux_dev *aux_dev; member
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dbnxt_re.h704 struct auxiliary_device *aux_dev);
709 struct auxiliary_device *aux_dev);
714 struct auxiliary_device *aux_dev);
H A Dmain.c3894 struct auxiliary_device *aux_dev) in bnxt_re_remove_device() argument
3907 en_info = auxiliary_get_drvdata(aux_dev); in bnxt_re_remove_device()
3925 struct auxiliary_device *aux_dev) in bnxt_re_add_device() argument
3931 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() local
4178 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 …]
/freebsd/usr.sbin/bhyve/amd64/
H A Datkbdc.c115 struct aux_dev { struct
135 struct aux_dev aux; argument