]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[fcoe] Use driver-private data to hold FCoE port structure
authorMichael Brown <mcb30@ipxe.org>
Wed, 13 Sep 2023 22:00:57 +0000 (23:00 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 14 Sep 2023 12:25:19 +0000 (13:25 +0100)
commitcac3a584dc8acea1522669f1ed16e0979fb92252
tree3334e8632bea212f4fa3e4065898c2acdc113c1d
parent8cbf248198f3bc66c52b2340b4decf293af8af47
[fcoe] Use driver-private data to hold FCoE port structure

Simplify the FCoE code by using driver-private data to hold the FCoE
port for each network device, instead of using a separate allocation.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/net/fcoe.c