Searched hist:ffe3def903a5f239c319e5fe12450659658974a5 (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/e1000/ |
H A D | igb_txrx.c | diff 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 D | if_em.c | diff 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 D | ix_txrx.c | diff 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 D | if_ixv.c | diff 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 D | if_ix.c | diff 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 D | iflib.h | diff 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 D | if_ixl.c | diff 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
|