Home
last modified time | relevance | path

Searched hist:ffe3def903a5f239c319e5fe12450659658974a5 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/e1000/
H A Digb_txrx.cdiff ffe3def903a5f239c319e5fe12450659658974a5 Mon Mar 08 18:39:06 CET 2021 Mark Johnston <markj@FreeBSD.org> iflib: Make if_shared_ctx_t a pointer to const

This structure is shared among multiple instances of a driver, so we
should ensure that it doesn't somehow get treated as if there's a
separate instance per interface. This is especially important for
software-only drivers like wg.

DEVICE_REGISTER() still returns a void * and so the per-driver sctx
structures are not yet defined with the const qualifier.

Reviewed by: gallatin, erj
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D29102
H A Dif_em.cdiff ffe3def903a5f239c319e5fe12450659658974a5 Mon Mar 08 18:39:06 CET 2021 Mark Johnston <markj@FreeBSD.org> iflib: Make if_shared_ctx_t a pointer to const

This structure is shared among multiple instances of a driver, so we
should ensure that it doesn't somehow get treated as if there's a
separate instance per interface. This is especially important for
software-only drivers like wg.

DEVICE_REGISTER() still returns a void * and so the per-driver sctx
structures are not yet defined with the const qualifier.

Reviewed by: gallatin, erj
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D29102
/freebsd/sys/dev/ixgbe/
H A Dix_txrx.cdiff ffe3def903a5f239c319e5fe12450659658974a5 Mon Mar 08 18:39:06 CET 2021 Mark Johnston <markj@FreeBSD.org> iflib: Make if_shared_ctx_t a pointer to const

This structure is shared among multiple instances of a driver, so we
should ensure that it doesn't somehow get treated as if there's a
separate instance per interface. This is especially important for
software-only drivers like wg.

DEVICE_REGISTER() still returns a void * and so the per-driver sctx
structures are not yet defined with the const qualifier.

Reviewed by: gallatin, erj
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D29102
H A Dif_ixv.cdiff ffe3def903a5f239c319e5fe12450659658974a5 Mon Mar 08 18:39:06 CET 2021 Mark Johnston <markj@FreeBSD.org> iflib: Make if_shared_ctx_t a pointer to const

This structure is shared among multiple instances of a driver, so we
should ensure that it doesn't somehow get treated as if there's a
separate instance per interface. This is especially important for
software-only drivers like wg.

DEVICE_REGISTER() still returns a void * and so the per-driver sctx
structures are not yet defined with the const qualifier.

Reviewed by: gallatin, erj
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D29102
H A Dif_ix.cdiff ffe3def903a5f239c319e5fe12450659658974a5 Mon Mar 08 18:39:06 CET 2021 Mark Johnston <markj@FreeBSD.org> iflib: Make if_shared_ctx_t a pointer to const

This structure is shared among multiple instances of a driver, so we
should ensure that it doesn't somehow get treated as if there's a
separate instance per interface. This is especially important for
software-only drivers like wg.

DEVICE_REGISTER() still returns a void * and so the per-driver sctx
structures are not yet defined with the const qualifier.

Reviewed by: gallatin, erj
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D29102
/freebsd/sys/net/
H A Diflib.hdiff ffe3def903a5f239c319e5fe12450659658974a5 Mon Mar 08 18:39:06 CET 2021 Mark Johnston <markj@FreeBSD.org> iflib: Make if_shared_ctx_t a pointer to const

This structure is shared among multiple instances of a driver, so we
should ensure that it doesn't somehow get treated as if there's a
separate instance per interface. This is especially important for
software-only drivers like wg.

DEVICE_REGISTER() still returns a void * and so the per-driver sctx
structures are not yet defined with the const qualifier.

Reviewed by: gallatin, erj
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D29102
/freebsd/sys/dev/ixl/
H A Dif_ixl.cdiff ffe3def903a5f239c319e5fe12450659658974a5 Mon Mar 08 18:39:06 CET 2021 Mark Johnston <markj@FreeBSD.org> iflib: Make if_shared_ctx_t a pointer to const

This structure is shared among multiple instances of a driver, so we
should ensure that it doesn't somehow get treated as if there's a
separate instance per interface. This is especially important for
software-only drivers like wg.

DEVICE_REGISTER() still returns a void * and so the per-driver sctx
structures are not yet defined with the const qualifier.

Reviewed by: gallatin, erj
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D29102