mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 07:50:43 +03:00
[fc] Maintain a list of Fibre Channel upper-layer protocol users
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -74,8 +74,7 @@ void fcpeerstat ( struct fc_peer *peer ) {
|
||||
}
|
||||
|
||||
list_for_each_entry ( ulp, &peer->ulps, list ) {
|
||||
printf ( " [Type %02x usage %d link:",
|
||||
ulp->type, ulp->usage );
|
||||
printf ( " [Type %02x link:", ulp->type );
|
||||
if ( fc_link_ok ( &ulp->link ) ) {
|
||||
printf ( " up, params" );
|
||||
param = ulp->param;
|
||||
|
||||
Reference in New Issue
Block a user