Page MenuHomeFreeBSD

ofed/linuxkpi: use proper accessor function
ClosedPublic

Authored by bz on Mar 21 2021, 9:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 21 2024, 1:43 AM
Unknown Object (File)
Feb 5 2024, 2:14 PM
Unknown Object (File)
Dec 20 2023, 6:43 AM
Unknown Object (File)
Nov 20 2023, 5:37 AM
Unknown Object (File)
Nov 20 2023, 4:29 AM
Unknown Object (File)
Nov 20 2023, 4:29 AM
Unknown Object (File)
Nov 20 2023, 4:20 AM
Unknown Object (File)
Oct 14 2023, 10:08 AM
Subscribers

Details

Summary

In the notifier event callback function rather than casting directly
to the expected type use the proper accessor function as the mlx drivers
already do.
This is preparational work to allow us to improve the struct net_device
is struct ifnet compat code shortcut in the future.

Obtained-from: bz_iwlwifi
Sponsored-by: The FreeBSD Foundation
MFC-after: 2 weeks
Reviewed-by: ...

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable