/* bnx2x_mfw_req.h: Qlogic Everest network driver. * * Copyright (c) 2012-2013 Broadcom Corporation * Copyright (c) 2014 QLogic Corporation * All rights reserved * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation.
*/
/* FCoE capabilities required from the driver */ struct fcoe_capabilities {
u32 capability1; /* Maximum number of I/Os per connection */ #define FCOE_IOS_PER_CONNECTION_MASK 0x0000ffff #define FCOE_IOS_PER_CONNECTION_SHIFT 0 /* Maximum number of Logins per port */ #define FCOE_LOGINS_PER_PORT_MASK 0xffff0000 #define FCOE_LOGINS_PER_PORT_SHIFT 16
u32 capability2; /* Maximum number of exchanges */ #define FCOE_NUMBER_OF_EXCHANGES_MASK 0x0000ffff #define FCOE_NUMBER_OF_EXCHANGES_SHIFT 0 /* Maximum NPIV WWN per port */ #define FCOE_NPIV_WWN_PER_PORT_MASK 0xffff0000 #define FCOE_NPIV_WWN_PER_PORT_SHIFT 16
u32 capability3; /* Maximum number of targets supported */ #define FCOE_TARGETS_SUPPORTED_MASK 0x0000ffff #define FCOE_TARGETS_SUPPORTED_SHIFT 0 /* Maximum number of outstanding commands across all connections */ #define FCOE_OUTSTANDING_COMMANDS_MASK 0xffff0000 #define FCOE_OUTSTANDING_COMMANDS_SHIFT 16
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.