Jayamohan Kallickal wrote:
This patch adds
1) Turns on msix
2) mcc_ring support for sending FW commands
3) Support for Ring Mode of WRB Posting
+struct be_mgmt_fw_cmd_info {
+ struct be_cmd_req_hdr hdr;
+ void *pdata_buffer;
+ unsigned int data_length;
+} __packed;
+
+struct be_mgmt_fw_cmd_info_resp {
+ struct be_cmd_resp_hdr hdr;
+ void *pdata_buffer;
+ unsigned int data_length;
+} __packed;
+
+
Did you meant to send another patch with this one or did you not mean to
include the mgmt_fw code in here? be_mgmt_fw_cmd_info_resp is not used
and be_mgmt_fw_cmd_info is used in mgmt_fw_cmd, but that function is
never called.
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html