| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1 | /******************************************************************* |
| 2 | * This file is part of the Emulex Linux Device Driver for * |
James.Smart@Emulex.Com | c44ce17 | 2005-06-25 10:34:39 -0400 | [diff] [blame] | 3 | * Fibre Channel Host Bus Adapters. * |
James Smart | bdcd2b9 | 2012-03-01 22:33:52 -0500 | [diff] [blame] | 4 | * Copyright (C) 2004-2012 Emulex. All rights reserved. * |
James.Smart@Emulex.Com | c44ce17 | 2005-06-25 10:34:39 -0400 | [diff] [blame] | 5 | * EMULEX and SLI are trademarks of Emulex. * |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6 | * www.emulex.com * |
James.Smart@Emulex.Com | c44ce17 | 2005-06-25 10:34:39 -0400 | [diff] [blame] | 7 | * Portions Copyright (C) 2004-2005 Christoph Hellwig * |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8 | * * |
| 9 | * This program is free software; you can redistribute it and/or * |
James.Smart@Emulex.Com | c44ce17 | 2005-06-25 10:34:39 -0400 | [diff] [blame] | 10 | * modify it under the terms of version 2 of the GNU General * |
| 11 | * Public License as published by the Free Software Foundation. * |
| 12 | * This program is distributed in the hope that it will be useful. * |
| 13 | * ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND * |
| 14 | * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, * |
| 15 | * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE * |
| 16 | * DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD * |
| 17 | * TO BE LEGALLY INVALID. See the GNU General Public License for * |
| 18 | * more details, a copy of which can be found in the file COPYING * |
| 19 | * included with this package. * |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 20 | *******************************************************************/ |
| 21 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 22 | #include <linux/blkdev.h> |
| 23 | #include <linux/pci.h> |
| 24 | #include <linux/interrupt.h> |
| 25 | #include <linux/delay.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 26 | #include <linux/slab.h> |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 27 | |
James.Smart@Emulex.Com | 9188652 | 2005-08-10 15:03:09 -0400 | [diff] [blame] | 28 | #include <scsi/scsi.h> |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 29 | #include <scsi/scsi_cmnd.h> |
| 30 | #include <scsi/scsi_device.h> |
| 31 | #include <scsi/scsi_host.h> |
James.Smart@Emulex.Com | f888ba3 | 2005-08-10 15:03:01 -0400 | [diff] [blame] | 32 | #include <scsi/scsi_transport_fc.h> |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 33 | #include <scsi/fc/fc_fs.h> |
James Smart | 0d87841 | 2009-10-02 15:16:56 -0400 | [diff] [blame] | 34 | #include <linux/aer.h> |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 35 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 36 | #include "lpfc_hw4.h" |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 37 | #include "lpfc_hw.h" |
| 38 | #include "lpfc_sli.h" |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 39 | #include "lpfc_sli4.h" |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 40 | #include "lpfc_nl.h" |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 41 | #include "lpfc_disc.h" |
| 42 | #include "lpfc_scsi.h" |
| 43 | #include "lpfc.h" |
| 44 | #include "lpfc_crtn.h" |
| 45 | #include "lpfc_logmsg.h" |
| 46 | #include "lpfc_compat.h" |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 47 | #include "lpfc_debugfs.h" |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 48 | #include "lpfc_vport.h" |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 49 | |
| 50 | /* There are only four IOCB completion types. */ |
| 51 | typedef enum _lpfc_iocb_type { |
| 52 | LPFC_UNKNOWN_IOCB, |
| 53 | LPFC_UNSOL_IOCB, |
| 54 | LPFC_SOL_IOCB, |
| 55 | LPFC_ABORT_IOCB |
| 56 | } lpfc_iocb_type; |
| 57 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 58 | |
| 59 | /* Provide function prototypes local to this module. */ |
| 60 | static int lpfc_sli_issue_mbox_s4(struct lpfc_hba *, LPFC_MBOXQ_t *, |
| 61 | uint32_t); |
| 62 | static int lpfc_sli4_read_rev(struct lpfc_hba *, LPFC_MBOXQ_t *, |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 63 | uint8_t *, uint32_t *); |
| 64 | static struct lpfc_iocbq *lpfc_sli4_els_wcqe_to_rspiocbq(struct lpfc_hba *, |
| 65 | struct lpfc_iocbq *); |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 66 | static void lpfc_sli4_send_seq_to_ulp(struct lpfc_vport *, |
| 67 | struct hbq_dmabuf *); |
James Smart | 0558056 | 2011-05-24 11:40:48 -0400 | [diff] [blame] | 68 | static int lpfc_sli4_fp_handle_wcqe(struct lpfc_hba *, struct lpfc_queue *, |
| 69 | struct lpfc_cqe *); |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 70 | static int lpfc_sli4_post_els_sgl_list(struct lpfc_hba *, struct list_head *, |
| 71 | int); |
James Smart | ba20c85 | 2012-08-03 12:36:52 -0400 | [diff] [blame] | 72 | static void lpfc_sli4_hba_handle_eqe(struct lpfc_hba *, struct lpfc_eqe *, |
| 73 | uint32_t); |
James Smart | 0558056 | 2011-05-24 11:40:48 -0400 | [diff] [blame] | 74 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 75 | static IOCB_t * |
| 76 | lpfc_get_iocb_from_iocbq(struct lpfc_iocbq *iocbq) |
| 77 | { |
| 78 | return &iocbq->iocb; |
| 79 | } |
| 80 | |
| 81 | /** |
| 82 | * lpfc_sli4_wq_put - Put a Work Queue Entry on an Work Queue |
| 83 | * @q: The Work Queue to operate on. |
| 84 | * @wqe: The work Queue Entry to put on the Work queue. |
| 85 | * |
| 86 | * This routine will copy the contents of @wqe to the next available entry on |
| 87 | * the @q. This function will then ring the Work Queue Doorbell to signal the |
| 88 | * HBA to start processing the Work Queue Entry. This function returns 0 if |
| 89 | * successful. If no entries are available on @q then this function will return |
| 90 | * -ENOMEM. |
| 91 | * The caller is expected to hold the hbalock when calling this routine. |
| 92 | **/ |
| 93 | static uint32_t |
| 94 | lpfc_sli4_wq_put(struct lpfc_queue *q, union lpfc_wqe *wqe) |
| 95 | { |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 96 | union lpfc_wqe *temp_wqe; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 97 | struct lpfc_register doorbell; |
| 98 | uint32_t host_index; |
James Smart | 027140e | 2012-08-03 12:35:44 -0400 | [diff] [blame] | 99 | uint32_t idx; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 100 | |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 101 | /* sanity check on queue memory */ |
| 102 | if (unlikely(!q)) |
| 103 | return -ENOMEM; |
| 104 | temp_wqe = q->qe[q->host_index].wqe; |
| 105 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 106 | /* If the host has not yet processed the next entry then we are done */ |
James Smart | 027140e | 2012-08-03 12:35:44 -0400 | [diff] [blame] | 107 | idx = ((q->host_index + 1) % q->entry_count); |
| 108 | if (idx == q->hba_index) { |
James Smart | b84daac | 2012-08-03 12:35:13 -0400 | [diff] [blame] | 109 | q->WQ_overflow++; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 110 | return -ENOMEM; |
James Smart | b84daac | 2012-08-03 12:35:13 -0400 | [diff] [blame] | 111 | } |
| 112 | q->WQ_posted++; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 113 | /* set consumption flag every once in a while */ |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 114 | if (!((q->host_index + 1) % q->entry_repost)) |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 115 | bf_set(wqe_wqec, &wqe->generic.wqe_com, 1); |
James Smart | fedd3b7 | 2011-02-16 12:39:24 -0500 | [diff] [blame] | 116 | if (q->phba->sli3_options & LPFC_SLI4_PHWQ_ENABLED) |
| 117 | bf_set(wqe_wqid, &wqe->generic.wqe_com, q->queue_id); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 118 | lpfc_sli_pcimem_bcopy(wqe, temp_wqe, q->entry_size); |
| 119 | |
| 120 | /* Update the host index before invoking device */ |
| 121 | host_index = q->host_index; |
James Smart | 027140e | 2012-08-03 12:35:44 -0400 | [diff] [blame] | 122 | |
| 123 | q->host_index = idx; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 124 | |
| 125 | /* Ring Doorbell */ |
| 126 | doorbell.word0 = 0; |
James Smart | 962bc51 | 2013-01-03 15:44:00 -0500 | [diff] [blame] | 127 | if (q->db_format == LPFC_DB_LIST_FORMAT) { |
| 128 | bf_set(lpfc_wq_db_list_fm_num_posted, &doorbell, 1); |
| 129 | bf_set(lpfc_wq_db_list_fm_index, &doorbell, host_index); |
| 130 | bf_set(lpfc_wq_db_list_fm_id, &doorbell, q->queue_id); |
| 131 | } else if (q->db_format == LPFC_DB_RING_FORMAT) { |
| 132 | bf_set(lpfc_wq_db_ring_fm_num_posted, &doorbell, 1); |
| 133 | bf_set(lpfc_wq_db_ring_fm_id, &doorbell, q->queue_id); |
| 134 | } else { |
| 135 | return -EINVAL; |
| 136 | } |
| 137 | writel(doorbell.word0, q->db_regaddr); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 138 | |
| 139 | return 0; |
| 140 | } |
| 141 | |
| 142 | /** |
| 143 | * lpfc_sli4_wq_release - Updates internal hba index for WQ |
| 144 | * @q: The Work Queue to operate on. |
| 145 | * @index: The index to advance the hba index to. |
| 146 | * |
| 147 | * This routine will update the HBA index of a queue to reflect consumption of |
| 148 | * Work Queue Entries by the HBA. When the HBA indicates that it has consumed |
| 149 | * an entry the host calls this function to update the queue's internal |
| 150 | * pointers. This routine returns the number of entries that were consumed by |
| 151 | * the HBA. |
| 152 | **/ |
| 153 | static uint32_t |
| 154 | lpfc_sli4_wq_release(struct lpfc_queue *q, uint32_t index) |
| 155 | { |
| 156 | uint32_t released = 0; |
| 157 | |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 158 | /* sanity check on queue memory */ |
| 159 | if (unlikely(!q)) |
| 160 | return 0; |
| 161 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 162 | if (q->hba_index == index) |
| 163 | return 0; |
| 164 | do { |
| 165 | q->hba_index = ((q->hba_index + 1) % q->entry_count); |
| 166 | released++; |
| 167 | } while (q->hba_index != index); |
| 168 | return released; |
| 169 | } |
| 170 | |
| 171 | /** |
| 172 | * lpfc_sli4_mq_put - Put a Mailbox Queue Entry on an Mailbox Queue |
| 173 | * @q: The Mailbox Queue to operate on. |
| 174 | * @wqe: The Mailbox Queue Entry to put on the Work queue. |
| 175 | * |
| 176 | * This routine will copy the contents of @mqe to the next available entry on |
| 177 | * the @q. This function will then ring the Work Queue Doorbell to signal the |
| 178 | * HBA to start processing the Work Queue Entry. This function returns 0 if |
| 179 | * successful. If no entries are available on @q then this function will return |
| 180 | * -ENOMEM. |
| 181 | * The caller is expected to hold the hbalock when calling this routine. |
| 182 | **/ |
| 183 | static uint32_t |
| 184 | lpfc_sli4_mq_put(struct lpfc_queue *q, struct lpfc_mqe *mqe) |
| 185 | { |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 186 | struct lpfc_mqe *temp_mqe; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 187 | struct lpfc_register doorbell; |
| 188 | uint32_t host_index; |
| 189 | |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 190 | /* sanity check on queue memory */ |
| 191 | if (unlikely(!q)) |
| 192 | return -ENOMEM; |
| 193 | temp_mqe = q->qe[q->host_index].mqe; |
| 194 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 195 | /* If the host has not yet processed the next entry then we are done */ |
| 196 | if (((q->host_index + 1) % q->entry_count) == q->hba_index) |
| 197 | return -ENOMEM; |
| 198 | lpfc_sli_pcimem_bcopy(mqe, temp_mqe, q->entry_size); |
| 199 | /* Save off the mailbox pointer for completion */ |
| 200 | q->phba->mbox = (MAILBOX_t *)temp_mqe; |
| 201 | |
| 202 | /* Update the host index before invoking device */ |
| 203 | host_index = q->host_index; |
| 204 | q->host_index = ((q->host_index + 1) % q->entry_count); |
| 205 | |
| 206 | /* Ring Doorbell */ |
| 207 | doorbell.word0 = 0; |
| 208 | bf_set(lpfc_mq_doorbell_num_posted, &doorbell, 1); |
| 209 | bf_set(lpfc_mq_doorbell_id, &doorbell, q->queue_id); |
| 210 | writel(doorbell.word0, q->phba->sli4_hba.MQDBregaddr); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 211 | return 0; |
| 212 | } |
| 213 | |
| 214 | /** |
| 215 | * lpfc_sli4_mq_release - Updates internal hba index for MQ |
| 216 | * @q: The Mailbox Queue to operate on. |
| 217 | * |
| 218 | * This routine will update the HBA index of a queue to reflect consumption of |
| 219 | * a Mailbox Queue Entry by the HBA. When the HBA indicates that it has consumed |
| 220 | * an entry the host calls this function to update the queue's internal |
| 221 | * pointers. This routine returns the number of entries that were consumed by |
| 222 | * the HBA. |
| 223 | **/ |
| 224 | static uint32_t |
| 225 | lpfc_sli4_mq_release(struct lpfc_queue *q) |
| 226 | { |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 227 | /* sanity check on queue memory */ |
| 228 | if (unlikely(!q)) |
| 229 | return 0; |
| 230 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 231 | /* Clear the mailbox pointer for completion */ |
| 232 | q->phba->mbox = NULL; |
| 233 | q->hba_index = ((q->hba_index + 1) % q->entry_count); |
| 234 | return 1; |
| 235 | } |
| 236 | |
| 237 | /** |
| 238 | * lpfc_sli4_eq_get - Gets the next valid EQE from a EQ |
| 239 | * @q: The Event Queue to get the first valid EQE from |
| 240 | * |
| 241 | * This routine will get the first valid Event Queue Entry from @q, update |
| 242 | * the queue's internal hba index, and return the EQE. If no valid EQEs are in |
| 243 | * the Queue (no more work to do), or the Queue is full of EQEs that have been |
| 244 | * processed, but not popped back to the HBA then this routine will return NULL. |
| 245 | **/ |
| 246 | static struct lpfc_eqe * |
| 247 | lpfc_sli4_eq_get(struct lpfc_queue *q) |
| 248 | { |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 249 | struct lpfc_eqe *eqe; |
James Smart | 027140e | 2012-08-03 12:35:44 -0400 | [diff] [blame] | 250 | uint32_t idx; |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 251 | |
| 252 | /* sanity check on queue memory */ |
| 253 | if (unlikely(!q)) |
| 254 | return NULL; |
| 255 | eqe = q->qe[q->hba_index].eqe; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 256 | |
| 257 | /* If the next EQE is not valid then we are done */ |
James Smart | cb5172e | 2010-03-15 11:25:07 -0400 | [diff] [blame] | 258 | if (!bf_get_le32(lpfc_eqe_valid, eqe)) |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 259 | return NULL; |
| 260 | /* If the host has not yet processed the next entry then we are done */ |
James Smart | 027140e | 2012-08-03 12:35:44 -0400 | [diff] [blame] | 261 | idx = ((q->hba_index + 1) % q->entry_count); |
| 262 | if (idx == q->host_index) |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 263 | return NULL; |
| 264 | |
James Smart | 027140e | 2012-08-03 12:35:44 -0400 | [diff] [blame] | 265 | q->hba_index = idx; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 266 | return eqe; |
| 267 | } |
| 268 | |
| 269 | /** |
James Smart | ba20c85 | 2012-08-03 12:36:52 -0400 | [diff] [blame] | 270 | * lpfc_sli4_eq_clr_intr - Turn off interrupts from this EQ |
| 271 | * @q: The Event Queue to disable interrupts |
| 272 | * |
| 273 | **/ |
| 274 | static inline void |
| 275 | lpfc_sli4_eq_clr_intr(struct lpfc_queue *q) |
| 276 | { |
| 277 | struct lpfc_register doorbell; |
| 278 | |
| 279 | doorbell.word0 = 0; |
| 280 | bf_set(lpfc_eqcq_doorbell_eqci, &doorbell, 1); |
| 281 | bf_set(lpfc_eqcq_doorbell_qt, &doorbell, LPFC_QUEUE_TYPE_EVENT); |
| 282 | bf_set(lpfc_eqcq_doorbell_eqid_hi, &doorbell, |
| 283 | (q->queue_id >> LPFC_EQID_HI_FIELD_SHIFT)); |
| 284 | bf_set(lpfc_eqcq_doorbell_eqid_lo, &doorbell, q->queue_id); |
| 285 | writel(doorbell.word0, q->phba->sli4_hba.EQCQDBregaddr); |
| 286 | } |
| 287 | |
| 288 | /** |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 289 | * lpfc_sli4_eq_release - Indicates the host has finished processing an EQ |
| 290 | * @q: The Event Queue that the host has completed processing for. |
| 291 | * @arm: Indicates whether the host wants to arms this CQ. |
| 292 | * |
| 293 | * This routine will mark all Event Queue Entries on @q, from the last |
| 294 | * known completed entry to the last entry that was processed, as completed |
| 295 | * by clearing the valid bit for each completion queue entry. Then it will |
| 296 | * notify the HBA, by ringing the doorbell, that the EQEs have been processed. |
| 297 | * The internal host index in the @q will be updated by this routine to indicate |
| 298 | * that the host has finished processing the entries. The @arm parameter |
| 299 | * indicates that the queue should be rearmed when ringing the doorbell. |
| 300 | * |
| 301 | * This function will return the number of EQEs that were popped. |
| 302 | **/ |
| 303 | uint32_t |
| 304 | lpfc_sli4_eq_release(struct lpfc_queue *q, bool arm) |
| 305 | { |
| 306 | uint32_t released = 0; |
| 307 | struct lpfc_eqe *temp_eqe; |
| 308 | struct lpfc_register doorbell; |
| 309 | |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 310 | /* sanity check on queue memory */ |
| 311 | if (unlikely(!q)) |
| 312 | return 0; |
| 313 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 314 | /* while there are valid entries */ |
| 315 | while (q->hba_index != q->host_index) { |
| 316 | temp_eqe = q->qe[q->host_index].eqe; |
James Smart | cb5172e | 2010-03-15 11:25:07 -0400 | [diff] [blame] | 317 | bf_set_le32(lpfc_eqe_valid, temp_eqe, 0); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 318 | released++; |
| 319 | q->host_index = ((q->host_index + 1) % q->entry_count); |
| 320 | } |
| 321 | if (unlikely(released == 0 && !arm)) |
| 322 | return 0; |
| 323 | |
| 324 | /* ring doorbell for number popped */ |
| 325 | doorbell.word0 = 0; |
| 326 | if (arm) { |
| 327 | bf_set(lpfc_eqcq_doorbell_arm, &doorbell, 1); |
| 328 | bf_set(lpfc_eqcq_doorbell_eqci, &doorbell, 1); |
| 329 | } |
| 330 | bf_set(lpfc_eqcq_doorbell_num_released, &doorbell, released); |
| 331 | bf_set(lpfc_eqcq_doorbell_qt, &doorbell, LPFC_QUEUE_TYPE_EVENT); |
James Smart | 6b5151f | 2012-01-18 16:24:06 -0500 | [diff] [blame] | 332 | bf_set(lpfc_eqcq_doorbell_eqid_hi, &doorbell, |
| 333 | (q->queue_id >> LPFC_EQID_HI_FIELD_SHIFT)); |
| 334 | bf_set(lpfc_eqcq_doorbell_eqid_lo, &doorbell, q->queue_id); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 335 | writel(doorbell.word0, q->phba->sli4_hba.EQCQDBregaddr); |
James Smart | a747c9c | 2009-11-18 15:41:10 -0500 | [diff] [blame] | 336 | /* PCI read to flush PCI pipeline on re-arming for INTx mode */ |
| 337 | if ((q->phba->intr_type == INTx) && (arm == LPFC_QUEUE_REARM)) |
| 338 | readl(q->phba->sli4_hba.EQCQDBregaddr); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 339 | return released; |
| 340 | } |
| 341 | |
| 342 | /** |
| 343 | * lpfc_sli4_cq_get - Gets the next valid CQE from a CQ |
| 344 | * @q: The Completion Queue to get the first valid CQE from |
| 345 | * |
| 346 | * This routine will get the first valid Completion Queue Entry from @q, update |
| 347 | * the queue's internal hba index, and return the CQE. If no valid CQEs are in |
| 348 | * the Queue (no more work to do), or the Queue is full of CQEs that have been |
| 349 | * processed, but not popped back to the HBA then this routine will return NULL. |
| 350 | **/ |
| 351 | static struct lpfc_cqe * |
| 352 | lpfc_sli4_cq_get(struct lpfc_queue *q) |
| 353 | { |
| 354 | struct lpfc_cqe *cqe; |
James Smart | 027140e | 2012-08-03 12:35:44 -0400 | [diff] [blame] | 355 | uint32_t idx; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 356 | |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 357 | /* sanity check on queue memory */ |
| 358 | if (unlikely(!q)) |
| 359 | return NULL; |
| 360 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 361 | /* If the next CQE is not valid then we are done */ |
James Smart | cb5172e | 2010-03-15 11:25:07 -0400 | [diff] [blame] | 362 | if (!bf_get_le32(lpfc_cqe_valid, q->qe[q->hba_index].cqe)) |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 363 | return NULL; |
| 364 | /* If the host has not yet processed the next entry then we are done */ |
James Smart | 027140e | 2012-08-03 12:35:44 -0400 | [diff] [blame] | 365 | idx = ((q->hba_index + 1) % q->entry_count); |
| 366 | if (idx == q->host_index) |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 367 | return NULL; |
| 368 | |
| 369 | cqe = q->qe[q->hba_index].cqe; |
James Smart | 027140e | 2012-08-03 12:35:44 -0400 | [diff] [blame] | 370 | q->hba_index = idx; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 371 | return cqe; |
| 372 | } |
| 373 | |
| 374 | /** |
| 375 | * lpfc_sli4_cq_release - Indicates the host has finished processing a CQ |
| 376 | * @q: The Completion Queue that the host has completed processing for. |
| 377 | * @arm: Indicates whether the host wants to arms this CQ. |
| 378 | * |
| 379 | * This routine will mark all Completion queue entries on @q, from the last |
| 380 | * known completed entry to the last entry that was processed, as completed |
| 381 | * by clearing the valid bit for each completion queue entry. Then it will |
| 382 | * notify the HBA, by ringing the doorbell, that the CQEs have been processed. |
| 383 | * The internal host index in the @q will be updated by this routine to indicate |
| 384 | * that the host has finished processing the entries. The @arm parameter |
| 385 | * indicates that the queue should be rearmed when ringing the doorbell. |
| 386 | * |
| 387 | * This function will return the number of CQEs that were released. |
| 388 | **/ |
| 389 | uint32_t |
| 390 | lpfc_sli4_cq_release(struct lpfc_queue *q, bool arm) |
| 391 | { |
| 392 | uint32_t released = 0; |
| 393 | struct lpfc_cqe *temp_qe; |
| 394 | struct lpfc_register doorbell; |
| 395 | |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 396 | /* sanity check on queue memory */ |
| 397 | if (unlikely(!q)) |
| 398 | return 0; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 399 | /* while there are valid entries */ |
| 400 | while (q->hba_index != q->host_index) { |
| 401 | temp_qe = q->qe[q->host_index].cqe; |
James Smart | cb5172e | 2010-03-15 11:25:07 -0400 | [diff] [blame] | 402 | bf_set_le32(lpfc_cqe_valid, temp_qe, 0); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 403 | released++; |
| 404 | q->host_index = ((q->host_index + 1) % q->entry_count); |
| 405 | } |
| 406 | if (unlikely(released == 0 && !arm)) |
| 407 | return 0; |
| 408 | |
| 409 | /* ring doorbell for number popped */ |
| 410 | doorbell.word0 = 0; |
| 411 | if (arm) |
| 412 | bf_set(lpfc_eqcq_doorbell_arm, &doorbell, 1); |
| 413 | bf_set(lpfc_eqcq_doorbell_num_released, &doorbell, released); |
| 414 | bf_set(lpfc_eqcq_doorbell_qt, &doorbell, LPFC_QUEUE_TYPE_COMPLETION); |
James Smart | 6b5151f | 2012-01-18 16:24:06 -0500 | [diff] [blame] | 415 | bf_set(lpfc_eqcq_doorbell_cqid_hi, &doorbell, |
| 416 | (q->queue_id >> LPFC_CQID_HI_FIELD_SHIFT)); |
| 417 | bf_set(lpfc_eqcq_doorbell_cqid_lo, &doorbell, q->queue_id); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 418 | writel(doorbell.word0, q->phba->sli4_hba.EQCQDBregaddr); |
| 419 | return released; |
| 420 | } |
| 421 | |
| 422 | /** |
| 423 | * lpfc_sli4_rq_put - Put a Receive Buffer Queue Entry on a Receive Queue |
| 424 | * @q: The Header Receive Queue to operate on. |
| 425 | * @wqe: The Receive Queue Entry to put on the Receive queue. |
| 426 | * |
| 427 | * This routine will copy the contents of @wqe to the next available entry on |
| 428 | * the @q. This function will then ring the Receive Queue Doorbell to signal the |
| 429 | * HBA to start processing the Receive Queue Entry. This function returns the |
| 430 | * index that the rqe was copied to if successful. If no entries are available |
| 431 | * on @q then this function will return -ENOMEM. |
| 432 | * The caller is expected to hold the hbalock when calling this routine. |
| 433 | **/ |
| 434 | static int |
| 435 | lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq, |
| 436 | struct lpfc_rqe *hrqe, struct lpfc_rqe *drqe) |
| 437 | { |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 438 | struct lpfc_rqe *temp_hrqe; |
| 439 | struct lpfc_rqe *temp_drqe; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 440 | struct lpfc_register doorbell; |
Wei Yongjun | 5a25bf3 | 2012-12-02 08:33:24 -0500 | [diff] [blame] | 441 | int put_index; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 442 | |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 443 | /* sanity check on queue memory */ |
| 444 | if (unlikely(!hq) || unlikely(!dq)) |
| 445 | return -ENOMEM; |
Wei Yongjun | 5a25bf3 | 2012-12-02 08:33:24 -0500 | [diff] [blame] | 446 | put_index = hq->host_index; |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 447 | temp_hrqe = hq->qe[hq->host_index].rqe; |
| 448 | temp_drqe = dq->qe[dq->host_index].rqe; |
| 449 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 450 | if (hq->type != LPFC_HRQ || dq->type != LPFC_DRQ) |
| 451 | return -EINVAL; |
| 452 | if (hq->host_index != dq->host_index) |
| 453 | return -EINVAL; |
| 454 | /* If the host has not yet processed the next entry then we are done */ |
| 455 | if (((hq->host_index + 1) % hq->entry_count) == hq->hba_index) |
| 456 | return -EBUSY; |
| 457 | lpfc_sli_pcimem_bcopy(hrqe, temp_hrqe, hq->entry_size); |
| 458 | lpfc_sli_pcimem_bcopy(drqe, temp_drqe, dq->entry_size); |
| 459 | |
| 460 | /* Update the host index to point to the next slot */ |
| 461 | hq->host_index = ((hq->host_index + 1) % hq->entry_count); |
| 462 | dq->host_index = ((dq->host_index + 1) % dq->entry_count); |
| 463 | |
| 464 | /* Ring The Header Receive Queue Doorbell */ |
James Smart | 73d91e5 | 2011-10-10 21:32:10 -0400 | [diff] [blame] | 465 | if (!(hq->host_index % hq->entry_repost)) { |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 466 | doorbell.word0 = 0; |
James Smart | 962bc51 | 2013-01-03 15:44:00 -0500 | [diff] [blame] | 467 | if (hq->db_format == LPFC_DB_RING_FORMAT) { |
| 468 | bf_set(lpfc_rq_db_ring_fm_num_posted, &doorbell, |
| 469 | hq->entry_repost); |
| 470 | bf_set(lpfc_rq_db_ring_fm_id, &doorbell, hq->queue_id); |
| 471 | } else if (hq->db_format == LPFC_DB_LIST_FORMAT) { |
| 472 | bf_set(lpfc_rq_db_list_fm_num_posted, &doorbell, |
| 473 | hq->entry_repost); |
| 474 | bf_set(lpfc_rq_db_list_fm_index, &doorbell, |
| 475 | hq->host_index); |
| 476 | bf_set(lpfc_rq_db_list_fm_id, &doorbell, hq->queue_id); |
| 477 | } else { |
| 478 | return -EINVAL; |
| 479 | } |
| 480 | writel(doorbell.word0, hq->db_regaddr); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 481 | } |
| 482 | return put_index; |
| 483 | } |
| 484 | |
| 485 | /** |
| 486 | * lpfc_sli4_rq_release - Updates internal hba index for RQ |
| 487 | * @q: The Header Receive Queue to operate on. |
| 488 | * |
| 489 | * This routine will update the HBA index of a queue to reflect consumption of |
| 490 | * one Receive Queue Entry by the HBA. When the HBA indicates that it has |
| 491 | * consumed an entry the host calls this function to update the queue's |
| 492 | * internal pointers. This routine returns the number of entries that were |
| 493 | * consumed by the HBA. |
| 494 | **/ |
| 495 | static uint32_t |
| 496 | lpfc_sli4_rq_release(struct lpfc_queue *hq, struct lpfc_queue *dq) |
| 497 | { |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 498 | /* sanity check on queue memory */ |
| 499 | if (unlikely(!hq) || unlikely(!dq)) |
| 500 | return 0; |
| 501 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 502 | if ((hq->type != LPFC_HRQ) || (dq->type != LPFC_DRQ)) |
| 503 | return 0; |
| 504 | hq->hba_index = ((hq->hba_index + 1) % hq->entry_count); |
| 505 | dq->hba_index = ((dq->hba_index + 1) % dq->entry_count); |
| 506 | return 1; |
| 507 | } |
| 508 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 509 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 510 | * lpfc_cmd_iocb - Get next command iocb entry in the ring |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 511 | * @phba: Pointer to HBA context object. |
| 512 | * @pring: Pointer to driver SLI ring object. |
| 513 | * |
| 514 | * This function returns pointer to next command iocb entry |
| 515 | * in the command ring. The caller must hold hbalock to prevent |
| 516 | * other threads consume the next command iocb. |
| 517 | * SLI-2/SLI-3 provide different sized iocbs. |
| 518 | **/ |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 519 | static inline IOCB_t * |
| 520 | lpfc_cmd_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring) |
| 521 | { |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 522 | return (IOCB_t *) (((char *) pring->sli.sli3.cmdringaddr) + |
| 523 | pring->sli.sli3.cmdidx * phba->iocb_cmd_size); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 524 | } |
| 525 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 526 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 527 | * lpfc_resp_iocb - Get next response iocb entry in the ring |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 528 | * @phba: Pointer to HBA context object. |
| 529 | * @pring: Pointer to driver SLI ring object. |
| 530 | * |
| 531 | * This function returns pointer to next response iocb entry |
| 532 | * in the response ring. The caller must hold hbalock to make sure |
| 533 | * that no other thread consume the next response iocb. |
| 534 | * SLI-2/SLI-3 provide different sized iocbs. |
| 535 | **/ |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 536 | static inline IOCB_t * |
| 537 | lpfc_resp_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring) |
| 538 | { |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 539 | return (IOCB_t *) (((char *) pring->sli.sli3.rspringaddr) + |
| 540 | pring->sli.sli3.rspidx * phba->iocb_rsp_size); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 541 | } |
| 542 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 543 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 544 | * __lpfc_sli_get_iocbq - Allocates an iocb object from iocb pool |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 545 | * @phba: Pointer to HBA context object. |
| 546 | * |
| 547 | * This function is called with hbalock held. This function |
| 548 | * allocates a new driver iocb object from the iocb pool. If the |
| 549 | * allocation is successful, it returns pointer to the newly |
| 550 | * allocated iocb object else it returns NULL. |
| 551 | **/ |
James Smart | 4f2e66c | 2012-05-09 21:17:07 -0400 | [diff] [blame] | 552 | struct lpfc_iocbq * |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 553 | __lpfc_sli_get_iocbq(struct lpfc_hba *phba) |
James.Smart@Emulex.Com | 0bd4ca2 | 2005-10-28 20:30:02 -0400 | [diff] [blame] | 554 | { |
| 555 | struct list_head *lpfc_iocb_list = &phba->lpfc_iocb_list; |
| 556 | struct lpfc_iocbq * iocbq = NULL; |
| 557 | |
| 558 | list_remove_head(lpfc_iocb_list, iocbq, struct lpfc_iocbq, list); |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 559 | if (iocbq) |
| 560 | phba->iocb_cnt++; |
| 561 | if (phba->iocb_cnt > phba->iocb_max) |
| 562 | phba->iocb_max = phba->iocb_cnt; |
James.Smart@Emulex.Com | 0bd4ca2 | 2005-10-28 20:30:02 -0400 | [diff] [blame] | 563 | return iocbq; |
| 564 | } |
| 565 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 566 | /** |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 567 | * __lpfc_clear_active_sglq - Remove the active sglq for this XRI. |
| 568 | * @phba: Pointer to HBA context object. |
| 569 | * @xritag: XRI value. |
| 570 | * |
| 571 | * This function clears the sglq pointer from the array of acive |
| 572 | * sglq's. The xritag that is passed in is used to index into the |
| 573 | * array. Before the xritag can be used it needs to be adjusted |
| 574 | * by subtracting the xribase. |
| 575 | * |
| 576 | * Returns sglq ponter = success, NULL = Failure. |
| 577 | **/ |
| 578 | static struct lpfc_sglq * |
| 579 | __lpfc_clear_active_sglq(struct lpfc_hba *phba, uint16_t xritag) |
| 580 | { |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 581 | struct lpfc_sglq *sglq; |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 582 | |
| 583 | sglq = phba->sli4_hba.lpfc_sglq_active_list[xritag]; |
| 584 | phba->sli4_hba.lpfc_sglq_active_list[xritag] = NULL; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 585 | return sglq; |
| 586 | } |
| 587 | |
| 588 | /** |
| 589 | * __lpfc_get_active_sglq - Get the active sglq for this XRI. |
| 590 | * @phba: Pointer to HBA context object. |
| 591 | * @xritag: XRI value. |
| 592 | * |
| 593 | * This function returns the sglq pointer from the array of acive |
| 594 | * sglq's. The xritag that is passed in is used to index into the |
| 595 | * array. Before the xritag can be used it needs to be adjusted |
| 596 | * by subtracting the xribase. |
| 597 | * |
| 598 | * Returns sglq ponter = success, NULL = Failure. |
| 599 | **/ |
James Smart | 0f65ff6 | 2010-02-26 14:14:23 -0500 | [diff] [blame] | 600 | struct lpfc_sglq * |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 601 | __lpfc_get_active_sglq(struct lpfc_hba *phba, uint16_t xritag) |
| 602 | { |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 603 | struct lpfc_sglq *sglq; |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 604 | |
| 605 | sglq = phba->sli4_hba.lpfc_sglq_active_list[xritag]; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 606 | return sglq; |
| 607 | } |
| 608 | |
| 609 | /** |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 610 | * lpfc_clr_rrq_active - Clears RRQ active bit in xri_bitmap. |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 611 | * @phba: Pointer to HBA context object. |
| 612 | * @xritag: xri used in this exchange. |
| 613 | * @rrq: The RRQ to be cleared. |
| 614 | * |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 615 | **/ |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 616 | void |
| 617 | lpfc_clr_rrq_active(struct lpfc_hba *phba, |
| 618 | uint16_t xritag, |
| 619 | struct lpfc_node_rrq *rrq) |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 620 | { |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 621 | struct lpfc_nodelist *ndlp = NULL; |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 622 | |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 623 | if ((rrq->vport) && NLP_CHK_NODE_ACT(rrq->ndlp)) |
| 624 | ndlp = lpfc_findnode_did(rrq->vport, rrq->nlp_DID); |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 625 | |
| 626 | /* The target DID could have been swapped (cable swap) |
| 627 | * we should use the ndlp from the findnode if it is |
| 628 | * available. |
| 629 | */ |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 630 | if ((!ndlp) && rrq->ndlp) |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 631 | ndlp = rrq->ndlp; |
| 632 | |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 633 | if (!ndlp) |
| 634 | goto out; |
| 635 | |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 636 | if (test_and_clear_bit(xritag, ndlp->active_rrqs.xri_bitmap)) { |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 637 | rrq->send_rrq = 0; |
| 638 | rrq->xritag = 0; |
| 639 | rrq->rrq_stop_time = 0; |
| 640 | } |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 641 | out: |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 642 | mempool_free(rrq, phba->rrq_pool); |
| 643 | } |
| 644 | |
| 645 | /** |
| 646 | * lpfc_handle_rrq_active - Checks if RRQ has waithed RATOV. |
| 647 | * @phba: Pointer to HBA context object. |
| 648 | * |
| 649 | * This function is called with hbalock held. This function |
| 650 | * Checks if stop_time (ratov from setting rrq active) has |
| 651 | * been reached, if it has and the send_rrq flag is set then |
| 652 | * it will call lpfc_send_rrq. If the send_rrq flag is not set |
| 653 | * then it will just call the routine to clear the rrq and |
| 654 | * free the rrq resource. |
| 655 | * The timer is set to the next rrq that is going to expire before |
| 656 | * leaving the routine. |
| 657 | * |
| 658 | **/ |
| 659 | void |
| 660 | lpfc_handle_rrq_active(struct lpfc_hba *phba) |
| 661 | { |
| 662 | struct lpfc_node_rrq *rrq; |
| 663 | struct lpfc_node_rrq *nextrrq; |
| 664 | unsigned long next_time; |
| 665 | unsigned long iflags; |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 666 | LIST_HEAD(send_rrq); |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 667 | |
| 668 | spin_lock_irqsave(&phba->hbalock, iflags); |
| 669 | phba->hba_flag &= ~HBA_RRQ_ACTIVE; |
James Smart | 256ec0d | 2013-04-17 20:14:58 -0400 | [diff] [blame^] | 670 | next_time = jiffies + msecs_to_jiffies(1000 * (phba->fc_ratov + 1)); |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 671 | list_for_each_entry_safe(rrq, nextrrq, |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 672 | &phba->active_rrq_list, list) { |
| 673 | if (time_after(jiffies, rrq->rrq_stop_time)) |
| 674 | list_move(&rrq->list, &send_rrq); |
| 675 | else if (time_before(rrq->rrq_stop_time, next_time)) |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 676 | next_time = rrq->rrq_stop_time; |
| 677 | } |
| 678 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 679 | if (!list_empty(&phba->active_rrq_list)) |
| 680 | mod_timer(&phba->rrq_tmr, next_time); |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 681 | list_for_each_entry_safe(rrq, nextrrq, &send_rrq, list) { |
| 682 | list_del(&rrq->list); |
| 683 | if (!rrq->send_rrq) |
| 684 | /* this call will free the rrq */ |
| 685 | lpfc_clr_rrq_active(phba, rrq->xritag, rrq); |
| 686 | else if (lpfc_send_rrq(phba, rrq)) { |
| 687 | /* if we send the rrq then the completion handler |
| 688 | * will clear the bit in the xribitmap. |
| 689 | */ |
| 690 | lpfc_clr_rrq_active(phba, rrq->xritag, |
| 691 | rrq); |
| 692 | } |
| 693 | } |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 694 | } |
| 695 | |
| 696 | /** |
| 697 | * lpfc_get_active_rrq - Get the active RRQ for this exchange. |
| 698 | * @vport: Pointer to vport context object. |
| 699 | * @xri: The xri used in the exchange. |
| 700 | * @did: The targets DID for this exchange. |
| 701 | * |
| 702 | * returns NULL = rrq not found in the phba->active_rrq_list. |
| 703 | * rrq = rrq for this xri and target. |
| 704 | **/ |
| 705 | struct lpfc_node_rrq * |
| 706 | lpfc_get_active_rrq(struct lpfc_vport *vport, uint16_t xri, uint32_t did) |
| 707 | { |
| 708 | struct lpfc_hba *phba = vport->phba; |
| 709 | struct lpfc_node_rrq *rrq; |
| 710 | struct lpfc_node_rrq *nextrrq; |
| 711 | unsigned long iflags; |
| 712 | |
| 713 | if (phba->sli_rev != LPFC_SLI_REV4) |
| 714 | return NULL; |
| 715 | spin_lock_irqsave(&phba->hbalock, iflags); |
| 716 | list_for_each_entry_safe(rrq, nextrrq, &phba->active_rrq_list, list) { |
| 717 | if (rrq->vport == vport && rrq->xritag == xri && |
| 718 | rrq->nlp_DID == did){ |
| 719 | list_del(&rrq->list); |
| 720 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 721 | return rrq; |
| 722 | } |
| 723 | } |
| 724 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 725 | return NULL; |
| 726 | } |
| 727 | |
| 728 | /** |
| 729 | * lpfc_cleanup_vports_rrqs - Remove and clear the active RRQ for this vport. |
| 730 | * @vport: Pointer to vport context object. |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 731 | * @ndlp: Pointer to the lpfc_node_list structure. |
| 732 | * If ndlp is NULL Remove all active RRQs for this vport from the |
| 733 | * phba->active_rrq_list and clear the rrq. |
| 734 | * If ndlp is not NULL then only remove rrqs for this vport & this ndlp. |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 735 | **/ |
| 736 | void |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 737 | lpfc_cleanup_vports_rrqs(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 738 | |
| 739 | { |
| 740 | struct lpfc_hba *phba = vport->phba; |
| 741 | struct lpfc_node_rrq *rrq; |
| 742 | struct lpfc_node_rrq *nextrrq; |
| 743 | unsigned long iflags; |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 744 | LIST_HEAD(rrq_list); |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 745 | |
| 746 | if (phba->sli_rev != LPFC_SLI_REV4) |
| 747 | return; |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 748 | if (!ndlp) { |
| 749 | lpfc_sli4_vport_delete_els_xri_aborted(vport); |
| 750 | lpfc_sli4_vport_delete_fcp_xri_aborted(vport); |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 751 | } |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 752 | spin_lock_irqsave(&phba->hbalock, iflags); |
| 753 | list_for_each_entry_safe(rrq, nextrrq, &phba->active_rrq_list, list) |
| 754 | if ((rrq->vport == vport) && (!ndlp || rrq->ndlp == ndlp)) |
| 755 | list_move(&rrq->list, &rrq_list); |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 756 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 757 | |
| 758 | list_for_each_entry_safe(rrq, nextrrq, &rrq_list, list) { |
| 759 | list_del(&rrq->list); |
| 760 | lpfc_clr_rrq_active(phba, rrq->xritag, rrq); |
| 761 | } |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 762 | } |
| 763 | |
| 764 | /** |
| 765 | * lpfc_cleanup_wt_rrqs - Remove all rrq's from the active list. |
| 766 | * @phba: Pointer to HBA context object. |
| 767 | * |
| 768 | * Remove all rrqs from the phba->active_rrq_list and free them by |
| 769 | * calling __lpfc_clr_active_rrq |
| 770 | * |
| 771 | **/ |
| 772 | void |
| 773 | lpfc_cleanup_wt_rrqs(struct lpfc_hba *phba) |
| 774 | { |
| 775 | struct lpfc_node_rrq *rrq; |
| 776 | struct lpfc_node_rrq *nextrrq; |
| 777 | unsigned long next_time; |
| 778 | unsigned long iflags; |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 779 | LIST_HEAD(rrq_list); |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 780 | |
| 781 | if (phba->sli_rev != LPFC_SLI_REV4) |
| 782 | return; |
| 783 | spin_lock_irqsave(&phba->hbalock, iflags); |
| 784 | phba->hba_flag &= ~HBA_RRQ_ACTIVE; |
James Smart | 256ec0d | 2013-04-17 20:14:58 -0400 | [diff] [blame^] | 785 | next_time = jiffies + msecs_to_jiffies(1000 * (phba->fc_ratov * 2)); |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 786 | list_splice_init(&phba->active_rrq_list, &rrq_list); |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 787 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 788 | |
| 789 | list_for_each_entry_safe(rrq, nextrrq, &rrq_list, list) { |
| 790 | list_del(&rrq->list); |
| 791 | lpfc_clr_rrq_active(phba, rrq->xritag, rrq); |
| 792 | } |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 793 | if (!list_empty(&phba->active_rrq_list)) |
| 794 | mod_timer(&phba->rrq_tmr, next_time); |
| 795 | } |
| 796 | |
| 797 | |
| 798 | /** |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 799 | * lpfc_test_rrq_active - Test RRQ bit in xri_bitmap. |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 800 | * @phba: Pointer to HBA context object. |
| 801 | * @ndlp: Targets nodelist pointer for this exchange. |
| 802 | * @xritag the xri in the bitmap to test. |
| 803 | * |
| 804 | * This function is called with hbalock held. This function |
| 805 | * returns 0 = rrq not active for this xri |
| 806 | * 1 = rrq is valid for this xri. |
| 807 | **/ |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 808 | int |
| 809 | lpfc_test_rrq_active(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp, |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 810 | uint16_t xritag) |
| 811 | { |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 812 | if (!ndlp) |
| 813 | return 0; |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 814 | if (test_bit(xritag, ndlp->active_rrqs.xri_bitmap)) |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 815 | return 1; |
| 816 | else |
| 817 | return 0; |
| 818 | } |
| 819 | |
| 820 | /** |
| 821 | * lpfc_set_rrq_active - set RRQ active bit in xri_bitmap. |
| 822 | * @phba: Pointer to HBA context object. |
| 823 | * @ndlp: nodelist pointer for this target. |
| 824 | * @xritag: xri used in this exchange. |
| 825 | * @rxid: Remote Exchange ID. |
| 826 | * @send_rrq: Flag used to determine if we should send rrq els cmd. |
| 827 | * |
| 828 | * This function takes the hbalock. |
| 829 | * The active bit is always set in the active rrq xri_bitmap even |
| 830 | * if there is no slot avaiable for the other rrq information. |
| 831 | * |
| 832 | * returns 0 rrq actived for this xri |
| 833 | * < 0 No memory or invalid ndlp. |
| 834 | **/ |
| 835 | int |
| 836 | lpfc_set_rrq_active(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp, |
James Smart | b42c07c | 2012-01-18 16:25:55 -0500 | [diff] [blame] | 837 | uint16_t xritag, uint16_t rxid, uint16_t send_rrq) |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 838 | { |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 839 | unsigned long iflags; |
James Smart | b42c07c | 2012-01-18 16:25:55 -0500 | [diff] [blame] | 840 | struct lpfc_node_rrq *rrq; |
| 841 | int empty; |
| 842 | |
| 843 | if (!ndlp) |
| 844 | return -EINVAL; |
| 845 | |
| 846 | if (!phba->cfg_enable_rrq) |
| 847 | return -EINVAL; |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 848 | |
| 849 | spin_lock_irqsave(&phba->hbalock, iflags); |
James Smart | b42c07c | 2012-01-18 16:25:55 -0500 | [diff] [blame] | 850 | if (phba->pport->load_flag & FC_UNLOADING) { |
| 851 | phba->hba_flag &= ~HBA_RRQ_ACTIVE; |
| 852 | goto out; |
| 853 | } |
| 854 | |
| 855 | /* |
| 856 | * set the active bit even if there is no mem available. |
| 857 | */ |
| 858 | if (NLP_CHK_FREE_REQ(ndlp)) |
| 859 | goto out; |
| 860 | |
| 861 | if (ndlp->vport && (ndlp->vport->load_flag & FC_UNLOADING)) |
| 862 | goto out; |
| 863 | |
| 864 | if (test_and_set_bit(xritag, ndlp->active_rrqs.xri_bitmap)) |
| 865 | goto out; |
| 866 | |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 867 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
James Smart | b42c07c | 2012-01-18 16:25:55 -0500 | [diff] [blame] | 868 | rrq = mempool_alloc(phba->rrq_pool, GFP_KERNEL); |
| 869 | if (!rrq) { |
| 870 | lpfc_printf_log(phba, KERN_INFO, LOG_SLI, |
| 871 | "3155 Unable to allocate RRQ xri:0x%x rxid:0x%x" |
| 872 | " DID:0x%x Send:%d\n", |
| 873 | xritag, rxid, ndlp->nlp_DID, send_rrq); |
| 874 | return -EINVAL; |
| 875 | } |
James Smart | e5771b4 | 2013-03-01 16:37:14 -0500 | [diff] [blame] | 876 | if (phba->cfg_enable_rrq == 1) |
| 877 | rrq->send_rrq = send_rrq; |
| 878 | else |
| 879 | rrq->send_rrq = 0; |
James Smart | b42c07c | 2012-01-18 16:25:55 -0500 | [diff] [blame] | 880 | rrq->xritag = xritag; |
James Smart | 256ec0d | 2013-04-17 20:14:58 -0400 | [diff] [blame^] | 881 | rrq->rrq_stop_time = jiffies + |
| 882 | msecs_to_jiffies(1000 * (phba->fc_ratov + 1)); |
James Smart | b42c07c | 2012-01-18 16:25:55 -0500 | [diff] [blame] | 883 | rrq->ndlp = ndlp; |
| 884 | rrq->nlp_DID = ndlp->nlp_DID; |
| 885 | rrq->vport = ndlp->vport; |
| 886 | rrq->rxid = rxid; |
James Smart | b42c07c | 2012-01-18 16:25:55 -0500 | [diff] [blame] | 887 | spin_lock_irqsave(&phba->hbalock, iflags); |
| 888 | empty = list_empty(&phba->active_rrq_list); |
| 889 | list_add_tail(&rrq->list, &phba->active_rrq_list); |
| 890 | phba->hba_flag |= HBA_RRQ_ACTIVE; |
| 891 | if (empty) |
| 892 | lpfc_worker_wake_up(phba); |
| 893 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 894 | return 0; |
| 895 | out: |
| 896 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 897 | lpfc_printf_log(phba, KERN_INFO, LOG_SLI, |
| 898 | "2921 Can't set rrq active xri:0x%x rxid:0x%x" |
| 899 | " DID:0x%x Send:%d\n", |
| 900 | xritag, rxid, ndlp->nlp_DID, send_rrq); |
| 901 | return -EINVAL; |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 902 | } |
| 903 | |
| 904 | /** |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 905 | * __lpfc_sli_get_sglq - Allocates an iocb object from sgl pool |
| 906 | * @phba: Pointer to HBA context object. |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 907 | * @piocb: Pointer to the iocbq. |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 908 | * |
| 909 | * This function is called with hbalock held. This function |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 910 | * gets a new driver sglq object from the sglq list. If the |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 911 | * list is not empty then it is successful, it returns pointer to the newly |
| 912 | * allocated sglq object else it returns NULL. |
| 913 | **/ |
| 914 | static struct lpfc_sglq * |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 915 | __lpfc_sli_get_sglq(struct lpfc_hba *phba, struct lpfc_iocbq *piocbq) |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 916 | { |
| 917 | struct list_head *lpfc_sgl_list = &phba->sli4_hba.lpfc_sgl_list; |
| 918 | struct lpfc_sglq *sglq = NULL; |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 919 | struct lpfc_sglq *start_sglq = NULL; |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 920 | struct lpfc_scsi_buf *lpfc_cmd; |
| 921 | struct lpfc_nodelist *ndlp; |
| 922 | int found = 0; |
| 923 | |
| 924 | if (piocbq->iocb_flag & LPFC_IO_FCP) { |
| 925 | lpfc_cmd = (struct lpfc_scsi_buf *) piocbq->context1; |
| 926 | ndlp = lpfc_cmd->rdata->pnode; |
James Smart | be858b6 | 2010-12-15 17:57:20 -0500 | [diff] [blame] | 927 | } else if ((piocbq->iocb.ulpCommand == CMD_GEN_REQUEST64_CR) && |
| 928 | !(piocbq->iocb_flag & LPFC_IO_LIBDFC)) |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 929 | ndlp = piocbq->context_un.ndlp; |
James Smart | 93d1379e | 2012-05-09 21:19:34 -0400 | [diff] [blame] | 930 | else if ((piocbq->iocb.ulpCommand == CMD_ELS_REQUEST64_CR) && |
| 931 | (piocbq->iocb_flag & LPFC_IO_LIBDFC)) |
| 932 | ndlp = piocbq->context_un.ndlp; |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 933 | else |
| 934 | ndlp = piocbq->context1; |
| 935 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 936 | list_remove_head(lpfc_sgl_list, sglq, struct lpfc_sglq, list); |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 937 | start_sglq = sglq; |
| 938 | while (!found) { |
| 939 | if (!sglq) |
| 940 | return NULL; |
James Smart | ee0f4fe | 2012-05-09 21:19:14 -0400 | [diff] [blame] | 941 | if (lpfc_test_rrq_active(phba, ndlp, sglq->sli4_lxritag)) { |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 942 | /* This xri has an rrq outstanding for this DID. |
| 943 | * put it back in the list and get another xri. |
| 944 | */ |
| 945 | list_add_tail(&sglq->list, lpfc_sgl_list); |
| 946 | sglq = NULL; |
| 947 | list_remove_head(lpfc_sgl_list, sglq, |
| 948 | struct lpfc_sglq, list); |
| 949 | if (sglq == start_sglq) { |
| 950 | sglq = NULL; |
| 951 | break; |
| 952 | } else |
| 953 | continue; |
| 954 | } |
| 955 | sglq->ndlp = ndlp; |
| 956 | found = 1; |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 957 | phba->sli4_hba.lpfc_sglq_active_list[sglq->sli4_lxritag] = sglq; |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 958 | sglq->state = SGL_ALLOCATED; |
| 959 | } |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 960 | return sglq; |
| 961 | } |
| 962 | |
| 963 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 964 | * lpfc_sli_get_iocbq - Allocates an iocb object from iocb pool |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 965 | * @phba: Pointer to HBA context object. |
| 966 | * |
| 967 | * This function is called with no lock held. This function |
| 968 | * allocates a new driver iocb object from the iocb pool. If the |
| 969 | * allocation is successful, it returns pointer to the newly |
| 970 | * allocated iocb object else it returns NULL. |
| 971 | **/ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 972 | struct lpfc_iocbq * |
| 973 | lpfc_sli_get_iocbq(struct lpfc_hba *phba) |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 974 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 975 | struct lpfc_iocbq * iocbq = NULL; |
| 976 | unsigned long iflags; |
| 977 | |
| 978 | spin_lock_irqsave(&phba->hbalock, iflags); |
| 979 | iocbq = __lpfc_sli_get_iocbq(phba); |
| 980 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 981 | return iocbq; |
| 982 | } |
| 983 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 984 | /** |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 985 | * __lpfc_sli_release_iocbq_s4 - Release iocb to the iocb pool |
| 986 | * @phba: Pointer to HBA context object. |
| 987 | * @iocbq: Pointer to driver iocb object. |
| 988 | * |
| 989 | * This function is called with hbalock held to release driver |
| 990 | * iocb object to the iocb pool. The iotag in the iocb object |
| 991 | * does not change for each use of the iocb object. This function |
| 992 | * clears all other fields of the iocb object when it is freed. |
| 993 | * The sqlq structure that holds the xritag and phys and virtual |
| 994 | * mappings for the scatter gather list is retrieved from the |
| 995 | * active array of sglq. The get of the sglq pointer also clears |
| 996 | * the entry in the array. If the status of the IO indiactes that |
| 997 | * this IO was aborted then the sglq entry it put on the |
| 998 | * lpfc_abts_els_sgl_list until the CQ_ABORTED_XRI is received. If the |
| 999 | * IO has good status or fails for any other reason then the sglq |
| 1000 | * entry is added to the free list (lpfc_sgl_list). |
| 1001 | **/ |
| 1002 | static void |
| 1003 | __lpfc_sli_release_iocbq_s4(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq) |
| 1004 | { |
| 1005 | struct lpfc_sglq *sglq; |
| 1006 | size_t start_clean = offsetof(struct lpfc_iocbq, iocb); |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 1007 | unsigned long iflag = 0; |
| 1008 | struct lpfc_sli_ring *pring = &phba->sli.ring[LPFC_ELS_RING]; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 1009 | |
| 1010 | if (iocbq->sli4_xritag == NO_XRI) |
| 1011 | sglq = NULL; |
| 1012 | else |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 1013 | sglq = __lpfc_clear_active_sglq(phba, iocbq->sli4_lxritag); |
| 1014 | |
James Smart | 0e9bb8d | 2013-03-01 16:35:12 -0500 | [diff] [blame] | 1015 | /* |
| 1016 | ** This should have been removed from the txcmplq before calling |
| 1017 | ** iocbq_release. The normal completion |
| 1018 | ** path should have already done the list_del_init. |
| 1019 | */ |
| 1020 | if (unlikely(!list_empty(&iocbq->list))) { |
| 1021 | if (iocbq->iocb_flag & LPFC_IO_ON_TXCMPLQ) |
| 1022 | iocbq->iocb_flag &= ~LPFC_IO_ON_TXCMPLQ; |
| 1023 | list_del_init(&iocbq->list); |
| 1024 | } |
| 1025 | |
| 1026 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 1027 | if (sglq) { |
James Smart | 0f65ff6 | 2010-02-26 14:14:23 -0500 | [diff] [blame] | 1028 | if ((iocbq->iocb_flag & LPFC_EXCHANGE_BUSY) && |
| 1029 | (sglq->state != SGL_XRI_ABORTED)) { |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 1030 | spin_lock_irqsave(&phba->sli4_hba.abts_sgl_list_lock, |
| 1031 | iflag); |
| 1032 | list_add(&sglq->list, |
| 1033 | &phba->sli4_hba.lpfc_abts_els_sgl_list); |
| 1034 | spin_unlock_irqrestore( |
| 1035 | &phba->sli4_hba.abts_sgl_list_lock, iflag); |
James Smart | 0f65ff6 | 2010-02-26 14:14:23 -0500 | [diff] [blame] | 1036 | } else { |
| 1037 | sglq->state = SGL_FREED; |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 1038 | sglq->ndlp = NULL; |
James Smart | fedd3b7 | 2011-02-16 12:39:24 -0500 | [diff] [blame] | 1039 | list_add_tail(&sglq->list, |
| 1040 | &phba->sli4_hba.lpfc_sgl_list); |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 1041 | |
| 1042 | /* Check if TXQ queue needs to be serviced */ |
James Smart | 0e9bb8d | 2013-03-01 16:35:12 -0500 | [diff] [blame] | 1043 | if (!list_empty(&pring->txq)) |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 1044 | lpfc_worker_wake_up(phba); |
James Smart | 0f65ff6 | 2010-02-26 14:14:23 -0500 | [diff] [blame] | 1045 | } |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 1046 | } |
| 1047 | |
| 1048 | |
| 1049 | /* |
| 1050 | * Clean all volatile data fields, preserve iotag and node struct. |
| 1051 | */ |
| 1052 | memset((char *)iocbq + start_clean, 0, sizeof(*iocbq) - start_clean); |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 1053 | iocbq->sli4_lxritag = NO_XRI; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 1054 | iocbq->sli4_xritag = NO_XRI; |
| 1055 | list_add_tail(&iocbq->list, &phba->lpfc_iocb_list); |
| 1056 | } |
| 1057 | |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 1058 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 1059 | /** |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 1060 | * __lpfc_sli_release_iocbq_s3 - Release iocb to the iocb pool |
| 1061 | * @phba: Pointer to HBA context object. |
| 1062 | * @iocbq: Pointer to driver iocb object. |
| 1063 | * |
| 1064 | * This function is called with hbalock held to release driver |
| 1065 | * iocb object to the iocb pool. The iotag in the iocb object |
| 1066 | * does not change for each use of the iocb object. This function |
| 1067 | * clears all other fields of the iocb object when it is freed. |
| 1068 | **/ |
| 1069 | static void |
| 1070 | __lpfc_sli_release_iocbq_s3(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq) |
| 1071 | { |
| 1072 | size_t start_clean = offsetof(struct lpfc_iocbq, iocb); |
| 1073 | |
| 1074 | /* |
James Smart | 0e9bb8d | 2013-03-01 16:35:12 -0500 | [diff] [blame] | 1075 | ** This should have been removed from the txcmplq before calling |
| 1076 | ** iocbq_release. The normal completion |
| 1077 | ** path should have already done the list_del_init. |
| 1078 | */ |
| 1079 | if (unlikely(!list_empty(&iocbq->list))) |
| 1080 | list_del_init(&iocbq->list); |
| 1081 | |
| 1082 | /* |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 1083 | * Clean all volatile data fields, preserve iotag and node struct. |
| 1084 | */ |
| 1085 | memset((char*)iocbq + start_clean, 0, sizeof(*iocbq) - start_clean); |
| 1086 | iocbq->sli4_xritag = NO_XRI; |
| 1087 | list_add_tail(&iocbq->list, &phba->lpfc_iocb_list); |
| 1088 | } |
| 1089 | |
| 1090 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 1091 | * __lpfc_sli_release_iocbq - Release iocb to the iocb pool |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1092 | * @phba: Pointer to HBA context object. |
| 1093 | * @iocbq: Pointer to driver iocb object. |
| 1094 | * |
| 1095 | * This function is called with hbalock held to release driver |
| 1096 | * iocb object to the iocb pool. The iotag in the iocb object |
| 1097 | * does not change for each use of the iocb object. This function |
| 1098 | * clears all other fields of the iocb object when it is freed. |
| 1099 | **/ |
Adrian Bunk | a6ababd | 2007-11-05 18:07:33 +0100 | [diff] [blame] | 1100 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1101 | __lpfc_sli_release_iocbq(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq) |
| 1102 | { |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 1103 | phba->__lpfc_sli_release_iocbq(phba, iocbq); |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 1104 | phba->iocb_cnt--; |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 1105 | } |
| 1106 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1107 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 1108 | * lpfc_sli_release_iocbq - Release iocb to the iocb pool |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1109 | * @phba: Pointer to HBA context object. |
| 1110 | * @iocbq: Pointer to driver iocb object. |
| 1111 | * |
| 1112 | * This function is called with no lock held to release the iocb to |
| 1113 | * iocb pool. |
| 1114 | **/ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1115 | void |
| 1116 | lpfc_sli_release_iocbq(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq) |
| 1117 | { |
| 1118 | unsigned long iflags; |
| 1119 | |
| 1120 | /* |
| 1121 | * Clean all volatile data fields, preserve iotag and node struct. |
| 1122 | */ |
| 1123 | spin_lock_irqsave(&phba->hbalock, iflags); |
| 1124 | __lpfc_sli_release_iocbq(phba, iocbq); |
| 1125 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 1126 | } |
| 1127 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1128 | /** |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 1129 | * lpfc_sli_cancel_iocbs - Cancel all iocbs from a list. |
| 1130 | * @phba: Pointer to HBA context object. |
| 1131 | * @iocblist: List of IOCBs. |
| 1132 | * @ulpstatus: ULP status in IOCB command field. |
| 1133 | * @ulpWord4: ULP word-4 in IOCB command field. |
| 1134 | * |
| 1135 | * This function is called with a list of IOCBs to cancel. It cancels the IOCB |
| 1136 | * on the list by invoking the complete callback function associated with the |
| 1137 | * IOCB with the provided @ulpstatus and @ulpword4 set to the IOCB commond |
| 1138 | * fields. |
| 1139 | **/ |
| 1140 | void |
| 1141 | lpfc_sli_cancel_iocbs(struct lpfc_hba *phba, struct list_head *iocblist, |
| 1142 | uint32_t ulpstatus, uint32_t ulpWord4) |
| 1143 | { |
| 1144 | struct lpfc_iocbq *piocb; |
| 1145 | |
| 1146 | while (!list_empty(iocblist)) { |
| 1147 | list_remove_head(iocblist, piocb, struct lpfc_iocbq, list); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 1148 | if (!piocb->iocb_cmpl) |
| 1149 | lpfc_sli_release_iocbq(phba, piocb); |
| 1150 | else { |
| 1151 | piocb->iocb.ulpStatus = ulpstatus; |
| 1152 | piocb->iocb.un.ulpWord[4] = ulpWord4; |
| 1153 | (piocb->iocb_cmpl) (phba, piocb, piocb); |
| 1154 | } |
| 1155 | } |
| 1156 | return; |
| 1157 | } |
| 1158 | |
| 1159 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 1160 | * lpfc_sli_iocb_cmd_type - Get the iocb type |
| 1161 | * @iocb_cmnd: iocb command code. |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1162 | * |
| 1163 | * This function is called by ring event handler function to get the iocb type. |
| 1164 | * This function translates the iocb command to an iocb command type used to |
| 1165 | * decide the final disposition of each completed IOCB. |
| 1166 | * The function returns |
| 1167 | * LPFC_UNKNOWN_IOCB if it is an unsupported iocb |
| 1168 | * LPFC_SOL_IOCB if it is a solicited iocb completion |
| 1169 | * LPFC_ABORT_IOCB if it is an abort iocb |
| 1170 | * LPFC_UNSOL_IOCB if it is an unsolicited iocb |
| 1171 | * |
| 1172 | * The caller is not required to hold any lock. |
| 1173 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1174 | static lpfc_iocb_type |
| 1175 | lpfc_sli_iocb_cmd_type(uint8_t iocb_cmnd) |
| 1176 | { |
| 1177 | lpfc_iocb_type type = LPFC_UNKNOWN_IOCB; |
| 1178 | |
| 1179 | if (iocb_cmnd > CMD_MAX_IOCB_CMD) |
| 1180 | return 0; |
| 1181 | |
| 1182 | switch (iocb_cmnd) { |
| 1183 | case CMD_XMIT_SEQUENCE_CR: |
| 1184 | case CMD_XMIT_SEQUENCE_CX: |
| 1185 | case CMD_XMIT_BCAST_CN: |
| 1186 | case CMD_XMIT_BCAST_CX: |
| 1187 | case CMD_ELS_REQUEST_CR: |
| 1188 | case CMD_ELS_REQUEST_CX: |
| 1189 | case CMD_CREATE_XRI_CR: |
| 1190 | case CMD_CREATE_XRI_CX: |
| 1191 | case CMD_GET_RPI_CN: |
| 1192 | case CMD_XMIT_ELS_RSP_CX: |
| 1193 | case CMD_GET_RPI_CR: |
| 1194 | case CMD_FCP_IWRITE_CR: |
| 1195 | case CMD_FCP_IWRITE_CX: |
| 1196 | case CMD_FCP_IREAD_CR: |
| 1197 | case CMD_FCP_IREAD_CX: |
| 1198 | case CMD_FCP_ICMND_CR: |
| 1199 | case CMD_FCP_ICMND_CX: |
James Smart | f560351 | 2006-12-02 13:35:43 -0500 | [diff] [blame] | 1200 | case CMD_FCP_TSEND_CX: |
| 1201 | case CMD_FCP_TRSP_CX: |
| 1202 | case CMD_FCP_TRECEIVE_CX: |
| 1203 | case CMD_FCP_AUTO_TRSP_CX: |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1204 | case CMD_ADAPTER_MSG: |
| 1205 | case CMD_ADAPTER_DUMP: |
| 1206 | case CMD_XMIT_SEQUENCE64_CR: |
| 1207 | case CMD_XMIT_SEQUENCE64_CX: |
| 1208 | case CMD_XMIT_BCAST64_CN: |
| 1209 | case CMD_XMIT_BCAST64_CX: |
| 1210 | case CMD_ELS_REQUEST64_CR: |
| 1211 | case CMD_ELS_REQUEST64_CX: |
| 1212 | case CMD_FCP_IWRITE64_CR: |
| 1213 | case CMD_FCP_IWRITE64_CX: |
| 1214 | case CMD_FCP_IREAD64_CR: |
| 1215 | case CMD_FCP_IREAD64_CX: |
| 1216 | case CMD_FCP_ICMND64_CR: |
| 1217 | case CMD_FCP_ICMND64_CX: |
James Smart | f560351 | 2006-12-02 13:35:43 -0500 | [diff] [blame] | 1218 | case CMD_FCP_TSEND64_CX: |
| 1219 | case CMD_FCP_TRSP64_CX: |
| 1220 | case CMD_FCP_TRECEIVE64_CX: |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1221 | case CMD_GEN_REQUEST64_CR: |
| 1222 | case CMD_GEN_REQUEST64_CX: |
| 1223 | case CMD_XMIT_ELS_RSP64_CX: |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 1224 | case DSSCMD_IWRITE64_CR: |
| 1225 | case DSSCMD_IWRITE64_CX: |
| 1226 | case DSSCMD_IREAD64_CR: |
| 1227 | case DSSCMD_IREAD64_CX: |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1228 | type = LPFC_SOL_IOCB; |
| 1229 | break; |
| 1230 | case CMD_ABORT_XRI_CN: |
| 1231 | case CMD_ABORT_XRI_CX: |
| 1232 | case CMD_CLOSE_XRI_CN: |
| 1233 | case CMD_CLOSE_XRI_CX: |
| 1234 | case CMD_XRI_ABORTED_CX: |
| 1235 | case CMD_ABORT_MXRI64_CN: |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 1236 | case CMD_XMIT_BLS_RSP64_CX: |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1237 | type = LPFC_ABORT_IOCB; |
| 1238 | break; |
| 1239 | case CMD_RCV_SEQUENCE_CX: |
| 1240 | case CMD_RCV_ELS_REQ_CX: |
| 1241 | case CMD_RCV_SEQUENCE64_CX: |
| 1242 | case CMD_RCV_ELS_REQ64_CX: |
James Smart | 57127f1 | 2007-10-27 13:37:05 -0400 | [diff] [blame] | 1243 | case CMD_ASYNC_STATUS: |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1244 | case CMD_IOCB_RCV_SEQ64_CX: |
| 1245 | case CMD_IOCB_RCV_ELS64_CX: |
| 1246 | case CMD_IOCB_RCV_CONT64_CX: |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 1247 | case CMD_IOCB_RET_XRI64_CX: |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1248 | type = LPFC_UNSOL_IOCB; |
| 1249 | break; |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 1250 | case CMD_IOCB_XMIT_MSEQ64_CR: |
| 1251 | case CMD_IOCB_XMIT_MSEQ64_CX: |
| 1252 | case CMD_IOCB_RCV_SEQ_LIST64_CX: |
| 1253 | case CMD_IOCB_RCV_ELS_LIST64_CX: |
| 1254 | case CMD_IOCB_CLOSE_EXTENDED_CN: |
| 1255 | case CMD_IOCB_ABORT_EXTENDED_CN: |
| 1256 | case CMD_IOCB_RET_HBQE64_CN: |
| 1257 | case CMD_IOCB_FCP_IBIDIR64_CR: |
| 1258 | case CMD_IOCB_FCP_IBIDIR64_CX: |
| 1259 | case CMD_IOCB_FCP_ITASKMGT64_CX: |
| 1260 | case CMD_IOCB_LOGENTRY_CN: |
| 1261 | case CMD_IOCB_LOGENTRY_ASYNC_CN: |
| 1262 | printk("%s - Unhandled SLI-3 Command x%x\n", |
Harvey Harrison | cadbd4a | 2008-07-03 23:47:27 -0700 | [diff] [blame] | 1263 | __func__, iocb_cmnd); |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 1264 | type = LPFC_UNKNOWN_IOCB; |
| 1265 | break; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1266 | default: |
| 1267 | type = LPFC_UNKNOWN_IOCB; |
| 1268 | break; |
| 1269 | } |
| 1270 | |
| 1271 | return type; |
| 1272 | } |
| 1273 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1274 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 1275 | * lpfc_sli_ring_map - Issue config_ring mbox for all rings |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1276 | * @phba: Pointer to HBA context object. |
| 1277 | * |
| 1278 | * This function is called from SLI initialization code |
| 1279 | * to configure every ring of the HBA's SLI interface. The |
| 1280 | * caller is not required to hold any lock. This function issues |
| 1281 | * a config_ring mailbox command for each ring. |
| 1282 | * This function returns zero if successful else returns a negative |
| 1283 | * error code. |
| 1284 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1285 | static int |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1286 | lpfc_sli_ring_map(struct lpfc_hba *phba) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1287 | { |
| 1288 | struct lpfc_sli *psli = &phba->sli; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1289 | LPFC_MBOXQ_t *pmb; |
| 1290 | MAILBOX_t *pmbox; |
| 1291 | int i, rc, ret = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1292 | |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1293 | pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 1294 | if (!pmb) |
| 1295 | return -ENOMEM; |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 1296 | pmbox = &pmb->u.mb; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1297 | phba->link_state = LPFC_INIT_MBX_CMDS; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1298 | for (i = 0; i < psli->num_rings; i++) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1299 | lpfc_config_ring(phba, i, pmb); |
| 1300 | rc = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL); |
| 1301 | if (rc != MBX_SUCCESS) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1302 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1303 | "0446 Adapter failed to init (%d), " |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1304 | "mbxCmd x%x CFG_RING, mbxStatus x%x, " |
| 1305 | "ring %d\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1306 | rc, pmbox->mbxCommand, |
| 1307 | pmbox->mbxStatus, i); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1308 | phba->link_state = LPFC_HBA_ERROR; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1309 | ret = -ENXIO; |
| 1310 | break; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1311 | } |
| 1312 | } |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1313 | mempool_free(pmb, phba->mbox_mem_pool); |
| 1314 | return ret; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1315 | } |
| 1316 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1317 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 1318 | * lpfc_sli_ringtxcmpl_put - Adds new iocb to the txcmplq |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1319 | * @phba: Pointer to HBA context object. |
| 1320 | * @pring: Pointer to driver SLI ring object. |
| 1321 | * @piocb: Pointer to the driver iocb object. |
| 1322 | * |
| 1323 | * This function is called with hbalock held. The function adds the |
| 1324 | * new iocb to txcmplq of the given ring. This function always returns |
| 1325 | * 0. If this function is called for ELS ring, this function checks if |
| 1326 | * there is a vport associated with the ELS command. This function also |
| 1327 | * starts els_tmofunc timer if this is an ELS command. |
| 1328 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1329 | static int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1330 | lpfc_sli_ringtxcmpl_put(struct lpfc_hba *phba, struct lpfc_sli_ring *pring, |
| 1331 | struct lpfc_iocbq *piocb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1332 | { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1333 | list_add_tail(&piocb->list, &pring->txcmplq); |
James Smart | 4f2e66c | 2012-05-09 21:17:07 -0400 | [diff] [blame] | 1334 | piocb->iocb_flag |= LPFC_IO_ON_TXCMPLQ; |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 1335 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1336 | if ((unlikely(pring->ringno == LPFC_ELS_RING)) && |
| 1337 | (piocb->iocb.ulpCommand != CMD_ABORT_XRI_CN) && |
| 1338 | (piocb->iocb.ulpCommand != CMD_CLOSE_XRI_CN)) { |
| 1339 | if (!piocb->vport) |
| 1340 | BUG(); |
| 1341 | else |
| 1342 | mod_timer(&piocb->vport->els_tmofunc, |
James Smart | 256ec0d | 2013-04-17 20:14:58 -0400 | [diff] [blame^] | 1343 | jiffies + |
| 1344 | msecs_to_jiffies(1000 * (phba->fc_ratov << 1))); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1345 | } |
| 1346 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1347 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1348 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1349 | } |
| 1350 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1351 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 1352 | * lpfc_sli_ringtx_get - Get first element of the txq |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1353 | * @phba: Pointer to HBA context object. |
| 1354 | * @pring: Pointer to driver SLI ring object. |
| 1355 | * |
| 1356 | * This function is called with hbalock held to get next |
| 1357 | * iocb in txq of the given ring. If there is any iocb in |
| 1358 | * the txq, the function returns first iocb in the list after |
| 1359 | * removing the iocb from the list, else it returns NULL. |
| 1360 | **/ |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 1361 | struct lpfc_iocbq * |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1362 | lpfc_sli_ringtx_get(struct lpfc_hba *phba, struct lpfc_sli_ring *pring) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1363 | { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1364 | struct lpfc_iocbq *cmd_iocb; |
| 1365 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 1366 | list_remove_head((&pring->txq), cmd_iocb, struct lpfc_iocbq, list); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1367 | return cmd_iocb; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1368 | } |
| 1369 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1370 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 1371 | * lpfc_sli_next_iocb_slot - Get next iocb slot in the ring |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1372 | * @phba: Pointer to HBA context object. |
| 1373 | * @pring: Pointer to driver SLI ring object. |
| 1374 | * |
| 1375 | * This function is called with hbalock held and the caller must post the |
| 1376 | * iocb without releasing the lock. If the caller releases the lock, |
| 1377 | * iocb slot returned by the function is not guaranteed to be available. |
| 1378 | * The function returns pointer to the next available iocb slot if there |
| 1379 | * is available slot in the ring, else it returns NULL. |
| 1380 | * If the get index of the ring is ahead of the put index, the function |
| 1381 | * will post an error attention event to the worker thread to take the |
| 1382 | * HBA to offline state. |
| 1383 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1384 | static IOCB_t * |
| 1385 | lpfc_sli_next_iocb_slot (struct lpfc_hba *phba, struct lpfc_sli_ring *pring) |
| 1386 | { |
James Smart | 34b02dc | 2008-08-24 21:49:55 -0400 | [diff] [blame] | 1387 | struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno]; |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 1388 | uint32_t max_cmd_idx = pring->sli.sli3.numCiocb; |
| 1389 | if ((pring->sli.sli3.next_cmdidx == pring->sli.sli3.cmdidx) && |
| 1390 | (++pring->sli.sli3.next_cmdidx >= max_cmd_idx)) |
| 1391 | pring->sli.sli3.next_cmdidx = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1392 | |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 1393 | if (unlikely(pring->sli.sli3.local_getidx == |
| 1394 | pring->sli.sli3.next_cmdidx)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1395 | |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 1396 | pring->sli.sli3.local_getidx = le32_to_cpu(pgp->cmdGetInx); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1397 | |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 1398 | if (unlikely(pring->sli.sli3.local_getidx >= max_cmd_idx)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1399 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1400 | "0315 Ring %d issue: portCmdGet %d " |
Frederik Schwarzer | 025dfda | 2008-10-16 19:02:37 +0200 | [diff] [blame] | 1401 | "is bigger than cmd ring %d\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1402 | pring->ringno, |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 1403 | pring->sli.sli3.local_getidx, |
| 1404 | max_cmd_idx); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1405 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1406 | phba->link_state = LPFC_HBA_ERROR; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1407 | /* |
| 1408 | * All error attention handlers are posted to |
| 1409 | * worker thread |
| 1410 | */ |
| 1411 | phba->work_ha |= HA_ERATT; |
| 1412 | phba->work_hs = HS_FFER3; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1413 | |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 1414 | lpfc_worker_wake_up(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1415 | |
| 1416 | return NULL; |
| 1417 | } |
| 1418 | |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 1419 | if (pring->sli.sli3.local_getidx == pring->sli.sli3.next_cmdidx) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1420 | return NULL; |
| 1421 | } |
| 1422 | |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1423 | return lpfc_cmd_iocb(phba, pring); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1424 | } |
| 1425 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1426 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 1427 | * lpfc_sli_next_iotag - Get an iotag for the iocb |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1428 | * @phba: Pointer to HBA context object. |
| 1429 | * @iocbq: Pointer to driver iocb object. |
| 1430 | * |
| 1431 | * This function gets an iotag for the iocb. If there is no unused iotag and |
| 1432 | * the iocbq_lookup_len < 0xffff, this function allocates a bigger iotag_lookup |
| 1433 | * array and assigns a new iotag. |
| 1434 | * The function returns the allocated iotag if successful, else returns zero. |
| 1435 | * Zero is not a valid iotag. |
| 1436 | * The caller is not required to hold any lock. |
| 1437 | **/ |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 1438 | uint16_t |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1439 | lpfc_sli_next_iotag(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1440 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1441 | struct lpfc_iocbq **new_arr; |
| 1442 | struct lpfc_iocbq **old_arr; |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 1443 | size_t new_len; |
| 1444 | struct lpfc_sli *psli = &phba->sli; |
| 1445 | uint16_t iotag; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1446 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1447 | spin_lock_irq(&phba->hbalock); |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 1448 | iotag = psli->last_iotag; |
| 1449 | if(++iotag < psli->iocbq_lookup_len) { |
| 1450 | psli->last_iotag = iotag; |
| 1451 | psli->iocbq_lookup[iotag] = iocbq; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1452 | spin_unlock_irq(&phba->hbalock); |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 1453 | iocbq->iotag = iotag; |
| 1454 | return iotag; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1455 | } else if (psli->iocbq_lookup_len < (0xffff |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 1456 | - LPFC_IOCBQ_LOOKUP_INCREMENT)) { |
| 1457 | new_len = psli->iocbq_lookup_len + LPFC_IOCBQ_LOOKUP_INCREMENT; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1458 | spin_unlock_irq(&phba->hbalock); |
| 1459 | new_arr = kzalloc(new_len * sizeof (struct lpfc_iocbq *), |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 1460 | GFP_KERNEL); |
| 1461 | if (new_arr) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1462 | spin_lock_irq(&phba->hbalock); |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 1463 | old_arr = psli->iocbq_lookup; |
| 1464 | if (new_len <= psli->iocbq_lookup_len) { |
| 1465 | /* highly unprobable case */ |
| 1466 | kfree(new_arr); |
| 1467 | iotag = psli->last_iotag; |
| 1468 | if(++iotag < psli->iocbq_lookup_len) { |
| 1469 | psli->last_iotag = iotag; |
| 1470 | psli->iocbq_lookup[iotag] = iocbq; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1471 | spin_unlock_irq(&phba->hbalock); |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 1472 | iocbq->iotag = iotag; |
| 1473 | return iotag; |
| 1474 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1475 | spin_unlock_irq(&phba->hbalock); |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 1476 | return 0; |
| 1477 | } |
| 1478 | if (psli->iocbq_lookup) |
| 1479 | memcpy(new_arr, old_arr, |
| 1480 | ((psli->last_iotag + 1) * |
James Smart | 311464e | 2007-08-02 11:10:37 -0400 | [diff] [blame] | 1481 | sizeof (struct lpfc_iocbq *))); |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 1482 | psli->iocbq_lookup = new_arr; |
| 1483 | psli->iocbq_lookup_len = new_len; |
| 1484 | psli->last_iotag = iotag; |
| 1485 | psli->iocbq_lookup[iotag] = iocbq; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1486 | spin_unlock_irq(&phba->hbalock); |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 1487 | iocbq->iotag = iotag; |
| 1488 | kfree(old_arr); |
| 1489 | return iotag; |
| 1490 | } |
James Smart | 8f6d98d | 2006-08-01 07:34:00 -0400 | [diff] [blame] | 1491 | } else |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1492 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1493 | |
James Smart | bc73905 | 2010-08-04 16:11:18 -0400 | [diff] [blame] | 1494 | lpfc_printf_log(phba, KERN_WARNING, LOG_SLI, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1495 | "0318 Failed to allocate IOTAG.last IOTAG is %d\n", |
| 1496 | psli->last_iotag); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1497 | |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 1498 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1499 | } |
| 1500 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1501 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 1502 | * lpfc_sli_submit_iocb - Submit an iocb to the firmware |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1503 | * @phba: Pointer to HBA context object. |
| 1504 | * @pring: Pointer to driver SLI ring object. |
| 1505 | * @iocb: Pointer to iocb slot in the ring. |
| 1506 | * @nextiocb: Pointer to driver iocb object which need to be |
| 1507 | * posted to firmware. |
| 1508 | * |
| 1509 | * This function is called with hbalock held to post a new iocb to |
| 1510 | * the firmware. This function copies the new iocb to ring iocb slot and |
| 1511 | * updates the ring pointers. It adds the new iocb to txcmplq if there is |
| 1512 | * a completion call back for this iocb else the function will free the |
| 1513 | * iocb object. |
| 1514 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1515 | static void |
| 1516 | lpfc_sli_submit_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring, |
| 1517 | IOCB_t *iocb, struct lpfc_iocbq *nextiocb) |
| 1518 | { |
| 1519 | /* |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 1520 | * Set up an iotag |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1521 | */ |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 1522 | nextiocb->iocb.ulpIoTag = (nextiocb->iocb_cmpl) ? nextiocb->iotag : 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1523 | |
James Smart | e2a0a9d | 2008-12-04 22:40:02 -0500 | [diff] [blame] | 1524 | |
James Smart | a58cbd5 | 2007-08-02 11:09:43 -0400 | [diff] [blame] | 1525 | if (pring->ringno == LPFC_ELS_RING) { |
| 1526 | lpfc_debugfs_slow_ring_trc(phba, |
| 1527 | "IOCB cmd ring: wd4:x%08x wd6:x%08x wd7:x%08x", |
| 1528 | *(((uint32_t *) &nextiocb->iocb) + 4), |
| 1529 | *(((uint32_t *) &nextiocb->iocb) + 6), |
| 1530 | *(((uint32_t *) &nextiocb->iocb) + 7)); |
| 1531 | } |
| 1532 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1533 | /* |
| 1534 | * Issue iocb command to adapter |
| 1535 | */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1536 | lpfc_sli_pcimem_bcopy(&nextiocb->iocb, iocb, phba->iocb_cmd_size); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1537 | wmb(); |
| 1538 | pring->stats.iocb_cmd++; |
| 1539 | |
| 1540 | /* |
| 1541 | * If there is no completion routine to call, we can release the |
| 1542 | * IOCB buffer back right now. For IOCBs, like QUE_RING_BUF, |
| 1543 | * that have no rsp ring completion, iocb_cmpl MUST be NULL. |
| 1544 | */ |
| 1545 | if (nextiocb->iocb_cmpl) |
| 1546 | lpfc_sli_ringtxcmpl_put(phba, pring, nextiocb); |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 1547 | else |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1548 | __lpfc_sli_release_iocbq(phba, nextiocb); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1549 | |
| 1550 | /* |
| 1551 | * Let the HBA know what IOCB slot will be the next one the |
| 1552 | * driver will put a command into. |
| 1553 | */ |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 1554 | pring->sli.sli3.cmdidx = pring->sli.sli3.next_cmdidx; |
| 1555 | writel(pring->sli.sli3.cmdidx, &phba->host_gp[pring->ringno].cmdPutInx); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1556 | } |
| 1557 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1558 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 1559 | * lpfc_sli_update_full_ring - Update the chip attention register |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1560 | * @phba: Pointer to HBA context object. |
| 1561 | * @pring: Pointer to driver SLI ring object. |
| 1562 | * |
| 1563 | * The caller is not required to hold any lock for calling this function. |
| 1564 | * This function updates the chip attention bits for the ring to inform firmware |
| 1565 | * that there are pending work to be done for this ring and requests an |
| 1566 | * interrupt when there is space available in the ring. This function is |
| 1567 | * called when the driver is unable to post more iocbs to the ring due |
| 1568 | * to unavailability of space in the ring. |
| 1569 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1570 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1571 | lpfc_sli_update_full_ring(struct lpfc_hba *phba, struct lpfc_sli_ring *pring) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1572 | { |
| 1573 | int ringno = pring->ringno; |
| 1574 | |
| 1575 | pring->flag |= LPFC_CALL_RING_AVAILABLE; |
| 1576 | |
| 1577 | wmb(); |
| 1578 | |
| 1579 | /* |
| 1580 | * Set ring 'ringno' to SET R0CE_REQ in Chip Att register. |
| 1581 | * The HBA will tell us when an IOCB entry is available. |
| 1582 | */ |
| 1583 | writel((CA_R0ATT|CA_R0CE_REQ) << (ringno*4), phba->CAregaddr); |
| 1584 | readl(phba->CAregaddr); /* flush */ |
| 1585 | |
| 1586 | pring->stats.iocb_cmd_full++; |
| 1587 | } |
| 1588 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1589 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 1590 | * lpfc_sli_update_ring - Update chip attention register |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1591 | * @phba: Pointer to HBA context object. |
| 1592 | * @pring: Pointer to driver SLI ring object. |
| 1593 | * |
| 1594 | * This function updates the chip attention register bit for the |
| 1595 | * given ring to inform HBA that there is more work to be done |
| 1596 | * in this ring. The caller is not required to hold any lock. |
| 1597 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1598 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1599 | lpfc_sli_update_ring(struct lpfc_hba *phba, struct lpfc_sli_ring *pring) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1600 | { |
| 1601 | int ringno = pring->ringno; |
| 1602 | |
| 1603 | /* |
| 1604 | * Tell the HBA that there is work to do in this ring. |
| 1605 | */ |
James Smart | 34b02dc | 2008-08-24 21:49:55 -0400 | [diff] [blame] | 1606 | if (!(phba->sli3_options & LPFC_SLI3_CRP_ENABLED)) { |
| 1607 | wmb(); |
| 1608 | writel(CA_R0ATT << (ringno * 4), phba->CAregaddr); |
| 1609 | readl(phba->CAregaddr); /* flush */ |
| 1610 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1611 | } |
| 1612 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1613 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 1614 | * lpfc_sli_resume_iocb - Process iocbs in the txq |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1615 | * @phba: Pointer to HBA context object. |
| 1616 | * @pring: Pointer to driver SLI ring object. |
| 1617 | * |
| 1618 | * This function is called with hbalock held to post pending iocbs |
| 1619 | * in the txq to the firmware. This function is called when driver |
| 1620 | * detects space available in the ring. |
| 1621 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1622 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1623 | lpfc_sli_resume_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1624 | { |
| 1625 | IOCB_t *iocb; |
| 1626 | struct lpfc_iocbq *nextiocb; |
| 1627 | |
| 1628 | /* |
| 1629 | * Check to see if: |
| 1630 | * (a) there is anything on the txq to send |
| 1631 | * (b) link is up |
| 1632 | * (c) link attention events can be processed (fcp ring only) |
| 1633 | * (d) IOCB processing is not blocked by the outstanding mbox command. |
| 1634 | */ |
James Smart | 0e9bb8d | 2013-03-01 16:35:12 -0500 | [diff] [blame] | 1635 | |
| 1636 | if (lpfc_is_link_up(phba) && |
| 1637 | (!list_empty(&pring->txq)) && |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1638 | (pring->ringno != phba->sli.fcp_ring || |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 1639 | phba->sli.sli_flag & LPFC_PROCESS_LA)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1640 | |
| 1641 | while ((iocb = lpfc_sli_next_iocb_slot(phba, pring)) && |
| 1642 | (nextiocb = lpfc_sli_ringtx_get(phba, pring))) |
| 1643 | lpfc_sli_submit_iocb(phba, pring, iocb, nextiocb); |
| 1644 | |
| 1645 | if (iocb) |
| 1646 | lpfc_sli_update_ring(phba, pring); |
| 1647 | else |
| 1648 | lpfc_sli_update_full_ring(phba, pring); |
| 1649 | } |
| 1650 | |
| 1651 | return; |
| 1652 | } |
| 1653 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1654 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 1655 | * lpfc_sli_next_hbq_slot - Get next hbq entry for the HBQ |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1656 | * @phba: Pointer to HBA context object. |
| 1657 | * @hbqno: HBQ number. |
| 1658 | * |
| 1659 | * This function is called with hbalock held to get the next |
| 1660 | * available slot for the given HBQ. If there is free slot |
| 1661 | * available for the HBQ it will return pointer to the next available |
| 1662 | * HBQ entry else it will return NULL. |
| 1663 | **/ |
Adrian Bunk | a6ababd | 2007-11-05 18:07:33 +0100 | [diff] [blame] | 1664 | static struct lpfc_hbq_entry * |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1665 | lpfc_sli_next_hbq_slot(struct lpfc_hba *phba, uint32_t hbqno) |
| 1666 | { |
| 1667 | struct hbq_s *hbqp = &phba->hbqs[hbqno]; |
| 1668 | |
| 1669 | if (hbqp->next_hbqPutIdx == hbqp->hbqPutIdx && |
| 1670 | ++hbqp->next_hbqPutIdx >= hbqp->entry_count) |
| 1671 | hbqp->next_hbqPutIdx = 0; |
| 1672 | |
| 1673 | if (unlikely(hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx)) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1674 | uint32_t raw_index = phba->hbq_get[hbqno]; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1675 | uint32_t getidx = le32_to_cpu(raw_index); |
| 1676 | |
| 1677 | hbqp->local_hbqGetIdx = getidx; |
| 1678 | |
| 1679 | if (unlikely(hbqp->local_hbqGetIdx >= hbqp->entry_count)) { |
| 1680 | lpfc_printf_log(phba, KERN_ERR, |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1681 | LOG_SLI | LOG_VPORT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1682 | "1802 HBQ %d: local_hbqGetIdx " |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1683 | "%u is > than hbqp->entry_count %u\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1684 | hbqno, hbqp->local_hbqGetIdx, |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1685 | hbqp->entry_count); |
| 1686 | |
| 1687 | phba->link_state = LPFC_HBA_ERROR; |
| 1688 | return NULL; |
| 1689 | } |
| 1690 | |
| 1691 | if (hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx) |
| 1692 | return NULL; |
| 1693 | } |
| 1694 | |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 1695 | return (struct lpfc_hbq_entry *) phba->hbqs[hbqno].hbq_virt + |
| 1696 | hbqp->hbqPutIdx; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1697 | } |
| 1698 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1699 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 1700 | * lpfc_sli_hbqbuf_free_all - Free all the hbq buffers |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1701 | * @phba: Pointer to HBA context object. |
| 1702 | * |
| 1703 | * This function is called with no lock held to free all the |
| 1704 | * hbq buffers while uninitializing the SLI interface. It also |
| 1705 | * frees the HBQ buffers returned by the firmware but not yet |
| 1706 | * processed by the upper layers. |
| 1707 | **/ |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1708 | void |
| 1709 | lpfc_sli_hbqbuf_free_all(struct lpfc_hba *phba) |
| 1710 | { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1711 | struct lpfc_dmabuf *dmabuf, *next_dmabuf; |
| 1712 | struct hbq_dmabuf *hbq_buf; |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 1713 | unsigned long flags; |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 1714 | int i, hbq_count; |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 1715 | uint32_t hbqno; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1716 | |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 1717 | hbq_count = lpfc_sli_hbq_count(); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1718 | /* Return all memory used by all HBQs */ |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 1719 | spin_lock_irqsave(&phba->hbalock, flags); |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 1720 | for (i = 0; i < hbq_count; ++i) { |
| 1721 | list_for_each_entry_safe(dmabuf, next_dmabuf, |
| 1722 | &phba->hbqs[i].hbq_buffer_list, list) { |
| 1723 | hbq_buf = container_of(dmabuf, struct hbq_dmabuf, dbuf); |
| 1724 | list_del(&hbq_buf->dbuf.list); |
| 1725 | (phba->hbqs[i].hbq_free_buffer)(phba, hbq_buf); |
| 1726 | } |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 1727 | phba->hbqs[i].buffer_count = 0; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1728 | } |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 1729 | /* Return all HBQ buffer that are in-fly */ |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 1730 | list_for_each_entry_safe(dmabuf, next_dmabuf, &phba->rb_pend_list, |
| 1731 | list) { |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 1732 | hbq_buf = container_of(dmabuf, struct hbq_dmabuf, dbuf); |
| 1733 | list_del(&hbq_buf->dbuf.list); |
| 1734 | if (hbq_buf->tag == -1) { |
| 1735 | (phba->hbqs[LPFC_ELS_HBQ].hbq_free_buffer) |
| 1736 | (phba, hbq_buf); |
| 1737 | } else { |
| 1738 | hbqno = hbq_buf->tag >> 16; |
| 1739 | if (hbqno >= LPFC_MAX_HBQS) |
| 1740 | (phba->hbqs[LPFC_ELS_HBQ].hbq_free_buffer) |
| 1741 | (phba, hbq_buf); |
| 1742 | else |
| 1743 | (phba->hbqs[hbqno].hbq_free_buffer)(phba, |
| 1744 | hbq_buf); |
| 1745 | } |
| 1746 | } |
| 1747 | |
| 1748 | /* Mark the HBQs not in use */ |
| 1749 | phba->hbq_in_use = 0; |
| 1750 | spin_unlock_irqrestore(&phba->hbalock, flags); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1751 | } |
| 1752 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1753 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 1754 | * lpfc_sli_hbq_to_firmware - Post the hbq buffer to firmware |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1755 | * @phba: Pointer to HBA context object. |
| 1756 | * @hbqno: HBQ number. |
| 1757 | * @hbq_buf: Pointer to HBQ buffer. |
| 1758 | * |
| 1759 | * This function is called with the hbalock held to post a |
| 1760 | * hbq buffer to the firmware. If the function finds an empty |
| 1761 | * slot in the HBQ, it will post the buffer. The function will return |
| 1762 | * pointer to the hbq entry if it successfully post the buffer |
| 1763 | * else it will return NULL. |
| 1764 | **/ |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 1765 | static int |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1766 | lpfc_sli_hbq_to_firmware(struct lpfc_hba *phba, uint32_t hbqno, |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1767 | struct hbq_dmabuf *hbq_buf) |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1768 | { |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 1769 | return phba->lpfc_sli_hbq_to_firmware(phba, hbqno, hbq_buf); |
| 1770 | } |
| 1771 | |
| 1772 | /** |
| 1773 | * lpfc_sli_hbq_to_firmware_s3 - Post the hbq buffer to SLI3 firmware |
| 1774 | * @phba: Pointer to HBA context object. |
| 1775 | * @hbqno: HBQ number. |
| 1776 | * @hbq_buf: Pointer to HBQ buffer. |
| 1777 | * |
| 1778 | * This function is called with the hbalock held to post a hbq buffer to the |
| 1779 | * firmware. If the function finds an empty slot in the HBQ, it will post the |
| 1780 | * buffer and place it on the hbq_buffer_list. The function will return zero if |
| 1781 | * it successfully post the buffer else it will return an error. |
| 1782 | **/ |
| 1783 | static int |
| 1784 | lpfc_sli_hbq_to_firmware_s3(struct lpfc_hba *phba, uint32_t hbqno, |
| 1785 | struct hbq_dmabuf *hbq_buf) |
| 1786 | { |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1787 | struct lpfc_hbq_entry *hbqe; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1788 | dma_addr_t physaddr = hbq_buf->dbuf.phys; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1789 | |
| 1790 | /* Get next HBQ entry slot to use */ |
| 1791 | hbqe = lpfc_sli_next_hbq_slot(phba, hbqno); |
| 1792 | if (hbqe) { |
| 1793 | struct hbq_s *hbqp = &phba->hbqs[hbqno]; |
| 1794 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1795 | hbqe->bde.addrHigh = le32_to_cpu(putPaddrHigh(physaddr)); |
| 1796 | hbqe->bde.addrLow = le32_to_cpu(putPaddrLow(physaddr)); |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 1797 | hbqe->bde.tus.f.bdeSize = hbq_buf->size; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1798 | hbqe->bde.tus.f.bdeFlags = 0; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1799 | hbqe->bde.tus.w = le32_to_cpu(hbqe->bde.tus.w); |
| 1800 | hbqe->buffer_tag = le32_to_cpu(hbq_buf->tag); |
| 1801 | /* Sync SLIM */ |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1802 | hbqp->hbqPutIdx = hbqp->next_hbqPutIdx; |
| 1803 | writel(hbqp->hbqPutIdx, phba->hbq_put + hbqno); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1804 | /* flush */ |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1805 | readl(phba->hbq_put + hbqno); |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 1806 | list_add_tail(&hbq_buf->dbuf.list, &hbqp->hbq_buffer_list); |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 1807 | return 0; |
| 1808 | } else |
| 1809 | return -ENOMEM; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1810 | } |
| 1811 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 1812 | /** |
| 1813 | * lpfc_sli_hbq_to_firmware_s4 - Post the hbq buffer to SLI4 firmware |
| 1814 | * @phba: Pointer to HBA context object. |
| 1815 | * @hbqno: HBQ number. |
| 1816 | * @hbq_buf: Pointer to HBQ buffer. |
| 1817 | * |
| 1818 | * This function is called with the hbalock held to post an RQE to the SLI4 |
| 1819 | * firmware. If able to post the RQE to the RQ it will queue the hbq entry to |
| 1820 | * the hbq_buffer_list and return zero, otherwise it will return an error. |
| 1821 | **/ |
| 1822 | static int |
| 1823 | lpfc_sli_hbq_to_firmware_s4(struct lpfc_hba *phba, uint32_t hbqno, |
| 1824 | struct hbq_dmabuf *hbq_buf) |
| 1825 | { |
| 1826 | int rc; |
| 1827 | struct lpfc_rqe hrqe; |
| 1828 | struct lpfc_rqe drqe; |
| 1829 | |
| 1830 | hrqe.address_lo = putPaddrLow(hbq_buf->hbuf.phys); |
| 1831 | hrqe.address_hi = putPaddrHigh(hbq_buf->hbuf.phys); |
| 1832 | drqe.address_lo = putPaddrLow(hbq_buf->dbuf.phys); |
| 1833 | drqe.address_hi = putPaddrHigh(hbq_buf->dbuf.phys); |
| 1834 | rc = lpfc_sli4_rq_put(phba->sli4_hba.hdr_rq, phba->sli4_hba.dat_rq, |
| 1835 | &hrqe, &drqe); |
| 1836 | if (rc < 0) |
| 1837 | return rc; |
| 1838 | hbq_buf->tag = rc; |
| 1839 | list_add_tail(&hbq_buf->dbuf.list, &phba->hbqs[hbqno].hbq_buffer_list); |
| 1840 | return 0; |
| 1841 | } |
| 1842 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1843 | /* HBQ for ELS and CT traffic. */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1844 | static struct lpfc_hbq_init lpfc_els_hbq = { |
| 1845 | .rn = 1, |
James Smart | def9c7a | 2009-12-21 17:02:28 -0500 | [diff] [blame] | 1846 | .entry_count = 256, |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1847 | .mask_count = 0, |
| 1848 | .profile = 0, |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 1849 | .ring_mask = (1 << LPFC_ELS_RING), |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1850 | .buffer_count = 0, |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 1851 | .init_count = 40, |
| 1852 | .add_count = 40, |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1853 | }; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1854 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1855 | /* HBQ for the extra ring if needed */ |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 1856 | static struct lpfc_hbq_init lpfc_extra_hbq = { |
| 1857 | .rn = 1, |
| 1858 | .entry_count = 200, |
| 1859 | .mask_count = 0, |
| 1860 | .profile = 0, |
| 1861 | .ring_mask = (1 << LPFC_EXTRA_RING), |
| 1862 | .buffer_count = 0, |
| 1863 | .init_count = 0, |
| 1864 | .add_count = 5, |
| 1865 | }; |
| 1866 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1867 | /* Array of HBQs */ |
James Smart | 78b2d85 | 2007-08-02 11:10:21 -0400 | [diff] [blame] | 1868 | struct lpfc_hbq_init *lpfc_hbq_defs[] = { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1869 | &lpfc_els_hbq, |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 1870 | &lpfc_extra_hbq, |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1871 | }; |
| 1872 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1873 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 1874 | * lpfc_sli_hbqbuf_fill_hbqs - Post more hbq buffers to HBQ |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1875 | * @phba: Pointer to HBA context object. |
| 1876 | * @hbqno: HBQ number. |
| 1877 | * @count: Number of HBQ buffers to be posted. |
| 1878 | * |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 1879 | * This function is called with no lock held to post more hbq buffers to the |
| 1880 | * given HBQ. The function returns the number of HBQ buffers successfully |
| 1881 | * posted. |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1882 | **/ |
James Smart | 311464e | 2007-08-02 11:10:37 -0400 | [diff] [blame] | 1883 | static int |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1884 | lpfc_sli_hbqbuf_fill_hbqs(struct lpfc_hba *phba, uint32_t hbqno, uint32_t count) |
| 1885 | { |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 1886 | uint32_t i, posted = 0; |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 1887 | unsigned long flags; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1888 | struct hbq_dmabuf *hbq_buffer; |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 1889 | LIST_HEAD(hbq_buf_list); |
Matthew Wilcox | eafe1df | 2008-02-21 05:44:33 -0700 | [diff] [blame] | 1890 | if (!phba->hbqs[hbqno].hbq_alloc_buffer) |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 1891 | return 0; |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 1892 | |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 1893 | if ((phba->hbqs[hbqno].buffer_count + count) > |
| 1894 | lpfc_hbq_defs[hbqno]->entry_count) |
| 1895 | count = lpfc_hbq_defs[hbqno]->entry_count - |
| 1896 | phba->hbqs[hbqno].buffer_count; |
| 1897 | if (!count) |
| 1898 | return 0; |
| 1899 | /* Allocate HBQ entries */ |
| 1900 | for (i = 0; i < count; i++) { |
| 1901 | hbq_buffer = (phba->hbqs[hbqno].hbq_alloc_buffer)(phba); |
| 1902 | if (!hbq_buffer) |
| 1903 | break; |
| 1904 | list_add_tail(&hbq_buffer->dbuf.list, &hbq_buf_list); |
| 1905 | } |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 1906 | /* Check whether HBQ is still in use */ |
| 1907 | spin_lock_irqsave(&phba->hbalock, flags); |
Matthew Wilcox | eafe1df | 2008-02-21 05:44:33 -0700 | [diff] [blame] | 1908 | if (!phba->hbq_in_use) |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 1909 | goto err; |
| 1910 | while (!list_empty(&hbq_buf_list)) { |
| 1911 | list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf, |
| 1912 | dbuf.list); |
| 1913 | hbq_buffer->tag = (phba->hbqs[hbqno].buffer_count | |
| 1914 | (hbqno << 16)); |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 1915 | if (!lpfc_sli_hbq_to_firmware(phba, hbqno, hbq_buffer)) { |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 1916 | phba->hbqs[hbqno].buffer_count++; |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 1917 | posted++; |
| 1918 | } else |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 1919 | (phba->hbqs[hbqno].hbq_free_buffer)(phba, hbq_buffer); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1920 | } |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 1921 | spin_unlock_irqrestore(&phba->hbalock, flags); |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 1922 | return posted; |
| 1923 | err: |
| 1924 | spin_unlock_irqrestore(&phba->hbalock, flags); |
| 1925 | while (!list_empty(&hbq_buf_list)) { |
| 1926 | list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf, |
| 1927 | dbuf.list); |
| 1928 | (phba->hbqs[hbqno].hbq_free_buffer)(phba, hbq_buffer); |
| 1929 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1930 | return 0; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1931 | } |
| 1932 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1933 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 1934 | * lpfc_sli_hbqbuf_add_hbqs - Post more HBQ buffers to firmware |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1935 | * @phba: Pointer to HBA context object. |
| 1936 | * @qno: HBQ number. |
| 1937 | * |
| 1938 | * This function posts more buffers to the HBQ. This function |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 1939 | * is called with no lock held. The function returns the number of HBQ entries |
| 1940 | * successfully allocated. |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1941 | **/ |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1942 | int |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1943 | lpfc_sli_hbqbuf_add_hbqs(struct lpfc_hba *phba, uint32_t qno) |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1944 | { |
James Smart | def9c7a | 2009-12-21 17:02:28 -0500 | [diff] [blame] | 1945 | if (phba->sli_rev == LPFC_SLI_REV4) |
| 1946 | return 0; |
| 1947 | else |
| 1948 | return lpfc_sli_hbqbuf_fill_hbqs(phba, qno, |
| 1949 | lpfc_hbq_defs[qno]->add_count); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1950 | } |
| 1951 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1952 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 1953 | * lpfc_sli_hbqbuf_init_hbqs - Post initial buffers to the HBQ |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1954 | * @phba: Pointer to HBA context object. |
| 1955 | * @qno: HBQ queue number. |
| 1956 | * |
| 1957 | * This function is called from SLI initialization code path with |
| 1958 | * no lock held to post initial HBQ buffers to firmware. The |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 1959 | * function returns the number of HBQ entries successfully allocated. |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1960 | **/ |
Adrian Bunk | a6ababd | 2007-11-05 18:07:33 +0100 | [diff] [blame] | 1961 | static int |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1962 | lpfc_sli_hbqbuf_init_hbqs(struct lpfc_hba *phba, uint32_t qno) |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1963 | { |
James Smart | def9c7a | 2009-12-21 17:02:28 -0500 | [diff] [blame] | 1964 | if (phba->sli_rev == LPFC_SLI_REV4) |
| 1965 | return lpfc_sli_hbqbuf_fill_hbqs(phba, qno, |
James Smart | 73d91e5 | 2011-10-10 21:32:10 -0400 | [diff] [blame] | 1966 | lpfc_hbq_defs[qno]->entry_count); |
James Smart | def9c7a | 2009-12-21 17:02:28 -0500 | [diff] [blame] | 1967 | else |
| 1968 | return lpfc_sli_hbqbuf_fill_hbqs(phba, qno, |
| 1969 | lpfc_hbq_defs[qno]->init_count); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1970 | } |
| 1971 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1972 | /** |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 1973 | * lpfc_sli_hbqbuf_get - Remove the first hbq off of an hbq list |
| 1974 | * @phba: Pointer to HBA context object. |
| 1975 | * @hbqno: HBQ number. |
| 1976 | * |
| 1977 | * This function removes the first hbq buffer on an hbq list and returns a |
| 1978 | * pointer to that buffer. If it finds no buffers on the list it returns NULL. |
| 1979 | **/ |
| 1980 | static struct hbq_dmabuf * |
| 1981 | lpfc_sli_hbqbuf_get(struct list_head *rb_list) |
| 1982 | { |
| 1983 | struct lpfc_dmabuf *d_buf; |
| 1984 | |
| 1985 | list_remove_head(rb_list, d_buf, struct lpfc_dmabuf, list); |
| 1986 | if (!d_buf) |
| 1987 | return NULL; |
| 1988 | return container_of(d_buf, struct hbq_dmabuf, dbuf); |
| 1989 | } |
| 1990 | |
| 1991 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 1992 | * lpfc_sli_hbqbuf_find - Find the hbq buffer associated with a tag |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 1993 | * @phba: Pointer to HBA context object. |
| 1994 | * @tag: Tag of the hbq buffer. |
| 1995 | * |
| 1996 | * This function is called with hbalock held. This function searches |
| 1997 | * for the hbq buffer associated with the given tag in the hbq buffer |
| 1998 | * list. If it finds the hbq buffer, it returns the hbq_buffer other wise |
| 1999 | * it returns NULL. |
| 2000 | **/ |
Adrian Bunk | a6ababd | 2007-11-05 18:07:33 +0100 | [diff] [blame] | 2001 | static struct hbq_dmabuf * |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 2002 | lpfc_sli_hbqbuf_find(struct lpfc_hba *phba, uint32_t tag) |
| 2003 | { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2004 | struct lpfc_dmabuf *d_buf; |
| 2005 | struct hbq_dmabuf *hbq_buf; |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 2006 | uint32_t hbqno; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 2007 | |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 2008 | hbqno = tag >> 16; |
Jesper Juhl | a0a74e45 | 2007-08-09 20:47:15 +0200 | [diff] [blame] | 2009 | if (hbqno >= LPFC_MAX_HBQS) |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 2010 | return NULL; |
| 2011 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 2012 | spin_lock_irq(&phba->hbalock); |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 2013 | list_for_each_entry(d_buf, &phba->hbqs[hbqno].hbq_buffer_list, list) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2014 | hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf); |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 2015 | if (hbq_buf->tag == tag) { |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 2016 | spin_unlock_irq(&phba->hbalock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2017 | return hbq_buf; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 2018 | } |
| 2019 | } |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 2020 | spin_unlock_irq(&phba->hbalock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2021 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI | LOG_VPORT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2022 | "1803 Bad hbq tag. Data: x%x x%x\n", |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 2023 | tag, phba->hbqs[tag >> 16].buffer_count); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2024 | return NULL; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 2025 | } |
| 2026 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 2027 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 2028 | * lpfc_sli_free_hbq - Give back the hbq buffer to firmware |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 2029 | * @phba: Pointer to HBA context object. |
| 2030 | * @hbq_buffer: Pointer to HBQ buffer. |
| 2031 | * |
| 2032 | * This function is called with hbalock. This function gives back |
| 2033 | * the hbq buffer to firmware. If the HBQ does not have space to |
| 2034 | * post the buffer, it will free the buffer. |
| 2035 | **/ |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 2036 | void |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 2037 | lpfc_sli_free_hbq(struct lpfc_hba *phba, struct hbq_dmabuf *hbq_buffer) |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 2038 | { |
| 2039 | uint32_t hbqno; |
| 2040 | |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 2041 | if (hbq_buffer) { |
| 2042 | hbqno = hbq_buffer->tag >> 16; |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 2043 | if (lpfc_sli_hbq_to_firmware(phba, hbqno, hbq_buffer)) |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 2044 | (phba->hbqs[hbqno].hbq_free_buffer)(phba, hbq_buffer); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 2045 | } |
| 2046 | } |
| 2047 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 2048 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 2049 | * lpfc_sli_chk_mbx_command - Check if the mailbox is a legitimate mailbox |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 2050 | * @mbxCommand: mailbox command code. |
| 2051 | * |
| 2052 | * This function is called by the mailbox event handler function to verify |
| 2053 | * that the completed mailbox command is a legitimate mailbox command. If the |
| 2054 | * completed mailbox is not known to the function, it will return MBX_SHUTDOWN |
| 2055 | * and the mailbox event handler will take the HBA offline. |
| 2056 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2057 | static int |
| 2058 | lpfc_sli_chk_mbx_command(uint8_t mbxCommand) |
| 2059 | { |
| 2060 | uint8_t ret; |
| 2061 | |
| 2062 | switch (mbxCommand) { |
| 2063 | case MBX_LOAD_SM: |
| 2064 | case MBX_READ_NV: |
| 2065 | case MBX_WRITE_NV: |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 2066 | case MBX_WRITE_VPARMS: |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2067 | case MBX_RUN_BIU_DIAG: |
| 2068 | case MBX_INIT_LINK: |
| 2069 | case MBX_DOWN_LINK: |
| 2070 | case MBX_CONFIG_LINK: |
| 2071 | case MBX_CONFIG_RING: |
| 2072 | case MBX_RESET_RING: |
| 2073 | case MBX_READ_CONFIG: |
| 2074 | case MBX_READ_RCONFIG: |
| 2075 | case MBX_READ_SPARM: |
| 2076 | case MBX_READ_STATUS: |
| 2077 | case MBX_READ_RPI: |
| 2078 | case MBX_READ_XRI: |
| 2079 | case MBX_READ_REV: |
| 2080 | case MBX_READ_LNK_STAT: |
| 2081 | case MBX_REG_LOGIN: |
| 2082 | case MBX_UNREG_LOGIN: |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2083 | case MBX_CLEAR_LA: |
| 2084 | case MBX_DUMP_MEMORY: |
| 2085 | case MBX_DUMP_CONTEXT: |
| 2086 | case MBX_RUN_DIAGS: |
| 2087 | case MBX_RESTART: |
| 2088 | case MBX_UPDATE_CFG: |
| 2089 | case MBX_DOWN_LOAD: |
| 2090 | case MBX_DEL_LD_ENTRY: |
| 2091 | case MBX_RUN_PROGRAM: |
| 2092 | case MBX_SET_MASK: |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 2093 | case MBX_SET_VARIABLE: |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2094 | case MBX_UNREG_D_ID: |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 2095 | case MBX_KILL_BOARD: |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2096 | case MBX_CONFIG_FARP: |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 2097 | case MBX_BEACON: |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2098 | case MBX_LOAD_AREA: |
| 2099 | case MBX_RUN_BIU_DIAG64: |
| 2100 | case MBX_CONFIG_PORT: |
| 2101 | case MBX_READ_SPARM64: |
| 2102 | case MBX_READ_RPI64: |
| 2103 | case MBX_REG_LOGIN64: |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2104 | case MBX_READ_TOPOLOGY: |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 2105 | case MBX_WRITE_WWN: |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2106 | case MBX_SET_DEBUG: |
| 2107 | case MBX_LOAD_EXP_ROM: |
James Smart | 57127f1 | 2007-10-27 13:37:05 -0400 | [diff] [blame] | 2108 | case MBX_ASYNCEVT_ENABLE: |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2109 | case MBX_REG_VPI: |
| 2110 | case MBX_UNREG_VPI: |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 2111 | case MBX_HEARTBEAT: |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 2112 | case MBX_PORT_CAPABILITIES: |
| 2113 | case MBX_PORT_IOV_CONTROL: |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 2114 | case MBX_SLI4_CONFIG: |
| 2115 | case MBX_SLI4_REQ_FTRS: |
| 2116 | case MBX_REG_FCFI: |
| 2117 | case MBX_UNREG_FCFI: |
| 2118 | case MBX_REG_VFI: |
| 2119 | case MBX_UNREG_VFI: |
| 2120 | case MBX_INIT_VPI: |
| 2121 | case MBX_INIT_VFI: |
| 2122 | case MBX_RESUME_RPI: |
James Smart | c749593 | 2010-04-06 15:05:28 -0400 | [diff] [blame] | 2123 | case MBX_READ_EVENT_LOG_STATUS: |
| 2124 | case MBX_READ_EVENT_LOG: |
James Smart | dcf2a4e | 2010-09-29 11:18:53 -0400 | [diff] [blame] | 2125 | case MBX_SECURITY_MGMT: |
| 2126 | case MBX_AUTH_PORT: |
James Smart | 940eb68 | 2012-08-03 12:37:08 -0400 | [diff] [blame] | 2127 | case MBX_ACCESS_VDATA: |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2128 | ret = mbxCommand; |
| 2129 | break; |
| 2130 | default: |
| 2131 | ret = MBX_SHUTDOWN; |
| 2132 | break; |
| 2133 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2134 | return ret; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2135 | } |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 2136 | |
| 2137 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 2138 | * lpfc_sli_wake_mbox_wait - lpfc_sli_issue_mbox_wait mbox completion handler |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 2139 | * @phba: Pointer to HBA context object. |
| 2140 | * @pmboxq: Pointer to mailbox command. |
| 2141 | * |
| 2142 | * This is completion handler function for mailbox commands issued from |
| 2143 | * lpfc_sli_issue_mbox_wait function. This function is called by the |
| 2144 | * mailbox event handler function with no lock held. This function |
| 2145 | * will wake up thread waiting on the wait queue pointed by context1 |
| 2146 | * of the mailbox. |
| 2147 | **/ |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 2148 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2149 | lpfc_sli_wake_mbox_wait(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmboxq) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2150 | { |
| 2151 | wait_queue_head_t *pdone_q; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 2152 | unsigned long drvr_flag; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2153 | |
| 2154 | /* |
| 2155 | * If pdone_q is empty, the driver thread gave up waiting and |
| 2156 | * continued running. |
| 2157 | */ |
James Smart | 7054a60 | 2007-04-25 09:52:34 -0400 | [diff] [blame] | 2158 | pmboxq->mbox_flag |= LPFC_MBX_WAKE; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 2159 | spin_lock_irqsave(&phba->hbalock, drvr_flag); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2160 | pdone_q = (wait_queue_head_t *) pmboxq->context1; |
| 2161 | if (pdone_q) |
| 2162 | wake_up_interruptible(pdone_q); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 2163 | spin_unlock_irqrestore(&phba->hbalock, drvr_flag); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2164 | return; |
| 2165 | } |
| 2166 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 2167 | |
| 2168 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 2169 | * lpfc_sli_def_mbox_cmpl - Default mailbox completion handler |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 2170 | * @phba: Pointer to HBA context object. |
| 2171 | * @pmb: Pointer to mailbox object. |
| 2172 | * |
| 2173 | * This function is the default mailbox completion handler. It |
| 2174 | * frees the memory resources associated with the completed mailbox |
| 2175 | * command. If the completed command is a REG_LOGIN mailbox command, |
| 2176 | * this function will issue a UREG_LOGIN to re-claim the RPI. |
| 2177 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2178 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2179 | lpfc_sli_def_mbox_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2180 | { |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 2181 | struct lpfc_vport *vport = pmb->vport; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2182 | struct lpfc_dmabuf *mp; |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 2183 | struct lpfc_nodelist *ndlp; |
James Smart | 5af5eee | 2010-10-22 11:06:38 -0400 | [diff] [blame] | 2184 | struct Scsi_Host *shost; |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 2185 | uint16_t rpi, vpi; |
James Smart | 7054a60 | 2007-04-25 09:52:34 -0400 | [diff] [blame] | 2186 | int rc; |
| 2187 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2188 | mp = (struct lpfc_dmabuf *) (pmb->context1); |
James Smart | 7054a60 | 2007-04-25 09:52:34 -0400 | [diff] [blame] | 2189 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2190 | if (mp) { |
| 2191 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 2192 | kfree(mp); |
| 2193 | } |
James Smart | 7054a60 | 2007-04-25 09:52:34 -0400 | [diff] [blame] | 2194 | |
| 2195 | /* |
| 2196 | * If a REG_LOGIN succeeded after node is destroyed or node |
| 2197 | * is in re-discovery driver need to cleanup the RPI. |
| 2198 | */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2199 | if (!(phba->pport->load_flag & FC_UNLOADING) && |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 2200 | pmb->u.mb.mbxCommand == MBX_REG_LOGIN64 && |
| 2201 | !pmb->u.mb.mbxStatus) { |
| 2202 | rpi = pmb->u.mb.un.varWords[0]; |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 2203 | vpi = pmb->u.mb.un.varRegLogin.vpi; |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 2204 | lpfc_unreg_login(phba, vpi, rpi, pmb); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2205 | pmb->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
James Smart | 7054a60 | 2007-04-25 09:52:34 -0400 | [diff] [blame] | 2206 | rc = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT); |
| 2207 | if (rc != MBX_NOT_FINISHED) |
| 2208 | return; |
| 2209 | } |
| 2210 | |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2211 | if ((pmb->u.mb.mbxCommand == MBX_REG_VPI) && |
| 2212 | !(phba->pport->load_flag & FC_UNLOADING) && |
| 2213 | !pmb->u.mb.mbxStatus) { |
James Smart | 5af5eee | 2010-10-22 11:06:38 -0400 | [diff] [blame] | 2214 | shost = lpfc_shost_from_vport(vport); |
| 2215 | spin_lock_irq(shost->host_lock); |
| 2216 | vport->vpi_state |= LPFC_VPI_REGISTERED; |
| 2217 | vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI; |
| 2218 | spin_unlock_irq(shost->host_lock); |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2219 | } |
| 2220 | |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 2221 | if (pmb->u.mb.mbxCommand == MBX_REG_LOGIN64) { |
| 2222 | ndlp = (struct lpfc_nodelist *)pmb->context2; |
| 2223 | lpfc_nlp_put(ndlp); |
| 2224 | pmb->context2 = NULL; |
| 2225 | } |
| 2226 | |
James Smart | dcf2a4e | 2010-09-29 11:18:53 -0400 | [diff] [blame] | 2227 | /* Check security permission status on INIT_LINK mailbox command */ |
| 2228 | if ((pmb->u.mb.mbxCommand == MBX_INIT_LINK) && |
| 2229 | (pmb->u.mb.mbxStatus == MBXERR_SEC_NO_PERMISSION)) |
| 2230 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI, |
| 2231 | "2860 SLI authentication is required " |
| 2232 | "for INIT_LINK but has not done yet\n"); |
| 2233 | |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 2234 | if (bf_get(lpfc_mqe_command, &pmb->u.mqe) == MBX_SLI4_CONFIG) |
| 2235 | lpfc_sli4_mbox_cmd_free(phba, pmb); |
| 2236 | else |
| 2237 | mempool_free(pmb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2238 | } |
| 2239 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 2240 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 2241 | * lpfc_sli_handle_mb_event - Handle mailbox completions from firmware |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 2242 | * @phba: Pointer to HBA context object. |
| 2243 | * |
| 2244 | * This function is called with no lock held. This function processes all |
| 2245 | * the completed mailbox commands and gives it to upper layers. The interrupt |
| 2246 | * service routine processes mailbox completion interrupt and adds completed |
| 2247 | * mailbox commands to the mboxq_cmpl queue and signals the worker thread. |
| 2248 | * Worker thread call lpfc_sli_handle_mb_event, which will return the |
| 2249 | * completed mailbox commands in mboxq_cmpl queue to the upper layers. This |
| 2250 | * function returns the mailbox commands to the upper layer by calling the |
| 2251 | * completion handler function of each mailbox. |
| 2252 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2253 | int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2254 | lpfc_sli_handle_mb_event(struct lpfc_hba *phba) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2255 | { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2256 | MAILBOX_t *pmbox; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2257 | LPFC_MBOXQ_t *pmb; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2258 | int rc; |
| 2259 | LIST_HEAD(cmplq); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2260 | |
| 2261 | phba->sli.slistat.mbox_event++; |
| 2262 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2263 | /* Get all completed mailboxe buffers into the cmplq */ |
| 2264 | spin_lock_irq(&phba->hbalock); |
| 2265 | list_splice_init(&phba->sli.mboxq_cmpl, &cmplq); |
| 2266 | spin_unlock_irq(&phba->hbalock); |
| 2267 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2268 | /* Get a Mailbox buffer to setup mailbox commands for callback */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2269 | do { |
| 2270 | list_remove_head(&cmplq, pmb, LPFC_MBOXQ_t, list); |
| 2271 | if (pmb == NULL) |
| 2272 | break; |
| 2273 | |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 2274 | pmbox = &pmb->u.mb; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2275 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 2276 | if (pmbox->mbxCommand != MBX_HEARTBEAT) { |
| 2277 | if (pmb->vport) { |
| 2278 | lpfc_debugfs_disc_trc(pmb->vport, |
| 2279 | LPFC_DISC_TRC_MBOX_VPORT, |
| 2280 | "MBOX cmpl vport: cmd:x%x mb:x%x x%x", |
| 2281 | (uint32_t)pmbox->mbxCommand, |
| 2282 | pmbox->un.varWords[0], |
| 2283 | pmbox->un.varWords[1]); |
| 2284 | } |
| 2285 | else { |
| 2286 | lpfc_debugfs_disc_trc(phba->pport, |
| 2287 | LPFC_DISC_TRC_MBOX, |
| 2288 | "MBOX cmpl: cmd:x%x mb:x%x x%x", |
| 2289 | (uint32_t)pmbox->mbxCommand, |
| 2290 | pmbox->un.varWords[0], |
| 2291 | pmbox->un.varWords[1]); |
| 2292 | } |
| 2293 | } |
| 2294 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2295 | /* |
| 2296 | * It is a fatal error if unknown mbox command completion. |
| 2297 | */ |
| 2298 | if (lpfc_sli_chk_mbx_command(pmbox->mbxCommand) == |
| 2299 | MBX_SHUTDOWN) { |
André Goddard Rosa | af901ca | 2009-11-14 13:09:05 -0200 | [diff] [blame] | 2300 | /* Unknown mailbox command compl */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2301 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2302 | "(%d):0323 Unknown Mailbox command " |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 2303 | "x%x (x%x/x%x) Cmpl\n", |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2304 | pmb->vport ? pmb->vport->vpi : 0, |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 2305 | pmbox->mbxCommand, |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 2306 | lpfc_sli_config_mbox_subsys_get(phba, |
| 2307 | pmb), |
| 2308 | lpfc_sli_config_mbox_opcode_get(phba, |
| 2309 | pmb)); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2310 | phba->link_state = LPFC_HBA_ERROR; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2311 | phba->work_hs = HS_FFER3; |
| 2312 | lpfc_handle_eratt(phba); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2313 | continue; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2314 | } |
| 2315 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2316 | if (pmbox->mbxStatus) { |
| 2317 | phba->sli.slistat.mbox_stat_err++; |
| 2318 | if (pmbox->mbxStatus == MBXERR_NO_RESOURCES) { |
| 2319 | /* Mbox cmd cmpl error - RETRYing */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2320 | lpfc_printf_log(phba, KERN_INFO, |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 2321 | LOG_MBOX | LOG_SLI, |
| 2322 | "(%d):0305 Mbox cmd cmpl " |
| 2323 | "error - RETRYing Data: x%x " |
| 2324 | "(x%x/x%x) x%x x%x x%x\n", |
| 2325 | pmb->vport ? pmb->vport->vpi : 0, |
| 2326 | pmbox->mbxCommand, |
| 2327 | lpfc_sli_config_mbox_subsys_get(phba, |
| 2328 | pmb), |
| 2329 | lpfc_sli_config_mbox_opcode_get(phba, |
| 2330 | pmb), |
| 2331 | pmbox->mbxStatus, |
| 2332 | pmbox->un.varWords[0], |
| 2333 | pmb->vport->port_state); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2334 | pmbox->mbxStatus = 0; |
| 2335 | pmbox->mbxOwner = OWN_HOST; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2336 | rc = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT); |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 2337 | if (rc != MBX_NOT_FINISHED) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2338 | continue; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2339 | } |
| 2340 | } |
| 2341 | |
| 2342 | /* Mailbox cmd <cmd> Cmpl <cmpl> */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2343 | lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI, |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 2344 | "(%d):0307 Mailbox cmd x%x (x%x/x%x) Cmpl x%p " |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2345 | "Data: x%x x%x x%x x%x x%x x%x x%x x%x x%x\n", |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2346 | pmb->vport ? pmb->vport->vpi : 0, |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2347 | pmbox->mbxCommand, |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 2348 | lpfc_sli_config_mbox_subsys_get(phba, pmb), |
| 2349 | lpfc_sli_config_mbox_opcode_get(phba, pmb), |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2350 | pmb->mbox_cmpl, |
| 2351 | *((uint32_t *) pmbox), |
| 2352 | pmbox->un.varWords[0], |
| 2353 | pmbox->un.varWords[1], |
| 2354 | pmbox->un.varWords[2], |
| 2355 | pmbox->un.varWords[3], |
| 2356 | pmbox->un.varWords[4], |
| 2357 | pmbox->un.varWords[5], |
| 2358 | pmbox->un.varWords[6], |
| 2359 | pmbox->un.varWords[7]); |
| 2360 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2361 | if (pmb->mbox_cmpl) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2362 | pmb->mbox_cmpl(phba,pmb); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2363 | } while (1); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2364 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2365 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2366 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 2367 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 2368 | * lpfc_sli_get_buff - Get the buffer associated with the buffer tag |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 2369 | * @phba: Pointer to HBA context object. |
| 2370 | * @pring: Pointer to driver SLI ring object. |
| 2371 | * @tag: buffer tag. |
| 2372 | * |
| 2373 | * This function is called with no lock held. When QUE_BUFTAG_BIT bit |
| 2374 | * is set in the tag the buffer is posted for a particular exchange, |
| 2375 | * the function will return the buffer without replacing the buffer. |
| 2376 | * If the buffer is for unsolicited ELS or CT traffic, this function |
| 2377 | * returns the buffer and also posts another buffer to the firmware. |
| 2378 | **/ |
James Smart | 76bb24e | 2007-10-27 13:38:00 -0400 | [diff] [blame] | 2379 | static struct lpfc_dmabuf * |
| 2380 | lpfc_sli_get_buff(struct lpfc_hba *phba, |
James Smart | 9f1e1b5 | 2008-12-04 22:39:40 -0500 | [diff] [blame] | 2381 | struct lpfc_sli_ring *pring, |
| 2382 | uint32_t tag) |
James Smart | 76bb24e | 2007-10-27 13:38:00 -0400 | [diff] [blame] | 2383 | { |
James Smart | 9f1e1b5 | 2008-12-04 22:39:40 -0500 | [diff] [blame] | 2384 | struct hbq_dmabuf *hbq_entry; |
| 2385 | |
James Smart | 76bb24e | 2007-10-27 13:38:00 -0400 | [diff] [blame] | 2386 | if (tag & QUE_BUFTAG_BIT) |
| 2387 | return lpfc_sli_ring_taggedbuf_get(phba, pring, tag); |
James Smart | 9f1e1b5 | 2008-12-04 22:39:40 -0500 | [diff] [blame] | 2388 | hbq_entry = lpfc_sli_hbqbuf_find(phba, tag); |
| 2389 | if (!hbq_entry) |
| 2390 | return NULL; |
| 2391 | return &hbq_entry->dbuf; |
James Smart | 76bb24e | 2007-10-27 13:38:00 -0400 | [diff] [blame] | 2392 | } |
James Smart | 57127f1 | 2007-10-27 13:37:05 -0400 | [diff] [blame] | 2393 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 2394 | /** |
| 2395 | * lpfc_complete_unsol_iocb - Complete an unsolicited sequence |
| 2396 | * @phba: Pointer to HBA context object. |
| 2397 | * @pring: Pointer to driver SLI ring object. |
| 2398 | * @saveq: Pointer to the iocbq struct representing the sequence starting frame. |
| 2399 | * @fch_r_ctl: the r_ctl for the first frame of the sequence. |
| 2400 | * @fch_type: the type for the first frame of the sequence. |
| 2401 | * |
| 2402 | * This function is called with no lock held. This function uses the r_ctl and |
| 2403 | * type of the received sequence to find the correct callback function to call |
| 2404 | * to process the sequence. |
| 2405 | **/ |
| 2406 | static int |
| 2407 | lpfc_complete_unsol_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring, |
| 2408 | struct lpfc_iocbq *saveq, uint32_t fch_r_ctl, |
| 2409 | uint32_t fch_type) |
| 2410 | { |
| 2411 | int i; |
| 2412 | |
| 2413 | /* unSolicited Responses */ |
| 2414 | if (pring->prt[0].profile) { |
| 2415 | if (pring->prt[0].lpfc_sli_rcv_unsol_event) |
| 2416 | (pring->prt[0].lpfc_sli_rcv_unsol_event) (phba, pring, |
| 2417 | saveq); |
| 2418 | return 1; |
| 2419 | } |
| 2420 | /* We must search, based on rctl / type |
| 2421 | for the right routine */ |
| 2422 | for (i = 0; i < pring->num_mask; i++) { |
| 2423 | if ((pring->prt[i].rctl == fch_r_ctl) && |
| 2424 | (pring->prt[i].type == fch_type)) { |
| 2425 | if (pring->prt[i].lpfc_sli_rcv_unsol_event) |
| 2426 | (pring->prt[i].lpfc_sli_rcv_unsol_event) |
| 2427 | (phba, pring, saveq); |
| 2428 | return 1; |
| 2429 | } |
| 2430 | } |
| 2431 | return 0; |
| 2432 | } |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 2433 | |
| 2434 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 2435 | * lpfc_sli_process_unsol_iocb - Unsolicited iocb handler |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 2436 | * @phba: Pointer to HBA context object. |
| 2437 | * @pring: Pointer to driver SLI ring object. |
| 2438 | * @saveq: Pointer to the unsolicited iocb. |
| 2439 | * |
| 2440 | * This function is called with no lock held by the ring event handler |
| 2441 | * when there is an unsolicited iocb posted to the response ring by the |
| 2442 | * firmware. This function gets the buffer associated with the iocbs |
| 2443 | * and calls the event handler for the ring. This function handles both |
| 2444 | * qring buffers and hbq buffers. |
| 2445 | * When the function returns 1 the caller can free the iocb object otherwise |
| 2446 | * upper layer functions will free the iocb objects. |
| 2447 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2448 | static int |
| 2449 | lpfc_sli_process_unsol_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring, |
| 2450 | struct lpfc_iocbq *saveq) |
| 2451 | { |
| 2452 | IOCB_t * irsp; |
| 2453 | WORD5 * w5p; |
| 2454 | uint32_t Rctl, Type; |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 2455 | uint32_t match; |
James Smart | 76bb24e | 2007-10-27 13:38:00 -0400 | [diff] [blame] | 2456 | struct lpfc_iocbq *iocbq; |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 2457 | struct lpfc_dmabuf *dmzbuf; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2458 | |
| 2459 | match = 0; |
| 2460 | irsp = &(saveq->iocb); |
James Smart | 57127f1 | 2007-10-27 13:37:05 -0400 | [diff] [blame] | 2461 | |
| 2462 | if (irsp->ulpCommand == CMD_ASYNC_STATUS) { |
| 2463 | if (pring->lpfc_sli_rcv_async_status) |
| 2464 | pring->lpfc_sli_rcv_async_status(phba, pring, saveq); |
| 2465 | else |
| 2466 | lpfc_printf_log(phba, |
| 2467 | KERN_WARNING, |
| 2468 | LOG_SLI, |
| 2469 | "0316 Ring %d handler: unexpected " |
| 2470 | "ASYNC_STATUS iocb received evt_code " |
| 2471 | "0x%x\n", |
| 2472 | pring->ringno, |
| 2473 | irsp->un.asyncstat.evt_code); |
| 2474 | return 1; |
| 2475 | } |
| 2476 | |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 2477 | if ((irsp->ulpCommand == CMD_IOCB_RET_XRI64_CX) && |
| 2478 | (phba->sli3_options & LPFC_SLI3_HBQ_ENABLED)) { |
| 2479 | if (irsp->ulpBdeCount > 0) { |
| 2480 | dmzbuf = lpfc_sli_get_buff(phba, pring, |
| 2481 | irsp->un.ulpWord[3]); |
| 2482 | lpfc_in_buf_free(phba, dmzbuf); |
| 2483 | } |
| 2484 | |
| 2485 | if (irsp->ulpBdeCount > 1) { |
| 2486 | dmzbuf = lpfc_sli_get_buff(phba, pring, |
| 2487 | irsp->unsli3.sli3Words[3]); |
| 2488 | lpfc_in_buf_free(phba, dmzbuf); |
| 2489 | } |
| 2490 | |
| 2491 | if (irsp->ulpBdeCount > 2) { |
| 2492 | dmzbuf = lpfc_sli_get_buff(phba, pring, |
| 2493 | irsp->unsli3.sli3Words[7]); |
| 2494 | lpfc_in_buf_free(phba, dmzbuf); |
| 2495 | } |
| 2496 | |
| 2497 | return 1; |
| 2498 | } |
| 2499 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2500 | if (phba->sli3_options & LPFC_SLI3_HBQ_ENABLED) { |
James Smart | 76bb24e | 2007-10-27 13:38:00 -0400 | [diff] [blame] | 2501 | if (irsp->ulpBdeCount != 0) { |
| 2502 | saveq->context2 = lpfc_sli_get_buff(phba, pring, |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2503 | irsp->un.ulpWord[3]); |
James Smart | 76bb24e | 2007-10-27 13:38:00 -0400 | [diff] [blame] | 2504 | if (!saveq->context2) |
| 2505 | lpfc_printf_log(phba, |
| 2506 | KERN_ERR, |
| 2507 | LOG_SLI, |
| 2508 | "0341 Ring %d Cannot find buffer for " |
| 2509 | "an unsolicited iocb. tag 0x%x\n", |
| 2510 | pring->ringno, |
| 2511 | irsp->un.ulpWord[3]); |
James Smart | 76bb24e | 2007-10-27 13:38:00 -0400 | [diff] [blame] | 2512 | } |
| 2513 | if (irsp->ulpBdeCount == 2) { |
| 2514 | saveq->context3 = lpfc_sli_get_buff(phba, pring, |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 2515 | irsp->unsli3.sli3Words[7]); |
James Smart | 76bb24e | 2007-10-27 13:38:00 -0400 | [diff] [blame] | 2516 | if (!saveq->context3) |
| 2517 | lpfc_printf_log(phba, |
| 2518 | KERN_ERR, |
| 2519 | LOG_SLI, |
| 2520 | "0342 Ring %d Cannot find buffer for an" |
| 2521 | " unsolicited iocb. tag 0x%x\n", |
| 2522 | pring->ringno, |
| 2523 | irsp->unsli3.sli3Words[7]); |
| 2524 | } |
| 2525 | list_for_each_entry(iocbq, &saveq->list, list) { |
James Smart | 76bb24e | 2007-10-27 13:38:00 -0400 | [diff] [blame] | 2526 | irsp = &(iocbq->iocb); |
James Smart | 76bb24e | 2007-10-27 13:38:00 -0400 | [diff] [blame] | 2527 | if (irsp->ulpBdeCount != 0) { |
| 2528 | iocbq->context2 = lpfc_sli_get_buff(phba, pring, |
| 2529 | irsp->un.ulpWord[3]); |
James Smart | 9c2face | 2008-01-11 01:53:18 -0500 | [diff] [blame] | 2530 | if (!iocbq->context2) |
James Smart | 76bb24e | 2007-10-27 13:38:00 -0400 | [diff] [blame] | 2531 | lpfc_printf_log(phba, |
| 2532 | KERN_ERR, |
| 2533 | LOG_SLI, |
| 2534 | "0343 Ring %d Cannot find " |
| 2535 | "buffer for an unsolicited iocb" |
| 2536 | ". tag 0x%x\n", pring->ringno, |
| 2537 | irsp->un.ulpWord[3]); |
| 2538 | } |
| 2539 | if (irsp->ulpBdeCount == 2) { |
| 2540 | iocbq->context3 = lpfc_sli_get_buff(phba, pring, |
| 2541 | irsp->unsli3.sli3Words[7]); |
James Smart | 9c2face | 2008-01-11 01:53:18 -0500 | [diff] [blame] | 2542 | if (!iocbq->context3) |
James Smart | 76bb24e | 2007-10-27 13:38:00 -0400 | [diff] [blame] | 2543 | lpfc_printf_log(phba, |
| 2544 | KERN_ERR, |
| 2545 | LOG_SLI, |
| 2546 | "0344 Ring %d Cannot find " |
| 2547 | "buffer for an unsolicited " |
| 2548 | "iocb. tag 0x%x\n", |
| 2549 | pring->ringno, |
| 2550 | irsp->unsli3.sli3Words[7]); |
| 2551 | } |
| 2552 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2553 | } |
James Smart | 9c2face | 2008-01-11 01:53:18 -0500 | [diff] [blame] | 2554 | if (irsp->ulpBdeCount != 0 && |
| 2555 | (irsp->ulpCommand == CMD_IOCB_RCV_CONT64_CX || |
| 2556 | irsp->ulpStatus == IOSTAT_INTERMED_RSP)) { |
| 2557 | int found = 0; |
| 2558 | |
| 2559 | /* search continue save q for same XRI */ |
| 2560 | list_for_each_entry(iocbq, &pring->iocb_continue_saveq, clist) { |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 2561 | if (iocbq->iocb.unsli3.rcvsli3.ox_id == |
| 2562 | saveq->iocb.unsli3.rcvsli3.ox_id) { |
James Smart | 9c2face | 2008-01-11 01:53:18 -0500 | [diff] [blame] | 2563 | list_add_tail(&saveq->list, &iocbq->list); |
| 2564 | found = 1; |
| 2565 | break; |
| 2566 | } |
| 2567 | } |
| 2568 | if (!found) |
| 2569 | list_add_tail(&saveq->clist, |
| 2570 | &pring->iocb_continue_saveq); |
| 2571 | if (saveq->iocb.ulpStatus != IOSTAT_INTERMED_RSP) { |
| 2572 | list_del_init(&iocbq->clist); |
| 2573 | saveq = iocbq; |
| 2574 | irsp = &(saveq->iocb); |
| 2575 | } else |
| 2576 | return 0; |
| 2577 | } |
| 2578 | if ((irsp->ulpCommand == CMD_RCV_ELS_REQ64_CX) || |
| 2579 | (irsp->ulpCommand == CMD_RCV_ELS_REQ_CX) || |
| 2580 | (irsp->ulpCommand == CMD_IOCB_RCV_ELS64_CX)) { |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 2581 | Rctl = FC_RCTL_ELS_REQ; |
| 2582 | Type = FC_TYPE_ELS; |
James Smart | 9c2face | 2008-01-11 01:53:18 -0500 | [diff] [blame] | 2583 | } else { |
| 2584 | w5p = (WORD5 *)&(saveq->iocb.un.ulpWord[5]); |
| 2585 | Rctl = w5p->hcsw.Rctl; |
| 2586 | Type = w5p->hcsw.Type; |
| 2587 | |
| 2588 | /* Firmware Workaround */ |
| 2589 | if ((Rctl == 0) && (pring->ringno == LPFC_ELS_RING) && |
| 2590 | (irsp->ulpCommand == CMD_RCV_SEQUENCE64_CX || |
| 2591 | irsp->ulpCommand == CMD_IOCB_RCV_SEQ64_CX)) { |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 2592 | Rctl = FC_RCTL_ELS_REQ; |
| 2593 | Type = FC_TYPE_ELS; |
James Smart | 9c2face | 2008-01-11 01:53:18 -0500 | [diff] [blame] | 2594 | w5p->hcsw.Rctl = Rctl; |
| 2595 | w5p->hcsw.Type = Type; |
| 2596 | } |
| 2597 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2598 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 2599 | if (!lpfc_complete_unsol_iocb(phba, pring, saveq, Rctl, Type)) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2600 | lpfc_printf_log(phba, KERN_WARNING, LOG_SLI, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2601 | "0313 Ring %d handler: unexpected Rctl x%x " |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2602 | "Type x%x received\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2603 | pring->ringno, Rctl, Type); |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 2604 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2605 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2606 | } |
| 2607 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 2608 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 2609 | * lpfc_sli_iocbq_lookup - Find command iocb for the given response iocb |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 2610 | * @phba: Pointer to HBA context object. |
| 2611 | * @pring: Pointer to driver SLI ring object. |
| 2612 | * @prspiocb: Pointer to response iocb object. |
| 2613 | * |
| 2614 | * This function looks up the iocb_lookup table to get the command iocb |
| 2615 | * corresponding to the given response iocb using the iotag of the |
| 2616 | * response iocb. This function is called with the hbalock held. |
| 2617 | * This function returns the command iocb object if it finds the command |
| 2618 | * iocb else returns NULL. |
| 2619 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2620 | static struct lpfc_iocbq * |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2621 | lpfc_sli_iocbq_lookup(struct lpfc_hba *phba, |
| 2622 | struct lpfc_sli_ring *pring, |
| 2623 | struct lpfc_iocbq *prspiocb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2624 | { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2625 | struct lpfc_iocbq *cmd_iocb = NULL; |
| 2626 | uint16_t iotag; |
| 2627 | |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 2628 | iotag = prspiocb->iocb.ulpIoTag; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2629 | |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 2630 | if (iotag != 0 && iotag <= phba->sli.last_iotag) { |
| 2631 | cmd_iocb = phba->sli.iocbq_lookup[iotag]; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2632 | list_del_init(&cmd_iocb->list); |
James Smart | 4f2e66c | 2012-05-09 21:17:07 -0400 | [diff] [blame] | 2633 | if (cmd_iocb->iocb_flag & LPFC_IO_ON_TXCMPLQ) { |
James Smart | 4f2e66c | 2012-05-09 21:17:07 -0400 | [diff] [blame] | 2634 | cmd_iocb->iocb_flag &= ~LPFC_IO_ON_TXCMPLQ; |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 2635 | } |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 2636 | return cmd_iocb; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2637 | } |
| 2638 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2639 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2640 | "0317 iotag x%x is out off " |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 2641 | "range: max iotag x%x wd0 x%x\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2642 | iotag, phba->sli.last_iotag, |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 2643 | *(((uint32_t *) &prspiocb->iocb) + 7)); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2644 | return NULL; |
| 2645 | } |
| 2646 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 2647 | /** |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 2648 | * lpfc_sli_iocbq_lookup_by_tag - Find command iocb for the iotag |
| 2649 | * @phba: Pointer to HBA context object. |
| 2650 | * @pring: Pointer to driver SLI ring object. |
| 2651 | * @iotag: IOCB tag. |
| 2652 | * |
| 2653 | * This function looks up the iocb_lookup table to get the command iocb |
| 2654 | * corresponding to the given iotag. This function is called with the |
| 2655 | * hbalock held. |
| 2656 | * This function returns the command iocb object if it finds the command |
| 2657 | * iocb else returns NULL. |
| 2658 | **/ |
| 2659 | static struct lpfc_iocbq * |
| 2660 | lpfc_sli_iocbq_lookup_by_tag(struct lpfc_hba *phba, |
| 2661 | struct lpfc_sli_ring *pring, uint16_t iotag) |
| 2662 | { |
| 2663 | struct lpfc_iocbq *cmd_iocb; |
| 2664 | |
| 2665 | if (iotag != 0 && iotag <= phba->sli.last_iotag) { |
| 2666 | cmd_iocb = phba->sli.iocbq_lookup[iotag]; |
James Smart | 4f2e66c | 2012-05-09 21:17:07 -0400 | [diff] [blame] | 2667 | if (cmd_iocb->iocb_flag & LPFC_IO_ON_TXCMPLQ) { |
| 2668 | /* remove from txcmpl queue list */ |
| 2669 | list_del_init(&cmd_iocb->list); |
| 2670 | cmd_iocb->iocb_flag &= ~LPFC_IO_ON_TXCMPLQ; |
James Smart | 4f2e66c | 2012-05-09 21:17:07 -0400 | [diff] [blame] | 2671 | return cmd_iocb; |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 2672 | } |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 2673 | } |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 2674 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 2675 | "0372 iotag x%x is out off range: max iotag (x%x)\n", |
| 2676 | iotag, phba->sli.last_iotag); |
| 2677 | return NULL; |
| 2678 | } |
| 2679 | |
| 2680 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 2681 | * lpfc_sli_process_sol_iocb - process solicited iocb completion |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 2682 | * @phba: Pointer to HBA context object. |
| 2683 | * @pring: Pointer to driver SLI ring object. |
| 2684 | * @saveq: Pointer to the response iocb to be processed. |
| 2685 | * |
| 2686 | * This function is called by the ring event handler for non-fcp |
| 2687 | * rings when there is a new response iocb in the response ring. |
| 2688 | * The caller is not required to hold any locks. This function |
| 2689 | * gets the command iocb associated with the response iocb and |
| 2690 | * calls the completion handler for the command iocb. If there |
| 2691 | * is no completion handler, the function will free the resources |
| 2692 | * associated with command iocb. If the response iocb is for |
| 2693 | * an already aborted command iocb, the status of the completion |
| 2694 | * is changed to IOSTAT_LOCAL_REJECT/IOERR_SLI_ABORTED. |
| 2695 | * This function always returns 1. |
| 2696 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2697 | static int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2698 | lpfc_sli_process_sol_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring, |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2699 | struct lpfc_iocbq *saveq) |
| 2700 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2701 | struct lpfc_iocbq *cmdiocbp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2702 | int rc = 1; |
| 2703 | unsigned long iflag; |
| 2704 | |
| 2705 | /* Based on the iotag field, get the cmd IOCB from the txcmplq */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2706 | spin_lock_irqsave(&phba->hbalock, iflag); |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 2707 | cmdiocbp = lpfc_sli_iocbq_lookup(phba, pring, saveq); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2708 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
| 2709 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2710 | if (cmdiocbp) { |
| 2711 | if (cmdiocbp->iocb_cmpl) { |
| 2712 | /* |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 2713 | * If an ELS command failed send an event to mgmt |
| 2714 | * application. |
| 2715 | */ |
| 2716 | if (saveq->iocb.ulpStatus && |
| 2717 | (pring->ringno == LPFC_ELS_RING) && |
| 2718 | (cmdiocbp->iocb.ulpCommand == |
| 2719 | CMD_ELS_REQUEST64_CR)) |
| 2720 | lpfc_send_els_failure_event(phba, |
| 2721 | cmdiocbp, saveq); |
| 2722 | |
| 2723 | /* |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2724 | * Post all ELS completions to the worker thread. |
| 2725 | * All other are passed to the completion callback. |
| 2726 | */ |
| 2727 | if (pring->ringno == LPFC_ELS_RING) { |
James Smart | 341af10 | 2010-01-26 23:07:37 -0500 | [diff] [blame] | 2728 | if ((phba->sli_rev < LPFC_SLI_REV4) && |
| 2729 | (cmdiocbp->iocb_flag & |
| 2730 | LPFC_DRIVER_ABORTED)) { |
| 2731 | spin_lock_irqsave(&phba->hbalock, |
| 2732 | iflag); |
James Smart | 0795107 | 2007-04-25 09:51:38 -0400 | [diff] [blame] | 2733 | cmdiocbp->iocb_flag &= |
| 2734 | ~LPFC_DRIVER_ABORTED; |
James Smart | 341af10 | 2010-01-26 23:07:37 -0500 | [diff] [blame] | 2735 | spin_unlock_irqrestore(&phba->hbalock, |
| 2736 | iflag); |
James Smart | 0795107 | 2007-04-25 09:51:38 -0400 | [diff] [blame] | 2737 | saveq->iocb.ulpStatus = |
| 2738 | IOSTAT_LOCAL_REJECT; |
| 2739 | saveq->iocb.un.ulpWord[4] = |
| 2740 | IOERR_SLI_ABORTED; |
James Smart | 0ff10d4 | 2008-01-11 01:52:36 -0500 | [diff] [blame] | 2741 | |
| 2742 | /* Firmware could still be in progress |
| 2743 | * of DMAing payload, so don't free data |
| 2744 | * buffer till after a hbeat. |
| 2745 | */ |
James Smart | 341af10 | 2010-01-26 23:07:37 -0500 | [diff] [blame] | 2746 | spin_lock_irqsave(&phba->hbalock, |
| 2747 | iflag); |
James Smart | 0ff10d4 | 2008-01-11 01:52:36 -0500 | [diff] [blame] | 2748 | saveq->iocb_flag |= LPFC_DELAY_MEM_FREE; |
James Smart | 341af10 | 2010-01-26 23:07:37 -0500 | [diff] [blame] | 2749 | spin_unlock_irqrestore(&phba->hbalock, |
| 2750 | iflag); |
| 2751 | } |
James Smart | 0f65ff6 | 2010-02-26 14:14:23 -0500 | [diff] [blame] | 2752 | if (phba->sli_rev == LPFC_SLI_REV4) { |
| 2753 | if (saveq->iocb_flag & |
| 2754 | LPFC_EXCHANGE_BUSY) { |
| 2755 | /* Set cmdiocb flag for the |
| 2756 | * exchange busy so sgl (xri) |
| 2757 | * will not be released until |
| 2758 | * the abort xri is received |
| 2759 | * from hba. |
| 2760 | */ |
| 2761 | spin_lock_irqsave( |
| 2762 | &phba->hbalock, iflag); |
| 2763 | cmdiocbp->iocb_flag |= |
| 2764 | LPFC_EXCHANGE_BUSY; |
| 2765 | spin_unlock_irqrestore( |
| 2766 | &phba->hbalock, iflag); |
| 2767 | } |
| 2768 | if (cmdiocbp->iocb_flag & |
| 2769 | LPFC_DRIVER_ABORTED) { |
| 2770 | /* |
| 2771 | * Clear LPFC_DRIVER_ABORTED |
| 2772 | * bit in case it was driver |
| 2773 | * initiated abort. |
| 2774 | */ |
| 2775 | spin_lock_irqsave( |
| 2776 | &phba->hbalock, iflag); |
| 2777 | cmdiocbp->iocb_flag &= |
| 2778 | ~LPFC_DRIVER_ABORTED; |
| 2779 | spin_unlock_irqrestore( |
| 2780 | &phba->hbalock, iflag); |
| 2781 | cmdiocbp->iocb.ulpStatus = |
| 2782 | IOSTAT_LOCAL_REJECT; |
| 2783 | cmdiocbp->iocb.un.ulpWord[4] = |
| 2784 | IOERR_ABORT_REQUESTED; |
| 2785 | /* |
| 2786 | * For SLI4, irsiocb contains |
| 2787 | * NO_XRI in sli_xritag, it |
| 2788 | * shall not affect releasing |
| 2789 | * sgl (xri) process. |
| 2790 | */ |
| 2791 | saveq->iocb.ulpStatus = |
| 2792 | IOSTAT_LOCAL_REJECT; |
| 2793 | saveq->iocb.un.ulpWord[4] = |
| 2794 | IOERR_SLI_ABORTED; |
| 2795 | spin_lock_irqsave( |
| 2796 | &phba->hbalock, iflag); |
| 2797 | saveq->iocb_flag |= |
| 2798 | LPFC_DELAY_MEM_FREE; |
| 2799 | spin_unlock_irqrestore( |
| 2800 | &phba->hbalock, iflag); |
| 2801 | } |
James Smart | 0795107 | 2007-04-25 09:51:38 -0400 | [diff] [blame] | 2802 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2803 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2804 | (cmdiocbp->iocb_cmpl) (phba, cmdiocbp, saveq); |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 2805 | } else |
| 2806 | lpfc_sli_release_iocbq(phba, cmdiocbp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2807 | } else { |
| 2808 | /* |
| 2809 | * Unknown initiating command based on the response iotag. |
| 2810 | * This could be the case on the ELS ring because of |
| 2811 | * lpfc_els_abort(). |
| 2812 | */ |
| 2813 | if (pring->ringno != LPFC_ELS_RING) { |
| 2814 | /* |
| 2815 | * Ring <ringno> handler: unexpected completion IoTag |
| 2816 | * <IoTag> |
| 2817 | */ |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 2818 | lpfc_printf_log(phba, KERN_WARNING, LOG_SLI, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2819 | "0322 Ring %d handler: " |
| 2820 | "unexpected completion IoTag x%x " |
| 2821 | "Data: x%x x%x x%x x%x\n", |
| 2822 | pring->ringno, |
| 2823 | saveq->iocb.ulpIoTag, |
| 2824 | saveq->iocb.ulpStatus, |
| 2825 | saveq->iocb.un.ulpWord[4], |
| 2826 | saveq->iocb.ulpCommand, |
| 2827 | saveq->iocb.ulpContext); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2828 | } |
| 2829 | } |
James.Smart@Emulex.Com | 6887692 | 2005-10-28 20:29:47 -0400 | [diff] [blame] | 2830 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2831 | return rc; |
| 2832 | } |
| 2833 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 2834 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 2835 | * lpfc_sli_rsp_pointers_error - Response ring pointer error handler |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 2836 | * @phba: Pointer to HBA context object. |
| 2837 | * @pring: Pointer to driver SLI ring object. |
| 2838 | * |
| 2839 | * This function is called from the iocb ring event handlers when |
| 2840 | * put pointer is ahead of the get pointer for a ring. This function signal |
| 2841 | * an error attention condition to the worker thread and the worker |
| 2842 | * thread will transition the HBA to offline state. |
| 2843 | **/ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2844 | static void |
| 2845 | lpfc_sli_rsp_pointers_error(struct lpfc_hba *phba, struct lpfc_sli_ring *pring) |
James.Smart@Emulex.Com | 875fbdf | 2005-11-29 16:32:13 -0500 | [diff] [blame] | 2846 | { |
James Smart | 34b02dc | 2008-08-24 21:49:55 -0400 | [diff] [blame] | 2847 | struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno]; |
James.Smart@Emulex.Com | 875fbdf | 2005-11-29 16:32:13 -0500 | [diff] [blame] | 2848 | /* |
Frederik Schwarzer | 025dfda | 2008-10-16 19:02:37 +0200 | [diff] [blame] | 2849 | * Ring <ringno> handler: portRspPut <portRspPut> is bigger than |
James.Smart@Emulex.Com | 875fbdf | 2005-11-29 16:32:13 -0500 | [diff] [blame] | 2850 | * rsp ring <portRspMax> |
| 2851 | */ |
| 2852 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2853 | "0312 Ring %d handler: portRspPut %d " |
Frederik Schwarzer | 025dfda | 2008-10-16 19:02:37 +0200 | [diff] [blame] | 2854 | "is bigger than rsp ring %d\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2855 | pring->ringno, le32_to_cpu(pgp->rspPutInx), |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 2856 | pring->sli.sli3.numRiocb); |
James.Smart@Emulex.Com | 875fbdf | 2005-11-29 16:32:13 -0500 | [diff] [blame] | 2857 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2858 | phba->link_state = LPFC_HBA_ERROR; |
James.Smart@Emulex.Com | 875fbdf | 2005-11-29 16:32:13 -0500 | [diff] [blame] | 2859 | |
| 2860 | /* |
| 2861 | * All error attention handlers are posted to |
| 2862 | * worker thread |
| 2863 | */ |
| 2864 | phba->work_ha |= HA_ERATT; |
| 2865 | phba->work_hs = HS_FFER3; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2866 | |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 2867 | lpfc_worker_wake_up(phba); |
James.Smart@Emulex.Com | 875fbdf | 2005-11-29 16:32:13 -0500 | [diff] [blame] | 2868 | |
| 2869 | return; |
| 2870 | } |
| 2871 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 2872 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 2873 | * lpfc_poll_eratt - Error attention polling timer timeout handler |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 2874 | * @ptr: Pointer to address of HBA context object. |
| 2875 | * |
| 2876 | * This function is invoked by the Error Attention polling timer when the |
| 2877 | * timer times out. It will check the SLI Error Attention register for |
| 2878 | * possible attention events. If so, it will post an Error Attention event |
| 2879 | * and wake up worker thread to process it. Otherwise, it will set up the |
| 2880 | * Error Attention polling timer for the next poll. |
| 2881 | **/ |
| 2882 | void lpfc_poll_eratt(unsigned long ptr) |
| 2883 | { |
| 2884 | struct lpfc_hba *phba; |
James Smart | aa6fbb7 | 2012-08-03 12:36:03 -0400 | [diff] [blame] | 2885 | uint32_t eratt = 0, rem; |
| 2886 | uint64_t sli_intr, cnt; |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 2887 | |
| 2888 | phba = (struct lpfc_hba *)ptr; |
| 2889 | |
James Smart | aa6fbb7 | 2012-08-03 12:36:03 -0400 | [diff] [blame] | 2890 | /* Here we will also keep track of interrupts per sec of the hba */ |
| 2891 | sli_intr = phba->sli.slistat.sli_intr; |
| 2892 | |
| 2893 | if (phba->sli.slistat.sli_prev_intr > sli_intr) |
| 2894 | cnt = (((uint64_t)(-1) - phba->sli.slistat.sli_prev_intr) + |
| 2895 | sli_intr); |
| 2896 | else |
| 2897 | cnt = (sli_intr - phba->sli.slistat.sli_prev_intr); |
| 2898 | |
| 2899 | /* 64-bit integer division not supporte on 32-bit x86 - use do_div */ |
| 2900 | rem = do_div(cnt, LPFC_ERATT_POLL_INTERVAL); |
| 2901 | phba->sli.slistat.sli_ips = cnt; |
| 2902 | |
| 2903 | phba->sli.slistat.sli_prev_intr = sli_intr; |
| 2904 | |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 2905 | /* Check chip HA register for error event */ |
| 2906 | eratt = lpfc_sli_check_eratt(phba); |
| 2907 | |
| 2908 | if (eratt) |
| 2909 | /* Tell the worker thread there is work to do */ |
| 2910 | lpfc_worker_wake_up(phba); |
| 2911 | else |
| 2912 | /* Restart the timer for next eratt poll */ |
James Smart | 256ec0d | 2013-04-17 20:14:58 -0400 | [diff] [blame^] | 2913 | mod_timer(&phba->eratt_poll, |
| 2914 | jiffies + |
| 2915 | msecs_to_jiffies(1000 * LPFC_ERATT_POLL_INTERVAL)); |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 2916 | return; |
| 2917 | } |
| 2918 | |
James.Smart@Emulex.Com | 875fbdf | 2005-11-29 16:32:13 -0500 | [diff] [blame] | 2919 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 2920 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 2921 | * lpfc_sli_handle_fast_ring_event - Handle ring events on FCP ring |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 2922 | * @phba: Pointer to HBA context object. |
| 2923 | * @pring: Pointer to driver SLI ring object. |
| 2924 | * @mask: Host attention register mask for this ring. |
| 2925 | * |
| 2926 | * This function is called from the interrupt context when there is a ring |
| 2927 | * event for the fcp ring. The caller does not hold any lock. |
| 2928 | * The function processes each response iocb in the response ring until it |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 2929 | * finds an iocb with LE bit set and chains all the iocbs up to the iocb with |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 2930 | * LE bit set. The function will call the completion handler of the command iocb |
| 2931 | * if the response iocb indicates a completion for a command iocb or it is |
| 2932 | * an abort completion. The function will call lpfc_sli_process_unsol_iocb |
| 2933 | * function if this is an unsolicited iocb. |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2934 | * This routine presumes LPFC_FCP_RING handling and doesn't bother |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 2935 | * to check it explicitly. |
| 2936 | */ |
| 2937 | int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2938 | lpfc_sli_handle_fast_ring_event(struct lpfc_hba *phba, |
| 2939 | struct lpfc_sli_ring *pring, uint32_t mask) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2940 | { |
James Smart | 34b02dc | 2008-08-24 21:49:55 -0400 | [diff] [blame] | 2941 | struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno]; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2942 | IOCB_t *irsp = NULL; |
James.Smart@Emulex.Com | 87f6eaf | 2005-06-25 10:34:13 -0400 | [diff] [blame] | 2943 | IOCB_t *entry = NULL; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2944 | struct lpfc_iocbq *cmdiocbq = NULL; |
| 2945 | struct lpfc_iocbq rspiocbq; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2946 | uint32_t status; |
| 2947 | uint32_t portRspPut, portRspMax; |
| 2948 | int rc = 1; |
| 2949 | lpfc_iocb_type type; |
| 2950 | unsigned long iflag; |
| 2951 | uint32_t rsp_cmpl = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2952 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2953 | spin_lock_irqsave(&phba->hbalock, iflag); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2954 | pring->stats.iocb_event++; |
| 2955 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2956 | /* |
| 2957 | * The next available response entry should never exceed the maximum |
| 2958 | * entries. If it does, treat it as an adapter hardware error. |
| 2959 | */ |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 2960 | portRspMax = pring->sli.sli3.numRiocb; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2961 | portRspPut = le32_to_cpu(pgp->rspPutInx); |
| 2962 | if (unlikely(portRspPut >= portRspMax)) { |
James.Smart@Emulex.Com | 875fbdf | 2005-11-29 16:32:13 -0500 | [diff] [blame] | 2963 | lpfc_sli_rsp_pointers_error(phba, pring); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2964 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2965 | return 1; |
| 2966 | } |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 2967 | if (phba->fcp_ring_in_use) { |
| 2968 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
| 2969 | return 1; |
| 2970 | } else |
| 2971 | phba->fcp_ring_in_use = 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2972 | |
| 2973 | rmb(); |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 2974 | while (pring->sli.sli3.rspidx != portRspPut) { |
James.Smart@Emulex.Com | 87f6eaf | 2005-06-25 10:34:13 -0400 | [diff] [blame] | 2975 | /* |
| 2976 | * Fetch an entry off the ring and copy it into a local data |
| 2977 | * structure. The copy involves a byte-swap since the |
| 2978 | * network byte order and pci byte orders are different. |
| 2979 | */ |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 2980 | entry = lpfc_resp_iocb(phba, pring); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 2981 | phba->last_completion_time = jiffies; |
James.Smart@Emulex.Com | 875fbdf | 2005-11-29 16:32:13 -0500 | [diff] [blame] | 2982 | |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 2983 | if (++pring->sli.sli3.rspidx >= portRspMax) |
| 2984 | pring->sli.sli3.rspidx = 0; |
James.Smart@Emulex.Com | 875fbdf | 2005-11-29 16:32:13 -0500 | [diff] [blame] | 2985 | |
James.Smart@Emulex.Com | 87f6eaf | 2005-06-25 10:34:13 -0400 | [diff] [blame] | 2986 | lpfc_sli_pcimem_bcopy((uint32_t *) entry, |
| 2987 | (uint32_t *) &rspiocbq.iocb, |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 2988 | phba->iocb_rsp_size); |
James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 2989 | INIT_LIST_HEAD(&(rspiocbq.list)); |
James.Smart@Emulex.Com | 87f6eaf | 2005-06-25 10:34:13 -0400 | [diff] [blame] | 2990 | irsp = &rspiocbq.iocb; |
| 2991 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2992 | type = lpfc_sli_iocb_cmd_type(irsp->ulpCommand & CMD_IOCB_MASK); |
| 2993 | pring->stats.iocb_rsp++; |
| 2994 | rsp_cmpl++; |
| 2995 | |
| 2996 | if (unlikely(irsp->ulpStatus)) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2997 | /* |
| 2998 | * If resource errors reported from HBA, reduce |
| 2999 | * queuedepths of the SCSI device. |
| 3000 | */ |
| 3001 | if ((irsp->ulpStatus == IOSTAT_LOCAL_REJECT) && |
James Smart | e3d2b80 | 2012-08-14 14:25:43 -0400 | [diff] [blame] | 3002 | ((irsp->un.ulpWord[4] & IOERR_PARAM_MASK) == |
| 3003 | IOERR_NO_RESOURCES)) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3004 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 3005 | phba->lpfc_rampdown_queue_depth(phba); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3006 | spin_lock_irqsave(&phba->hbalock, iflag); |
| 3007 | } |
| 3008 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3009 | /* Rsp ring <ringno> error: IOCB */ |
| 3010 | lpfc_printf_log(phba, KERN_WARNING, LOG_SLI, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3011 | "0336 Rsp Ring %d error: IOCB Data: " |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3012 | "x%x x%x x%x x%x x%x x%x x%x x%x\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3013 | pring->ringno, |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3014 | irsp->un.ulpWord[0], |
| 3015 | irsp->un.ulpWord[1], |
| 3016 | irsp->un.ulpWord[2], |
| 3017 | irsp->un.ulpWord[3], |
| 3018 | irsp->un.ulpWord[4], |
| 3019 | irsp->un.ulpWord[5], |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 3020 | *(uint32_t *)&irsp->un1, |
| 3021 | *((uint32_t *)&irsp->un1 + 1)); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3022 | } |
| 3023 | |
| 3024 | switch (type) { |
| 3025 | case LPFC_ABORT_IOCB: |
| 3026 | case LPFC_SOL_IOCB: |
| 3027 | /* |
| 3028 | * Idle exchange closed via ABTS from port. No iocb |
| 3029 | * resources need to be recovered. |
| 3030 | */ |
| 3031 | if (unlikely(irsp->ulpCommand == CMD_XRI_ABORTED_CX)) { |
James Smart | dca9479 | 2006-08-01 07:34:08 -0400 | [diff] [blame] | 3032 | lpfc_printf_log(phba, KERN_INFO, LOG_SLI, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3033 | "0333 IOCB cmd 0x%x" |
James Smart | dca9479 | 2006-08-01 07:34:08 -0400 | [diff] [blame] | 3034 | " processed. Skipping" |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3035 | " completion\n", |
James Smart | dca9479 | 2006-08-01 07:34:08 -0400 | [diff] [blame] | 3036 | irsp->ulpCommand); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3037 | break; |
| 3038 | } |
| 3039 | |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 3040 | cmdiocbq = lpfc_sli_iocbq_lookup(phba, pring, |
| 3041 | &rspiocbq); |
James Smart | 0f65ff6 | 2010-02-26 14:14:23 -0500 | [diff] [blame] | 3042 | if (unlikely(!cmdiocbq)) |
| 3043 | break; |
| 3044 | if (cmdiocbq->iocb_flag & LPFC_DRIVER_ABORTED) |
| 3045 | cmdiocbq->iocb_flag &= ~LPFC_DRIVER_ABORTED; |
| 3046 | if (cmdiocbq->iocb_cmpl) { |
| 3047 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
| 3048 | (cmdiocbq->iocb_cmpl)(phba, cmdiocbq, |
| 3049 | &rspiocbq); |
| 3050 | spin_lock_irqsave(&phba->hbalock, iflag); |
| 3051 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3052 | break; |
James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 3053 | case LPFC_UNSOL_IOCB: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3054 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 3055 | lpfc_sli_process_unsol_iocb(phba, pring, &rspiocbq); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3056 | spin_lock_irqsave(&phba->hbalock, iflag); |
James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 3057 | break; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3058 | default: |
| 3059 | if (irsp->ulpCommand == CMD_ADAPTER_MSG) { |
| 3060 | char adaptermsg[LPFC_MAX_ADPTMSG]; |
| 3061 | memset(adaptermsg, 0, LPFC_MAX_ADPTMSG); |
| 3062 | memcpy(&adaptermsg[0], (uint8_t *) irsp, |
| 3063 | MAX_MSG_DATA); |
Joe Perches | 898eb71 | 2007-10-18 03:06:30 -0700 | [diff] [blame] | 3064 | dev_warn(&((phba->pcidev)->dev), |
| 3065 | "lpfc%d: %s\n", |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3066 | phba->brd_no, adaptermsg); |
| 3067 | } else { |
| 3068 | /* Unknown IOCB command */ |
| 3069 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3070 | "0334 Unknown IOCB command " |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3071 | "Data: x%x, x%x x%x x%x x%x\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3072 | type, irsp->ulpCommand, |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3073 | irsp->ulpStatus, |
| 3074 | irsp->ulpIoTag, |
| 3075 | irsp->ulpContext); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3076 | } |
| 3077 | break; |
| 3078 | } |
| 3079 | |
| 3080 | /* |
| 3081 | * The response IOCB has been processed. Update the ring |
| 3082 | * pointer in SLIM. If the port response put pointer has not |
| 3083 | * been updated, sync the pgp->rspPutInx and fetch the new port |
| 3084 | * response put pointer. |
| 3085 | */ |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 3086 | writel(pring->sli.sli3.rspidx, |
| 3087 | &phba->host_gp[pring->ringno].rspGetInx); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3088 | |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 3089 | if (pring->sli.sli3.rspidx == portRspPut) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3090 | portRspPut = le32_to_cpu(pgp->rspPutInx); |
| 3091 | } |
| 3092 | |
| 3093 | if ((rsp_cmpl > 0) && (mask & HA_R0RE_REQ)) { |
| 3094 | pring->stats.iocb_rsp_full++; |
| 3095 | status = ((CA_R0ATT | CA_R0RE_RSP) << (pring->ringno * 4)); |
| 3096 | writel(status, phba->CAregaddr); |
| 3097 | readl(phba->CAregaddr); |
| 3098 | } |
| 3099 | if ((mask & HA_R0CE_RSP) && (pring->flag & LPFC_CALL_RING_AVAILABLE)) { |
| 3100 | pring->flag &= ~LPFC_CALL_RING_AVAILABLE; |
| 3101 | pring->stats.iocb_cmd_empty++; |
| 3102 | |
| 3103 | /* Force update of the local copy of cmdGetInx */ |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 3104 | pring->sli.sli3.local_getidx = le32_to_cpu(pgp->cmdGetInx); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3105 | lpfc_sli_resume_iocb(phba, pring); |
| 3106 | |
| 3107 | if ((pring->lpfc_sli_cmd_available)) |
| 3108 | (pring->lpfc_sli_cmd_available) (phba, pring); |
| 3109 | |
| 3110 | } |
| 3111 | |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 3112 | phba->fcp_ring_in_use = 0; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3113 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3114 | return rc; |
| 3115 | } |
| 3116 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 3117 | /** |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 3118 | * lpfc_sli_sp_handle_rspiocb - Handle slow-path response iocb |
| 3119 | * @phba: Pointer to HBA context object. |
| 3120 | * @pring: Pointer to driver SLI ring object. |
| 3121 | * @rspiocbp: Pointer to driver response IOCB object. |
| 3122 | * |
| 3123 | * This function is called from the worker thread when there is a slow-path |
| 3124 | * response IOCB to process. This function chains all the response iocbs until |
| 3125 | * seeing the iocb with the LE bit set. The function will call |
| 3126 | * lpfc_sli_process_sol_iocb function if the response iocb indicates a |
| 3127 | * completion of a command iocb. The function will call the |
| 3128 | * lpfc_sli_process_unsol_iocb function if this is an unsolicited iocb. |
| 3129 | * The function frees the resources or calls the completion handler if this |
| 3130 | * iocb is an abort completion. The function returns NULL when the response |
| 3131 | * iocb has the LE bit set and all the chained iocbs are processed, otherwise |
| 3132 | * this function shall chain the iocb on to the iocb_continueq and return the |
| 3133 | * response iocb passed in. |
| 3134 | **/ |
| 3135 | static struct lpfc_iocbq * |
| 3136 | lpfc_sli_sp_handle_rspiocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring, |
| 3137 | struct lpfc_iocbq *rspiocbp) |
| 3138 | { |
| 3139 | struct lpfc_iocbq *saveq; |
| 3140 | struct lpfc_iocbq *cmdiocbp; |
| 3141 | struct lpfc_iocbq *next_iocb; |
| 3142 | IOCB_t *irsp = NULL; |
| 3143 | uint32_t free_saveq; |
| 3144 | uint8_t iocb_cmd_type; |
| 3145 | lpfc_iocb_type type; |
| 3146 | unsigned long iflag; |
| 3147 | int rc; |
| 3148 | |
| 3149 | spin_lock_irqsave(&phba->hbalock, iflag); |
| 3150 | /* First add the response iocb to the countinueq list */ |
| 3151 | list_add_tail(&rspiocbp->list, &(pring->iocb_continueq)); |
| 3152 | pring->iocb_continueq_cnt++; |
| 3153 | |
Justin P. Mattock | 70f23fd | 2011-05-10 10:16:21 +0200 | [diff] [blame] | 3154 | /* Now, determine whether the list is completed for processing */ |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 3155 | irsp = &rspiocbp->iocb; |
| 3156 | if (irsp->ulpLe) { |
| 3157 | /* |
| 3158 | * By default, the driver expects to free all resources |
| 3159 | * associated with this iocb completion. |
| 3160 | */ |
| 3161 | free_saveq = 1; |
| 3162 | saveq = list_get_first(&pring->iocb_continueq, |
| 3163 | struct lpfc_iocbq, list); |
| 3164 | irsp = &(saveq->iocb); |
| 3165 | list_del_init(&pring->iocb_continueq); |
| 3166 | pring->iocb_continueq_cnt = 0; |
| 3167 | |
| 3168 | pring->stats.iocb_rsp++; |
| 3169 | |
| 3170 | /* |
| 3171 | * If resource errors reported from HBA, reduce |
| 3172 | * queuedepths of the SCSI device. |
| 3173 | */ |
| 3174 | if ((irsp->ulpStatus == IOSTAT_LOCAL_REJECT) && |
James Smart | e3d2b80 | 2012-08-14 14:25:43 -0400 | [diff] [blame] | 3175 | ((irsp->un.ulpWord[4] & IOERR_PARAM_MASK) == |
| 3176 | IOERR_NO_RESOURCES)) { |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 3177 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
| 3178 | phba->lpfc_rampdown_queue_depth(phba); |
| 3179 | spin_lock_irqsave(&phba->hbalock, iflag); |
| 3180 | } |
| 3181 | |
| 3182 | if (irsp->ulpStatus) { |
| 3183 | /* Rsp ring <ringno> error: IOCB */ |
| 3184 | lpfc_printf_log(phba, KERN_WARNING, LOG_SLI, |
| 3185 | "0328 Rsp Ring %d error: " |
| 3186 | "IOCB Data: " |
| 3187 | "x%x x%x x%x x%x " |
| 3188 | "x%x x%x x%x x%x " |
| 3189 | "x%x x%x x%x x%x " |
| 3190 | "x%x x%x x%x x%x\n", |
| 3191 | pring->ringno, |
| 3192 | irsp->un.ulpWord[0], |
| 3193 | irsp->un.ulpWord[1], |
| 3194 | irsp->un.ulpWord[2], |
| 3195 | irsp->un.ulpWord[3], |
| 3196 | irsp->un.ulpWord[4], |
| 3197 | irsp->un.ulpWord[5], |
| 3198 | *(((uint32_t *) irsp) + 6), |
| 3199 | *(((uint32_t *) irsp) + 7), |
| 3200 | *(((uint32_t *) irsp) + 8), |
| 3201 | *(((uint32_t *) irsp) + 9), |
| 3202 | *(((uint32_t *) irsp) + 10), |
| 3203 | *(((uint32_t *) irsp) + 11), |
| 3204 | *(((uint32_t *) irsp) + 12), |
| 3205 | *(((uint32_t *) irsp) + 13), |
| 3206 | *(((uint32_t *) irsp) + 14), |
| 3207 | *(((uint32_t *) irsp) + 15)); |
| 3208 | } |
| 3209 | |
| 3210 | /* |
| 3211 | * Fetch the IOCB command type and call the correct completion |
| 3212 | * routine. Solicited and Unsolicited IOCBs on the ELS ring |
| 3213 | * get freed back to the lpfc_iocb_list by the discovery |
| 3214 | * kernel thread. |
| 3215 | */ |
| 3216 | iocb_cmd_type = irsp->ulpCommand & CMD_IOCB_MASK; |
| 3217 | type = lpfc_sli_iocb_cmd_type(iocb_cmd_type); |
| 3218 | switch (type) { |
| 3219 | case LPFC_SOL_IOCB: |
| 3220 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
| 3221 | rc = lpfc_sli_process_sol_iocb(phba, pring, saveq); |
| 3222 | spin_lock_irqsave(&phba->hbalock, iflag); |
| 3223 | break; |
| 3224 | |
| 3225 | case LPFC_UNSOL_IOCB: |
| 3226 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
| 3227 | rc = lpfc_sli_process_unsol_iocb(phba, pring, saveq); |
| 3228 | spin_lock_irqsave(&phba->hbalock, iflag); |
| 3229 | if (!rc) |
| 3230 | free_saveq = 0; |
| 3231 | break; |
| 3232 | |
| 3233 | case LPFC_ABORT_IOCB: |
| 3234 | cmdiocbp = NULL; |
| 3235 | if (irsp->ulpCommand != CMD_XRI_ABORTED_CX) |
| 3236 | cmdiocbp = lpfc_sli_iocbq_lookup(phba, pring, |
| 3237 | saveq); |
| 3238 | if (cmdiocbp) { |
| 3239 | /* Call the specified completion routine */ |
| 3240 | if (cmdiocbp->iocb_cmpl) { |
| 3241 | spin_unlock_irqrestore(&phba->hbalock, |
| 3242 | iflag); |
| 3243 | (cmdiocbp->iocb_cmpl)(phba, cmdiocbp, |
| 3244 | saveq); |
| 3245 | spin_lock_irqsave(&phba->hbalock, |
| 3246 | iflag); |
| 3247 | } else |
| 3248 | __lpfc_sli_release_iocbq(phba, |
| 3249 | cmdiocbp); |
| 3250 | } |
| 3251 | break; |
| 3252 | |
| 3253 | case LPFC_UNKNOWN_IOCB: |
| 3254 | if (irsp->ulpCommand == CMD_ADAPTER_MSG) { |
| 3255 | char adaptermsg[LPFC_MAX_ADPTMSG]; |
| 3256 | memset(adaptermsg, 0, LPFC_MAX_ADPTMSG); |
| 3257 | memcpy(&adaptermsg[0], (uint8_t *)irsp, |
| 3258 | MAX_MSG_DATA); |
| 3259 | dev_warn(&((phba->pcidev)->dev), |
| 3260 | "lpfc%d: %s\n", |
| 3261 | phba->brd_no, adaptermsg); |
| 3262 | } else { |
| 3263 | /* Unknown IOCB command */ |
| 3264 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 3265 | "0335 Unknown IOCB " |
| 3266 | "command Data: x%x " |
| 3267 | "x%x x%x x%x\n", |
| 3268 | irsp->ulpCommand, |
| 3269 | irsp->ulpStatus, |
| 3270 | irsp->ulpIoTag, |
| 3271 | irsp->ulpContext); |
| 3272 | } |
| 3273 | break; |
| 3274 | } |
| 3275 | |
| 3276 | if (free_saveq) { |
| 3277 | list_for_each_entry_safe(rspiocbp, next_iocb, |
| 3278 | &saveq->list, list) { |
| 3279 | list_del(&rspiocbp->list); |
| 3280 | __lpfc_sli_release_iocbq(phba, rspiocbp); |
| 3281 | } |
| 3282 | __lpfc_sli_release_iocbq(phba, saveq); |
| 3283 | } |
| 3284 | rspiocbp = NULL; |
| 3285 | } |
| 3286 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
| 3287 | return rspiocbp; |
| 3288 | } |
| 3289 | |
| 3290 | /** |
| 3291 | * lpfc_sli_handle_slow_ring_event - Wrapper func for handling slow-path iocbs |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 3292 | * @phba: Pointer to HBA context object. |
| 3293 | * @pring: Pointer to driver SLI ring object. |
| 3294 | * @mask: Host attention register mask for this ring. |
| 3295 | * |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 3296 | * This routine wraps the actual slow_ring event process routine from the |
| 3297 | * API jump table function pointer from the lpfc_hba struct. |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 3298 | **/ |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 3299 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3300 | lpfc_sli_handle_slow_ring_event(struct lpfc_hba *phba, |
| 3301 | struct lpfc_sli_ring *pring, uint32_t mask) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3302 | { |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 3303 | phba->lpfc_sli_handle_slow_ring_event(phba, pring, mask); |
| 3304 | } |
| 3305 | |
| 3306 | /** |
| 3307 | * lpfc_sli_handle_slow_ring_event_s3 - Handle SLI3 ring event for non-FCP rings |
| 3308 | * @phba: Pointer to HBA context object. |
| 3309 | * @pring: Pointer to driver SLI ring object. |
| 3310 | * @mask: Host attention register mask for this ring. |
| 3311 | * |
| 3312 | * This function is called from the worker thread when there is a ring event |
| 3313 | * for non-fcp rings. The caller does not hold any lock. The function will |
| 3314 | * remove each response iocb in the response ring and calls the handle |
| 3315 | * response iocb routine (lpfc_sli_sp_handle_rspiocb) to process it. |
| 3316 | **/ |
| 3317 | static void |
| 3318 | lpfc_sli_handle_slow_ring_event_s3(struct lpfc_hba *phba, |
| 3319 | struct lpfc_sli_ring *pring, uint32_t mask) |
| 3320 | { |
James Smart | 34b02dc | 2008-08-24 21:49:55 -0400 | [diff] [blame] | 3321 | struct lpfc_pgp *pgp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3322 | IOCB_t *entry; |
| 3323 | IOCB_t *irsp = NULL; |
| 3324 | struct lpfc_iocbq *rspiocbp = NULL; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3325 | uint32_t portRspPut, portRspMax; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3326 | unsigned long iflag; |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 3327 | uint32_t status; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3328 | |
James Smart | 34b02dc | 2008-08-24 21:49:55 -0400 | [diff] [blame] | 3329 | pgp = &phba->port_gp[pring->ringno]; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3330 | spin_lock_irqsave(&phba->hbalock, iflag); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3331 | pring->stats.iocb_event++; |
| 3332 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3333 | /* |
| 3334 | * The next available response entry should never exceed the maximum |
| 3335 | * entries. If it does, treat it as an adapter hardware error. |
| 3336 | */ |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 3337 | portRspMax = pring->sli.sli3.numRiocb; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3338 | portRspPut = le32_to_cpu(pgp->rspPutInx); |
| 3339 | if (portRspPut >= portRspMax) { |
| 3340 | /* |
Frederik Schwarzer | 025dfda | 2008-10-16 19:02:37 +0200 | [diff] [blame] | 3341 | * Ring <ringno> handler: portRspPut <portRspPut> is bigger than |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3342 | * rsp ring <portRspMax> |
| 3343 | */ |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 3344 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3345 | "0303 Ring %d handler: portRspPut %d " |
Frederik Schwarzer | 025dfda | 2008-10-16 19:02:37 +0200 | [diff] [blame] | 3346 | "is bigger than rsp ring %d\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3347 | pring->ringno, portRspPut, portRspMax); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3348 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3349 | phba->link_state = LPFC_HBA_ERROR; |
| 3350 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3351 | |
| 3352 | phba->work_hs = HS_FFER3; |
| 3353 | lpfc_handle_eratt(phba); |
| 3354 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 3355 | return; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3356 | } |
| 3357 | |
| 3358 | rmb(); |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 3359 | while (pring->sli.sli3.rspidx != portRspPut) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3360 | /* |
| 3361 | * Build a completion list and call the appropriate handler. |
| 3362 | * The process is to get the next available response iocb, get |
| 3363 | * a free iocb from the list, copy the response data into the |
| 3364 | * free iocb, insert to the continuation list, and update the |
| 3365 | * next response index to slim. This process makes response |
| 3366 | * iocb's in the ring available to DMA as fast as possible but |
| 3367 | * pays a penalty for a copy operation. Since the iocb is |
| 3368 | * only 32 bytes, this penalty is considered small relative to |
| 3369 | * the PCI reads for register values and a slim write. When |
| 3370 | * the ulpLe field is set, the entire Command has been |
| 3371 | * received. |
| 3372 | */ |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 3373 | entry = lpfc_resp_iocb(phba, pring); |
| 3374 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3375 | phba->last_completion_time = jiffies; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3376 | rspiocbp = __lpfc_sli_get_iocbq(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3377 | if (rspiocbp == NULL) { |
| 3378 | printk(KERN_ERR "%s: out of buffers! Failing " |
Harvey Harrison | cadbd4a | 2008-07-03 23:47:27 -0700 | [diff] [blame] | 3379 | "completion.\n", __func__); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3380 | break; |
| 3381 | } |
| 3382 | |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 3383 | lpfc_sli_pcimem_bcopy(entry, &rspiocbp->iocb, |
| 3384 | phba->iocb_rsp_size); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3385 | irsp = &rspiocbp->iocb; |
| 3386 | |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 3387 | if (++pring->sli.sli3.rspidx >= portRspMax) |
| 3388 | pring->sli.sli3.rspidx = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3389 | |
James Smart | a58cbd5 | 2007-08-02 11:09:43 -0400 | [diff] [blame] | 3390 | if (pring->ringno == LPFC_ELS_RING) { |
| 3391 | lpfc_debugfs_slow_ring_trc(phba, |
| 3392 | "IOCB rsp ring: wd4:x%08x wd6:x%08x wd7:x%08x", |
| 3393 | *(((uint32_t *) irsp) + 4), |
| 3394 | *(((uint32_t *) irsp) + 6), |
| 3395 | *(((uint32_t *) irsp) + 7)); |
| 3396 | } |
| 3397 | |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 3398 | writel(pring->sli.sli3.rspidx, |
| 3399 | &phba->host_gp[pring->ringno].rspGetInx); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3400 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 3401 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
| 3402 | /* Handle the response IOCB */ |
| 3403 | rspiocbp = lpfc_sli_sp_handle_rspiocb(phba, pring, rspiocbp); |
| 3404 | spin_lock_irqsave(&phba->hbalock, iflag); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3405 | |
| 3406 | /* |
| 3407 | * If the port response put pointer has not been updated, sync |
| 3408 | * the pgp->rspPutInx in the MAILBOX_tand fetch the new port |
| 3409 | * response put pointer. |
| 3410 | */ |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 3411 | if (pring->sli.sli3.rspidx == portRspPut) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3412 | portRspPut = le32_to_cpu(pgp->rspPutInx); |
| 3413 | } |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 3414 | } /* while (pring->sli.sli3.rspidx != portRspPut) */ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3415 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3416 | if ((rspiocbp != NULL) && (mask & HA_R0RE_REQ)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3417 | /* At least one response entry has been freed */ |
| 3418 | pring->stats.iocb_rsp_full++; |
| 3419 | /* SET RxRE_RSP in Chip Att register */ |
| 3420 | status = ((CA_R0ATT | CA_R0RE_RSP) << (pring->ringno * 4)); |
| 3421 | writel(status, phba->CAregaddr); |
| 3422 | readl(phba->CAregaddr); /* flush */ |
| 3423 | } |
| 3424 | if ((mask & HA_R0CE_RSP) && (pring->flag & LPFC_CALL_RING_AVAILABLE)) { |
| 3425 | pring->flag &= ~LPFC_CALL_RING_AVAILABLE; |
| 3426 | pring->stats.iocb_cmd_empty++; |
| 3427 | |
| 3428 | /* Force update of the local copy of cmdGetInx */ |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 3429 | pring->sli.sli3.local_getidx = le32_to_cpu(pgp->cmdGetInx); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3430 | lpfc_sli_resume_iocb(phba, pring); |
| 3431 | |
| 3432 | if ((pring->lpfc_sli_cmd_available)) |
| 3433 | (pring->lpfc_sli_cmd_available) (phba, pring); |
| 3434 | |
| 3435 | } |
| 3436 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3437 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 3438 | return; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3439 | } |
| 3440 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 3441 | /** |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 3442 | * lpfc_sli_handle_slow_ring_event_s4 - Handle SLI4 slow-path els events |
| 3443 | * @phba: Pointer to HBA context object. |
| 3444 | * @pring: Pointer to driver SLI ring object. |
| 3445 | * @mask: Host attention register mask for this ring. |
| 3446 | * |
| 3447 | * This function is called from the worker thread when there is a pending |
| 3448 | * ELS response iocb on the driver internal slow-path response iocb worker |
| 3449 | * queue. The caller does not hold any lock. The function will remove each |
| 3450 | * response iocb from the response worker queue and calls the handle |
| 3451 | * response iocb routine (lpfc_sli_sp_handle_rspiocb) to process it. |
| 3452 | **/ |
| 3453 | static void |
| 3454 | lpfc_sli_handle_slow_ring_event_s4(struct lpfc_hba *phba, |
| 3455 | struct lpfc_sli_ring *pring, uint32_t mask) |
| 3456 | { |
| 3457 | struct lpfc_iocbq *irspiocbq; |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 3458 | struct hbq_dmabuf *dmabuf; |
| 3459 | struct lpfc_cq_event *cq_event; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 3460 | unsigned long iflag; |
| 3461 | |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 3462 | spin_lock_irqsave(&phba->hbalock, iflag); |
| 3463 | phba->hba_flag &= ~HBA_SP_QUEUE_EVT; |
| 3464 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
| 3465 | while (!list_empty(&phba->sli4_hba.sp_queue_event)) { |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 3466 | /* Get the response iocb from the head of work queue */ |
| 3467 | spin_lock_irqsave(&phba->hbalock, iflag); |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 3468 | list_remove_head(&phba->sli4_hba.sp_queue_event, |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 3469 | cq_event, struct lpfc_cq_event, list); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 3470 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 3471 | |
| 3472 | switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) { |
| 3473 | case CQE_CODE_COMPL_WQE: |
| 3474 | irspiocbq = container_of(cq_event, struct lpfc_iocbq, |
| 3475 | cq_event); |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 3476 | /* Translate ELS WCQE to response IOCBQ */ |
| 3477 | irspiocbq = lpfc_sli4_els_wcqe_to_rspiocbq(phba, |
| 3478 | irspiocbq); |
| 3479 | if (irspiocbq) |
| 3480 | lpfc_sli_sp_handle_rspiocb(phba, pring, |
| 3481 | irspiocbq); |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 3482 | break; |
| 3483 | case CQE_CODE_RECEIVE: |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 3484 | case CQE_CODE_RECEIVE_V1: |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 3485 | dmabuf = container_of(cq_event, struct hbq_dmabuf, |
| 3486 | cq_event); |
| 3487 | lpfc_sli4_handle_received_buffer(phba, dmabuf); |
| 3488 | break; |
| 3489 | default: |
| 3490 | break; |
| 3491 | } |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 3492 | } |
| 3493 | } |
| 3494 | |
| 3495 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 3496 | * lpfc_sli_abort_iocb_ring - Abort all iocbs in the ring |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 3497 | * @phba: Pointer to HBA context object. |
| 3498 | * @pring: Pointer to driver SLI ring object. |
| 3499 | * |
| 3500 | * This function aborts all iocbs in the given ring and frees all the iocb |
| 3501 | * objects in txq. This function issues an abort iocb for all the iocb commands |
| 3502 | * in txcmplq. The iocbs in the txcmplq is not guaranteed to complete before |
| 3503 | * the return of this function. The caller is not required to hold any locks. |
| 3504 | **/ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3505 | void |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3506 | lpfc_sli_abort_iocb_ring(struct lpfc_hba *phba, struct lpfc_sli_ring *pring) |
| 3507 | { |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 3508 | LIST_HEAD(completions); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3509 | struct lpfc_iocbq *iocb, *next_iocb; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3510 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3511 | if (pring->ringno == LPFC_ELS_RING) { |
| 3512 | lpfc_fabric_abort_hba(phba); |
| 3513 | } |
| 3514 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3515 | /* Error everything on txq and txcmplq |
| 3516 | * First do the txq. |
| 3517 | */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3518 | spin_lock_irq(&phba->hbalock); |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 3519 | list_splice_init(&pring->txq, &completions); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3520 | |
| 3521 | /* Next issue ABTS for everything on the txcmplq */ |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 3522 | list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) |
| 3523 | lpfc_sli_issue_abort_iotag(phba, pring, iocb); |
| 3524 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3525 | spin_unlock_irq(&phba->hbalock); |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 3526 | |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 3527 | /* Cancel all the IOCBs from the completions list */ |
| 3528 | lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT, |
| 3529 | IOERR_SLI_ABORTED); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3530 | } |
| 3531 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 3532 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 3533 | * lpfc_sli_flush_fcp_rings - flush all iocbs in the fcp ring |
James Smart | a8e497d | 2008-08-24 21:50:11 -0400 | [diff] [blame] | 3534 | * @phba: Pointer to HBA context object. |
| 3535 | * |
| 3536 | * This function flushes all iocbs in the fcp ring and frees all the iocb |
| 3537 | * objects in txq and txcmplq. This function will not issue abort iocbs |
| 3538 | * for all the iocb commands in txcmplq, they will just be returned with |
| 3539 | * IOERR_SLI_DOWN. This function is invoked with EEH when device's PCI |
| 3540 | * slot has been permanently disabled. |
| 3541 | **/ |
| 3542 | void |
| 3543 | lpfc_sli_flush_fcp_rings(struct lpfc_hba *phba) |
| 3544 | { |
| 3545 | LIST_HEAD(txq); |
| 3546 | LIST_HEAD(txcmplq); |
James Smart | a8e497d | 2008-08-24 21:50:11 -0400 | [diff] [blame] | 3547 | struct lpfc_sli *psli = &phba->sli; |
| 3548 | struct lpfc_sli_ring *pring; |
| 3549 | |
| 3550 | /* Currently, only one fcp ring */ |
| 3551 | pring = &psli->ring[psli->fcp_ring]; |
| 3552 | |
| 3553 | spin_lock_irq(&phba->hbalock); |
| 3554 | /* Retrieve everything on txq */ |
| 3555 | list_splice_init(&pring->txq, &txq); |
James Smart | a8e497d | 2008-08-24 21:50:11 -0400 | [diff] [blame] | 3556 | |
| 3557 | /* Retrieve everything on the txcmplq */ |
| 3558 | list_splice_init(&pring->txcmplq, &txcmplq); |
James Smart | 4f2e66c | 2012-05-09 21:17:07 -0400 | [diff] [blame] | 3559 | |
| 3560 | /* Indicate the I/O queues are flushed */ |
| 3561 | phba->hba_flag |= HBA_FCP_IOQ_FLUSH; |
James Smart | a8e497d | 2008-08-24 21:50:11 -0400 | [diff] [blame] | 3562 | spin_unlock_irq(&phba->hbalock); |
| 3563 | |
| 3564 | /* Flush the txq */ |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 3565 | lpfc_sli_cancel_iocbs(phba, &txq, IOSTAT_LOCAL_REJECT, |
| 3566 | IOERR_SLI_DOWN); |
James Smart | a8e497d | 2008-08-24 21:50:11 -0400 | [diff] [blame] | 3567 | |
| 3568 | /* Flush the txcmpq */ |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 3569 | lpfc_sli_cancel_iocbs(phba, &txcmplq, IOSTAT_LOCAL_REJECT, |
| 3570 | IOERR_SLI_DOWN); |
James Smart | a8e497d | 2008-08-24 21:50:11 -0400 | [diff] [blame] | 3571 | } |
| 3572 | |
| 3573 | /** |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 3574 | * lpfc_sli_brdready_s3 - Check for sli3 host ready status |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 3575 | * @phba: Pointer to HBA context object. |
| 3576 | * @mask: Bit mask to be checked. |
| 3577 | * |
| 3578 | * This function reads the host status register and compares |
| 3579 | * with the provided bit mask to check if HBA completed |
| 3580 | * the restart. This function will wait in a loop for the |
| 3581 | * HBA to complete restart. If the HBA does not restart within |
| 3582 | * 15 iterations, the function will reset the HBA again. The |
| 3583 | * function returns 1 when HBA fail to restart otherwise returns |
| 3584 | * zero. |
| 3585 | **/ |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 3586 | static int |
| 3587 | lpfc_sli_brdready_s3(struct lpfc_hba *phba, uint32_t mask) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3588 | { |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3589 | uint32_t status; |
| 3590 | int i = 0; |
| 3591 | int retval = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3592 | |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3593 | /* Read the HBA Host Status Register */ |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 3594 | if (lpfc_readl(phba->HSregaddr, &status)) |
| 3595 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3596 | |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3597 | /* |
| 3598 | * Check status register every 100ms for 5 retries, then every |
| 3599 | * 500ms for 5, then every 2.5 sec for 5, then reset board and |
| 3600 | * every 2.5 sec for 4. |
| 3601 | * Break our of the loop if errors occurred during init. |
| 3602 | */ |
| 3603 | while (((status & mask) != mask) && |
| 3604 | !(status & HS_FFERM) && |
| 3605 | i++ < 20) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3606 | |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3607 | if (i <= 5) |
| 3608 | msleep(10); |
| 3609 | else if (i <= 10) |
| 3610 | msleep(500); |
| 3611 | else |
| 3612 | msleep(2500); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3613 | |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3614 | if (i == 15) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3615 | /* Do post */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3616 | phba->pport->port_state = LPFC_VPORT_UNKNOWN; |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3617 | lpfc_sli_brdrestart(phba); |
| 3618 | } |
| 3619 | /* Read the HBA Host Status Register */ |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 3620 | if (lpfc_readl(phba->HSregaddr, &status)) { |
| 3621 | retval = 1; |
| 3622 | break; |
| 3623 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3624 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3625 | |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3626 | /* Check to see if any errors occurred during init */ |
| 3627 | if ((status & HS_FFERM) || (i >= 20)) { |
James Smart | e40a02c | 2010-02-26 14:13:54 -0500 | [diff] [blame] | 3628 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 3629 | "2751 Adapter failed to restart, " |
| 3630 | "status reg x%x, FW Data: A8 x%x AC x%x\n", |
| 3631 | status, |
| 3632 | readl(phba->MBslimaddr + 0xa8), |
| 3633 | readl(phba->MBslimaddr + 0xac)); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3634 | phba->link_state = LPFC_HBA_ERROR; |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3635 | retval = 1; |
| 3636 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3637 | |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3638 | return retval; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3639 | } |
| 3640 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 3641 | /** |
| 3642 | * lpfc_sli_brdready_s4 - Check for sli4 host ready status |
| 3643 | * @phba: Pointer to HBA context object. |
| 3644 | * @mask: Bit mask to be checked. |
| 3645 | * |
| 3646 | * This function checks the host status register to check if HBA is |
| 3647 | * ready. This function will wait in a loop for the HBA to be ready |
| 3648 | * If the HBA is not ready , the function will will reset the HBA PCI |
| 3649 | * function again. The function returns 1 when HBA fail to be ready |
| 3650 | * otherwise returns zero. |
| 3651 | **/ |
| 3652 | static int |
| 3653 | lpfc_sli_brdready_s4(struct lpfc_hba *phba, uint32_t mask) |
| 3654 | { |
| 3655 | uint32_t status; |
| 3656 | int retval = 0; |
| 3657 | |
| 3658 | /* Read the HBA Host Status Register */ |
| 3659 | status = lpfc_sli4_post_status_check(phba); |
| 3660 | |
| 3661 | if (status) { |
| 3662 | phba->pport->port_state = LPFC_VPORT_UNKNOWN; |
| 3663 | lpfc_sli_brdrestart(phba); |
| 3664 | status = lpfc_sli4_post_status_check(phba); |
| 3665 | } |
| 3666 | |
| 3667 | /* Check to see if any errors occurred during init */ |
| 3668 | if (status) { |
| 3669 | phba->link_state = LPFC_HBA_ERROR; |
| 3670 | retval = 1; |
| 3671 | } else |
| 3672 | phba->sli4_hba.intr_enable = 0; |
| 3673 | |
| 3674 | return retval; |
| 3675 | } |
| 3676 | |
| 3677 | /** |
| 3678 | * lpfc_sli_brdready - Wrapper func for checking the hba readyness |
| 3679 | * @phba: Pointer to HBA context object. |
| 3680 | * @mask: Bit mask to be checked. |
| 3681 | * |
| 3682 | * This routine wraps the actual SLI3 or SLI4 hba readyness check routine |
| 3683 | * from the API jump table function pointer from the lpfc_hba struct. |
| 3684 | **/ |
| 3685 | int |
| 3686 | lpfc_sli_brdready(struct lpfc_hba *phba, uint32_t mask) |
| 3687 | { |
| 3688 | return phba->lpfc_sli_brdready(phba, mask); |
| 3689 | } |
| 3690 | |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 3691 | #define BARRIER_TEST_PATTERN (0xdeadbeef) |
| 3692 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 3693 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 3694 | * lpfc_reset_barrier - Make HBA ready for HBA reset |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 3695 | * @phba: Pointer to HBA context object. |
| 3696 | * |
James Smart | 1b51197 | 2011-12-13 13:23:09 -0500 | [diff] [blame] | 3697 | * This function is called before resetting an HBA. This function is called |
| 3698 | * with hbalock held and requests HBA to quiesce DMAs before a reset. |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 3699 | **/ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3700 | void lpfc_reset_barrier(struct lpfc_hba *phba) |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 3701 | { |
James Smart | 65a29c1 | 2006-07-06 15:50:50 -0400 | [diff] [blame] | 3702 | uint32_t __iomem *resp_buf; |
| 3703 | uint32_t __iomem *mbox_buf; |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 3704 | volatile uint32_t mbox; |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 3705 | uint32_t hc_copy, ha_copy, resp_data; |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 3706 | int i; |
| 3707 | uint8_t hdrtype; |
| 3708 | |
| 3709 | pci_read_config_byte(phba->pcidev, PCI_HEADER_TYPE, &hdrtype); |
| 3710 | if (hdrtype != 0x80 || |
| 3711 | (FC_JEDEC_ID(phba->vpd.rev.biuRev) != HELIOS_JEDEC_ID && |
| 3712 | FC_JEDEC_ID(phba->vpd.rev.biuRev) != THOR_JEDEC_ID)) |
| 3713 | return; |
| 3714 | |
| 3715 | /* |
| 3716 | * Tell the other part of the chip to suspend temporarily all |
| 3717 | * its DMA activity. |
| 3718 | */ |
James Smart | 65a29c1 | 2006-07-06 15:50:50 -0400 | [diff] [blame] | 3719 | resp_buf = phba->MBslimaddr; |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 3720 | |
| 3721 | /* Disable the error attention */ |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 3722 | if (lpfc_readl(phba->HCregaddr, &hc_copy)) |
| 3723 | return; |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 3724 | writel((hc_copy & ~HC_ERINT_ENA), phba->HCregaddr); |
| 3725 | readl(phba->HCregaddr); /* flush */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3726 | phba->link_flag |= LS_IGNORE_ERATT; |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 3727 | |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 3728 | if (lpfc_readl(phba->HAregaddr, &ha_copy)) |
| 3729 | return; |
| 3730 | if (ha_copy & HA_ERATT) { |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 3731 | /* Clear Chip error bit */ |
| 3732 | writel(HA_ERATT, phba->HAregaddr); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3733 | phba->pport->stopped = 1; |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 3734 | } |
| 3735 | |
| 3736 | mbox = 0; |
| 3737 | ((MAILBOX_t *)&mbox)->mbxCommand = MBX_KILL_BOARD; |
| 3738 | ((MAILBOX_t *)&mbox)->mbxOwner = OWN_CHIP; |
| 3739 | |
| 3740 | writel(BARRIER_TEST_PATTERN, (resp_buf + 1)); |
James Smart | 65a29c1 | 2006-07-06 15:50:50 -0400 | [diff] [blame] | 3741 | mbox_buf = phba->MBslimaddr; |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 3742 | writel(mbox, mbox_buf); |
| 3743 | |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 3744 | for (i = 0; i < 50; i++) { |
| 3745 | if (lpfc_readl((resp_buf + 1), &resp_data)) |
| 3746 | return; |
| 3747 | if (resp_data != ~(BARRIER_TEST_PATTERN)) |
| 3748 | mdelay(1); |
| 3749 | else |
| 3750 | break; |
| 3751 | } |
| 3752 | resp_data = 0; |
| 3753 | if (lpfc_readl((resp_buf + 1), &resp_data)) |
| 3754 | return; |
| 3755 | if (resp_data != ~(BARRIER_TEST_PATTERN)) { |
James Smart | f4b4c68 | 2009-05-22 14:53:12 -0400 | [diff] [blame] | 3756 | if (phba->sli.sli_flag & LPFC_SLI_ACTIVE || |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3757 | phba->pport->stopped) |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 3758 | goto restore_hc; |
| 3759 | else |
| 3760 | goto clear_errat; |
| 3761 | } |
| 3762 | |
| 3763 | ((MAILBOX_t *)&mbox)->mbxOwner = OWN_HOST; |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 3764 | resp_data = 0; |
| 3765 | for (i = 0; i < 500; i++) { |
| 3766 | if (lpfc_readl(resp_buf, &resp_data)) |
| 3767 | return; |
| 3768 | if (resp_data != mbox) |
| 3769 | mdelay(1); |
| 3770 | else |
| 3771 | break; |
| 3772 | } |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 3773 | |
| 3774 | clear_errat: |
| 3775 | |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 3776 | while (++i < 500) { |
| 3777 | if (lpfc_readl(phba->HAregaddr, &ha_copy)) |
| 3778 | return; |
| 3779 | if (!(ha_copy & HA_ERATT)) |
| 3780 | mdelay(1); |
| 3781 | else |
| 3782 | break; |
| 3783 | } |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 3784 | |
| 3785 | if (readl(phba->HAregaddr) & HA_ERATT) { |
| 3786 | writel(HA_ERATT, phba->HAregaddr); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3787 | phba->pport->stopped = 1; |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 3788 | } |
| 3789 | |
| 3790 | restore_hc: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3791 | phba->link_flag &= ~LS_IGNORE_ERATT; |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 3792 | writel(hc_copy, phba->HCregaddr); |
| 3793 | readl(phba->HCregaddr); /* flush */ |
| 3794 | } |
| 3795 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 3796 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 3797 | * lpfc_sli_brdkill - Issue a kill_board mailbox command |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 3798 | * @phba: Pointer to HBA context object. |
| 3799 | * |
| 3800 | * This function issues a kill_board mailbox command and waits for |
| 3801 | * the error attention interrupt. This function is called for stopping |
| 3802 | * the firmware processing. The caller is not required to hold any |
| 3803 | * locks. This function calls lpfc_hba_down_post function to free |
| 3804 | * any pending commands after the kill. The function will return 1 when it |
| 3805 | * fails to kill the board else will return 0. |
| 3806 | **/ |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3807 | int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3808 | lpfc_sli_brdkill(struct lpfc_hba *phba) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3809 | { |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3810 | struct lpfc_sli *psli; |
| 3811 | LPFC_MBOXQ_t *pmb; |
| 3812 | uint32_t status; |
| 3813 | uint32_t ha_copy; |
| 3814 | int retval; |
| 3815 | int i = 0; |
| 3816 | |
| 3817 | psli = &phba->sli; |
| 3818 | |
| 3819 | /* Kill HBA */ |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 3820 | lpfc_printf_log(phba, KERN_INFO, LOG_SLI, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3821 | "0329 Kill HBA Data: x%x x%x\n", |
| 3822 | phba->pport->port_state, psli->sli_flag); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3823 | |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 3824 | pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 3825 | if (!pmb) |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3826 | return 1; |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3827 | |
| 3828 | /* Disable the error attention */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3829 | spin_lock_irq(&phba->hbalock); |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 3830 | if (lpfc_readl(phba->HCregaddr, &status)) { |
| 3831 | spin_unlock_irq(&phba->hbalock); |
| 3832 | mempool_free(pmb, phba->mbox_mem_pool); |
| 3833 | return 1; |
| 3834 | } |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3835 | status &= ~HC_ERINT_ENA; |
| 3836 | writel(status, phba->HCregaddr); |
| 3837 | readl(phba->HCregaddr); /* flush */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3838 | phba->link_flag |= LS_IGNORE_ERATT; |
| 3839 | spin_unlock_irq(&phba->hbalock); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3840 | |
| 3841 | lpfc_kill_board(phba, pmb); |
| 3842 | pmb->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
| 3843 | retval = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT); |
| 3844 | |
| 3845 | if (retval != MBX_SUCCESS) { |
| 3846 | if (retval != MBX_BUSY) |
| 3847 | mempool_free(pmb, phba->mbox_mem_pool); |
James Smart | e40a02c | 2010-02-26 14:13:54 -0500 | [diff] [blame] | 3848 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 3849 | "2752 KILL_BOARD command failed retval %d\n", |
| 3850 | retval); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3851 | spin_lock_irq(&phba->hbalock); |
| 3852 | phba->link_flag &= ~LS_IGNORE_ERATT; |
| 3853 | spin_unlock_irq(&phba->hbalock); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3854 | return 1; |
| 3855 | } |
| 3856 | |
James Smart | f4b4c68 | 2009-05-22 14:53:12 -0400 | [diff] [blame] | 3857 | spin_lock_irq(&phba->hbalock); |
| 3858 | psli->sli_flag &= ~LPFC_SLI_ACTIVE; |
| 3859 | spin_unlock_irq(&phba->hbalock); |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 3860 | |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3861 | mempool_free(pmb, phba->mbox_mem_pool); |
| 3862 | |
| 3863 | /* There is no completion for a KILL_BOARD mbox cmd. Check for an error |
| 3864 | * attention every 100ms for 3 seconds. If we don't get ERATT after |
| 3865 | * 3 seconds we still set HBA_ERROR state because the status of the |
| 3866 | * board is now undefined. |
| 3867 | */ |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 3868 | if (lpfc_readl(phba->HAregaddr, &ha_copy)) |
| 3869 | return 1; |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3870 | while ((i++ < 30) && !(ha_copy & HA_ERATT)) { |
| 3871 | mdelay(100); |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 3872 | if (lpfc_readl(phba->HAregaddr, &ha_copy)) |
| 3873 | return 1; |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3874 | } |
| 3875 | |
| 3876 | del_timer_sync(&psli->mbox_tmo); |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 3877 | if (ha_copy & HA_ERATT) { |
| 3878 | writel(HA_ERATT, phba->HAregaddr); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3879 | phba->pport->stopped = 1; |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 3880 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3881 | spin_lock_irq(&phba->hbalock); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3882 | psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE; |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 3883 | psli->mbox_active = NULL; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3884 | phba->link_flag &= ~LS_IGNORE_ERATT; |
| 3885 | spin_unlock_irq(&phba->hbalock); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3886 | |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3887 | lpfc_hba_down_post(phba); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3888 | phba->link_state = LPFC_HBA_ERROR; |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3889 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3890 | return ha_copy & HA_ERATT ? 0 : 1; |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3891 | } |
| 3892 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 3893 | /** |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 3894 | * lpfc_sli_brdreset - Reset a sli-2 or sli-3 HBA |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 3895 | * @phba: Pointer to HBA context object. |
| 3896 | * |
| 3897 | * This function resets the HBA by writing HC_INITFF to the control |
| 3898 | * register. After the HBA resets, this function resets all the iocb ring |
| 3899 | * indices. This function disables PCI layer parity checking during |
| 3900 | * the reset. |
| 3901 | * This function returns 0 always. |
| 3902 | * The caller is not required to hold any locks. |
| 3903 | **/ |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3904 | int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3905 | lpfc_sli_brdreset(struct lpfc_hba *phba) |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3906 | { |
| 3907 | struct lpfc_sli *psli; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3908 | struct lpfc_sli_ring *pring; |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3909 | uint16_t cfg_value; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3910 | int i; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3911 | |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3912 | psli = &phba->sli; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3913 | |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3914 | /* Reset HBA */ |
| 3915 | lpfc_printf_log(phba, KERN_INFO, LOG_SLI, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3916 | "0325 Reset HBA Data: x%x x%x\n", |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3917 | phba->pport->port_state, psli->sli_flag); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3918 | |
| 3919 | /* perform board reset */ |
| 3920 | phba->fc_eventTag = 0; |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 3921 | phba->link_events = 0; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3922 | phba->pport->fc_myDID = 0; |
| 3923 | phba->pport->fc_prevDID = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3924 | |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3925 | /* Turn off parity checking and serr during the physical reset */ |
| 3926 | pci_read_config_word(phba->pcidev, PCI_COMMAND, &cfg_value); |
| 3927 | pci_write_config_word(phba->pcidev, PCI_COMMAND, |
| 3928 | (cfg_value & |
| 3929 | ~(PCI_COMMAND_PARITY | PCI_COMMAND_SERR))); |
| 3930 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 3931 | psli->sli_flag &= ~(LPFC_SLI_ACTIVE | LPFC_PROCESS_LA); |
| 3932 | |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3933 | /* Now toggle INITFF bit in the Host Control Register */ |
| 3934 | writel(HC_INITFF, phba->HCregaddr); |
| 3935 | mdelay(1); |
| 3936 | readl(phba->HCregaddr); /* flush */ |
| 3937 | writel(0, phba->HCregaddr); |
| 3938 | readl(phba->HCregaddr); /* flush */ |
| 3939 | |
| 3940 | /* Restore PCI cmd register */ |
| 3941 | pci_write_config_word(phba->pcidev, PCI_COMMAND, cfg_value); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3942 | |
| 3943 | /* Initialize relevant SLI info */ |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3944 | for (i = 0; i < psli->num_rings; i++) { |
| 3945 | pring = &psli->ring[i]; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3946 | pring->flag = 0; |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 3947 | pring->sli.sli3.rspidx = 0; |
| 3948 | pring->sli.sli3.next_cmdidx = 0; |
| 3949 | pring->sli.sli3.local_getidx = 0; |
| 3950 | pring->sli.sli3.cmdidx = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3951 | pring->missbufcnt = 0; |
| 3952 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3953 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3954 | phba->link_state = LPFC_WARM_START; |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 3955 | return 0; |
| 3956 | } |
| 3957 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 3958 | /** |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 3959 | * lpfc_sli4_brdreset - Reset a sli-4 HBA |
| 3960 | * @phba: Pointer to HBA context object. |
| 3961 | * |
| 3962 | * This function resets a SLI4 HBA. This function disables PCI layer parity |
| 3963 | * checking during resets the device. The caller is not required to hold |
| 3964 | * any locks. |
| 3965 | * |
| 3966 | * This function returns 0 always. |
| 3967 | **/ |
| 3968 | int |
| 3969 | lpfc_sli4_brdreset(struct lpfc_hba *phba) |
| 3970 | { |
| 3971 | struct lpfc_sli *psli = &phba->sli; |
| 3972 | uint16_t cfg_value; |
James Smart | 27b01b8 | 2012-05-09 21:19:44 -0400 | [diff] [blame] | 3973 | int rc; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 3974 | |
| 3975 | /* Reset HBA */ |
| 3976 | lpfc_printf_log(phba, KERN_INFO, LOG_SLI, |
| 3977 | "0295 Reset HBA Data: x%x x%x\n", |
| 3978 | phba->pport->port_state, psli->sli_flag); |
| 3979 | |
| 3980 | /* perform board reset */ |
| 3981 | phba->fc_eventTag = 0; |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 3982 | phba->link_events = 0; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 3983 | phba->pport->fc_myDID = 0; |
| 3984 | phba->pport->fc_prevDID = 0; |
| 3985 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 3986 | spin_lock_irq(&phba->hbalock); |
| 3987 | psli->sli_flag &= ~(LPFC_PROCESS_LA); |
| 3988 | phba->fcf.fcf_flag = 0; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 3989 | spin_unlock_irq(&phba->hbalock); |
| 3990 | |
| 3991 | /* Now physically reset the device */ |
| 3992 | lpfc_printf_log(phba, KERN_INFO, LOG_INIT, |
| 3993 | "0389 Performing PCI function reset!\n"); |
James Smart | be858b6 | 2010-12-15 17:57:20 -0500 | [diff] [blame] | 3994 | |
| 3995 | /* Turn off parity checking and serr during the physical reset */ |
| 3996 | pci_read_config_word(phba->pcidev, PCI_COMMAND, &cfg_value); |
| 3997 | pci_write_config_word(phba->pcidev, PCI_COMMAND, (cfg_value & |
| 3998 | ~(PCI_COMMAND_PARITY | PCI_COMMAND_SERR))); |
| 3999 | |
James Smart | 8831881 | 2012-09-29 11:29:29 -0400 | [diff] [blame] | 4000 | /* Perform FCoE PCI function reset before freeing queue memory */ |
James Smart | 27b01b8 | 2012-05-09 21:19:44 -0400 | [diff] [blame] | 4001 | rc = lpfc_pci_function_reset(phba); |
James Smart | 8831881 | 2012-09-29 11:29:29 -0400 | [diff] [blame] | 4002 | lpfc_sli4_queue_destroy(phba); |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4003 | |
James Smart | be858b6 | 2010-12-15 17:57:20 -0500 | [diff] [blame] | 4004 | /* Restore PCI cmd register */ |
| 4005 | pci_write_config_word(phba->pcidev, PCI_COMMAND, cfg_value); |
| 4006 | |
James Smart | 27b01b8 | 2012-05-09 21:19:44 -0400 | [diff] [blame] | 4007 | return rc; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4008 | } |
| 4009 | |
| 4010 | /** |
| 4011 | * lpfc_sli_brdrestart_s3 - Restart a sli-3 hba |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 4012 | * @phba: Pointer to HBA context object. |
| 4013 | * |
| 4014 | * This function is called in the SLI initialization code path to |
| 4015 | * restart the HBA. The caller is not required to hold any lock. |
| 4016 | * This function writes MBX_RESTART mailbox command to the SLIM and |
| 4017 | * resets the HBA. At the end of the function, it calls lpfc_hba_down_post |
| 4018 | * function to free any pending commands. The function enables |
| 4019 | * POST only during the first initialization. The function returns zero. |
| 4020 | * The function does not guarantee completion of MBX_RESTART mailbox |
| 4021 | * command before the return of this function. |
| 4022 | **/ |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4023 | static int |
| 4024 | lpfc_sli_brdrestart_s3(struct lpfc_hba *phba) |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 4025 | { |
| 4026 | MAILBOX_t *mb; |
| 4027 | struct lpfc_sli *psli; |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 4028 | volatile uint32_t word0; |
| 4029 | void __iomem *to_slim; |
James Smart | 0d87841 | 2009-10-02 15:16:56 -0400 | [diff] [blame] | 4030 | uint32_t hba_aer_enabled; |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 4031 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4032 | spin_lock_irq(&phba->hbalock); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 4033 | |
James Smart | 0d87841 | 2009-10-02 15:16:56 -0400 | [diff] [blame] | 4034 | /* Take PCIe device Advanced Error Reporting (AER) state */ |
| 4035 | hba_aer_enabled = phba->hba_flag & HBA_AER_ENABLED; |
| 4036 | |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 4037 | psli = &phba->sli; |
| 4038 | |
| 4039 | /* Restart HBA */ |
| 4040 | lpfc_printf_log(phba, KERN_INFO, LOG_SLI, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4041 | "0337 Restart HBA Data: x%x x%x\n", |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4042 | phba->pport->port_state, psli->sli_flag); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 4043 | |
| 4044 | word0 = 0; |
| 4045 | mb = (MAILBOX_t *) &word0; |
| 4046 | mb->mbxCommand = MBX_RESTART; |
| 4047 | mb->mbxHc = 1; |
| 4048 | |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 4049 | lpfc_reset_barrier(phba); |
| 4050 | |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 4051 | to_slim = phba->MBslimaddr; |
| 4052 | writel(*(uint32_t *) mb, to_slim); |
| 4053 | readl(to_slim); /* flush */ |
| 4054 | |
| 4055 | /* Only skip post after fc_ffinit is completed */ |
James Smart | eaf15d5 | 2008-12-04 22:39:29 -0500 | [diff] [blame] | 4056 | if (phba->pport->port_state) |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 4057 | word0 = 1; /* This is really setting up word1 */ |
James Smart | eaf15d5 | 2008-12-04 22:39:29 -0500 | [diff] [blame] | 4058 | else |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 4059 | word0 = 0; /* This is really setting up word1 */ |
James Smart | 65a29c1 | 2006-07-06 15:50:50 -0400 | [diff] [blame] | 4060 | to_slim = phba->MBslimaddr + sizeof (uint32_t); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 4061 | writel(*(uint32_t *) mb, to_slim); |
| 4062 | readl(to_slim); /* flush */ |
| 4063 | |
| 4064 | lpfc_sli_brdreset(phba); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4065 | phba->pport->stopped = 0; |
| 4066 | phba->link_state = LPFC_INIT_START; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4067 | phba->hba_flag = 0; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4068 | spin_unlock_irq(&phba->hbalock); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 4069 | |
James Smart | 64ba881 | 2006-08-02 15:24:34 -0400 | [diff] [blame] | 4070 | memset(&psli->lnk_stat_offsets, 0, sizeof(psli->lnk_stat_offsets)); |
| 4071 | psli->stats_start = get_seconds(); |
| 4072 | |
James Smart | eaf15d5 | 2008-12-04 22:39:29 -0500 | [diff] [blame] | 4073 | /* Give the INITFF and Post time to settle. */ |
| 4074 | mdelay(100); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4075 | |
James Smart | 0d87841 | 2009-10-02 15:16:56 -0400 | [diff] [blame] | 4076 | /* Reset HBA AER if it was enabled, note hba_flag was reset above */ |
| 4077 | if (hba_aer_enabled) |
| 4078 | pci_disable_pcie_error_reporting(phba->pcidev); |
| 4079 | |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 4080 | lpfc_hba_down_post(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4081 | |
| 4082 | return 0; |
| 4083 | } |
| 4084 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 4085 | /** |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4086 | * lpfc_sli_brdrestart_s4 - Restart the sli-4 hba |
| 4087 | * @phba: Pointer to HBA context object. |
| 4088 | * |
| 4089 | * This function is called in the SLI initialization code path to restart |
| 4090 | * a SLI4 HBA. The caller is not required to hold any lock. |
| 4091 | * At the end of the function, it calls lpfc_hba_down_post function to |
| 4092 | * free any pending commands. |
| 4093 | **/ |
| 4094 | static int |
| 4095 | lpfc_sli_brdrestart_s4(struct lpfc_hba *phba) |
| 4096 | { |
| 4097 | struct lpfc_sli *psli = &phba->sli; |
James Smart | 75baf69 | 2010-06-08 18:31:21 -0400 | [diff] [blame] | 4098 | uint32_t hba_aer_enabled; |
James Smart | 27b01b8 | 2012-05-09 21:19:44 -0400 | [diff] [blame] | 4099 | int rc; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4100 | |
| 4101 | /* Restart HBA */ |
| 4102 | lpfc_printf_log(phba, KERN_INFO, LOG_SLI, |
| 4103 | "0296 Restart HBA Data: x%x x%x\n", |
| 4104 | phba->pport->port_state, psli->sli_flag); |
| 4105 | |
James Smart | 75baf69 | 2010-06-08 18:31:21 -0400 | [diff] [blame] | 4106 | /* Take PCIe device Advanced Error Reporting (AER) state */ |
| 4107 | hba_aer_enabled = phba->hba_flag & HBA_AER_ENABLED; |
| 4108 | |
James Smart | 27b01b8 | 2012-05-09 21:19:44 -0400 | [diff] [blame] | 4109 | rc = lpfc_sli4_brdreset(phba); |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4110 | |
| 4111 | spin_lock_irq(&phba->hbalock); |
| 4112 | phba->pport->stopped = 0; |
| 4113 | phba->link_state = LPFC_INIT_START; |
| 4114 | phba->hba_flag = 0; |
| 4115 | spin_unlock_irq(&phba->hbalock); |
| 4116 | |
| 4117 | memset(&psli->lnk_stat_offsets, 0, sizeof(psli->lnk_stat_offsets)); |
| 4118 | psli->stats_start = get_seconds(); |
| 4119 | |
James Smart | 75baf69 | 2010-06-08 18:31:21 -0400 | [diff] [blame] | 4120 | /* Reset HBA AER if it was enabled, note hba_flag was reset above */ |
| 4121 | if (hba_aer_enabled) |
| 4122 | pci_disable_pcie_error_reporting(phba->pcidev); |
| 4123 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4124 | lpfc_hba_down_post(phba); |
| 4125 | |
James Smart | 27b01b8 | 2012-05-09 21:19:44 -0400 | [diff] [blame] | 4126 | return rc; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4127 | } |
| 4128 | |
| 4129 | /** |
| 4130 | * lpfc_sli_brdrestart - Wrapper func for restarting hba |
| 4131 | * @phba: Pointer to HBA context object. |
| 4132 | * |
| 4133 | * This routine wraps the actual SLI3 or SLI4 hba restart routine from the |
| 4134 | * API jump table function pointer from the lpfc_hba struct. |
| 4135 | **/ |
| 4136 | int |
| 4137 | lpfc_sli_brdrestart(struct lpfc_hba *phba) |
| 4138 | { |
| 4139 | return phba->lpfc_sli_brdrestart(phba); |
| 4140 | } |
| 4141 | |
| 4142 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 4143 | * lpfc_sli_chipset_init - Wait for the restart of the HBA after a restart |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 4144 | * @phba: Pointer to HBA context object. |
| 4145 | * |
| 4146 | * This function is called after a HBA restart to wait for successful |
| 4147 | * restart of the HBA. Successful restart of the HBA is indicated by |
| 4148 | * HS_FFRDY and HS_MBRDY bits. If the HBA fails to restart even after 15 |
| 4149 | * iteration, the function will restart the HBA again. The function returns |
| 4150 | * zero if HBA successfully restarted else returns negative error code. |
| 4151 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4152 | static int |
| 4153 | lpfc_sli_chipset_init(struct lpfc_hba *phba) |
| 4154 | { |
| 4155 | uint32_t status, i = 0; |
| 4156 | |
| 4157 | /* Read the HBA Host Status Register */ |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 4158 | if (lpfc_readl(phba->HSregaddr, &status)) |
| 4159 | return -EIO; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4160 | |
| 4161 | /* Check status register to see what current state is */ |
| 4162 | i = 0; |
| 4163 | while ((status & (HS_FFRDY | HS_MBRDY)) != (HS_FFRDY | HS_MBRDY)) { |
| 4164 | |
James Smart | dcf2a4e | 2010-09-29 11:18:53 -0400 | [diff] [blame] | 4165 | /* Check every 10ms for 10 retries, then every 100ms for 90 |
| 4166 | * retries, then every 1 sec for 50 retires for a total of |
| 4167 | * ~60 seconds before reset the board again and check every |
| 4168 | * 1 sec for 50 retries. The up to 60 seconds before the |
| 4169 | * board ready is required by the Falcon FIPS zeroization |
| 4170 | * complete, and any reset the board in between shall cause |
| 4171 | * restart of zeroization, further delay the board ready. |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4172 | */ |
James Smart | dcf2a4e | 2010-09-29 11:18:53 -0400 | [diff] [blame] | 4173 | if (i++ >= 200) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4174 | /* Adapter failed to init, timeout, status reg |
| 4175 | <status> */ |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4176 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4177 | "0436 Adapter failed to init, " |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 4178 | "timeout, status reg x%x, " |
| 4179 | "FW Data: A8 x%x AC x%x\n", status, |
| 4180 | readl(phba->MBslimaddr + 0xa8), |
| 4181 | readl(phba->MBslimaddr + 0xac)); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4182 | phba->link_state = LPFC_HBA_ERROR; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4183 | return -ETIMEDOUT; |
| 4184 | } |
| 4185 | |
| 4186 | /* Check to see if any errors occurred during init */ |
| 4187 | if (status & HS_FFERM) { |
| 4188 | /* ERROR: During chipset initialization */ |
| 4189 | /* Adapter failed to init, chipset, status reg |
| 4190 | <status> */ |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4191 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4192 | "0437 Adapter failed to init, " |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 4193 | "chipset, status reg x%x, " |
| 4194 | "FW Data: A8 x%x AC x%x\n", status, |
| 4195 | readl(phba->MBslimaddr + 0xa8), |
| 4196 | readl(phba->MBslimaddr + 0xac)); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4197 | phba->link_state = LPFC_HBA_ERROR; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4198 | return -EIO; |
| 4199 | } |
| 4200 | |
James Smart | dcf2a4e | 2010-09-29 11:18:53 -0400 | [diff] [blame] | 4201 | if (i <= 10) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4202 | msleep(10); |
James Smart | dcf2a4e | 2010-09-29 11:18:53 -0400 | [diff] [blame] | 4203 | else if (i <= 100) |
| 4204 | msleep(100); |
| 4205 | else |
| 4206 | msleep(1000); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4207 | |
James Smart | dcf2a4e | 2010-09-29 11:18:53 -0400 | [diff] [blame] | 4208 | if (i == 150) { |
| 4209 | /* Do post */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4210 | phba->pport->port_state = LPFC_VPORT_UNKNOWN; |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 4211 | lpfc_sli_brdrestart(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4212 | } |
| 4213 | /* Read the HBA Host Status Register */ |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 4214 | if (lpfc_readl(phba->HSregaddr, &status)) |
| 4215 | return -EIO; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4216 | } |
| 4217 | |
| 4218 | /* Check to see if any errors occurred during init */ |
| 4219 | if (status & HS_FFERM) { |
| 4220 | /* ERROR: During chipset initialization */ |
| 4221 | /* Adapter failed to init, chipset, status reg <status> */ |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4222 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4223 | "0438 Adapter failed to init, chipset, " |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 4224 | "status reg x%x, " |
| 4225 | "FW Data: A8 x%x AC x%x\n", status, |
| 4226 | readl(phba->MBslimaddr + 0xa8), |
| 4227 | readl(phba->MBslimaddr + 0xac)); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4228 | phba->link_state = LPFC_HBA_ERROR; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4229 | return -EIO; |
| 4230 | } |
| 4231 | |
| 4232 | /* Clear all interrupt enable conditions */ |
| 4233 | writel(0, phba->HCregaddr); |
| 4234 | readl(phba->HCregaddr); /* flush */ |
| 4235 | |
| 4236 | /* setup host attn register */ |
| 4237 | writel(0xffffffff, phba->HAregaddr); |
| 4238 | readl(phba->HAregaddr); /* flush */ |
| 4239 | return 0; |
| 4240 | } |
| 4241 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 4242 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 4243 | * lpfc_sli_hbq_count - Get the number of HBQs to be configured |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 4244 | * |
| 4245 | * This function calculates and returns the number of HBQs required to be |
| 4246 | * configured. |
| 4247 | **/ |
James Smart | 78b2d85 | 2007-08-02 11:10:21 -0400 | [diff] [blame] | 4248 | int |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4249 | lpfc_sli_hbq_count(void) |
| 4250 | { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4251 | return ARRAY_SIZE(lpfc_hbq_defs); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4252 | } |
| 4253 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 4254 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 4255 | * lpfc_sli_hbq_entry_count - Calculate total number of hbq entries |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 4256 | * |
| 4257 | * This function adds the number of hbq entries in every HBQ to get |
| 4258 | * the total number of hbq entries required for the HBA and returns |
| 4259 | * the total count. |
| 4260 | **/ |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4261 | static int |
| 4262 | lpfc_sli_hbq_entry_count(void) |
| 4263 | { |
| 4264 | int hbq_count = lpfc_sli_hbq_count(); |
| 4265 | int count = 0; |
| 4266 | int i; |
| 4267 | |
| 4268 | for (i = 0; i < hbq_count; ++i) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4269 | count += lpfc_hbq_defs[i]->entry_count; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4270 | return count; |
| 4271 | } |
| 4272 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 4273 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 4274 | * lpfc_sli_hbq_size - Calculate memory required for all hbq entries |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 4275 | * |
| 4276 | * This function calculates amount of memory required for all hbq entries |
| 4277 | * to be configured and returns the total memory required. |
| 4278 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4279 | int |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4280 | lpfc_sli_hbq_size(void) |
| 4281 | { |
| 4282 | return lpfc_sli_hbq_entry_count() * sizeof(struct lpfc_hbq_entry); |
| 4283 | } |
| 4284 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 4285 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 4286 | * lpfc_sli_hbq_setup - configure and initialize HBQs |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 4287 | * @phba: Pointer to HBA context object. |
| 4288 | * |
| 4289 | * This function is called during the SLI initialization to configure |
| 4290 | * all the HBQs and post buffers to the HBQ. The caller is not |
| 4291 | * required to hold any locks. This function will return zero if successful |
| 4292 | * else it will return negative error code. |
| 4293 | **/ |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4294 | static int |
| 4295 | lpfc_sli_hbq_setup(struct lpfc_hba *phba) |
| 4296 | { |
| 4297 | int hbq_count = lpfc_sli_hbq_count(); |
| 4298 | LPFC_MBOXQ_t *pmb; |
| 4299 | MAILBOX_t *pmbox; |
| 4300 | uint32_t hbqno; |
| 4301 | uint32_t hbq_entry_index; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4302 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4303 | /* Get a Mailbox buffer to setup mailbox |
| 4304 | * commands for HBA initialization |
| 4305 | */ |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4306 | pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 4307 | |
| 4308 | if (!pmb) |
| 4309 | return -ENOMEM; |
| 4310 | |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 4311 | pmbox = &pmb->u.mb; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4312 | |
| 4313 | /* Initialize the struct lpfc_sli_hbq structure for each hbq */ |
| 4314 | phba->link_state = LPFC_INIT_MBX_CMDS; |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 4315 | phba->hbq_in_use = 1; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4316 | |
| 4317 | hbq_entry_index = 0; |
| 4318 | for (hbqno = 0; hbqno < hbq_count; ++hbqno) { |
| 4319 | phba->hbqs[hbqno].next_hbqPutIdx = 0; |
| 4320 | phba->hbqs[hbqno].hbqPutIdx = 0; |
| 4321 | phba->hbqs[hbqno].local_hbqGetIdx = 0; |
| 4322 | phba->hbqs[hbqno].entry_count = |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4323 | lpfc_hbq_defs[hbqno]->entry_count; |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 4324 | lpfc_config_hbq(phba, hbqno, lpfc_hbq_defs[hbqno], |
| 4325 | hbq_entry_index, pmb); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4326 | hbq_entry_index += phba->hbqs[hbqno].entry_count; |
| 4327 | |
| 4328 | if (lpfc_sli_issue_mbox(phba, pmb, MBX_POLL) != MBX_SUCCESS) { |
| 4329 | /* Adapter failed to init, mbxCmd <cmd> CFG_RING, |
| 4330 | mbxStatus <status>, ring <num> */ |
| 4331 | |
| 4332 | lpfc_printf_log(phba, KERN_ERR, |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4333 | LOG_SLI | LOG_VPORT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4334 | "1805 Adapter failed to init. " |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4335 | "Data: x%x x%x x%x\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4336 | pmbox->mbxCommand, |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4337 | pmbox->mbxStatus, hbqno); |
| 4338 | |
| 4339 | phba->link_state = LPFC_HBA_ERROR; |
| 4340 | mempool_free(pmb, phba->mbox_mem_pool); |
James Smart | 6e7288d | 2010-06-07 15:23:35 -0400 | [diff] [blame] | 4341 | return -ENXIO; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4342 | } |
| 4343 | } |
| 4344 | phba->hbq_count = hbq_count; |
| 4345 | |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4346 | mempool_free(pmb, phba->mbox_mem_pool); |
| 4347 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4348 | /* Initially populate or replenish the HBQs */ |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 4349 | for (hbqno = 0; hbqno < hbq_count; ++hbqno) |
| 4350 | lpfc_sli_hbqbuf_init_hbqs(phba, hbqno); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4351 | return 0; |
| 4352 | } |
| 4353 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 4354 | /** |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 4355 | * lpfc_sli4_rb_setup - Initialize and post RBs to HBA |
| 4356 | * @phba: Pointer to HBA context object. |
| 4357 | * |
| 4358 | * This function is called during the SLI initialization to configure |
| 4359 | * all the HBQs and post buffers to the HBQ. The caller is not |
| 4360 | * required to hold any locks. This function will return zero if successful |
| 4361 | * else it will return negative error code. |
| 4362 | **/ |
| 4363 | static int |
| 4364 | lpfc_sli4_rb_setup(struct lpfc_hba *phba) |
| 4365 | { |
| 4366 | phba->hbq_in_use = 1; |
| 4367 | phba->hbqs[0].entry_count = lpfc_hbq_defs[0]->entry_count; |
| 4368 | phba->hbq_count = 1; |
| 4369 | /* Initially populate or replenish the HBQs */ |
| 4370 | lpfc_sli_hbqbuf_init_hbqs(phba, 0); |
| 4371 | return 0; |
| 4372 | } |
| 4373 | |
| 4374 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 4375 | * lpfc_sli_config_port - Issue config port mailbox command |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 4376 | * @phba: Pointer to HBA context object. |
| 4377 | * @sli_mode: sli mode - 2/3 |
| 4378 | * |
| 4379 | * This function is called by the sli intialization code path |
| 4380 | * to issue config_port mailbox command. This function restarts the |
| 4381 | * HBA firmware and issues a config_port mailbox command to configure |
| 4382 | * the SLI interface in the sli mode specified by sli_mode |
| 4383 | * variable. The caller is not required to hold any locks. |
| 4384 | * The function returns 0 if successful, else returns negative error |
| 4385 | * code. |
| 4386 | **/ |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 4387 | int |
| 4388 | lpfc_sli_config_port(struct lpfc_hba *phba, int sli_mode) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4389 | { |
| 4390 | LPFC_MBOXQ_t *pmb; |
| 4391 | uint32_t resetcount = 0, rc = 0, done = 0; |
| 4392 | |
| 4393 | pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 4394 | if (!pmb) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4395 | phba->link_state = LPFC_HBA_ERROR; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4396 | return -ENOMEM; |
| 4397 | } |
| 4398 | |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4399 | phba->sli_rev = sli_mode; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4400 | while (resetcount < 2 && !done) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4401 | spin_lock_irq(&phba->hbalock); |
James Smart | 1c067a4 | 2006-08-01 07:33:52 -0400 | [diff] [blame] | 4402 | phba->sli.sli_flag |= LPFC_SLI_MBOX_ACTIVE; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4403 | spin_unlock_irq(&phba->hbalock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4404 | phba->pport->port_state = LPFC_VPORT_UNKNOWN; |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 4405 | lpfc_sli_brdrestart(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4406 | rc = lpfc_sli_chipset_init(phba); |
| 4407 | if (rc) |
| 4408 | break; |
| 4409 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4410 | spin_lock_irq(&phba->hbalock); |
James Smart | 1c067a4 | 2006-08-01 07:33:52 -0400 | [diff] [blame] | 4411 | phba->sli.sli_flag &= ~LPFC_SLI_MBOX_ACTIVE; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4412 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4413 | resetcount++; |
| 4414 | |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4415 | /* Call pre CONFIG_PORT mailbox command initialization. A |
| 4416 | * value of 0 means the call was successful. Any other |
| 4417 | * nonzero value is a failure, but if ERESTART is returned, |
| 4418 | * the driver may reset the HBA and try again. |
| 4419 | */ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4420 | rc = lpfc_config_port_prep(phba); |
| 4421 | if (rc == -ERESTART) { |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4422 | phba->link_state = LPFC_LINK_UNKNOWN; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4423 | continue; |
James Smart | 34b02dc | 2008-08-24 21:49:55 -0400 | [diff] [blame] | 4424 | } else if (rc) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4425 | break; |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 4426 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4427 | phba->link_state = LPFC_INIT_MBX_CMDS; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4428 | lpfc_config_port(phba, pmb); |
| 4429 | rc = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL); |
James Smart | 34b02dc | 2008-08-24 21:49:55 -0400 | [diff] [blame] | 4430 | phba->sli3_options &= ~(LPFC_SLI3_NPIV_ENABLED | |
| 4431 | LPFC_SLI3_HBQ_ENABLED | |
| 4432 | LPFC_SLI3_CRP_ENABLED | |
James Smart | bc73905 | 2010-08-04 16:11:18 -0400 | [diff] [blame] | 4433 | LPFC_SLI3_BG_ENABLED | |
| 4434 | LPFC_SLI3_DSS_ENABLED); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4435 | if (rc != MBX_SUCCESS) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4436 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4437 | "0442 Adapter failed to init, mbxCmd x%x " |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4438 | "CONFIG_PORT, mbxStatus x%x Data: x%x\n", |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 4439 | pmb->u.mb.mbxCommand, pmb->u.mb.mbxStatus, 0); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4440 | spin_lock_irq(&phba->hbalock); |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 4441 | phba->sli.sli_flag &= ~LPFC_SLI_ACTIVE; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4442 | spin_unlock_irq(&phba->hbalock); |
| 4443 | rc = -ENXIO; |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 4444 | } else { |
| 4445 | /* Allow asynchronous mailbox command to go through */ |
| 4446 | spin_lock_irq(&phba->hbalock); |
| 4447 | phba->sli.sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK; |
| 4448 | spin_unlock_irq(&phba->hbalock); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4449 | done = 1; |
James Smart | cb69f7d | 2011-12-13 13:21:57 -0500 | [diff] [blame] | 4450 | |
| 4451 | if ((pmb->u.mb.un.varCfgPort.casabt == 1) && |
| 4452 | (pmb->u.mb.un.varCfgPort.gasabt == 0)) |
| 4453 | lpfc_printf_log(phba, KERN_WARNING, LOG_INIT, |
| 4454 | "3110 Port did not grant ASABT\n"); |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 4455 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4456 | } |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4457 | if (!done) { |
| 4458 | rc = -EINVAL; |
| 4459 | goto do_prep_failed; |
| 4460 | } |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 4461 | if (pmb->u.mb.un.varCfgPort.sli_mode == 3) { |
| 4462 | if (!pmb->u.mb.un.varCfgPort.cMA) { |
James Smart | 34b02dc | 2008-08-24 21:49:55 -0400 | [diff] [blame] | 4463 | rc = -ENXIO; |
| 4464 | goto do_prep_failed; |
| 4465 | } |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 4466 | if (phba->max_vpi && pmb->u.mb.un.varCfgPort.gmv) { |
James Smart | 34b02dc | 2008-08-24 21:49:55 -0400 | [diff] [blame] | 4467 | phba->sli3_options |= LPFC_SLI3_NPIV_ENABLED; |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 4468 | phba->max_vpi = pmb->u.mb.un.varCfgPort.max_vpi; |
| 4469 | phba->max_vports = (phba->max_vpi > phba->max_vports) ? |
| 4470 | phba->max_vpi : phba->max_vports; |
| 4471 | |
James Smart | 34b02dc | 2008-08-24 21:49:55 -0400 | [diff] [blame] | 4472 | } else |
| 4473 | phba->max_vpi = 0; |
James Smart | bc73905 | 2010-08-04 16:11:18 -0400 | [diff] [blame] | 4474 | phba->fips_level = 0; |
| 4475 | phba->fips_spec_rev = 0; |
| 4476 | if (pmb->u.mb.un.varCfgPort.gdss) { |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 4477 | phba->sli3_options |= LPFC_SLI3_DSS_ENABLED; |
James Smart | bc73905 | 2010-08-04 16:11:18 -0400 | [diff] [blame] | 4478 | phba->fips_level = pmb->u.mb.un.varCfgPort.fips_level; |
| 4479 | phba->fips_spec_rev = pmb->u.mb.un.varCfgPort.fips_rev; |
| 4480 | lpfc_printf_log(phba, KERN_INFO, LOG_INIT, |
| 4481 | "2850 Security Crypto Active. FIPS x%d " |
| 4482 | "(Spec Rev: x%d)", |
| 4483 | phba->fips_level, phba->fips_spec_rev); |
| 4484 | } |
| 4485 | if (pmb->u.mb.un.varCfgPort.sec_err) { |
| 4486 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 4487 | "2856 Config Port Security Crypto " |
| 4488 | "Error: x%x ", |
| 4489 | pmb->u.mb.un.varCfgPort.sec_err); |
| 4490 | } |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 4491 | if (pmb->u.mb.un.varCfgPort.gerbm) |
James Smart | 34b02dc | 2008-08-24 21:49:55 -0400 | [diff] [blame] | 4492 | phba->sli3_options |= LPFC_SLI3_HBQ_ENABLED; |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 4493 | if (pmb->u.mb.un.varCfgPort.gcrp) |
James Smart | 34b02dc | 2008-08-24 21:49:55 -0400 | [diff] [blame] | 4494 | phba->sli3_options |= LPFC_SLI3_CRP_ENABLED; |
James Smart | 6e7288d | 2010-06-07 15:23:35 -0400 | [diff] [blame] | 4495 | |
| 4496 | phba->hbq_get = phba->mbox->us.s3_pgp.hbq_get; |
| 4497 | phba->port_gp = phba->mbox->us.s3_pgp.port; |
James Smart | e2a0a9d | 2008-12-04 22:40:02 -0500 | [diff] [blame] | 4498 | |
| 4499 | if (phba->cfg_enable_bg) { |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 4500 | if (pmb->u.mb.un.varCfgPort.gbg) |
James Smart | e2a0a9d | 2008-12-04 22:40:02 -0500 | [diff] [blame] | 4501 | phba->sli3_options |= LPFC_SLI3_BG_ENABLED; |
| 4502 | else |
| 4503 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 4504 | "0443 Adapter did not grant " |
| 4505 | "BlockGuard\n"); |
| 4506 | } |
James Smart | 34b02dc | 2008-08-24 21:49:55 -0400 | [diff] [blame] | 4507 | } else { |
James Smart | 8f34f4c | 2008-12-04 22:39:23 -0500 | [diff] [blame] | 4508 | phba->hbq_get = NULL; |
James Smart | 34b02dc | 2008-08-24 21:49:55 -0400 | [diff] [blame] | 4509 | phba->port_gp = phba->mbox->us.s2.port; |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 4510 | phba->max_vpi = 0; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4511 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4512 | do_prep_failed: |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4513 | mempool_free(pmb, phba->mbox_mem_pool); |
| 4514 | return rc; |
| 4515 | } |
| 4516 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 4517 | |
| 4518 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 4519 | * lpfc_sli_hba_setup - SLI intialization function |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 4520 | * @phba: Pointer to HBA context object. |
| 4521 | * |
| 4522 | * This function is the main SLI intialization function. This function |
| 4523 | * is called by the HBA intialization code, HBA reset code and HBA |
| 4524 | * error attention handler code. Caller is not required to hold any |
| 4525 | * locks. This function issues config_port mailbox command to configure |
| 4526 | * the SLI, setup iocb rings and HBQ rings. In the end the function |
| 4527 | * calls the config_port_post function to issue init_link mailbox |
| 4528 | * command and to start the discovery. The function will return zero |
| 4529 | * if successful, else it will return negative error code. |
| 4530 | **/ |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4531 | int |
| 4532 | lpfc_sli_hba_setup(struct lpfc_hba *phba) |
| 4533 | { |
| 4534 | uint32_t rc; |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 4535 | int mode = 3, i; |
| 4536 | int longs; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4537 | |
| 4538 | switch (lpfc_sli_mode) { |
| 4539 | case 2: |
James Smart | 78b2d85 | 2007-08-02 11:10:21 -0400 | [diff] [blame] | 4540 | if (phba->cfg_enable_npiv) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4541 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_VPORT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4542 | "1824 NPIV enabled: Override lpfc_sli_mode " |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4543 | "parameter (%d) to auto (0).\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4544 | lpfc_sli_mode); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4545 | break; |
| 4546 | } |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4547 | mode = 2; |
| 4548 | break; |
| 4549 | case 0: |
| 4550 | case 3: |
| 4551 | break; |
| 4552 | default: |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4553 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_VPORT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4554 | "1819 Unrecognized lpfc_sli_mode " |
| 4555 | "parameter: %d.\n", lpfc_sli_mode); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4556 | |
| 4557 | break; |
| 4558 | } |
| 4559 | |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 4560 | rc = lpfc_sli_config_port(phba, mode); |
| 4561 | |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4562 | if (rc && lpfc_sli_mode == 3) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4563 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_VPORT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4564 | "1820 Unable to select SLI-3. " |
| 4565 | "Not supported by adapter.\n"); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4566 | if (rc && mode != 2) |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 4567 | rc = lpfc_sli_config_port(phba, 2); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4568 | if (rc) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4569 | goto lpfc_sli_hba_setup_error; |
| 4570 | |
James Smart | 0d87841 | 2009-10-02 15:16:56 -0400 | [diff] [blame] | 4571 | /* Enable PCIe device Advanced Error Reporting (AER) if configured */ |
| 4572 | if (phba->cfg_aer_support == 1 && !(phba->hba_flag & HBA_AER_ENABLED)) { |
| 4573 | rc = pci_enable_pcie_error_reporting(phba->pcidev); |
| 4574 | if (!rc) { |
| 4575 | lpfc_printf_log(phba, KERN_INFO, LOG_INIT, |
| 4576 | "2709 This device supports " |
| 4577 | "Advanced Error Reporting (AER)\n"); |
| 4578 | spin_lock_irq(&phba->hbalock); |
| 4579 | phba->hba_flag |= HBA_AER_ENABLED; |
| 4580 | spin_unlock_irq(&phba->hbalock); |
| 4581 | } else { |
| 4582 | lpfc_printf_log(phba, KERN_INFO, LOG_INIT, |
| 4583 | "2708 This device does not support " |
| 4584 | "Advanced Error Reporting (AER)\n"); |
| 4585 | phba->cfg_aer_support = 0; |
| 4586 | } |
| 4587 | } |
| 4588 | |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4589 | if (phba->sli_rev == 3) { |
| 4590 | phba->iocb_cmd_size = SLI3_IOCB_CMD_SIZE; |
| 4591 | phba->iocb_rsp_size = SLI3_IOCB_RSP_SIZE; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4592 | } else { |
| 4593 | phba->iocb_cmd_size = SLI2_IOCB_CMD_SIZE; |
| 4594 | phba->iocb_rsp_size = SLI2_IOCB_RSP_SIZE; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4595 | phba->sli3_options = 0; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4596 | } |
| 4597 | |
| 4598 | lpfc_printf_log(phba, KERN_INFO, LOG_INIT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4599 | "0444 Firmware in SLI %x mode. Max_vpi %d\n", |
| 4600 | phba->sli_rev, phba->max_vpi); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4601 | rc = lpfc_sli_ring_map(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4602 | |
| 4603 | if (rc) |
| 4604 | goto lpfc_sli_hba_setup_error; |
| 4605 | |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 4606 | /* Initialize VPIs. */ |
| 4607 | if (phba->sli_rev == LPFC_SLI_REV3) { |
| 4608 | /* |
| 4609 | * The VPI bitmask and physical ID array are allocated |
| 4610 | * and initialized once only - at driver load. A port |
| 4611 | * reset doesn't need to reinitialize this memory. |
| 4612 | */ |
| 4613 | if ((phba->vpi_bmask == NULL) && (phba->vpi_ids == NULL)) { |
| 4614 | longs = (phba->max_vpi + BITS_PER_LONG) / BITS_PER_LONG; |
| 4615 | phba->vpi_bmask = kzalloc(longs * sizeof(unsigned long), |
| 4616 | GFP_KERNEL); |
| 4617 | if (!phba->vpi_bmask) { |
| 4618 | rc = -ENOMEM; |
| 4619 | goto lpfc_sli_hba_setup_error; |
| 4620 | } |
| 4621 | |
| 4622 | phba->vpi_ids = kzalloc( |
| 4623 | (phba->max_vpi+1) * sizeof(uint16_t), |
| 4624 | GFP_KERNEL); |
| 4625 | if (!phba->vpi_ids) { |
| 4626 | kfree(phba->vpi_bmask); |
| 4627 | rc = -ENOMEM; |
| 4628 | goto lpfc_sli_hba_setup_error; |
| 4629 | } |
| 4630 | for (i = 0; i < phba->max_vpi; i++) |
| 4631 | phba->vpi_ids[i] = i; |
| 4632 | } |
| 4633 | } |
| 4634 | |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 4635 | /* Init HBQs */ |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4636 | if (phba->sli3_options & LPFC_SLI3_HBQ_ENABLED) { |
| 4637 | rc = lpfc_sli_hbq_setup(phba); |
| 4638 | if (rc) |
| 4639 | goto lpfc_sli_hba_setup_error; |
| 4640 | } |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 4641 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4642 | phba->sli.sli_flag |= LPFC_PROCESS_LA; |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 4643 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4644 | |
| 4645 | rc = lpfc_config_port_post(phba); |
| 4646 | if (rc) |
| 4647 | goto lpfc_sli_hba_setup_error; |
| 4648 | |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4649 | return rc; |
| 4650 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4651 | lpfc_sli_hba_setup_error: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4652 | phba->link_state = LPFC_HBA_ERROR; |
James Smart | e40a02c | 2010-02-26 14:13:54 -0500 | [diff] [blame] | 4653 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4654 | "0445 Firmware initialization failed\n"); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4655 | return rc; |
| 4656 | } |
| 4657 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4658 | /** |
| 4659 | * lpfc_sli4_read_fcoe_params - Read fcoe params from conf region |
| 4660 | * @phba: Pointer to HBA context object. |
| 4661 | * @mboxq: mailbox pointer. |
| 4662 | * This function issue a dump mailbox command to read config region |
| 4663 | * 23 and parse the records in the region and populate driver |
| 4664 | * data structure. |
| 4665 | **/ |
| 4666 | static int |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 4667 | lpfc_sli4_read_fcoe_params(struct lpfc_hba *phba) |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4668 | { |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 4669 | LPFC_MBOXQ_t *mboxq; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4670 | struct lpfc_dmabuf *mp; |
| 4671 | struct lpfc_mqe *mqe; |
| 4672 | uint32_t data_length; |
| 4673 | int rc; |
| 4674 | |
| 4675 | /* Program the default value of vlan_id and fc_map */ |
| 4676 | phba->valid_vlan = 0; |
| 4677 | phba->fc_map[0] = LPFC_FCOE_FCF_MAP0; |
| 4678 | phba->fc_map[1] = LPFC_FCOE_FCF_MAP1; |
| 4679 | phba->fc_map[2] = LPFC_FCOE_FCF_MAP2; |
| 4680 | |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 4681 | mboxq = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 4682 | if (!mboxq) |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4683 | return -ENOMEM; |
| 4684 | |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 4685 | mqe = &mboxq->u.mqe; |
| 4686 | if (lpfc_sli4_dump_cfg_rg23(phba, mboxq)) { |
| 4687 | rc = -ENOMEM; |
| 4688 | goto out_free_mboxq; |
| 4689 | } |
| 4690 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4691 | mp = (struct lpfc_dmabuf *) mboxq->context1; |
| 4692 | rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL); |
| 4693 | |
| 4694 | lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI, |
| 4695 | "(%d):2571 Mailbox cmd x%x Status x%x " |
| 4696 | "Data: x%x x%x x%x x%x x%x x%x x%x x%x x%x " |
| 4697 | "x%x x%x x%x x%x x%x x%x x%x x%x x%x " |
| 4698 | "CQ: x%x x%x x%x x%x\n", |
| 4699 | mboxq->vport ? mboxq->vport->vpi : 0, |
| 4700 | bf_get(lpfc_mqe_command, mqe), |
| 4701 | bf_get(lpfc_mqe_status, mqe), |
| 4702 | mqe->un.mb_words[0], mqe->un.mb_words[1], |
| 4703 | mqe->un.mb_words[2], mqe->un.mb_words[3], |
| 4704 | mqe->un.mb_words[4], mqe->un.mb_words[5], |
| 4705 | mqe->un.mb_words[6], mqe->un.mb_words[7], |
| 4706 | mqe->un.mb_words[8], mqe->un.mb_words[9], |
| 4707 | mqe->un.mb_words[10], mqe->un.mb_words[11], |
| 4708 | mqe->un.mb_words[12], mqe->un.mb_words[13], |
| 4709 | mqe->un.mb_words[14], mqe->un.mb_words[15], |
| 4710 | mqe->un.mb_words[16], mqe->un.mb_words[50], |
| 4711 | mboxq->mcqe.word0, |
| 4712 | mboxq->mcqe.mcqe_tag0, mboxq->mcqe.mcqe_tag1, |
| 4713 | mboxq->mcqe.trailer); |
| 4714 | |
| 4715 | if (rc) { |
| 4716 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 4717 | kfree(mp); |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 4718 | rc = -EIO; |
| 4719 | goto out_free_mboxq; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4720 | } |
| 4721 | data_length = mqe->un.mb_words[5]; |
James Smart | a0c87cb | 2009-07-19 10:01:10 -0400 | [diff] [blame] | 4722 | if (data_length > DMP_RGN23_SIZE) { |
James Smart | d11e31d | 2009-06-10 17:23:06 -0400 | [diff] [blame] | 4723 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 4724 | kfree(mp); |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 4725 | rc = -EIO; |
| 4726 | goto out_free_mboxq; |
James Smart | d11e31d | 2009-06-10 17:23:06 -0400 | [diff] [blame] | 4727 | } |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4728 | |
| 4729 | lpfc_parse_fcoe_conf(phba, mp->virt, data_length); |
| 4730 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 4731 | kfree(mp); |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 4732 | rc = 0; |
| 4733 | |
| 4734 | out_free_mboxq: |
| 4735 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 4736 | return rc; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4737 | } |
| 4738 | |
| 4739 | /** |
| 4740 | * lpfc_sli4_read_rev - Issue READ_REV and collect vpd data |
| 4741 | * @phba: pointer to lpfc hba data structure. |
| 4742 | * @mboxq: pointer to the LPFC_MBOXQ_t structure. |
| 4743 | * @vpd: pointer to the memory to hold resulting port vpd data. |
| 4744 | * @vpd_size: On input, the number of bytes allocated to @vpd. |
| 4745 | * On output, the number of data bytes in @vpd. |
| 4746 | * |
| 4747 | * This routine executes a READ_REV SLI4 mailbox command. In |
| 4748 | * addition, this routine gets the port vpd data. |
| 4749 | * |
| 4750 | * Return codes |
André Goddard Rosa | af901ca | 2009-11-14 13:09:05 -0200 | [diff] [blame] | 4751 | * 0 - successful |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 4752 | * -ENOMEM - could not allocated memory. |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4753 | **/ |
| 4754 | static int |
| 4755 | lpfc_sli4_read_rev(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq, |
| 4756 | uint8_t *vpd, uint32_t *vpd_size) |
| 4757 | { |
| 4758 | int rc = 0; |
| 4759 | uint32_t dma_size; |
| 4760 | struct lpfc_dmabuf *dmabuf; |
| 4761 | struct lpfc_mqe *mqe; |
| 4762 | |
| 4763 | dmabuf = kzalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); |
| 4764 | if (!dmabuf) |
| 4765 | return -ENOMEM; |
| 4766 | |
| 4767 | /* |
| 4768 | * Get a DMA buffer for the vpd data resulting from the READ_REV |
| 4769 | * mailbox command. |
| 4770 | */ |
| 4771 | dma_size = *vpd_size; |
| 4772 | dmabuf->virt = dma_alloc_coherent(&phba->pcidev->dev, |
| 4773 | dma_size, |
| 4774 | &dmabuf->phys, |
| 4775 | GFP_KERNEL); |
| 4776 | if (!dmabuf->virt) { |
| 4777 | kfree(dmabuf); |
| 4778 | return -ENOMEM; |
| 4779 | } |
| 4780 | memset(dmabuf->virt, 0, dma_size); |
| 4781 | |
| 4782 | /* |
| 4783 | * The SLI4 implementation of READ_REV conflicts at word1, |
| 4784 | * bits 31:16 and SLI4 adds vpd functionality not present |
| 4785 | * in SLI3. This code corrects the conflicts. |
| 4786 | */ |
| 4787 | lpfc_read_rev(phba, mboxq); |
| 4788 | mqe = &mboxq->u.mqe; |
| 4789 | mqe->un.read_rev.vpd_paddr_high = putPaddrHigh(dmabuf->phys); |
| 4790 | mqe->un.read_rev.vpd_paddr_low = putPaddrLow(dmabuf->phys); |
| 4791 | mqe->un.read_rev.word1 &= 0x0000FFFF; |
| 4792 | bf_set(lpfc_mbx_rd_rev_vpd, &mqe->un.read_rev, 1); |
| 4793 | bf_set(lpfc_mbx_rd_rev_avail_len, &mqe->un.read_rev, dma_size); |
| 4794 | |
| 4795 | rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL); |
| 4796 | if (rc) { |
| 4797 | dma_free_coherent(&phba->pcidev->dev, dma_size, |
| 4798 | dmabuf->virt, dmabuf->phys); |
James Smart | def9c7a | 2009-12-21 17:02:28 -0500 | [diff] [blame] | 4799 | kfree(dmabuf); |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4800 | return -EIO; |
| 4801 | } |
| 4802 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4803 | /* |
| 4804 | * The available vpd length cannot be bigger than the |
| 4805 | * DMA buffer passed to the port. Catch the less than |
| 4806 | * case and update the caller's size. |
| 4807 | */ |
| 4808 | if (mqe->un.read_rev.avail_vpd_len < *vpd_size) |
| 4809 | *vpd_size = mqe->un.read_rev.avail_vpd_len; |
| 4810 | |
James Smart | d7c4799 | 2010-06-08 18:31:54 -0400 | [diff] [blame] | 4811 | memcpy(vpd, dmabuf->virt, *vpd_size); |
| 4812 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4813 | dma_free_coherent(&phba->pcidev->dev, dma_size, |
| 4814 | dmabuf->virt, dmabuf->phys); |
| 4815 | kfree(dmabuf); |
| 4816 | return 0; |
| 4817 | } |
| 4818 | |
| 4819 | /** |
James Smart | cd1c830 | 2011-10-10 21:33:25 -0400 | [diff] [blame] | 4820 | * lpfc_sli4_retrieve_pport_name - Retrieve SLI4 device physical port name |
| 4821 | * @phba: pointer to lpfc hba data structure. |
| 4822 | * |
| 4823 | * This routine retrieves SLI4 device physical port name this PCI function |
| 4824 | * is attached to. |
| 4825 | * |
| 4826 | * Return codes |
Anatol Pomozov | 4907cb7 | 2012-09-01 10:31:09 -0700 | [diff] [blame] | 4827 | * 0 - successful |
James Smart | cd1c830 | 2011-10-10 21:33:25 -0400 | [diff] [blame] | 4828 | * otherwise - failed to retrieve physical port name |
| 4829 | **/ |
| 4830 | static int |
| 4831 | lpfc_sli4_retrieve_pport_name(struct lpfc_hba *phba) |
| 4832 | { |
| 4833 | LPFC_MBOXQ_t *mboxq; |
James Smart | cd1c830 | 2011-10-10 21:33:25 -0400 | [diff] [blame] | 4834 | struct lpfc_mbx_get_cntl_attributes *mbx_cntl_attr; |
| 4835 | struct lpfc_controller_attribute *cntl_attr; |
| 4836 | struct lpfc_mbx_get_port_name *get_port_name; |
| 4837 | void *virtaddr = NULL; |
| 4838 | uint32_t alloclen, reqlen; |
| 4839 | uint32_t shdr_status, shdr_add_status; |
| 4840 | union lpfc_sli4_cfg_shdr *shdr; |
| 4841 | char cport_name = 0; |
| 4842 | int rc; |
| 4843 | |
| 4844 | /* We assume nothing at this point */ |
| 4845 | phba->sli4_hba.lnk_info.lnk_dv = LPFC_LNK_DAT_INVAL; |
| 4846 | phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_NON; |
| 4847 | |
| 4848 | mboxq = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 4849 | if (!mboxq) |
| 4850 | return -ENOMEM; |
James Smart | cd1c830 | 2011-10-10 21:33:25 -0400 | [diff] [blame] | 4851 | /* obtain link type and link number via READ_CONFIG */ |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 4852 | phba->sli4_hba.lnk_info.lnk_dv = LPFC_LNK_DAT_INVAL; |
| 4853 | lpfc_sli4_read_config(phba); |
| 4854 | if (phba->sli4_hba.lnk_info.lnk_dv == LPFC_LNK_DAT_VAL) |
| 4855 | goto retrieve_ppname; |
James Smart | cd1c830 | 2011-10-10 21:33:25 -0400 | [diff] [blame] | 4856 | |
| 4857 | /* obtain link type and link number via COMMON_GET_CNTL_ATTRIBUTES */ |
| 4858 | reqlen = sizeof(struct lpfc_mbx_get_cntl_attributes); |
| 4859 | alloclen = lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_COMMON, |
| 4860 | LPFC_MBOX_OPCODE_GET_CNTL_ATTRIBUTES, reqlen, |
| 4861 | LPFC_SLI4_MBX_NEMBED); |
| 4862 | if (alloclen < reqlen) { |
| 4863 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 4864 | "3084 Allocated DMA memory size (%d) is " |
| 4865 | "less than the requested DMA memory size " |
| 4866 | "(%d)\n", alloclen, reqlen); |
| 4867 | rc = -ENOMEM; |
| 4868 | goto out_free_mboxq; |
| 4869 | } |
| 4870 | rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL); |
| 4871 | virtaddr = mboxq->sge_array->addr[0]; |
| 4872 | mbx_cntl_attr = (struct lpfc_mbx_get_cntl_attributes *)virtaddr; |
| 4873 | shdr = &mbx_cntl_attr->cfg_shdr; |
| 4874 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); |
| 4875 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); |
| 4876 | if (shdr_status || shdr_add_status || rc) { |
| 4877 | lpfc_printf_log(phba, KERN_WARNING, LOG_SLI, |
| 4878 | "3085 Mailbox x%x (x%x/x%x) failed, " |
| 4879 | "rc:x%x, status:x%x, add_status:x%x\n", |
| 4880 | bf_get(lpfc_mqe_command, &mboxq->u.mqe), |
| 4881 | lpfc_sli_config_mbox_subsys_get(phba, mboxq), |
| 4882 | lpfc_sli_config_mbox_opcode_get(phba, mboxq), |
| 4883 | rc, shdr_status, shdr_add_status); |
| 4884 | rc = -ENXIO; |
| 4885 | goto out_free_mboxq; |
| 4886 | } |
| 4887 | cntl_attr = &mbx_cntl_attr->cntl_attr; |
| 4888 | phba->sli4_hba.lnk_info.lnk_dv = LPFC_LNK_DAT_VAL; |
| 4889 | phba->sli4_hba.lnk_info.lnk_tp = |
| 4890 | bf_get(lpfc_cntl_attr_lnk_type, cntl_attr); |
| 4891 | phba->sli4_hba.lnk_info.lnk_no = |
| 4892 | bf_get(lpfc_cntl_attr_lnk_numb, cntl_attr); |
| 4893 | lpfc_printf_log(phba, KERN_INFO, LOG_SLI, |
| 4894 | "3086 lnk_type:%d, lnk_numb:%d\n", |
| 4895 | phba->sli4_hba.lnk_info.lnk_tp, |
| 4896 | phba->sli4_hba.lnk_info.lnk_no); |
| 4897 | |
| 4898 | retrieve_ppname: |
| 4899 | lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_COMMON, |
| 4900 | LPFC_MBOX_OPCODE_GET_PORT_NAME, |
| 4901 | sizeof(struct lpfc_mbx_get_port_name) - |
| 4902 | sizeof(struct lpfc_sli4_cfg_mhdr), |
| 4903 | LPFC_SLI4_MBX_EMBED); |
| 4904 | get_port_name = &mboxq->u.mqe.un.get_port_name; |
| 4905 | shdr = (union lpfc_sli4_cfg_shdr *)&get_port_name->header.cfg_shdr; |
| 4906 | bf_set(lpfc_mbox_hdr_version, &shdr->request, LPFC_OPCODE_VERSION_1); |
| 4907 | bf_set(lpfc_mbx_get_port_name_lnk_type, &get_port_name->u.request, |
| 4908 | phba->sli4_hba.lnk_info.lnk_tp); |
| 4909 | rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL); |
| 4910 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); |
| 4911 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); |
| 4912 | if (shdr_status || shdr_add_status || rc) { |
| 4913 | lpfc_printf_log(phba, KERN_WARNING, LOG_SLI, |
| 4914 | "3087 Mailbox x%x (x%x/x%x) failed: " |
| 4915 | "rc:x%x, status:x%x, add_status:x%x\n", |
| 4916 | bf_get(lpfc_mqe_command, &mboxq->u.mqe), |
| 4917 | lpfc_sli_config_mbox_subsys_get(phba, mboxq), |
| 4918 | lpfc_sli_config_mbox_opcode_get(phba, mboxq), |
| 4919 | rc, shdr_status, shdr_add_status); |
| 4920 | rc = -ENXIO; |
| 4921 | goto out_free_mboxq; |
| 4922 | } |
| 4923 | switch (phba->sli4_hba.lnk_info.lnk_no) { |
| 4924 | case LPFC_LINK_NUMBER_0: |
| 4925 | cport_name = bf_get(lpfc_mbx_get_port_name_name0, |
| 4926 | &get_port_name->u.response); |
| 4927 | phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_GET; |
| 4928 | break; |
| 4929 | case LPFC_LINK_NUMBER_1: |
| 4930 | cport_name = bf_get(lpfc_mbx_get_port_name_name1, |
| 4931 | &get_port_name->u.response); |
| 4932 | phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_GET; |
| 4933 | break; |
| 4934 | case LPFC_LINK_NUMBER_2: |
| 4935 | cport_name = bf_get(lpfc_mbx_get_port_name_name2, |
| 4936 | &get_port_name->u.response); |
| 4937 | phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_GET; |
| 4938 | break; |
| 4939 | case LPFC_LINK_NUMBER_3: |
| 4940 | cport_name = bf_get(lpfc_mbx_get_port_name_name3, |
| 4941 | &get_port_name->u.response); |
| 4942 | phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_GET; |
| 4943 | break; |
| 4944 | default: |
| 4945 | break; |
| 4946 | } |
| 4947 | |
| 4948 | if (phba->sli4_hba.pport_name_sta == LPFC_SLI4_PPNAME_GET) { |
| 4949 | phba->Port[0] = cport_name; |
| 4950 | phba->Port[1] = '\0'; |
| 4951 | lpfc_printf_log(phba, KERN_INFO, LOG_SLI, |
| 4952 | "3091 SLI get port name: %s\n", phba->Port); |
| 4953 | } |
| 4954 | |
| 4955 | out_free_mboxq: |
| 4956 | if (rc != MBX_TIMEOUT) { |
| 4957 | if (bf_get(lpfc_mqe_command, &mboxq->u.mqe) == MBX_SLI4_CONFIG) |
| 4958 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
| 4959 | else |
| 4960 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 4961 | } |
| 4962 | return rc; |
| 4963 | } |
| 4964 | |
| 4965 | /** |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4966 | * lpfc_sli4_arm_cqeq_intr - Arm sli-4 device completion and event queues |
| 4967 | * @phba: pointer to lpfc hba data structure. |
| 4968 | * |
| 4969 | * This routine is called to explicitly arm the SLI4 device's completion and |
| 4970 | * event queues |
| 4971 | **/ |
| 4972 | static void |
| 4973 | lpfc_sli4_arm_cqeq_intr(struct lpfc_hba *phba) |
| 4974 | { |
James Smart | 962bc51 | 2013-01-03 15:44:00 -0500 | [diff] [blame] | 4975 | int fcp_eqidx; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4976 | |
| 4977 | lpfc_sli4_cq_release(phba->sli4_hba.mbx_cq, LPFC_QUEUE_REARM); |
| 4978 | lpfc_sli4_cq_release(phba->sli4_hba.els_cq, LPFC_QUEUE_REARM); |
James Smart | 0558056 | 2011-05-24 11:40:48 -0400 | [diff] [blame] | 4979 | fcp_eqidx = 0; |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 4980 | if (phba->sli4_hba.fcp_cq) { |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 4981 | do { |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 4982 | lpfc_sli4_cq_release(phba->sli4_hba.fcp_cq[fcp_eqidx], |
| 4983 | LPFC_QUEUE_REARM); |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 4984 | } while (++fcp_eqidx < phba->cfg_fcp_io_channel); |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 4985 | } |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 4986 | if (phba->sli4_hba.hba_eq) { |
| 4987 | for (fcp_eqidx = 0; fcp_eqidx < phba->cfg_fcp_io_channel; |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 4988 | fcp_eqidx++) |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 4989 | lpfc_sli4_eq_release(phba->sli4_hba.hba_eq[fcp_eqidx], |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 4990 | LPFC_QUEUE_REARM); |
| 4991 | } |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4992 | } |
| 4993 | |
| 4994 | /** |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 4995 | * lpfc_sli4_get_avail_extnt_rsrc - Get available resource extent count. |
| 4996 | * @phba: Pointer to HBA context object. |
| 4997 | * @type: The resource extent type. |
James Smart | b76f2dc | 2011-07-22 18:37:42 -0400 | [diff] [blame] | 4998 | * @extnt_count: buffer to hold port available extent count. |
| 4999 | * @extnt_size: buffer to hold element count per extent. |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5000 | * |
James Smart | b76f2dc | 2011-07-22 18:37:42 -0400 | [diff] [blame] | 5001 | * This function calls the port and retrievs the number of available |
| 5002 | * extents and their size for a particular extent type. |
| 5003 | * |
| 5004 | * Returns: 0 if successful. Nonzero otherwise. |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5005 | **/ |
James Smart | b76f2dc | 2011-07-22 18:37:42 -0400 | [diff] [blame] | 5006 | int |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5007 | lpfc_sli4_get_avail_extnt_rsrc(struct lpfc_hba *phba, uint16_t type, |
| 5008 | uint16_t *extnt_count, uint16_t *extnt_size) |
| 5009 | { |
| 5010 | int rc = 0; |
| 5011 | uint32_t length; |
| 5012 | uint32_t mbox_tmo; |
| 5013 | struct lpfc_mbx_get_rsrc_extent_info *rsrc_info; |
| 5014 | LPFC_MBOXQ_t *mbox; |
| 5015 | |
| 5016 | mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 5017 | if (!mbox) |
| 5018 | return -ENOMEM; |
| 5019 | |
| 5020 | /* Find out how many extents are available for this resource type */ |
| 5021 | length = (sizeof(struct lpfc_mbx_get_rsrc_extent_info) - |
| 5022 | sizeof(struct lpfc_sli4_cfg_mhdr)); |
| 5023 | lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON, |
| 5024 | LPFC_MBOX_OPCODE_GET_RSRC_EXTENT_INFO, |
| 5025 | length, LPFC_SLI4_MBX_EMBED); |
| 5026 | |
| 5027 | /* Send an extents count of 0 - the GET doesn't use it. */ |
| 5028 | rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, 0, type, |
| 5029 | LPFC_SLI4_MBX_EMBED); |
| 5030 | if (unlikely(rc)) { |
| 5031 | rc = -EIO; |
| 5032 | goto err_exit; |
| 5033 | } |
| 5034 | |
| 5035 | if (!phba->sli4_hba.intr_enable) |
| 5036 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL); |
| 5037 | else { |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 5038 | mbox_tmo = lpfc_mbox_tmo_val(phba, mbox); |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5039 | rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo); |
| 5040 | } |
| 5041 | if (unlikely(rc)) { |
| 5042 | rc = -EIO; |
| 5043 | goto err_exit; |
| 5044 | } |
| 5045 | |
| 5046 | rsrc_info = &mbox->u.mqe.un.rsrc_extent_info; |
| 5047 | if (bf_get(lpfc_mbox_hdr_status, |
| 5048 | &rsrc_info->header.cfg_shdr.response)) { |
| 5049 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_INIT, |
| 5050 | "2930 Failed to get resource extents " |
| 5051 | "Status 0x%x Add'l Status 0x%x\n", |
| 5052 | bf_get(lpfc_mbox_hdr_status, |
| 5053 | &rsrc_info->header.cfg_shdr.response), |
| 5054 | bf_get(lpfc_mbox_hdr_add_status, |
| 5055 | &rsrc_info->header.cfg_shdr.response)); |
| 5056 | rc = -EIO; |
| 5057 | goto err_exit; |
| 5058 | } |
| 5059 | |
| 5060 | *extnt_count = bf_get(lpfc_mbx_get_rsrc_extent_info_cnt, |
| 5061 | &rsrc_info->u.rsp); |
| 5062 | *extnt_size = bf_get(lpfc_mbx_get_rsrc_extent_info_size, |
| 5063 | &rsrc_info->u.rsp); |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 5064 | |
| 5065 | lpfc_printf_log(phba, KERN_INFO, LOG_SLI, |
| 5066 | "3162 Retrieved extents type-%d from port: count:%d, " |
| 5067 | "size:%d\n", type, *extnt_count, *extnt_size); |
| 5068 | |
| 5069 | err_exit: |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5070 | mempool_free(mbox, phba->mbox_mem_pool); |
| 5071 | return rc; |
| 5072 | } |
| 5073 | |
| 5074 | /** |
| 5075 | * lpfc_sli4_chk_avail_extnt_rsrc - Check for available SLI4 resource extents. |
| 5076 | * @phba: Pointer to HBA context object. |
| 5077 | * @type: The extent type to check. |
| 5078 | * |
| 5079 | * This function reads the current available extents from the port and checks |
| 5080 | * if the extent count or extent size has changed since the last access. |
| 5081 | * Callers use this routine post port reset to understand if there is a |
| 5082 | * extent reprovisioning requirement. |
| 5083 | * |
| 5084 | * Returns: |
| 5085 | * -Error: error indicates problem. |
| 5086 | * 1: Extent count or size has changed. |
| 5087 | * 0: No changes. |
| 5088 | **/ |
| 5089 | static int |
| 5090 | lpfc_sli4_chk_avail_extnt_rsrc(struct lpfc_hba *phba, uint16_t type) |
| 5091 | { |
| 5092 | uint16_t curr_ext_cnt, rsrc_ext_cnt; |
| 5093 | uint16_t size_diff, rsrc_ext_size; |
| 5094 | int rc = 0; |
| 5095 | struct lpfc_rsrc_blks *rsrc_entry; |
| 5096 | struct list_head *rsrc_blk_list = NULL; |
| 5097 | |
| 5098 | size_diff = 0; |
| 5099 | curr_ext_cnt = 0; |
| 5100 | rc = lpfc_sli4_get_avail_extnt_rsrc(phba, type, |
| 5101 | &rsrc_ext_cnt, |
| 5102 | &rsrc_ext_size); |
| 5103 | if (unlikely(rc)) |
| 5104 | return -EIO; |
| 5105 | |
| 5106 | switch (type) { |
| 5107 | case LPFC_RSC_TYPE_FCOE_RPI: |
| 5108 | rsrc_blk_list = &phba->sli4_hba.lpfc_rpi_blk_list; |
| 5109 | break; |
| 5110 | case LPFC_RSC_TYPE_FCOE_VPI: |
| 5111 | rsrc_blk_list = &phba->lpfc_vpi_blk_list; |
| 5112 | break; |
| 5113 | case LPFC_RSC_TYPE_FCOE_XRI: |
| 5114 | rsrc_blk_list = &phba->sli4_hba.lpfc_xri_blk_list; |
| 5115 | break; |
| 5116 | case LPFC_RSC_TYPE_FCOE_VFI: |
| 5117 | rsrc_blk_list = &phba->sli4_hba.lpfc_vfi_blk_list; |
| 5118 | break; |
| 5119 | default: |
| 5120 | break; |
| 5121 | } |
| 5122 | |
| 5123 | list_for_each_entry(rsrc_entry, rsrc_blk_list, list) { |
| 5124 | curr_ext_cnt++; |
| 5125 | if (rsrc_entry->rsrc_size != rsrc_ext_size) |
| 5126 | size_diff++; |
| 5127 | } |
| 5128 | |
| 5129 | if (curr_ext_cnt != rsrc_ext_cnt || size_diff != 0) |
| 5130 | rc = 1; |
| 5131 | |
| 5132 | return rc; |
| 5133 | } |
| 5134 | |
| 5135 | /** |
| 5136 | * lpfc_sli4_cfg_post_extnts - |
| 5137 | * @phba: Pointer to HBA context object. |
| 5138 | * @extnt_cnt - number of available extents. |
| 5139 | * @type - the extent type (rpi, xri, vfi, vpi). |
| 5140 | * @emb - buffer to hold either MBX_EMBED or MBX_NEMBED operation. |
| 5141 | * @mbox - pointer to the caller's allocated mailbox structure. |
| 5142 | * |
| 5143 | * This function executes the extents allocation request. It also |
| 5144 | * takes care of the amount of memory needed to allocate or get the |
| 5145 | * allocated extents. It is the caller's responsibility to evaluate |
| 5146 | * the response. |
| 5147 | * |
| 5148 | * Returns: |
| 5149 | * -Error: Error value describes the condition found. |
| 5150 | * 0: if successful |
| 5151 | **/ |
| 5152 | static int |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 5153 | lpfc_sli4_cfg_post_extnts(struct lpfc_hba *phba, uint16_t extnt_cnt, |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5154 | uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox) |
| 5155 | { |
| 5156 | int rc = 0; |
| 5157 | uint32_t req_len; |
| 5158 | uint32_t emb_len; |
| 5159 | uint32_t alloc_len, mbox_tmo; |
| 5160 | |
| 5161 | /* Calculate the total requested length of the dma memory */ |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 5162 | req_len = extnt_cnt * sizeof(uint16_t); |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5163 | |
| 5164 | /* |
| 5165 | * Calculate the size of an embedded mailbox. The uint32_t |
| 5166 | * accounts for extents-specific word. |
| 5167 | */ |
| 5168 | emb_len = sizeof(MAILBOX_t) - sizeof(struct mbox_header) - |
| 5169 | sizeof(uint32_t); |
| 5170 | |
| 5171 | /* |
| 5172 | * Presume the allocation and response will fit into an embedded |
| 5173 | * mailbox. If not true, reconfigure to a non-embedded mailbox. |
| 5174 | */ |
| 5175 | *emb = LPFC_SLI4_MBX_EMBED; |
| 5176 | if (req_len > emb_len) { |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 5177 | req_len = extnt_cnt * sizeof(uint16_t) + |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5178 | sizeof(union lpfc_sli4_cfg_shdr) + |
| 5179 | sizeof(uint32_t); |
| 5180 | *emb = LPFC_SLI4_MBX_NEMBED; |
| 5181 | } |
| 5182 | |
| 5183 | alloc_len = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON, |
| 5184 | LPFC_MBOX_OPCODE_ALLOC_RSRC_EXTENT, |
| 5185 | req_len, *emb); |
| 5186 | if (alloc_len < req_len) { |
| 5187 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
James Smart | b76f2dc | 2011-07-22 18:37:42 -0400 | [diff] [blame] | 5188 | "2982 Allocated DMA memory size (x%x) is " |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5189 | "less than the requested DMA memory " |
| 5190 | "size (x%x)\n", alloc_len, req_len); |
| 5191 | return -ENOMEM; |
| 5192 | } |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 5193 | rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, extnt_cnt, type, *emb); |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5194 | if (unlikely(rc)) |
| 5195 | return -EIO; |
| 5196 | |
| 5197 | if (!phba->sli4_hba.intr_enable) |
| 5198 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL); |
| 5199 | else { |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 5200 | mbox_tmo = lpfc_mbox_tmo_val(phba, mbox); |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5201 | rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo); |
| 5202 | } |
| 5203 | |
| 5204 | if (unlikely(rc)) |
| 5205 | rc = -EIO; |
| 5206 | return rc; |
| 5207 | } |
| 5208 | |
| 5209 | /** |
| 5210 | * lpfc_sli4_alloc_extent - Allocate an SLI4 resource extent. |
| 5211 | * @phba: Pointer to HBA context object. |
| 5212 | * @type: The resource extent type to allocate. |
| 5213 | * |
| 5214 | * This function allocates the number of elements for the specified |
| 5215 | * resource type. |
| 5216 | **/ |
| 5217 | static int |
| 5218 | lpfc_sli4_alloc_extent(struct lpfc_hba *phba, uint16_t type) |
| 5219 | { |
| 5220 | bool emb = false; |
| 5221 | uint16_t rsrc_id_cnt, rsrc_cnt, rsrc_size; |
| 5222 | uint16_t rsrc_id, rsrc_start, j, k; |
| 5223 | uint16_t *ids; |
| 5224 | int i, rc; |
| 5225 | unsigned long longs; |
| 5226 | unsigned long *bmask; |
| 5227 | struct lpfc_rsrc_blks *rsrc_blks; |
| 5228 | LPFC_MBOXQ_t *mbox; |
| 5229 | uint32_t length; |
| 5230 | struct lpfc_id_range *id_array = NULL; |
| 5231 | void *virtaddr = NULL; |
| 5232 | struct lpfc_mbx_nembed_rsrc_extent *n_rsrc; |
| 5233 | struct lpfc_mbx_alloc_rsrc_extents *rsrc_ext; |
| 5234 | struct list_head *ext_blk_list; |
| 5235 | |
| 5236 | rc = lpfc_sli4_get_avail_extnt_rsrc(phba, type, |
| 5237 | &rsrc_cnt, |
| 5238 | &rsrc_size); |
| 5239 | if (unlikely(rc)) |
| 5240 | return -EIO; |
| 5241 | |
| 5242 | if ((rsrc_cnt == 0) || (rsrc_size == 0)) { |
| 5243 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_INIT, |
| 5244 | "3009 No available Resource Extents " |
| 5245 | "for resource type 0x%x: Count: 0x%x, " |
| 5246 | "Size 0x%x\n", type, rsrc_cnt, |
| 5247 | rsrc_size); |
| 5248 | return -ENOMEM; |
| 5249 | } |
| 5250 | |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 5251 | lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_INIT | LOG_SLI, |
| 5252 | "2903 Post resource extents type-0x%x: " |
| 5253 | "count:%d, size %d\n", type, rsrc_cnt, rsrc_size); |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5254 | |
| 5255 | mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 5256 | if (!mbox) |
| 5257 | return -ENOMEM; |
| 5258 | |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 5259 | rc = lpfc_sli4_cfg_post_extnts(phba, rsrc_cnt, type, &emb, mbox); |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5260 | if (unlikely(rc)) { |
| 5261 | rc = -EIO; |
| 5262 | goto err_exit; |
| 5263 | } |
| 5264 | |
| 5265 | /* |
| 5266 | * Figure out where the response is located. Then get local pointers |
| 5267 | * to the response data. The port does not guarantee to respond to |
| 5268 | * all extents counts request so update the local variable with the |
| 5269 | * allocated count from the port. |
| 5270 | */ |
| 5271 | if (emb == LPFC_SLI4_MBX_EMBED) { |
| 5272 | rsrc_ext = &mbox->u.mqe.un.alloc_rsrc_extents; |
| 5273 | id_array = &rsrc_ext->u.rsp.id[0]; |
| 5274 | rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, &rsrc_ext->u.rsp); |
| 5275 | } else { |
| 5276 | virtaddr = mbox->sge_array->addr[0]; |
| 5277 | n_rsrc = (struct lpfc_mbx_nembed_rsrc_extent *) virtaddr; |
| 5278 | rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, n_rsrc); |
| 5279 | id_array = &n_rsrc->id; |
| 5280 | } |
| 5281 | |
| 5282 | longs = ((rsrc_cnt * rsrc_size) + BITS_PER_LONG - 1) / BITS_PER_LONG; |
| 5283 | rsrc_id_cnt = rsrc_cnt * rsrc_size; |
| 5284 | |
| 5285 | /* |
| 5286 | * Based on the resource size and count, correct the base and max |
| 5287 | * resource values. |
| 5288 | */ |
| 5289 | length = sizeof(struct lpfc_rsrc_blks); |
| 5290 | switch (type) { |
| 5291 | case LPFC_RSC_TYPE_FCOE_RPI: |
| 5292 | phba->sli4_hba.rpi_bmask = kzalloc(longs * |
| 5293 | sizeof(unsigned long), |
| 5294 | GFP_KERNEL); |
| 5295 | if (unlikely(!phba->sli4_hba.rpi_bmask)) { |
| 5296 | rc = -ENOMEM; |
| 5297 | goto err_exit; |
| 5298 | } |
| 5299 | phba->sli4_hba.rpi_ids = kzalloc(rsrc_id_cnt * |
| 5300 | sizeof(uint16_t), |
| 5301 | GFP_KERNEL); |
| 5302 | if (unlikely(!phba->sli4_hba.rpi_ids)) { |
| 5303 | kfree(phba->sli4_hba.rpi_bmask); |
| 5304 | rc = -ENOMEM; |
| 5305 | goto err_exit; |
| 5306 | } |
| 5307 | |
| 5308 | /* |
| 5309 | * The next_rpi was initialized with the maximum available |
| 5310 | * count but the port may allocate a smaller number. Catch |
| 5311 | * that case and update the next_rpi. |
| 5312 | */ |
| 5313 | phba->sli4_hba.next_rpi = rsrc_id_cnt; |
| 5314 | |
| 5315 | /* Initialize local ptrs for common extent processing later. */ |
| 5316 | bmask = phba->sli4_hba.rpi_bmask; |
| 5317 | ids = phba->sli4_hba.rpi_ids; |
| 5318 | ext_blk_list = &phba->sli4_hba.lpfc_rpi_blk_list; |
| 5319 | break; |
| 5320 | case LPFC_RSC_TYPE_FCOE_VPI: |
| 5321 | phba->vpi_bmask = kzalloc(longs * |
| 5322 | sizeof(unsigned long), |
| 5323 | GFP_KERNEL); |
| 5324 | if (unlikely(!phba->vpi_bmask)) { |
| 5325 | rc = -ENOMEM; |
| 5326 | goto err_exit; |
| 5327 | } |
| 5328 | phba->vpi_ids = kzalloc(rsrc_id_cnt * |
| 5329 | sizeof(uint16_t), |
| 5330 | GFP_KERNEL); |
| 5331 | if (unlikely(!phba->vpi_ids)) { |
| 5332 | kfree(phba->vpi_bmask); |
| 5333 | rc = -ENOMEM; |
| 5334 | goto err_exit; |
| 5335 | } |
| 5336 | |
| 5337 | /* Initialize local ptrs for common extent processing later. */ |
| 5338 | bmask = phba->vpi_bmask; |
| 5339 | ids = phba->vpi_ids; |
| 5340 | ext_blk_list = &phba->lpfc_vpi_blk_list; |
| 5341 | break; |
| 5342 | case LPFC_RSC_TYPE_FCOE_XRI: |
| 5343 | phba->sli4_hba.xri_bmask = kzalloc(longs * |
| 5344 | sizeof(unsigned long), |
| 5345 | GFP_KERNEL); |
| 5346 | if (unlikely(!phba->sli4_hba.xri_bmask)) { |
| 5347 | rc = -ENOMEM; |
| 5348 | goto err_exit; |
| 5349 | } |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 5350 | phba->sli4_hba.max_cfg_param.xri_used = 0; |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5351 | phba->sli4_hba.xri_ids = kzalloc(rsrc_id_cnt * |
| 5352 | sizeof(uint16_t), |
| 5353 | GFP_KERNEL); |
| 5354 | if (unlikely(!phba->sli4_hba.xri_ids)) { |
| 5355 | kfree(phba->sli4_hba.xri_bmask); |
| 5356 | rc = -ENOMEM; |
| 5357 | goto err_exit; |
| 5358 | } |
| 5359 | |
| 5360 | /* Initialize local ptrs for common extent processing later. */ |
| 5361 | bmask = phba->sli4_hba.xri_bmask; |
| 5362 | ids = phba->sli4_hba.xri_ids; |
| 5363 | ext_blk_list = &phba->sli4_hba.lpfc_xri_blk_list; |
| 5364 | break; |
| 5365 | case LPFC_RSC_TYPE_FCOE_VFI: |
| 5366 | phba->sli4_hba.vfi_bmask = kzalloc(longs * |
| 5367 | sizeof(unsigned long), |
| 5368 | GFP_KERNEL); |
| 5369 | if (unlikely(!phba->sli4_hba.vfi_bmask)) { |
| 5370 | rc = -ENOMEM; |
| 5371 | goto err_exit; |
| 5372 | } |
| 5373 | phba->sli4_hba.vfi_ids = kzalloc(rsrc_id_cnt * |
| 5374 | sizeof(uint16_t), |
| 5375 | GFP_KERNEL); |
| 5376 | if (unlikely(!phba->sli4_hba.vfi_ids)) { |
| 5377 | kfree(phba->sli4_hba.vfi_bmask); |
| 5378 | rc = -ENOMEM; |
| 5379 | goto err_exit; |
| 5380 | } |
| 5381 | |
| 5382 | /* Initialize local ptrs for common extent processing later. */ |
| 5383 | bmask = phba->sli4_hba.vfi_bmask; |
| 5384 | ids = phba->sli4_hba.vfi_ids; |
| 5385 | ext_blk_list = &phba->sli4_hba.lpfc_vfi_blk_list; |
| 5386 | break; |
| 5387 | default: |
| 5388 | /* Unsupported Opcode. Fail call. */ |
| 5389 | id_array = NULL; |
| 5390 | bmask = NULL; |
| 5391 | ids = NULL; |
| 5392 | ext_blk_list = NULL; |
| 5393 | goto err_exit; |
| 5394 | } |
| 5395 | |
| 5396 | /* |
| 5397 | * Complete initializing the extent configuration with the |
| 5398 | * allocated ids assigned to this function. The bitmask serves |
| 5399 | * as an index into the array and manages the available ids. The |
| 5400 | * array just stores the ids communicated to the port via the wqes. |
| 5401 | */ |
| 5402 | for (i = 0, j = 0, k = 0; i < rsrc_cnt; i++) { |
| 5403 | if ((i % 2) == 0) |
| 5404 | rsrc_id = bf_get(lpfc_mbx_rsrc_id_word4_0, |
| 5405 | &id_array[k]); |
| 5406 | else |
| 5407 | rsrc_id = bf_get(lpfc_mbx_rsrc_id_word4_1, |
| 5408 | &id_array[k]); |
| 5409 | |
| 5410 | rsrc_blks = kzalloc(length, GFP_KERNEL); |
| 5411 | if (unlikely(!rsrc_blks)) { |
| 5412 | rc = -ENOMEM; |
| 5413 | kfree(bmask); |
| 5414 | kfree(ids); |
| 5415 | goto err_exit; |
| 5416 | } |
| 5417 | rsrc_blks->rsrc_start = rsrc_id; |
| 5418 | rsrc_blks->rsrc_size = rsrc_size; |
| 5419 | list_add_tail(&rsrc_blks->list, ext_blk_list); |
| 5420 | rsrc_start = rsrc_id; |
| 5421 | if ((type == LPFC_RSC_TYPE_FCOE_XRI) && (j == 0)) |
| 5422 | phba->sli4_hba.scsi_xri_start = rsrc_start + |
| 5423 | lpfc_sli4_get_els_iocb_cnt(phba); |
| 5424 | |
| 5425 | while (rsrc_id < (rsrc_start + rsrc_size)) { |
| 5426 | ids[j] = rsrc_id; |
| 5427 | rsrc_id++; |
| 5428 | j++; |
| 5429 | } |
| 5430 | /* Entire word processed. Get next word.*/ |
| 5431 | if ((i % 2) == 1) |
| 5432 | k++; |
| 5433 | } |
| 5434 | err_exit: |
| 5435 | lpfc_sli4_mbox_cmd_free(phba, mbox); |
| 5436 | return rc; |
| 5437 | } |
| 5438 | |
| 5439 | /** |
| 5440 | * lpfc_sli4_dealloc_extent - Deallocate an SLI4 resource extent. |
| 5441 | * @phba: Pointer to HBA context object. |
| 5442 | * @type: the extent's type. |
| 5443 | * |
| 5444 | * This function deallocates all extents of a particular resource type. |
| 5445 | * SLI4 does not allow for deallocating a particular extent range. It |
| 5446 | * is the caller's responsibility to release all kernel memory resources. |
| 5447 | **/ |
| 5448 | static int |
| 5449 | lpfc_sli4_dealloc_extent(struct lpfc_hba *phba, uint16_t type) |
| 5450 | { |
| 5451 | int rc; |
| 5452 | uint32_t length, mbox_tmo = 0; |
| 5453 | LPFC_MBOXQ_t *mbox; |
| 5454 | struct lpfc_mbx_dealloc_rsrc_extents *dealloc_rsrc; |
| 5455 | struct lpfc_rsrc_blks *rsrc_blk, *rsrc_blk_next; |
| 5456 | |
| 5457 | mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 5458 | if (!mbox) |
| 5459 | return -ENOMEM; |
| 5460 | |
| 5461 | /* |
| 5462 | * This function sends an embedded mailbox because it only sends the |
| 5463 | * the resource type. All extents of this type are released by the |
| 5464 | * port. |
| 5465 | */ |
| 5466 | length = (sizeof(struct lpfc_mbx_dealloc_rsrc_extents) - |
| 5467 | sizeof(struct lpfc_sli4_cfg_mhdr)); |
| 5468 | lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON, |
| 5469 | LPFC_MBOX_OPCODE_DEALLOC_RSRC_EXTENT, |
| 5470 | length, LPFC_SLI4_MBX_EMBED); |
| 5471 | |
| 5472 | /* Send an extents count of 0 - the dealloc doesn't use it. */ |
| 5473 | rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, 0, type, |
| 5474 | LPFC_SLI4_MBX_EMBED); |
| 5475 | if (unlikely(rc)) { |
| 5476 | rc = -EIO; |
| 5477 | goto out_free_mbox; |
| 5478 | } |
| 5479 | if (!phba->sli4_hba.intr_enable) |
| 5480 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL); |
| 5481 | else { |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 5482 | mbox_tmo = lpfc_mbox_tmo_val(phba, mbox); |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5483 | rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo); |
| 5484 | } |
| 5485 | if (unlikely(rc)) { |
| 5486 | rc = -EIO; |
| 5487 | goto out_free_mbox; |
| 5488 | } |
| 5489 | |
| 5490 | dealloc_rsrc = &mbox->u.mqe.un.dealloc_rsrc_extents; |
| 5491 | if (bf_get(lpfc_mbox_hdr_status, |
| 5492 | &dealloc_rsrc->header.cfg_shdr.response)) { |
| 5493 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_INIT, |
| 5494 | "2919 Failed to release resource extents " |
| 5495 | "for type %d - Status 0x%x Add'l Status 0x%x. " |
| 5496 | "Resource memory not released.\n", |
| 5497 | type, |
| 5498 | bf_get(lpfc_mbox_hdr_status, |
| 5499 | &dealloc_rsrc->header.cfg_shdr.response), |
| 5500 | bf_get(lpfc_mbox_hdr_add_status, |
| 5501 | &dealloc_rsrc->header.cfg_shdr.response)); |
| 5502 | rc = -EIO; |
| 5503 | goto out_free_mbox; |
| 5504 | } |
| 5505 | |
| 5506 | /* Release kernel memory resources for the specific type. */ |
| 5507 | switch (type) { |
| 5508 | case LPFC_RSC_TYPE_FCOE_VPI: |
| 5509 | kfree(phba->vpi_bmask); |
| 5510 | kfree(phba->vpi_ids); |
| 5511 | bf_set(lpfc_vpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0); |
| 5512 | list_for_each_entry_safe(rsrc_blk, rsrc_blk_next, |
| 5513 | &phba->lpfc_vpi_blk_list, list) { |
| 5514 | list_del_init(&rsrc_blk->list); |
| 5515 | kfree(rsrc_blk); |
| 5516 | } |
James Smart | 16a3a20 | 2013-04-17 20:14:38 -0400 | [diff] [blame] | 5517 | phba->sli4_hba.max_cfg_param.vpi_used = 0; |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5518 | break; |
| 5519 | case LPFC_RSC_TYPE_FCOE_XRI: |
| 5520 | kfree(phba->sli4_hba.xri_bmask); |
| 5521 | kfree(phba->sli4_hba.xri_ids); |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5522 | list_for_each_entry_safe(rsrc_blk, rsrc_blk_next, |
| 5523 | &phba->sli4_hba.lpfc_xri_blk_list, list) { |
| 5524 | list_del_init(&rsrc_blk->list); |
| 5525 | kfree(rsrc_blk); |
| 5526 | } |
| 5527 | break; |
| 5528 | case LPFC_RSC_TYPE_FCOE_VFI: |
| 5529 | kfree(phba->sli4_hba.vfi_bmask); |
| 5530 | kfree(phba->sli4_hba.vfi_ids); |
| 5531 | bf_set(lpfc_vfi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0); |
| 5532 | list_for_each_entry_safe(rsrc_blk, rsrc_blk_next, |
| 5533 | &phba->sli4_hba.lpfc_vfi_blk_list, list) { |
| 5534 | list_del_init(&rsrc_blk->list); |
| 5535 | kfree(rsrc_blk); |
| 5536 | } |
| 5537 | break; |
| 5538 | case LPFC_RSC_TYPE_FCOE_RPI: |
| 5539 | /* RPI bitmask and physical id array are cleaned up earlier. */ |
| 5540 | list_for_each_entry_safe(rsrc_blk, rsrc_blk_next, |
| 5541 | &phba->sli4_hba.lpfc_rpi_blk_list, list) { |
| 5542 | list_del_init(&rsrc_blk->list); |
| 5543 | kfree(rsrc_blk); |
| 5544 | } |
| 5545 | break; |
| 5546 | default: |
| 5547 | break; |
| 5548 | } |
| 5549 | |
| 5550 | bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0); |
| 5551 | |
| 5552 | out_free_mbox: |
| 5553 | mempool_free(mbox, phba->mbox_mem_pool); |
| 5554 | return rc; |
| 5555 | } |
| 5556 | |
| 5557 | /** |
| 5558 | * lpfc_sli4_alloc_resource_identifiers - Allocate all SLI4 resource extents. |
| 5559 | * @phba: Pointer to HBA context object. |
| 5560 | * |
| 5561 | * This function allocates all SLI4 resource identifiers. |
| 5562 | **/ |
| 5563 | int |
| 5564 | lpfc_sli4_alloc_resource_identifiers(struct lpfc_hba *phba) |
| 5565 | { |
| 5566 | int i, rc, error = 0; |
| 5567 | uint16_t count, base; |
| 5568 | unsigned long longs; |
| 5569 | |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 5570 | if (!phba->sli4_hba.rpi_hdrs_in_use) |
| 5571 | phba->sli4_hba.next_rpi = phba->sli4_hba.max_cfg_param.max_rpi; |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5572 | if (phba->sli4_hba.extents_in_use) { |
| 5573 | /* |
| 5574 | * The port supports resource extents. The XRI, VPI, VFI, RPI |
| 5575 | * resource extent count must be read and allocated before |
| 5576 | * provisioning the resource id arrays. |
| 5577 | */ |
| 5578 | if (bf_get(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags) == |
| 5579 | LPFC_IDX_RSRC_RDY) { |
| 5580 | /* |
| 5581 | * Extent-based resources are set - the driver could |
| 5582 | * be in a port reset. Figure out if any corrective |
| 5583 | * actions need to be taken. |
| 5584 | */ |
| 5585 | rc = lpfc_sli4_chk_avail_extnt_rsrc(phba, |
| 5586 | LPFC_RSC_TYPE_FCOE_VFI); |
| 5587 | if (rc != 0) |
| 5588 | error++; |
| 5589 | rc = lpfc_sli4_chk_avail_extnt_rsrc(phba, |
| 5590 | LPFC_RSC_TYPE_FCOE_VPI); |
| 5591 | if (rc != 0) |
| 5592 | error++; |
| 5593 | rc = lpfc_sli4_chk_avail_extnt_rsrc(phba, |
| 5594 | LPFC_RSC_TYPE_FCOE_XRI); |
| 5595 | if (rc != 0) |
| 5596 | error++; |
| 5597 | rc = lpfc_sli4_chk_avail_extnt_rsrc(phba, |
| 5598 | LPFC_RSC_TYPE_FCOE_RPI); |
| 5599 | if (rc != 0) |
| 5600 | error++; |
| 5601 | |
| 5602 | /* |
| 5603 | * It's possible that the number of resources |
| 5604 | * provided to this port instance changed between |
| 5605 | * resets. Detect this condition and reallocate |
| 5606 | * resources. Otherwise, there is no action. |
| 5607 | */ |
| 5608 | if (error) { |
| 5609 | lpfc_printf_log(phba, KERN_INFO, |
| 5610 | LOG_MBOX | LOG_INIT, |
| 5611 | "2931 Detected extent resource " |
| 5612 | "change. Reallocating all " |
| 5613 | "extents.\n"); |
| 5614 | rc = lpfc_sli4_dealloc_extent(phba, |
| 5615 | LPFC_RSC_TYPE_FCOE_VFI); |
| 5616 | rc = lpfc_sli4_dealloc_extent(phba, |
| 5617 | LPFC_RSC_TYPE_FCOE_VPI); |
| 5618 | rc = lpfc_sli4_dealloc_extent(phba, |
| 5619 | LPFC_RSC_TYPE_FCOE_XRI); |
| 5620 | rc = lpfc_sli4_dealloc_extent(phba, |
| 5621 | LPFC_RSC_TYPE_FCOE_RPI); |
| 5622 | } else |
| 5623 | return 0; |
| 5624 | } |
| 5625 | |
| 5626 | rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_VFI); |
| 5627 | if (unlikely(rc)) |
| 5628 | goto err_exit; |
| 5629 | |
| 5630 | rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_VPI); |
| 5631 | if (unlikely(rc)) |
| 5632 | goto err_exit; |
| 5633 | |
| 5634 | rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_RPI); |
| 5635 | if (unlikely(rc)) |
| 5636 | goto err_exit; |
| 5637 | |
| 5638 | rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_XRI); |
| 5639 | if (unlikely(rc)) |
| 5640 | goto err_exit; |
| 5641 | bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags, |
| 5642 | LPFC_IDX_RSRC_RDY); |
| 5643 | return rc; |
| 5644 | } else { |
| 5645 | /* |
| 5646 | * The port does not support resource extents. The XRI, VPI, |
| 5647 | * VFI, RPI resource ids were determined from READ_CONFIG. |
| 5648 | * Just allocate the bitmasks and provision the resource id |
| 5649 | * arrays. If a port reset is active, the resources don't |
| 5650 | * need any action - just exit. |
| 5651 | */ |
| 5652 | if (bf_get(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags) == |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 5653 | LPFC_IDX_RSRC_RDY) { |
| 5654 | lpfc_sli4_dealloc_resource_identifiers(phba); |
| 5655 | lpfc_sli4_remove_rpis(phba); |
| 5656 | } |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5657 | /* RPIs. */ |
| 5658 | count = phba->sli4_hba.max_cfg_param.max_rpi; |
James Smart | 0a630c2 | 2013-01-03 15:44:09 -0500 | [diff] [blame] | 5659 | if (count <= 0) { |
| 5660 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 5661 | "3279 Invalid provisioning of " |
| 5662 | "rpi:%d\n", count); |
| 5663 | rc = -EINVAL; |
| 5664 | goto err_exit; |
| 5665 | } |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5666 | base = phba->sli4_hba.max_cfg_param.rpi_base; |
| 5667 | longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG; |
| 5668 | phba->sli4_hba.rpi_bmask = kzalloc(longs * |
| 5669 | sizeof(unsigned long), |
| 5670 | GFP_KERNEL); |
| 5671 | if (unlikely(!phba->sli4_hba.rpi_bmask)) { |
| 5672 | rc = -ENOMEM; |
| 5673 | goto err_exit; |
| 5674 | } |
| 5675 | phba->sli4_hba.rpi_ids = kzalloc(count * |
| 5676 | sizeof(uint16_t), |
| 5677 | GFP_KERNEL); |
| 5678 | if (unlikely(!phba->sli4_hba.rpi_ids)) { |
| 5679 | rc = -ENOMEM; |
| 5680 | goto free_rpi_bmask; |
| 5681 | } |
| 5682 | |
| 5683 | for (i = 0; i < count; i++) |
| 5684 | phba->sli4_hba.rpi_ids[i] = base + i; |
| 5685 | |
| 5686 | /* VPIs. */ |
| 5687 | count = phba->sli4_hba.max_cfg_param.max_vpi; |
James Smart | 0a630c2 | 2013-01-03 15:44:09 -0500 | [diff] [blame] | 5688 | if (count <= 0) { |
| 5689 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 5690 | "3280 Invalid provisioning of " |
| 5691 | "vpi:%d\n", count); |
| 5692 | rc = -EINVAL; |
| 5693 | goto free_rpi_ids; |
| 5694 | } |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5695 | base = phba->sli4_hba.max_cfg_param.vpi_base; |
| 5696 | longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG; |
| 5697 | phba->vpi_bmask = kzalloc(longs * |
| 5698 | sizeof(unsigned long), |
| 5699 | GFP_KERNEL); |
| 5700 | if (unlikely(!phba->vpi_bmask)) { |
| 5701 | rc = -ENOMEM; |
| 5702 | goto free_rpi_ids; |
| 5703 | } |
| 5704 | phba->vpi_ids = kzalloc(count * |
| 5705 | sizeof(uint16_t), |
| 5706 | GFP_KERNEL); |
| 5707 | if (unlikely(!phba->vpi_ids)) { |
| 5708 | rc = -ENOMEM; |
| 5709 | goto free_vpi_bmask; |
| 5710 | } |
| 5711 | |
| 5712 | for (i = 0; i < count; i++) |
| 5713 | phba->vpi_ids[i] = base + i; |
| 5714 | |
| 5715 | /* XRIs. */ |
| 5716 | count = phba->sli4_hba.max_cfg_param.max_xri; |
James Smart | 0a630c2 | 2013-01-03 15:44:09 -0500 | [diff] [blame] | 5717 | if (count <= 0) { |
| 5718 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 5719 | "3281 Invalid provisioning of " |
| 5720 | "xri:%d\n", count); |
| 5721 | rc = -EINVAL; |
| 5722 | goto free_vpi_ids; |
| 5723 | } |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5724 | base = phba->sli4_hba.max_cfg_param.xri_base; |
| 5725 | longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG; |
| 5726 | phba->sli4_hba.xri_bmask = kzalloc(longs * |
| 5727 | sizeof(unsigned long), |
| 5728 | GFP_KERNEL); |
| 5729 | if (unlikely(!phba->sli4_hba.xri_bmask)) { |
| 5730 | rc = -ENOMEM; |
| 5731 | goto free_vpi_ids; |
| 5732 | } |
James Smart | 41899be | 2012-03-01 22:34:19 -0500 | [diff] [blame] | 5733 | phba->sli4_hba.max_cfg_param.xri_used = 0; |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5734 | phba->sli4_hba.xri_ids = kzalloc(count * |
| 5735 | sizeof(uint16_t), |
| 5736 | GFP_KERNEL); |
| 5737 | if (unlikely(!phba->sli4_hba.xri_ids)) { |
| 5738 | rc = -ENOMEM; |
| 5739 | goto free_xri_bmask; |
| 5740 | } |
| 5741 | |
| 5742 | for (i = 0; i < count; i++) |
| 5743 | phba->sli4_hba.xri_ids[i] = base + i; |
| 5744 | |
| 5745 | /* VFIs. */ |
| 5746 | count = phba->sli4_hba.max_cfg_param.max_vfi; |
James Smart | 0a630c2 | 2013-01-03 15:44:09 -0500 | [diff] [blame] | 5747 | if (count <= 0) { |
| 5748 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 5749 | "3282 Invalid provisioning of " |
| 5750 | "vfi:%d\n", count); |
| 5751 | rc = -EINVAL; |
| 5752 | goto free_xri_ids; |
| 5753 | } |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5754 | base = phba->sli4_hba.max_cfg_param.vfi_base; |
| 5755 | longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG; |
| 5756 | phba->sli4_hba.vfi_bmask = kzalloc(longs * |
| 5757 | sizeof(unsigned long), |
| 5758 | GFP_KERNEL); |
| 5759 | if (unlikely(!phba->sli4_hba.vfi_bmask)) { |
| 5760 | rc = -ENOMEM; |
| 5761 | goto free_xri_ids; |
| 5762 | } |
| 5763 | phba->sli4_hba.vfi_ids = kzalloc(count * |
| 5764 | sizeof(uint16_t), |
| 5765 | GFP_KERNEL); |
| 5766 | if (unlikely(!phba->sli4_hba.vfi_ids)) { |
| 5767 | rc = -ENOMEM; |
| 5768 | goto free_vfi_bmask; |
| 5769 | } |
| 5770 | |
| 5771 | for (i = 0; i < count; i++) |
| 5772 | phba->sli4_hba.vfi_ids[i] = base + i; |
| 5773 | |
| 5774 | /* |
| 5775 | * Mark all resources ready. An HBA reset doesn't need |
| 5776 | * to reset the initialization. |
| 5777 | */ |
| 5778 | bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags, |
| 5779 | LPFC_IDX_RSRC_RDY); |
| 5780 | return 0; |
| 5781 | } |
| 5782 | |
| 5783 | free_vfi_bmask: |
| 5784 | kfree(phba->sli4_hba.vfi_bmask); |
| 5785 | free_xri_ids: |
| 5786 | kfree(phba->sli4_hba.xri_ids); |
| 5787 | free_xri_bmask: |
| 5788 | kfree(phba->sli4_hba.xri_bmask); |
| 5789 | free_vpi_ids: |
| 5790 | kfree(phba->vpi_ids); |
| 5791 | free_vpi_bmask: |
| 5792 | kfree(phba->vpi_bmask); |
| 5793 | free_rpi_ids: |
| 5794 | kfree(phba->sli4_hba.rpi_ids); |
| 5795 | free_rpi_bmask: |
| 5796 | kfree(phba->sli4_hba.rpi_bmask); |
| 5797 | err_exit: |
| 5798 | return rc; |
| 5799 | } |
| 5800 | |
| 5801 | /** |
| 5802 | * lpfc_sli4_dealloc_resource_identifiers - Deallocate all SLI4 resource extents. |
| 5803 | * @phba: Pointer to HBA context object. |
| 5804 | * |
| 5805 | * This function allocates the number of elements for the specified |
| 5806 | * resource type. |
| 5807 | **/ |
| 5808 | int |
| 5809 | lpfc_sli4_dealloc_resource_identifiers(struct lpfc_hba *phba) |
| 5810 | { |
| 5811 | if (phba->sli4_hba.extents_in_use) { |
| 5812 | lpfc_sli4_dealloc_extent(phba, LPFC_RSC_TYPE_FCOE_VPI); |
| 5813 | lpfc_sli4_dealloc_extent(phba, LPFC_RSC_TYPE_FCOE_RPI); |
| 5814 | lpfc_sli4_dealloc_extent(phba, LPFC_RSC_TYPE_FCOE_XRI); |
| 5815 | lpfc_sli4_dealloc_extent(phba, LPFC_RSC_TYPE_FCOE_VFI); |
| 5816 | } else { |
| 5817 | kfree(phba->vpi_bmask); |
James Smart | 16a3a20 | 2013-04-17 20:14:38 -0400 | [diff] [blame] | 5818 | phba->sli4_hba.max_cfg_param.vpi_used = 0; |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5819 | kfree(phba->vpi_ids); |
| 5820 | bf_set(lpfc_vpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0); |
| 5821 | kfree(phba->sli4_hba.xri_bmask); |
| 5822 | kfree(phba->sli4_hba.xri_ids); |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5823 | kfree(phba->sli4_hba.vfi_bmask); |
| 5824 | kfree(phba->sli4_hba.vfi_ids); |
| 5825 | bf_set(lpfc_vfi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0); |
| 5826 | bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0); |
| 5827 | } |
| 5828 | |
| 5829 | return 0; |
| 5830 | } |
| 5831 | |
| 5832 | /** |
James Smart | b76f2dc | 2011-07-22 18:37:42 -0400 | [diff] [blame] | 5833 | * lpfc_sli4_get_allocated_extnts - Get the port's allocated extents. |
| 5834 | * @phba: Pointer to HBA context object. |
| 5835 | * @type: The resource extent type. |
| 5836 | * @extnt_count: buffer to hold port extent count response |
| 5837 | * @extnt_size: buffer to hold port extent size response. |
| 5838 | * |
| 5839 | * This function calls the port to read the host allocated extents |
| 5840 | * for a particular type. |
| 5841 | **/ |
| 5842 | int |
| 5843 | lpfc_sli4_get_allocated_extnts(struct lpfc_hba *phba, uint16_t type, |
| 5844 | uint16_t *extnt_cnt, uint16_t *extnt_size) |
| 5845 | { |
| 5846 | bool emb; |
| 5847 | int rc = 0; |
| 5848 | uint16_t curr_blks = 0; |
| 5849 | uint32_t req_len, emb_len; |
| 5850 | uint32_t alloc_len, mbox_tmo; |
| 5851 | struct list_head *blk_list_head; |
| 5852 | struct lpfc_rsrc_blks *rsrc_blk; |
| 5853 | LPFC_MBOXQ_t *mbox; |
| 5854 | void *virtaddr = NULL; |
| 5855 | struct lpfc_mbx_nembed_rsrc_extent *n_rsrc; |
| 5856 | struct lpfc_mbx_alloc_rsrc_extents *rsrc_ext; |
| 5857 | union lpfc_sli4_cfg_shdr *shdr; |
| 5858 | |
| 5859 | switch (type) { |
| 5860 | case LPFC_RSC_TYPE_FCOE_VPI: |
| 5861 | blk_list_head = &phba->lpfc_vpi_blk_list; |
| 5862 | break; |
| 5863 | case LPFC_RSC_TYPE_FCOE_XRI: |
| 5864 | blk_list_head = &phba->sli4_hba.lpfc_xri_blk_list; |
| 5865 | break; |
| 5866 | case LPFC_RSC_TYPE_FCOE_VFI: |
| 5867 | blk_list_head = &phba->sli4_hba.lpfc_vfi_blk_list; |
| 5868 | break; |
| 5869 | case LPFC_RSC_TYPE_FCOE_RPI: |
| 5870 | blk_list_head = &phba->sli4_hba.lpfc_rpi_blk_list; |
| 5871 | break; |
| 5872 | default: |
| 5873 | return -EIO; |
| 5874 | } |
| 5875 | |
| 5876 | /* Count the number of extents currently allocatd for this type. */ |
| 5877 | list_for_each_entry(rsrc_blk, blk_list_head, list) { |
| 5878 | if (curr_blks == 0) { |
| 5879 | /* |
| 5880 | * The GET_ALLOCATED mailbox does not return the size, |
| 5881 | * just the count. The size should be just the size |
| 5882 | * stored in the current allocated block and all sizes |
| 5883 | * for an extent type are the same so set the return |
| 5884 | * value now. |
| 5885 | */ |
| 5886 | *extnt_size = rsrc_blk->rsrc_size; |
| 5887 | } |
| 5888 | curr_blks++; |
| 5889 | } |
| 5890 | |
| 5891 | /* Calculate the total requested length of the dma memory. */ |
| 5892 | req_len = curr_blks * sizeof(uint16_t); |
| 5893 | |
| 5894 | /* |
| 5895 | * Calculate the size of an embedded mailbox. The uint32_t |
| 5896 | * accounts for extents-specific word. |
| 5897 | */ |
| 5898 | emb_len = sizeof(MAILBOX_t) - sizeof(struct mbox_header) - |
| 5899 | sizeof(uint32_t); |
| 5900 | |
| 5901 | /* |
| 5902 | * Presume the allocation and response will fit into an embedded |
| 5903 | * mailbox. If not true, reconfigure to a non-embedded mailbox. |
| 5904 | */ |
| 5905 | emb = LPFC_SLI4_MBX_EMBED; |
| 5906 | req_len = emb_len; |
| 5907 | if (req_len > emb_len) { |
| 5908 | req_len = curr_blks * sizeof(uint16_t) + |
| 5909 | sizeof(union lpfc_sli4_cfg_shdr) + |
| 5910 | sizeof(uint32_t); |
| 5911 | emb = LPFC_SLI4_MBX_NEMBED; |
| 5912 | } |
| 5913 | |
| 5914 | mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 5915 | if (!mbox) |
| 5916 | return -ENOMEM; |
| 5917 | memset(mbox, 0, sizeof(LPFC_MBOXQ_t)); |
| 5918 | |
| 5919 | alloc_len = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON, |
| 5920 | LPFC_MBOX_OPCODE_GET_ALLOC_RSRC_EXTENT, |
| 5921 | req_len, emb); |
| 5922 | if (alloc_len < req_len) { |
| 5923 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 5924 | "2983 Allocated DMA memory size (x%x) is " |
| 5925 | "less than the requested DMA memory " |
| 5926 | "size (x%x)\n", alloc_len, req_len); |
| 5927 | rc = -ENOMEM; |
| 5928 | goto err_exit; |
| 5929 | } |
| 5930 | rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, curr_blks, type, emb); |
| 5931 | if (unlikely(rc)) { |
| 5932 | rc = -EIO; |
| 5933 | goto err_exit; |
| 5934 | } |
| 5935 | |
| 5936 | if (!phba->sli4_hba.intr_enable) |
| 5937 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL); |
| 5938 | else { |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 5939 | mbox_tmo = lpfc_mbox_tmo_val(phba, mbox); |
James Smart | b76f2dc | 2011-07-22 18:37:42 -0400 | [diff] [blame] | 5940 | rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo); |
| 5941 | } |
| 5942 | |
| 5943 | if (unlikely(rc)) { |
| 5944 | rc = -EIO; |
| 5945 | goto err_exit; |
| 5946 | } |
| 5947 | |
| 5948 | /* |
| 5949 | * Figure out where the response is located. Then get local pointers |
| 5950 | * to the response data. The port does not guarantee to respond to |
| 5951 | * all extents counts request so update the local variable with the |
| 5952 | * allocated count from the port. |
| 5953 | */ |
| 5954 | if (emb == LPFC_SLI4_MBX_EMBED) { |
| 5955 | rsrc_ext = &mbox->u.mqe.un.alloc_rsrc_extents; |
| 5956 | shdr = &rsrc_ext->header.cfg_shdr; |
| 5957 | *extnt_cnt = bf_get(lpfc_mbx_rsrc_cnt, &rsrc_ext->u.rsp); |
| 5958 | } else { |
| 5959 | virtaddr = mbox->sge_array->addr[0]; |
| 5960 | n_rsrc = (struct lpfc_mbx_nembed_rsrc_extent *) virtaddr; |
| 5961 | shdr = &n_rsrc->cfg_shdr; |
| 5962 | *extnt_cnt = bf_get(lpfc_mbx_rsrc_cnt, n_rsrc); |
| 5963 | } |
| 5964 | |
| 5965 | if (bf_get(lpfc_mbox_hdr_status, &shdr->response)) { |
| 5966 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_INIT, |
| 5967 | "2984 Failed to read allocated resources " |
| 5968 | "for type %d - Status 0x%x Add'l Status 0x%x.\n", |
| 5969 | type, |
| 5970 | bf_get(lpfc_mbox_hdr_status, &shdr->response), |
| 5971 | bf_get(lpfc_mbox_hdr_add_status, &shdr->response)); |
| 5972 | rc = -EIO; |
| 5973 | goto err_exit; |
| 5974 | } |
| 5975 | err_exit: |
| 5976 | lpfc_sli4_mbox_cmd_free(phba, mbox); |
| 5977 | return rc; |
| 5978 | } |
| 5979 | |
| 5980 | /** |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 5981 | * lpfc_sli4_repost_els_sgl_list - Repsot the els buffers sgl pages as block |
| 5982 | * @phba: pointer to lpfc hba data structure. |
| 5983 | * |
| 5984 | * This routine walks the list of els buffers that have been allocated and |
| 5985 | * repost them to the port by using SGL block post. This is needed after a |
| 5986 | * pci_function_reset/warm_start or start. It attempts to construct blocks |
| 5987 | * of els buffer sgls which contains contiguous xris and uses the non-embedded |
| 5988 | * SGL block post mailbox commands to post them to the port. For single els |
| 5989 | * buffer sgl with non-contiguous xri, if any, it shall use embedded SGL post |
| 5990 | * mailbox command for posting. |
| 5991 | * |
| 5992 | * Returns: 0 = success, non-zero failure. |
| 5993 | **/ |
| 5994 | static int |
| 5995 | lpfc_sli4_repost_els_sgl_list(struct lpfc_hba *phba) |
| 5996 | { |
| 5997 | struct lpfc_sglq *sglq_entry = NULL; |
| 5998 | struct lpfc_sglq *sglq_entry_next = NULL; |
| 5999 | struct lpfc_sglq *sglq_entry_first = NULL; |
| 6000 | int status, post_cnt = 0, num_posted = 0, block_cnt = 0; |
| 6001 | int last_xritag = NO_XRI; |
| 6002 | LIST_HEAD(prep_sgl_list); |
| 6003 | LIST_HEAD(blck_sgl_list); |
| 6004 | LIST_HEAD(allc_sgl_list); |
| 6005 | LIST_HEAD(post_sgl_list); |
| 6006 | LIST_HEAD(free_sgl_list); |
| 6007 | |
James Smart | 38c2067 | 2013-03-01 16:37:44 -0500 | [diff] [blame] | 6008 | spin_lock_irq(&phba->hbalock); |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 6009 | list_splice_init(&phba->sli4_hba.lpfc_sgl_list, &allc_sgl_list); |
James Smart | 38c2067 | 2013-03-01 16:37:44 -0500 | [diff] [blame] | 6010 | spin_unlock_irq(&phba->hbalock); |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 6011 | |
| 6012 | list_for_each_entry_safe(sglq_entry, sglq_entry_next, |
| 6013 | &allc_sgl_list, list) { |
| 6014 | list_del_init(&sglq_entry->list); |
| 6015 | block_cnt++; |
| 6016 | if ((last_xritag != NO_XRI) && |
| 6017 | (sglq_entry->sli4_xritag != last_xritag + 1)) { |
| 6018 | /* a hole in xri block, form a sgl posting block */ |
| 6019 | list_splice_init(&prep_sgl_list, &blck_sgl_list); |
| 6020 | post_cnt = block_cnt - 1; |
| 6021 | /* prepare list for next posting block */ |
| 6022 | list_add_tail(&sglq_entry->list, &prep_sgl_list); |
| 6023 | block_cnt = 1; |
| 6024 | } else { |
| 6025 | /* prepare list for next posting block */ |
| 6026 | list_add_tail(&sglq_entry->list, &prep_sgl_list); |
| 6027 | /* enough sgls for non-embed sgl mbox command */ |
| 6028 | if (block_cnt == LPFC_NEMBED_MBOX_SGL_CNT) { |
| 6029 | list_splice_init(&prep_sgl_list, |
| 6030 | &blck_sgl_list); |
| 6031 | post_cnt = block_cnt; |
| 6032 | block_cnt = 0; |
| 6033 | } |
| 6034 | } |
| 6035 | num_posted++; |
| 6036 | |
| 6037 | /* keep track of last sgl's xritag */ |
| 6038 | last_xritag = sglq_entry->sli4_xritag; |
| 6039 | |
| 6040 | /* end of repost sgl list condition for els buffers */ |
| 6041 | if (num_posted == phba->sli4_hba.els_xri_cnt) { |
| 6042 | if (post_cnt == 0) { |
| 6043 | list_splice_init(&prep_sgl_list, |
| 6044 | &blck_sgl_list); |
| 6045 | post_cnt = block_cnt; |
| 6046 | } else if (block_cnt == 1) { |
| 6047 | status = lpfc_sli4_post_sgl(phba, |
| 6048 | sglq_entry->phys, 0, |
| 6049 | sglq_entry->sli4_xritag); |
| 6050 | if (!status) { |
| 6051 | /* successful, put sgl to posted list */ |
| 6052 | list_add_tail(&sglq_entry->list, |
| 6053 | &post_sgl_list); |
| 6054 | } else { |
| 6055 | /* Failure, put sgl to free list */ |
| 6056 | lpfc_printf_log(phba, KERN_WARNING, |
| 6057 | LOG_SLI, |
| 6058 | "3159 Failed to post els " |
| 6059 | "sgl, xritag:x%x\n", |
| 6060 | sglq_entry->sli4_xritag); |
| 6061 | list_add_tail(&sglq_entry->list, |
| 6062 | &free_sgl_list); |
| 6063 | spin_lock_irq(&phba->hbalock); |
| 6064 | phba->sli4_hba.els_xri_cnt--; |
| 6065 | spin_unlock_irq(&phba->hbalock); |
| 6066 | } |
| 6067 | } |
| 6068 | } |
| 6069 | |
| 6070 | /* continue until a nembed page worth of sgls */ |
| 6071 | if (post_cnt == 0) |
| 6072 | continue; |
| 6073 | |
| 6074 | /* post the els buffer list sgls as a block */ |
| 6075 | status = lpfc_sli4_post_els_sgl_list(phba, &blck_sgl_list, |
| 6076 | post_cnt); |
| 6077 | |
| 6078 | if (!status) { |
| 6079 | /* success, put sgl list to posted sgl list */ |
| 6080 | list_splice_init(&blck_sgl_list, &post_sgl_list); |
| 6081 | } else { |
| 6082 | /* Failure, put sgl list to free sgl list */ |
| 6083 | sglq_entry_first = list_first_entry(&blck_sgl_list, |
| 6084 | struct lpfc_sglq, |
| 6085 | list); |
| 6086 | lpfc_printf_log(phba, KERN_WARNING, LOG_SLI, |
| 6087 | "3160 Failed to post els sgl-list, " |
| 6088 | "xritag:x%x-x%x\n", |
| 6089 | sglq_entry_first->sli4_xritag, |
| 6090 | (sglq_entry_first->sli4_xritag + |
| 6091 | post_cnt - 1)); |
| 6092 | list_splice_init(&blck_sgl_list, &free_sgl_list); |
| 6093 | spin_lock_irq(&phba->hbalock); |
| 6094 | phba->sli4_hba.els_xri_cnt -= post_cnt; |
| 6095 | spin_unlock_irq(&phba->hbalock); |
| 6096 | } |
| 6097 | |
| 6098 | /* don't reset xirtag due to hole in xri block */ |
| 6099 | if (block_cnt == 0) |
| 6100 | last_xritag = NO_XRI; |
| 6101 | |
| 6102 | /* reset els sgl post count for next round of posting */ |
| 6103 | post_cnt = 0; |
| 6104 | } |
| 6105 | |
| 6106 | /* free the els sgls failed to post */ |
| 6107 | lpfc_free_sgl_list(phba, &free_sgl_list); |
| 6108 | |
| 6109 | /* push els sgls posted to the availble list */ |
| 6110 | if (!list_empty(&post_sgl_list)) { |
James Smart | 38c2067 | 2013-03-01 16:37:44 -0500 | [diff] [blame] | 6111 | spin_lock_irq(&phba->hbalock); |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 6112 | list_splice_init(&post_sgl_list, |
| 6113 | &phba->sli4_hba.lpfc_sgl_list); |
James Smart | 38c2067 | 2013-03-01 16:37:44 -0500 | [diff] [blame] | 6114 | spin_unlock_irq(&phba->hbalock); |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 6115 | } else { |
| 6116 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 6117 | "3161 Failure to post els sgl to port.\n"); |
| 6118 | return -EIO; |
| 6119 | } |
| 6120 | return 0; |
| 6121 | } |
| 6122 | |
| 6123 | /** |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6124 | * lpfc_sli4_hba_setup - SLI4 device intialization PCI function |
| 6125 | * @phba: Pointer to HBA context object. |
| 6126 | * |
| 6127 | * This function is the main SLI4 device intialization PCI function. This |
| 6128 | * function is called by the HBA intialization code, HBA reset code and |
| 6129 | * HBA error attention handler code. Caller is not required to hold any |
| 6130 | * locks. |
| 6131 | **/ |
| 6132 | int |
| 6133 | lpfc_sli4_hba_setup(struct lpfc_hba *phba) |
| 6134 | { |
| 6135 | int rc; |
| 6136 | LPFC_MBOXQ_t *mboxq; |
| 6137 | struct lpfc_mqe *mqe; |
| 6138 | uint8_t *vpd; |
| 6139 | uint32_t vpd_size; |
| 6140 | uint32_t ftr_rsp = 0; |
| 6141 | struct Scsi_Host *shost = lpfc_shost_from_vport(phba->pport); |
| 6142 | struct lpfc_vport *vport = phba->pport; |
| 6143 | struct lpfc_dmabuf *mp; |
| 6144 | |
| 6145 | /* Perform a PCI function reset to start from clean */ |
| 6146 | rc = lpfc_pci_function_reset(phba); |
| 6147 | if (unlikely(rc)) |
| 6148 | return -ENODEV; |
| 6149 | |
| 6150 | /* Check the HBA Host Status Register for readyness */ |
| 6151 | rc = lpfc_sli4_post_status_check(phba); |
| 6152 | if (unlikely(rc)) |
| 6153 | return -ENODEV; |
| 6154 | else { |
| 6155 | spin_lock_irq(&phba->hbalock); |
| 6156 | phba->sli.sli_flag |= LPFC_SLI_ACTIVE; |
| 6157 | spin_unlock_irq(&phba->hbalock); |
| 6158 | } |
| 6159 | |
| 6160 | /* |
| 6161 | * Allocate a single mailbox container for initializing the |
| 6162 | * port. |
| 6163 | */ |
| 6164 | mboxq = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 6165 | if (!mboxq) |
| 6166 | return -ENOMEM; |
| 6167 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6168 | /* Issue READ_REV to collect vpd and FW information. */ |
James Smart | 49198b3 | 2010-04-06 15:04:33 -0400 | [diff] [blame] | 6169 | vpd_size = SLI4_PAGE_SIZE; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6170 | vpd = kzalloc(vpd_size, GFP_KERNEL); |
| 6171 | if (!vpd) { |
| 6172 | rc = -ENOMEM; |
| 6173 | goto out_free_mbox; |
| 6174 | } |
| 6175 | |
| 6176 | rc = lpfc_sli4_read_rev(phba, mboxq, vpd, &vpd_size); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 6177 | if (unlikely(rc)) { |
| 6178 | kfree(vpd); |
| 6179 | goto out_free_mbox; |
| 6180 | } |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6181 | mqe = &mboxq->u.mqe; |
James Smart | f112668 | 2009-06-10 17:22:44 -0400 | [diff] [blame] | 6182 | phba->sli_rev = bf_get(lpfc_mbx_rd_rev_sli_lvl, &mqe->un.read_rev); |
| 6183 | if (bf_get(lpfc_mbx_rd_rev_fcoe, &mqe->un.read_rev)) |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 6184 | phba->hba_flag |= HBA_FCOE_MODE; |
| 6185 | else |
| 6186 | phba->hba_flag &= ~HBA_FCOE_MODE; |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 6187 | |
| 6188 | if (bf_get(lpfc_mbx_rd_rev_cee_ver, &mqe->un.read_rev) == |
| 6189 | LPFC_DCBX_CEE_MODE) |
| 6190 | phba->hba_flag |= HBA_FIP_SUPPORT; |
| 6191 | else |
| 6192 | phba->hba_flag &= ~HBA_FIP_SUPPORT; |
| 6193 | |
James Smart | 4f2e66c | 2012-05-09 21:17:07 -0400 | [diff] [blame] | 6194 | phba->hba_flag &= ~HBA_FCP_IOQ_FLUSH; |
| 6195 | |
James Smart | c31098c | 2011-04-16 11:03:33 -0400 | [diff] [blame] | 6196 | if (phba->sli_rev != LPFC_SLI_REV4) { |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6197 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI, |
| 6198 | "0376 READ_REV Error. SLI Level %d " |
| 6199 | "FCoE enabled %d\n", |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 6200 | phba->sli_rev, phba->hba_flag & HBA_FCOE_MODE); |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6201 | rc = -EIO; |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 6202 | kfree(vpd); |
| 6203 | goto out_free_mbox; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6204 | } |
James Smart | cd1c830 | 2011-10-10 21:33:25 -0400 | [diff] [blame] | 6205 | |
| 6206 | /* |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 6207 | * Continue initialization with default values even if driver failed |
| 6208 | * to read FCoE param config regions, only read parameters if the |
| 6209 | * board is FCoE |
| 6210 | */ |
| 6211 | if (phba->hba_flag & HBA_FCOE_MODE && |
| 6212 | lpfc_sli4_read_fcoe_params(phba)) |
| 6213 | lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_INIT, |
| 6214 | "2570 Failed to read FCoE parameters\n"); |
| 6215 | |
| 6216 | /* |
James Smart | cd1c830 | 2011-10-10 21:33:25 -0400 | [diff] [blame] | 6217 | * Retrieve sli4 device physical port name, failure of doing it |
| 6218 | * is considered as non-fatal. |
| 6219 | */ |
| 6220 | rc = lpfc_sli4_retrieve_pport_name(phba); |
| 6221 | if (!rc) |
| 6222 | lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI, |
| 6223 | "3080 Successful retrieving SLI4 device " |
| 6224 | "physical port name: %s.\n", phba->Port); |
| 6225 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6226 | /* |
| 6227 | * Evaluate the read rev and vpd data. Populate the driver |
| 6228 | * state with the results. If this routine fails, the failure |
| 6229 | * is not fatal as the driver will use generic values. |
| 6230 | */ |
| 6231 | rc = lpfc_parse_vpd(phba, vpd, vpd_size); |
| 6232 | if (unlikely(!rc)) { |
| 6233 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI, |
| 6234 | "0377 Error %d parsing vpd. " |
| 6235 | "Using defaults.\n", rc); |
| 6236 | rc = 0; |
| 6237 | } |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 6238 | kfree(vpd); |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6239 | |
James Smart | f112668 | 2009-06-10 17:22:44 -0400 | [diff] [blame] | 6240 | /* Save information as VPD data */ |
| 6241 | phba->vpd.rev.biuRev = mqe->un.read_rev.first_hw_rev; |
| 6242 | phba->vpd.rev.smRev = mqe->un.read_rev.second_hw_rev; |
| 6243 | phba->vpd.rev.endecRev = mqe->un.read_rev.third_hw_rev; |
| 6244 | phba->vpd.rev.fcphHigh = bf_get(lpfc_mbx_rd_rev_fcph_high, |
| 6245 | &mqe->un.read_rev); |
| 6246 | phba->vpd.rev.fcphLow = bf_get(lpfc_mbx_rd_rev_fcph_low, |
| 6247 | &mqe->un.read_rev); |
| 6248 | phba->vpd.rev.feaLevelHigh = bf_get(lpfc_mbx_rd_rev_ftr_lvl_high, |
| 6249 | &mqe->un.read_rev); |
| 6250 | phba->vpd.rev.feaLevelLow = bf_get(lpfc_mbx_rd_rev_ftr_lvl_low, |
| 6251 | &mqe->un.read_rev); |
| 6252 | phba->vpd.rev.sli1FwRev = mqe->un.read_rev.fw_id_rev; |
| 6253 | memcpy(phba->vpd.rev.sli1FwName, mqe->un.read_rev.fw_name, 16); |
| 6254 | phba->vpd.rev.sli2FwRev = mqe->un.read_rev.ulp_fw_id_rev; |
| 6255 | memcpy(phba->vpd.rev.sli2FwName, mqe->un.read_rev.ulp_fw_name, 16); |
| 6256 | phba->vpd.rev.opFwRev = mqe->un.read_rev.fw_id_rev; |
| 6257 | memcpy(phba->vpd.rev.opFwName, mqe->un.read_rev.fw_name, 16); |
| 6258 | lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI, |
| 6259 | "(%d):0380 READ_REV Status x%x " |
| 6260 | "fw_rev:%s fcphHi:%x fcphLo:%x flHi:%x flLo:%x\n", |
| 6261 | mboxq->vport ? mboxq->vport->vpi : 0, |
| 6262 | bf_get(lpfc_mqe_status, mqe), |
| 6263 | phba->vpd.rev.opFwName, |
| 6264 | phba->vpd.rev.fcphHigh, phba->vpd.rev.fcphLow, |
| 6265 | phba->vpd.rev.feaLevelHigh, phba->vpd.rev.feaLevelLow); |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6266 | |
| 6267 | /* |
| 6268 | * Discover the port's supported feature set and match it against the |
| 6269 | * hosts requests. |
| 6270 | */ |
| 6271 | lpfc_request_features(phba, mboxq); |
| 6272 | rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL); |
| 6273 | if (unlikely(rc)) { |
| 6274 | rc = -EIO; |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 6275 | goto out_free_mbox; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6276 | } |
| 6277 | |
| 6278 | /* |
| 6279 | * The port must support FCP initiator mode as this is the |
| 6280 | * only mode running in the host. |
| 6281 | */ |
| 6282 | if (!(bf_get(lpfc_mbx_rq_ftr_rsp_fcpi, &mqe->un.req_ftrs))) { |
| 6283 | lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI, |
| 6284 | "0378 No support for fcpi mode.\n"); |
| 6285 | ftr_rsp++; |
| 6286 | } |
James Smart | fedd3b7 | 2011-02-16 12:39:24 -0500 | [diff] [blame] | 6287 | if (bf_get(lpfc_mbx_rq_ftr_rsp_perfh, &mqe->un.req_ftrs)) |
| 6288 | phba->sli3_options |= LPFC_SLI4_PERFH_ENABLED; |
| 6289 | else |
| 6290 | phba->sli3_options &= ~LPFC_SLI4_PERFH_ENABLED; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6291 | /* |
| 6292 | * If the port cannot support the host's requested features |
| 6293 | * then turn off the global config parameters to disable the |
| 6294 | * feature in the driver. This is not a fatal error. |
| 6295 | */ |
James Smart | bf08611 | 2011-08-21 21:48:13 -0400 | [diff] [blame] | 6296 | phba->sli3_options &= ~LPFC_SLI3_BG_ENABLED; |
| 6297 | if (phba->cfg_enable_bg) { |
| 6298 | if (bf_get(lpfc_mbx_rq_ftr_rsp_dif, &mqe->un.req_ftrs)) |
| 6299 | phba->sli3_options |= LPFC_SLI3_BG_ENABLED; |
| 6300 | else |
| 6301 | ftr_rsp++; |
| 6302 | } |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6303 | |
| 6304 | if (phba->max_vpi && phba->cfg_enable_npiv && |
| 6305 | !(bf_get(lpfc_mbx_rq_ftr_rsp_npiv, &mqe->un.req_ftrs))) |
| 6306 | ftr_rsp++; |
| 6307 | |
| 6308 | if (ftr_rsp) { |
| 6309 | lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI, |
| 6310 | "0379 Feature Mismatch Data: x%08x %08x " |
| 6311 | "x%x x%x x%x\n", mqe->un.req_ftrs.word2, |
| 6312 | mqe->un.req_ftrs.word3, phba->cfg_enable_bg, |
| 6313 | phba->cfg_enable_npiv, phba->max_vpi); |
| 6314 | if (!(bf_get(lpfc_mbx_rq_ftr_rsp_dif, &mqe->un.req_ftrs))) |
| 6315 | phba->cfg_enable_bg = 0; |
| 6316 | if (!(bf_get(lpfc_mbx_rq_ftr_rsp_npiv, &mqe->un.req_ftrs))) |
| 6317 | phba->cfg_enable_npiv = 0; |
| 6318 | } |
| 6319 | |
| 6320 | /* These SLI3 features are assumed in SLI4 */ |
| 6321 | spin_lock_irq(&phba->hbalock); |
| 6322 | phba->sli3_options |= (LPFC_SLI3_NPIV_ENABLED | LPFC_SLI3_HBQ_ENABLED); |
| 6323 | spin_unlock_irq(&phba->hbalock); |
| 6324 | |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 6325 | /* |
| 6326 | * Allocate all resources (xri,rpi,vpi,vfi) now. Subsequent |
| 6327 | * calls depends on these resources to complete port setup. |
| 6328 | */ |
| 6329 | rc = lpfc_sli4_alloc_resource_identifiers(phba); |
| 6330 | if (rc) { |
| 6331 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI, |
| 6332 | "2920 Failed to alloc Resource IDs " |
| 6333 | "rc = x%x\n", rc); |
| 6334 | goto out_free_mbox; |
| 6335 | } |
| 6336 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6337 | /* Read the port's service parameters. */ |
James Smart | 9f1177a | 2010-02-26 14:12:57 -0500 | [diff] [blame] | 6338 | rc = lpfc_read_sparam(phba, mboxq, vport->vpi); |
| 6339 | if (rc) { |
| 6340 | phba->link_state = LPFC_HBA_ERROR; |
| 6341 | rc = -ENOMEM; |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 6342 | goto out_free_mbox; |
James Smart | 9f1177a | 2010-02-26 14:12:57 -0500 | [diff] [blame] | 6343 | } |
| 6344 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6345 | mboxq->vport = vport; |
| 6346 | rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL); |
| 6347 | mp = (struct lpfc_dmabuf *) mboxq->context1; |
| 6348 | if (rc == MBX_SUCCESS) { |
| 6349 | memcpy(&vport->fc_sparam, mp->virt, sizeof(struct serv_parm)); |
| 6350 | rc = 0; |
| 6351 | } |
| 6352 | |
| 6353 | /* |
| 6354 | * This memory was allocated by the lpfc_read_sparam routine. Release |
| 6355 | * it to the mbuf pool. |
| 6356 | */ |
| 6357 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 6358 | kfree(mp); |
| 6359 | mboxq->context1 = NULL; |
| 6360 | if (unlikely(rc)) { |
| 6361 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI, |
| 6362 | "0382 READ_SPARAM command failed " |
| 6363 | "status %d, mbxStatus x%x\n", |
| 6364 | rc, bf_get(lpfc_mqe_status, mqe)); |
| 6365 | phba->link_state = LPFC_HBA_ERROR; |
| 6366 | rc = -EIO; |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 6367 | goto out_free_mbox; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6368 | } |
| 6369 | |
James Smart | 0558056 | 2011-05-24 11:40:48 -0400 | [diff] [blame] | 6370 | lpfc_update_vport_wwn(vport); |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6371 | |
| 6372 | /* Update the fc_host data structures with new wwn. */ |
| 6373 | fc_host_node_name(shost) = wwn_to_u64(vport->fc_nodename.u.wwn); |
| 6374 | fc_host_port_name(shost) = wwn_to_u64(vport->fc_portname.u.wwn); |
| 6375 | |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 6376 | /* update host els and scsi xri-sgl sizes and mappings */ |
| 6377 | rc = lpfc_sli4_xri_sgl_update(phba); |
| 6378 | if (unlikely(rc)) { |
| 6379 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI, |
| 6380 | "1400 Failed to update xri-sgl size and " |
| 6381 | "mapping: %d\n", rc); |
| 6382 | goto out_free_mbox; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6383 | } |
| 6384 | |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 6385 | /* register the els sgl pool to the port */ |
| 6386 | rc = lpfc_sli4_repost_els_sgl_list(phba); |
| 6387 | if (unlikely(rc)) { |
| 6388 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI, |
| 6389 | "0582 Error %d during els sgl post " |
| 6390 | "operation\n", rc); |
| 6391 | rc = -ENODEV; |
| 6392 | goto out_free_mbox; |
| 6393 | } |
| 6394 | |
| 6395 | /* register the allocated scsi sgl pool to the port */ |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6396 | rc = lpfc_sli4_repost_scsi_sgl_list(phba); |
| 6397 | if (unlikely(rc)) { |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 6398 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI, |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 6399 | "0383 Error %d during scsi sgl post " |
| 6400 | "operation\n", rc); |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6401 | /* Some Scsi buffers were moved to the abort scsi list */ |
| 6402 | /* A pci function reset will repost them */ |
| 6403 | rc = -ENODEV; |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 6404 | goto out_free_mbox; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6405 | } |
| 6406 | |
| 6407 | /* Post the rpi header region to the device. */ |
| 6408 | rc = lpfc_sli4_post_all_rpi_hdrs(phba); |
| 6409 | if (unlikely(rc)) { |
| 6410 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI, |
| 6411 | "0393 Error %d during rpi post operation\n", |
| 6412 | rc); |
| 6413 | rc = -ENODEV; |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 6414 | goto out_free_mbox; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6415 | } |
James Smart | 97f2ecf | 2012-03-01 22:35:23 -0500 | [diff] [blame] | 6416 | lpfc_sli4_node_prep(phba); |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6417 | |
James Smart | 5350d87 | 2011-10-10 21:33:49 -0400 | [diff] [blame] | 6418 | /* Create all the SLI4 queues */ |
| 6419 | rc = lpfc_sli4_queue_create(phba); |
| 6420 | if (rc) { |
| 6421 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 6422 | "3089 Failed to allocate queues\n"); |
| 6423 | rc = -ENODEV; |
| 6424 | goto out_stop_timers; |
| 6425 | } |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6426 | /* Set up all the queues to the device */ |
| 6427 | rc = lpfc_sli4_queue_setup(phba); |
| 6428 | if (unlikely(rc)) { |
| 6429 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI, |
| 6430 | "0381 Error %d during queue setup.\n ", rc); |
James Smart | 5350d87 | 2011-10-10 21:33:49 -0400 | [diff] [blame] | 6431 | goto out_destroy_queue; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6432 | } |
| 6433 | |
| 6434 | /* Arm the CQs and then EQs on device */ |
| 6435 | lpfc_sli4_arm_cqeq_intr(phba); |
| 6436 | |
| 6437 | /* Indicate device interrupt mode */ |
| 6438 | phba->sli4_hba.intr_enable = 1; |
| 6439 | |
| 6440 | /* Allow asynchronous mailbox command to go through */ |
| 6441 | spin_lock_irq(&phba->hbalock); |
| 6442 | phba->sli.sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK; |
| 6443 | spin_unlock_irq(&phba->hbalock); |
| 6444 | |
| 6445 | /* Post receive buffers to the device */ |
| 6446 | lpfc_sli4_rb_setup(phba); |
| 6447 | |
James Smart | fc2b989 | 2010-02-26 14:15:29 -0500 | [diff] [blame] | 6448 | /* Reset HBA FCF states after HBA reset */ |
| 6449 | phba->fcf.fcf_flag = 0; |
| 6450 | phba->fcf.current_rec.flag = 0; |
| 6451 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6452 | /* Start the ELS watchdog timer */ |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 6453 | mod_timer(&vport->els_tmofunc, |
James Smart | 256ec0d | 2013-04-17 20:14:58 -0400 | [diff] [blame^] | 6454 | jiffies + msecs_to_jiffies(1000 * (phba->fc_ratov * 2))); |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6455 | |
| 6456 | /* Start heart beat timer */ |
| 6457 | mod_timer(&phba->hb_tmofunc, |
James Smart | 256ec0d | 2013-04-17 20:14:58 -0400 | [diff] [blame^] | 6458 | jiffies + msecs_to_jiffies(1000 * LPFC_HB_MBOX_INTERVAL)); |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6459 | phba->hb_outstanding = 0; |
| 6460 | phba->last_completion_time = jiffies; |
| 6461 | |
| 6462 | /* Start error attention (ERATT) polling timer */ |
James Smart | 256ec0d | 2013-04-17 20:14:58 -0400 | [diff] [blame^] | 6463 | mod_timer(&phba->eratt_poll, |
| 6464 | jiffies + msecs_to_jiffies(1000 * LPFC_ERATT_POLL_INTERVAL)); |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6465 | |
James Smart | 75baf69 | 2010-06-08 18:31:21 -0400 | [diff] [blame] | 6466 | /* Enable PCIe device Advanced Error Reporting (AER) if configured */ |
| 6467 | if (phba->cfg_aer_support == 1 && !(phba->hba_flag & HBA_AER_ENABLED)) { |
| 6468 | rc = pci_enable_pcie_error_reporting(phba->pcidev); |
| 6469 | if (!rc) { |
| 6470 | lpfc_printf_log(phba, KERN_INFO, LOG_INIT, |
| 6471 | "2829 This device supports " |
| 6472 | "Advanced Error Reporting (AER)\n"); |
| 6473 | spin_lock_irq(&phba->hbalock); |
| 6474 | phba->hba_flag |= HBA_AER_ENABLED; |
| 6475 | spin_unlock_irq(&phba->hbalock); |
| 6476 | } else { |
| 6477 | lpfc_printf_log(phba, KERN_INFO, LOG_INIT, |
| 6478 | "2830 This device does not support " |
| 6479 | "Advanced Error Reporting (AER)\n"); |
| 6480 | phba->cfg_aer_support = 0; |
| 6481 | } |
James Smart | 0a96e97 | 2011-07-22 18:37:28 -0400 | [diff] [blame] | 6482 | rc = 0; |
James Smart | 75baf69 | 2010-06-08 18:31:21 -0400 | [diff] [blame] | 6483 | } |
| 6484 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 6485 | if (!(phba->hba_flag & HBA_FCOE_MODE)) { |
| 6486 | /* |
| 6487 | * The FC Port needs to register FCFI (index 0) |
| 6488 | */ |
| 6489 | lpfc_reg_fcfi(phba, mboxq); |
| 6490 | mboxq->vport = phba->pport; |
| 6491 | rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL); |
James Smart | 9589b062 | 2011-04-16 11:03:17 -0400 | [diff] [blame] | 6492 | if (rc != MBX_SUCCESS) |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 6493 | goto out_unset_queue; |
James Smart | 9589b062 | 2011-04-16 11:03:17 -0400 | [diff] [blame] | 6494 | rc = 0; |
| 6495 | phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_fcfi, |
| 6496 | &mboxq->u.mqe.un.reg_fcfi); |
James Smart | 026abb8 | 2011-12-13 13:20:45 -0500 | [diff] [blame] | 6497 | |
| 6498 | /* Check if the port is configured to be disabled */ |
| 6499 | lpfc_sli_read_link_ste(phba); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 6500 | } |
James Smart | 026abb8 | 2011-12-13 13:20:45 -0500 | [diff] [blame] | 6501 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6502 | /* |
| 6503 | * The port is ready, set the host's link state to LINK_DOWN |
| 6504 | * in preparation for link interrupts. |
| 6505 | */ |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6506 | spin_lock_irq(&phba->hbalock); |
| 6507 | phba->link_state = LPFC_LINK_DOWN; |
| 6508 | spin_unlock_irq(&phba->hbalock); |
James Smart | 026abb8 | 2011-12-13 13:20:45 -0500 | [diff] [blame] | 6509 | if (!(phba->hba_flag & HBA_FCOE_MODE) && |
| 6510 | (phba->hba_flag & LINK_DISABLED)) { |
| 6511 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_SLI, |
| 6512 | "3103 Adapter Link is disabled.\n"); |
| 6513 | lpfc_down_link(phba, mboxq); |
| 6514 | rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL); |
| 6515 | if (rc != MBX_SUCCESS) { |
| 6516 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_SLI, |
| 6517 | "3104 Adapter failed to issue " |
| 6518 | "DOWN_LINK mbox cmd, rc:x%x\n", rc); |
| 6519 | goto out_unset_queue; |
| 6520 | } |
| 6521 | } else if (phba->cfg_suppress_link_up == LPFC_INITIALIZE_LINK) { |
James Smart | 1b51197 | 2011-12-13 13:23:09 -0500 | [diff] [blame] | 6522 | /* don't perform init_link on SLI4 FC port loopback test */ |
| 6523 | if (!(phba->link_flag & LS_LOOPBACK_MODE)) { |
| 6524 | rc = phba->lpfc_hba_init_link(phba, MBX_NOWAIT); |
| 6525 | if (rc) |
| 6526 | goto out_unset_queue; |
| 6527 | } |
James Smart | 5350d87 | 2011-10-10 21:33:49 -0400 | [diff] [blame] | 6528 | } |
| 6529 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 6530 | return rc; |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 6531 | out_unset_queue: |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6532 | /* Unset all the queues set up in this routine when error out */ |
James Smart | 5350d87 | 2011-10-10 21:33:49 -0400 | [diff] [blame] | 6533 | lpfc_sli4_queue_unset(phba); |
| 6534 | out_destroy_queue: |
| 6535 | lpfc_sli4_queue_destroy(phba); |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6536 | out_stop_timers: |
James Smart | 5350d87 | 2011-10-10 21:33:49 -0400 | [diff] [blame] | 6537 | lpfc_stop_hba_timers(phba); |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 6538 | out_free_mbox: |
| 6539 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 6540 | return rc; |
| 6541 | } |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 6542 | |
| 6543 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 6544 | * lpfc_mbox_timeout - Timeout call back function for mbox timer |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 6545 | * @ptr: context object - pointer to hba structure. |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6546 | * |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 6547 | * This is the callback function for mailbox timer. The mailbox |
| 6548 | * timer is armed when a new mailbox command is issued and the timer |
| 6549 | * is deleted when the mailbox complete. The function is called by |
| 6550 | * the kernel timer code when a mailbox does not complete within |
| 6551 | * expected time. This function wakes up the worker thread to |
| 6552 | * process the mailbox timeout and returns. All the processing is |
| 6553 | * done by the worker thread function lpfc_mbox_timeout_handler. |
| 6554 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6555 | void |
| 6556 | lpfc_mbox_timeout(unsigned long ptr) |
| 6557 | { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 6558 | struct lpfc_hba *phba = (struct lpfc_hba *) ptr; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6559 | unsigned long iflag; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 6560 | uint32_t tmo_posted; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6561 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 6562 | spin_lock_irqsave(&phba->pport->work_port_lock, iflag); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 6563 | tmo_posted = phba->pport->work_port_events & WORKER_MBOX_TMO; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 6564 | if (!tmo_posted) |
| 6565 | phba->pport->work_port_events |= WORKER_MBOX_TMO; |
| 6566 | spin_unlock_irqrestore(&phba->pport->work_port_lock, iflag); |
| 6567 | |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 6568 | if (!tmo_posted) |
| 6569 | lpfc_worker_wake_up(phba); |
| 6570 | return; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6571 | } |
| 6572 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 6573 | |
| 6574 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 6575 | * lpfc_mbox_timeout_handler - Worker thread function to handle mailbox timeout |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 6576 | * @phba: Pointer to HBA context object. |
| 6577 | * |
| 6578 | * This function is called from worker thread when a mailbox command times out. |
| 6579 | * The caller is not required to hold any locks. This function will reset the |
| 6580 | * HBA and recover all the pending commands. |
| 6581 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6582 | void |
| 6583 | lpfc_mbox_timeout_handler(struct lpfc_hba *phba) |
| 6584 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 6585 | LPFC_MBOXQ_t *pmbox = phba->sli.mbox_active; |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 6586 | MAILBOX_t *mb = &pmbox->u.mb; |
James Smart | 1dcb58e | 2007-04-25 09:51:30 -0400 | [diff] [blame] | 6587 | struct lpfc_sli *psli = &phba->sli; |
| 6588 | struct lpfc_sli_ring *pring; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6589 | |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 6590 | /* Check the pmbox pointer first. There is a race condition |
| 6591 | * between the mbox timeout handler getting executed in the |
| 6592 | * worklist and the mailbox actually completing. When this |
| 6593 | * race condition occurs, the mbox_active will be NULL. |
| 6594 | */ |
| 6595 | spin_lock_irq(&phba->hbalock); |
| 6596 | if (pmbox == NULL) { |
| 6597 | lpfc_printf_log(phba, KERN_WARNING, |
| 6598 | LOG_MBOX | LOG_SLI, |
| 6599 | "0353 Active Mailbox cleared - mailbox timeout " |
| 6600 | "exiting\n"); |
| 6601 | spin_unlock_irq(&phba->hbalock); |
| 6602 | return; |
| 6603 | } |
| 6604 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6605 | /* Mbox cmd <mbxCommand> timeout */ |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 6606 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 6607 | "0310 Mailbox command x%x timeout Data: x%x x%x x%p\n", |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 6608 | mb->mbxCommand, |
| 6609 | phba->pport->port_state, |
| 6610 | phba->sli.sli_flag, |
| 6611 | phba->sli.mbox_active); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 6612 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6613 | |
James Smart | 1dcb58e | 2007-04-25 09:51:30 -0400 | [diff] [blame] | 6614 | /* Setting state unknown so lpfc_sli_abort_iocb_ring |
| 6615 | * would get IOCB_ERROR from lpfc_sli_issue_iocb, allowing |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 6616 | * it to fail all outstanding SCSI IO. |
James Smart | 1dcb58e | 2007-04-25 09:51:30 -0400 | [diff] [blame] | 6617 | */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 6618 | spin_lock_irq(&phba->pport->work_port_lock); |
| 6619 | phba->pport->work_port_events &= ~WORKER_MBOX_TMO; |
| 6620 | spin_unlock_irq(&phba->pport->work_port_lock); |
| 6621 | spin_lock_irq(&phba->hbalock); |
| 6622 | phba->link_state = LPFC_LINK_UNKNOWN; |
James Smart | f4b4c68 | 2009-05-22 14:53:12 -0400 | [diff] [blame] | 6623 | psli->sli_flag &= ~LPFC_SLI_ACTIVE; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 6624 | spin_unlock_irq(&phba->hbalock); |
James Smart | 1dcb58e | 2007-04-25 09:51:30 -0400 | [diff] [blame] | 6625 | |
| 6626 | pring = &psli->ring[psli->fcp_ring]; |
| 6627 | lpfc_sli_abort_iocb_ring(phba, pring); |
| 6628 | |
| 6629 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI, |
James Smart | 76bb24e | 2007-10-27 13:38:00 -0400 | [diff] [blame] | 6630 | "0345 Resetting board due to mailbox timeout\n"); |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 6631 | |
| 6632 | /* Reset the HBA device */ |
| 6633 | lpfc_reset_hba(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6634 | } |
| 6635 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 6636 | /** |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 6637 | * lpfc_sli_issue_mbox_s3 - Issue an SLI3 mailbox command to firmware |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 6638 | * @phba: Pointer to HBA context object. |
| 6639 | * @pmbox: Pointer to mailbox object. |
| 6640 | * @flag: Flag indicating how the mailbox need to be processed. |
| 6641 | * |
| 6642 | * This function is called by discovery code and HBA management code |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 6643 | * to submit a mailbox command to firmware with SLI-3 interface spec. This |
| 6644 | * function gets the hbalock to protect the data structures. |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 6645 | * The mailbox command can be submitted in polling mode, in which case |
| 6646 | * this function will wait in a polling loop for the completion of the |
| 6647 | * mailbox. |
| 6648 | * If the mailbox is submitted in no_wait mode (not polling) the |
| 6649 | * function will submit the command and returns immediately without waiting |
| 6650 | * for the mailbox completion. The no_wait is supported only when HBA |
| 6651 | * is in SLI2/SLI3 mode - interrupts are enabled. |
| 6652 | * The SLI interface allows only one mailbox pending at a time. If the |
| 6653 | * mailbox is issued in polling mode and there is already a mailbox |
| 6654 | * pending, then the function will return an error. If the mailbox is issued |
| 6655 | * in NO_WAIT mode and there is a mailbox pending already, the function |
| 6656 | * will return MBX_BUSY after queuing the mailbox into mailbox queue. |
| 6657 | * The sli layer owns the mailbox object until the completion of mailbox |
| 6658 | * command if this function return MBX_BUSY or MBX_SUCCESS. For all other |
| 6659 | * return codes the caller owns the mailbox command after the return of |
| 6660 | * the function. |
| 6661 | **/ |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 6662 | static int |
| 6663 | lpfc_sli_issue_mbox_s3(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmbox, |
| 6664 | uint32_t flag) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6665 | { |
Randy Dunlap | bf07bde | 2013-02-22 10:23:54 -0800 | [diff] [blame] | 6666 | MAILBOX_t *mbx; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 6667 | struct lpfc_sli *psli = &phba->sli; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6668 | uint32_t status, evtctr; |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 6669 | uint32_t ha_copy, hc_copy; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6670 | int i; |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 6671 | unsigned long timeout; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6672 | unsigned long drvr_flag = 0; |
James Smart | 34b02dc | 2008-08-24 21:49:55 -0400 | [diff] [blame] | 6673 | uint32_t word0, ldata; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6674 | void __iomem *to_slim; |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 6675 | int processing_queue = 0; |
| 6676 | |
| 6677 | spin_lock_irqsave(&phba->hbalock, drvr_flag); |
| 6678 | if (!pmbox) { |
James Smart | 8568a4d | 2009-07-19 10:01:16 -0400 | [diff] [blame] | 6679 | phba->sli.sli_flag &= ~LPFC_SLI_MBOX_ACTIVE; |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 6680 | /* processing mbox queue from intr_handler */ |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 6681 | if (unlikely(psli->sli_flag & LPFC_SLI_ASYNC_MBX_BLK)) { |
| 6682 | spin_unlock_irqrestore(&phba->hbalock, drvr_flag); |
| 6683 | return MBX_SUCCESS; |
| 6684 | } |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 6685 | processing_queue = 1; |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 6686 | pmbox = lpfc_mbox_get(phba); |
| 6687 | if (!pmbox) { |
| 6688 | spin_unlock_irqrestore(&phba->hbalock, drvr_flag); |
| 6689 | return MBX_SUCCESS; |
| 6690 | } |
| 6691 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6692 | |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 6693 | if (pmbox->mbox_cmpl && pmbox->mbox_cmpl != lpfc_sli_def_mbox_cmpl && |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 6694 | pmbox->mbox_cmpl != lpfc_sli_wake_mbox_wait) { |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 6695 | if(!pmbox->vport) { |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 6696 | spin_unlock_irqrestore(&phba->hbalock, drvr_flag); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 6697 | lpfc_printf_log(phba, KERN_ERR, |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 6698 | LOG_MBOX | LOG_VPORT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 6699 | "1806 Mbox x%x failed. No vport\n", |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 6700 | pmbox->u.mb.mbxCommand); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 6701 | dump_stack(); |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 6702 | goto out_not_finished; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 6703 | } |
| 6704 | } |
| 6705 | |
Linas Vepstas | 8d63f37 | 2007-02-14 14:28:36 -0600 | [diff] [blame] | 6706 | /* If the PCI channel is in offline state, do not post mbox. */ |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 6707 | if (unlikely(pci_channel_offline(phba->pcidev))) { |
| 6708 | spin_unlock_irqrestore(&phba->hbalock, drvr_flag); |
| 6709 | goto out_not_finished; |
| 6710 | } |
Linas Vepstas | 8d63f37 | 2007-02-14 14:28:36 -0600 | [diff] [blame] | 6711 | |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 6712 | /* If HBA has a deferred error attention, fail the iocb. */ |
| 6713 | if (unlikely(phba->hba_flag & DEFER_ERATT)) { |
| 6714 | spin_unlock_irqrestore(&phba->hbalock, drvr_flag); |
| 6715 | goto out_not_finished; |
| 6716 | } |
| 6717 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6718 | psli = &phba->sli; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 6719 | |
Randy Dunlap | bf07bde | 2013-02-22 10:23:54 -0800 | [diff] [blame] | 6720 | mbx = &pmbox->u.mb; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6721 | status = MBX_SUCCESS; |
| 6722 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 6723 | if (phba->link_state == LPFC_HBA_ERROR) { |
| 6724 | spin_unlock_irqrestore(&phba->hbalock, drvr_flag); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 6725 | |
| 6726 | /* Mbox command <mbxCommand> cannot issue */ |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 6727 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI, |
| 6728 | "(%d):0311 Mailbox command x%x cannot " |
| 6729 | "issue Data: x%x x%x\n", |
| 6730 | pmbox->vport ? pmbox->vport->vpi : 0, |
| 6731 | pmbox->u.mb.mbxCommand, psli->sli_flag, flag); |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 6732 | goto out_not_finished; |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 6733 | } |
| 6734 | |
Randy Dunlap | bf07bde | 2013-02-22 10:23:54 -0800 | [diff] [blame] | 6735 | if (mbx->mbxCommand != MBX_KILL_BOARD && flag & MBX_NOWAIT) { |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 6736 | if (lpfc_readl(phba->HCregaddr, &hc_copy) || |
| 6737 | !(hc_copy & HC_MBINT_ENA)) { |
| 6738 | spin_unlock_irqrestore(&phba->hbalock, drvr_flag); |
| 6739 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI, |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 6740 | "(%d):2528 Mailbox command x%x cannot " |
| 6741 | "issue Data: x%x x%x\n", |
| 6742 | pmbox->vport ? pmbox->vport->vpi : 0, |
| 6743 | pmbox->u.mb.mbxCommand, psli->sli_flag, flag); |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 6744 | goto out_not_finished; |
| 6745 | } |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 6746 | } |
| 6747 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6748 | if (psli->sli_flag & LPFC_SLI_MBOX_ACTIVE) { |
| 6749 | /* Polling for a mbox command when another one is already active |
| 6750 | * is not allowed in SLI. Also, the driver must have established |
| 6751 | * SLI2 mode to queue and process multiple mbox commands. |
| 6752 | */ |
| 6753 | |
| 6754 | if (flag & MBX_POLL) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 6755 | spin_unlock_irqrestore(&phba->hbalock, drvr_flag); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6756 | |
| 6757 | /* Mbox command <mbxCommand> cannot issue */ |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 6758 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI, |
| 6759 | "(%d):2529 Mailbox command x%x " |
| 6760 | "cannot issue Data: x%x x%x\n", |
| 6761 | pmbox->vport ? pmbox->vport->vpi : 0, |
| 6762 | pmbox->u.mb.mbxCommand, |
| 6763 | psli->sli_flag, flag); |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 6764 | goto out_not_finished; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6765 | } |
| 6766 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 6767 | if (!(psli->sli_flag & LPFC_SLI_ACTIVE)) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 6768 | spin_unlock_irqrestore(&phba->hbalock, drvr_flag); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6769 | /* Mbox command <mbxCommand> cannot issue */ |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 6770 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI, |
| 6771 | "(%d):2530 Mailbox command x%x " |
| 6772 | "cannot issue Data: x%x x%x\n", |
| 6773 | pmbox->vport ? pmbox->vport->vpi : 0, |
| 6774 | pmbox->u.mb.mbxCommand, |
| 6775 | psli->sli_flag, flag); |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 6776 | goto out_not_finished; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6777 | } |
| 6778 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6779 | /* Another mailbox command is still being processed, queue this |
| 6780 | * command to be processed later. |
| 6781 | */ |
| 6782 | lpfc_mbox_put(phba, pmbox); |
| 6783 | |
| 6784 | /* Mbox cmd issue - BUSY */ |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 6785 | lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 6786 | "(%d):0308 Mbox cmd issue - BUSY Data: " |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 6787 | "x%x x%x x%x x%x\n", |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 6788 | pmbox->vport ? pmbox->vport->vpi : 0xffffff, |
Randy Dunlap | bf07bde | 2013-02-22 10:23:54 -0800 | [diff] [blame] | 6789 | mbx->mbxCommand, phba->pport->port_state, |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 6790 | psli->sli_flag, flag); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6791 | |
| 6792 | psli->slistat.mbox_busy++; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 6793 | spin_unlock_irqrestore(&phba->hbalock, drvr_flag); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6794 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 6795 | if (pmbox->vport) { |
| 6796 | lpfc_debugfs_disc_trc(pmbox->vport, |
| 6797 | LPFC_DISC_TRC_MBOX_VPORT, |
| 6798 | "MBOX Bsy vport: cmd:x%x mb:x%x x%x", |
Randy Dunlap | bf07bde | 2013-02-22 10:23:54 -0800 | [diff] [blame] | 6799 | (uint32_t)mbx->mbxCommand, |
| 6800 | mbx->un.varWords[0], mbx->un.varWords[1]); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 6801 | } |
| 6802 | else { |
| 6803 | lpfc_debugfs_disc_trc(phba->pport, |
| 6804 | LPFC_DISC_TRC_MBOX, |
| 6805 | "MBOX Bsy: cmd:x%x mb:x%x x%x", |
Randy Dunlap | bf07bde | 2013-02-22 10:23:54 -0800 | [diff] [blame] | 6806 | (uint32_t)mbx->mbxCommand, |
| 6807 | mbx->un.varWords[0], mbx->un.varWords[1]); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 6808 | } |
| 6809 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 6810 | return MBX_BUSY; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6811 | } |
| 6812 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6813 | psli->sli_flag |= LPFC_SLI_MBOX_ACTIVE; |
| 6814 | |
| 6815 | /* If we are not polling, we MUST be in SLI2 mode */ |
| 6816 | if (flag != MBX_POLL) { |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 6817 | if (!(psli->sli_flag & LPFC_SLI_ACTIVE) && |
Randy Dunlap | bf07bde | 2013-02-22 10:23:54 -0800 | [diff] [blame] | 6818 | (mbx->mbxCommand != MBX_KILL_BOARD)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6819 | psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 6820 | spin_unlock_irqrestore(&phba->hbalock, drvr_flag); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6821 | /* Mbox command <mbxCommand> cannot issue */ |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 6822 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI, |
| 6823 | "(%d):2531 Mailbox command x%x " |
| 6824 | "cannot issue Data: x%x x%x\n", |
| 6825 | pmbox->vport ? pmbox->vport->vpi : 0, |
| 6826 | pmbox->u.mb.mbxCommand, |
| 6827 | psli->sli_flag, flag); |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 6828 | goto out_not_finished; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6829 | } |
| 6830 | /* timeout active mbox command */ |
James Smart | 256ec0d | 2013-04-17 20:14:58 -0400 | [diff] [blame^] | 6831 | timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba, pmbox) * |
| 6832 | 1000); |
| 6833 | mod_timer(&psli->mbox_tmo, jiffies + timeout); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6834 | } |
| 6835 | |
| 6836 | /* Mailbox cmd <cmd> issue */ |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 6837 | lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 6838 | "(%d):0309 Mailbox cmd x%x issue Data: x%x x%x " |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 6839 | "x%x\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 6840 | pmbox->vport ? pmbox->vport->vpi : 0, |
Randy Dunlap | bf07bde | 2013-02-22 10:23:54 -0800 | [diff] [blame] | 6841 | mbx->mbxCommand, phba->pport->port_state, |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 6842 | psli->sli_flag, flag); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6843 | |
Randy Dunlap | bf07bde | 2013-02-22 10:23:54 -0800 | [diff] [blame] | 6844 | if (mbx->mbxCommand != MBX_HEARTBEAT) { |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 6845 | if (pmbox->vport) { |
| 6846 | lpfc_debugfs_disc_trc(pmbox->vport, |
| 6847 | LPFC_DISC_TRC_MBOX_VPORT, |
| 6848 | "MBOX Send vport: cmd:x%x mb:x%x x%x", |
Randy Dunlap | bf07bde | 2013-02-22 10:23:54 -0800 | [diff] [blame] | 6849 | (uint32_t)mbx->mbxCommand, |
| 6850 | mbx->un.varWords[0], mbx->un.varWords[1]); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 6851 | } |
| 6852 | else { |
| 6853 | lpfc_debugfs_disc_trc(phba->pport, |
| 6854 | LPFC_DISC_TRC_MBOX, |
| 6855 | "MBOX Send: cmd:x%x mb:x%x x%x", |
Randy Dunlap | bf07bde | 2013-02-22 10:23:54 -0800 | [diff] [blame] | 6856 | (uint32_t)mbx->mbxCommand, |
| 6857 | mbx->un.varWords[0], mbx->un.varWords[1]); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 6858 | } |
| 6859 | } |
| 6860 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6861 | psli->slistat.mbox_cmd++; |
| 6862 | evtctr = psli->slistat.mbox_event; |
| 6863 | |
| 6864 | /* next set own bit for the adapter and copy over command word */ |
Randy Dunlap | bf07bde | 2013-02-22 10:23:54 -0800 | [diff] [blame] | 6865 | mbx->mbxOwner = OWN_CHIP; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6866 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 6867 | if (psli->sli_flag & LPFC_SLI_ACTIVE) { |
James Smart | 7a47027 | 2010-03-15 11:25:20 -0400 | [diff] [blame] | 6868 | /* Populate mbox extension offset word. */ |
| 6869 | if (pmbox->in_ext_byte_len || pmbox->out_ext_byte_len) { |
Randy Dunlap | bf07bde | 2013-02-22 10:23:54 -0800 | [diff] [blame] | 6870 | *(((uint32_t *)mbx) + pmbox->mbox_offset_word) |
James Smart | 7a47027 | 2010-03-15 11:25:20 -0400 | [diff] [blame] | 6871 | = (uint8_t *)phba->mbox_ext |
| 6872 | - (uint8_t *)phba->mbox; |
| 6873 | } |
| 6874 | |
| 6875 | /* Copy the mailbox extension data */ |
| 6876 | if (pmbox->in_ext_byte_len && pmbox->context2) { |
| 6877 | lpfc_sli_pcimem_bcopy(pmbox->context2, |
| 6878 | (uint8_t *)phba->mbox_ext, |
| 6879 | pmbox->in_ext_byte_len); |
| 6880 | } |
| 6881 | /* Copy command data to host SLIM area */ |
Randy Dunlap | bf07bde | 2013-02-22 10:23:54 -0800 | [diff] [blame] | 6882 | lpfc_sli_pcimem_bcopy(mbx, phba->mbox, MAILBOX_CMD_SIZE); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6883 | } else { |
James Smart | 7a47027 | 2010-03-15 11:25:20 -0400 | [diff] [blame] | 6884 | /* Populate mbox extension offset word. */ |
| 6885 | if (pmbox->in_ext_byte_len || pmbox->out_ext_byte_len) |
Randy Dunlap | bf07bde | 2013-02-22 10:23:54 -0800 | [diff] [blame] | 6886 | *(((uint32_t *)mbx) + pmbox->mbox_offset_word) |
James Smart | 7a47027 | 2010-03-15 11:25:20 -0400 | [diff] [blame] | 6887 | = MAILBOX_HBA_EXT_OFFSET; |
| 6888 | |
| 6889 | /* Copy the mailbox extension data */ |
| 6890 | if (pmbox->in_ext_byte_len && pmbox->context2) { |
| 6891 | lpfc_memcpy_to_slim(phba->MBslimaddr + |
| 6892 | MAILBOX_HBA_EXT_OFFSET, |
| 6893 | pmbox->context2, pmbox->in_ext_byte_len); |
| 6894 | |
| 6895 | } |
Randy Dunlap | bf07bde | 2013-02-22 10:23:54 -0800 | [diff] [blame] | 6896 | if (mbx->mbxCommand == MBX_CONFIG_PORT) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6897 | /* copy command data into host mbox for cmpl */ |
Randy Dunlap | bf07bde | 2013-02-22 10:23:54 -0800 | [diff] [blame] | 6898 | lpfc_sli_pcimem_bcopy(mbx, phba->mbox, MAILBOX_CMD_SIZE); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6899 | } |
| 6900 | |
| 6901 | /* First copy mbox command data to HBA SLIM, skip past first |
| 6902 | word */ |
| 6903 | to_slim = phba->MBslimaddr + sizeof (uint32_t); |
Randy Dunlap | bf07bde | 2013-02-22 10:23:54 -0800 | [diff] [blame] | 6904 | lpfc_memcpy_to_slim(to_slim, &mbx->un.varWords[0], |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6905 | MAILBOX_CMD_SIZE - sizeof (uint32_t)); |
| 6906 | |
| 6907 | /* Next copy over first word, with mbxOwner set */ |
Randy Dunlap | bf07bde | 2013-02-22 10:23:54 -0800 | [diff] [blame] | 6908 | ldata = *((uint32_t *)mbx); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6909 | to_slim = phba->MBslimaddr; |
| 6910 | writel(ldata, to_slim); |
| 6911 | readl(to_slim); /* flush */ |
| 6912 | |
Randy Dunlap | bf07bde | 2013-02-22 10:23:54 -0800 | [diff] [blame] | 6913 | if (mbx->mbxCommand == MBX_CONFIG_PORT) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6914 | /* switch over to host mailbox */ |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 6915 | psli->sli_flag |= LPFC_SLI_ACTIVE; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6916 | } |
| 6917 | } |
| 6918 | |
| 6919 | wmb(); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6920 | |
| 6921 | switch (flag) { |
| 6922 | case MBX_NOWAIT: |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 6923 | /* Set up reference to mailbox command */ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6924 | psli->mbox_active = pmbox; |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 6925 | /* Interrupt board to do it */ |
| 6926 | writel(CA_MBATT, phba->CAregaddr); |
| 6927 | readl(phba->CAregaddr); /* flush */ |
| 6928 | /* Don't wait for it to finish, just return */ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6929 | break; |
| 6930 | |
| 6931 | case MBX_POLL: |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 6932 | /* Set up null reference to mailbox command */ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6933 | psli->mbox_active = NULL; |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 6934 | /* Interrupt board to do it */ |
| 6935 | writel(CA_MBATT, phba->CAregaddr); |
| 6936 | readl(phba->CAregaddr); /* flush */ |
| 6937 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 6938 | if (psli->sli_flag & LPFC_SLI_ACTIVE) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6939 | /* First read mbox status word */ |
James Smart | 34b02dc | 2008-08-24 21:49:55 -0400 | [diff] [blame] | 6940 | word0 = *((uint32_t *)phba->mbox); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6941 | word0 = le32_to_cpu(word0); |
| 6942 | } else { |
| 6943 | /* First read mbox status word */ |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 6944 | if (lpfc_readl(phba->MBslimaddr, &word0)) { |
| 6945 | spin_unlock_irqrestore(&phba->hbalock, |
| 6946 | drvr_flag); |
| 6947 | goto out_not_finished; |
| 6948 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6949 | } |
| 6950 | |
| 6951 | /* Read the HBA Host Attention Register */ |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 6952 | if (lpfc_readl(phba->HAregaddr, &ha_copy)) { |
| 6953 | spin_unlock_irqrestore(&phba->hbalock, |
| 6954 | drvr_flag); |
| 6955 | goto out_not_finished; |
| 6956 | } |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 6957 | timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba, pmbox) * |
| 6958 | 1000) + jiffies; |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 6959 | i = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6960 | /* Wait for command to complete */ |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 6961 | while (((word0 & OWN_CHIP) == OWN_CHIP) || |
| 6962 | (!(ha_copy & HA_MBATT) && |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 6963 | (phba->link_state > LPFC_WARM_START))) { |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 6964 | if (time_after(jiffies, timeout)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6965 | psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 6966 | spin_unlock_irqrestore(&phba->hbalock, |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6967 | drvr_flag); |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 6968 | goto out_not_finished; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6969 | } |
| 6970 | |
| 6971 | /* Check if we took a mbox interrupt while we were |
| 6972 | polling */ |
| 6973 | if (((word0 & OWN_CHIP) != OWN_CHIP) |
| 6974 | && (evtctr != psli->slistat.mbox_event)) |
| 6975 | break; |
| 6976 | |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 6977 | if (i++ > 10) { |
| 6978 | spin_unlock_irqrestore(&phba->hbalock, |
| 6979 | drvr_flag); |
| 6980 | msleep(1); |
| 6981 | spin_lock_irqsave(&phba->hbalock, drvr_flag); |
| 6982 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6983 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 6984 | if (psli->sli_flag & LPFC_SLI_ACTIVE) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6985 | /* First copy command data */ |
James Smart | 34b02dc | 2008-08-24 21:49:55 -0400 | [diff] [blame] | 6986 | word0 = *((uint32_t *)phba->mbox); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6987 | word0 = le32_to_cpu(word0); |
Randy Dunlap | bf07bde | 2013-02-22 10:23:54 -0800 | [diff] [blame] | 6988 | if (mbx->mbxCommand == MBX_CONFIG_PORT) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6989 | MAILBOX_t *slimmb; |
James Smart | 34b02dc | 2008-08-24 21:49:55 -0400 | [diff] [blame] | 6990 | uint32_t slimword0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6991 | /* Check real SLIM for any errors */ |
| 6992 | slimword0 = readl(phba->MBslimaddr); |
| 6993 | slimmb = (MAILBOX_t *) & slimword0; |
| 6994 | if (((slimword0 & OWN_CHIP) != OWN_CHIP) |
| 6995 | && slimmb->mbxStatus) { |
| 6996 | psli->sli_flag &= |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 6997 | ~LPFC_SLI_ACTIVE; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6998 | word0 = slimword0; |
| 6999 | } |
| 7000 | } |
| 7001 | } else { |
| 7002 | /* First copy command data */ |
| 7003 | word0 = readl(phba->MBslimaddr); |
| 7004 | } |
| 7005 | /* Read the HBA Host Attention Register */ |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 7006 | if (lpfc_readl(phba->HAregaddr, &ha_copy)) { |
| 7007 | spin_unlock_irqrestore(&phba->hbalock, |
| 7008 | drvr_flag); |
| 7009 | goto out_not_finished; |
| 7010 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7011 | } |
| 7012 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 7013 | if (psli->sli_flag & LPFC_SLI_ACTIVE) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7014 | /* copy results back to user */ |
Randy Dunlap | bf07bde | 2013-02-22 10:23:54 -0800 | [diff] [blame] | 7015 | lpfc_sli_pcimem_bcopy(phba->mbox, mbx, MAILBOX_CMD_SIZE); |
James Smart | 7a47027 | 2010-03-15 11:25:20 -0400 | [diff] [blame] | 7016 | /* Copy the mailbox extension data */ |
| 7017 | if (pmbox->out_ext_byte_len && pmbox->context2) { |
| 7018 | lpfc_sli_pcimem_bcopy(phba->mbox_ext, |
| 7019 | pmbox->context2, |
| 7020 | pmbox->out_ext_byte_len); |
| 7021 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7022 | } else { |
| 7023 | /* First copy command data */ |
Randy Dunlap | bf07bde | 2013-02-22 10:23:54 -0800 | [diff] [blame] | 7024 | lpfc_memcpy_from_slim(mbx, phba->MBslimaddr, |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7025 | MAILBOX_CMD_SIZE); |
James Smart | 7a47027 | 2010-03-15 11:25:20 -0400 | [diff] [blame] | 7026 | /* Copy the mailbox extension data */ |
| 7027 | if (pmbox->out_ext_byte_len && pmbox->context2) { |
| 7028 | lpfc_memcpy_from_slim(pmbox->context2, |
| 7029 | phba->MBslimaddr + |
| 7030 | MAILBOX_HBA_EXT_OFFSET, |
| 7031 | pmbox->out_ext_byte_len); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7032 | } |
| 7033 | } |
| 7034 | |
| 7035 | writel(HA_MBATT, phba->HAregaddr); |
| 7036 | readl(phba->HAregaddr); /* flush */ |
| 7037 | |
| 7038 | psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE; |
Randy Dunlap | bf07bde | 2013-02-22 10:23:54 -0800 | [diff] [blame] | 7039 | status = mbx->mbxStatus; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7040 | } |
| 7041 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 7042 | spin_unlock_irqrestore(&phba->hbalock, drvr_flag); |
| 7043 | return status; |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 7044 | |
| 7045 | out_not_finished: |
| 7046 | if (processing_queue) { |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7047 | pmbox->u.mb.mbxStatus = MBX_NOT_FINISHED; |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 7048 | lpfc_mbox_cmpl_put(phba, pmbox); |
| 7049 | } |
| 7050 | return MBX_NOT_FINISHED; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7051 | } |
| 7052 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 7053 | /** |
James Smart | f112668 | 2009-06-10 17:22:44 -0400 | [diff] [blame] | 7054 | * lpfc_sli4_async_mbox_block - Block posting SLI4 asynchronous mailbox command |
| 7055 | * @phba: Pointer to HBA context object. |
| 7056 | * |
| 7057 | * The function blocks the posting of SLI4 asynchronous mailbox commands from |
| 7058 | * the driver internal pending mailbox queue. It will then try to wait out the |
| 7059 | * possible outstanding mailbox command before return. |
| 7060 | * |
| 7061 | * Returns: |
| 7062 | * 0 - the outstanding mailbox command completed; otherwise, the wait for |
| 7063 | * the outstanding mailbox command timed out. |
| 7064 | **/ |
| 7065 | static int |
| 7066 | lpfc_sli4_async_mbox_block(struct lpfc_hba *phba) |
| 7067 | { |
| 7068 | struct lpfc_sli *psli = &phba->sli; |
James Smart | f112668 | 2009-06-10 17:22:44 -0400 | [diff] [blame] | 7069 | int rc = 0; |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 7070 | unsigned long timeout = 0; |
James Smart | f112668 | 2009-06-10 17:22:44 -0400 | [diff] [blame] | 7071 | |
| 7072 | /* Mark the asynchronous mailbox command posting as blocked */ |
| 7073 | spin_lock_irq(&phba->hbalock); |
| 7074 | psli->sli_flag |= LPFC_SLI_ASYNC_MBX_BLK; |
James Smart | f112668 | 2009-06-10 17:22:44 -0400 | [diff] [blame] | 7075 | /* Determine how long we might wait for the active mailbox |
| 7076 | * command to be gracefully completed by firmware. |
| 7077 | */ |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 7078 | if (phba->sli.mbox_active) |
| 7079 | timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba, |
| 7080 | phba->sli.mbox_active) * |
| 7081 | 1000) + jiffies; |
| 7082 | spin_unlock_irq(&phba->hbalock); |
| 7083 | |
James Smart | f112668 | 2009-06-10 17:22:44 -0400 | [diff] [blame] | 7084 | /* Wait for the outstnading mailbox command to complete */ |
| 7085 | while (phba->sli.mbox_active) { |
| 7086 | /* Check active mailbox complete status every 2ms */ |
| 7087 | msleep(2); |
| 7088 | if (time_after(jiffies, timeout)) { |
| 7089 | /* Timeout, marked the outstanding cmd not complete */ |
| 7090 | rc = 1; |
| 7091 | break; |
| 7092 | } |
| 7093 | } |
| 7094 | |
| 7095 | /* Can not cleanly block async mailbox command, fails it */ |
| 7096 | if (rc) { |
| 7097 | spin_lock_irq(&phba->hbalock); |
| 7098 | psli->sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK; |
| 7099 | spin_unlock_irq(&phba->hbalock); |
| 7100 | } |
| 7101 | return rc; |
| 7102 | } |
| 7103 | |
| 7104 | /** |
| 7105 | * lpfc_sli4_async_mbox_unblock - Block posting SLI4 async mailbox command |
| 7106 | * @phba: Pointer to HBA context object. |
| 7107 | * |
| 7108 | * The function unblocks and resume posting of SLI4 asynchronous mailbox |
| 7109 | * commands from the driver internal pending mailbox queue. It makes sure |
| 7110 | * that there is no outstanding mailbox command before resuming posting |
| 7111 | * asynchronous mailbox commands. If, for any reason, there is outstanding |
| 7112 | * mailbox command, it will try to wait it out before resuming asynchronous |
| 7113 | * mailbox command posting. |
| 7114 | **/ |
| 7115 | static void |
| 7116 | lpfc_sli4_async_mbox_unblock(struct lpfc_hba *phba) |
| 7117 | { |
| 7118 | struct lpfc_sli *psli = &phba->sli; |
| 7119 | |
| 7120 | spin_lock_irq(&phba->hbalock); |
| 7121 | if (!(psli->sli_flag & LPFC_SLI_ASYNC_MBX_BLK)) { |
| 7122 | /* Asynchronous mailbox posting is not blocked, do nothing */ |
| 7123 | spin_unlock_irq(&phba->hbalock); |
| 7124 | return; |
| 7125 | } |
| 7126 | |
| 7127 | /* Outstanding synchronous mailbox command is guaranteed to be done, |
| 7128 | * successful or timeout, after timing-out the outstanding mailbox |
| 7129 | * command shall always be removed, so just unblock posting async |
| 7130 | * mailbox command and resume |
| 7131 | */ |
| 7132 | psli->sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK; |
| 7133 | spin_unlock_irq(&phba->hbalock); |
| 7134 | |
| 7135 | /* wake up worker thread to post asynchronlous mailbox command */ |
| 7136 | lpfc_worker_wake_up(phba); |
| 7137 | } |
| 7138 | |
| 7139 | /** |
James Smart | 2d843ed | 2012-09-29 11:29:06 -0400 | [diff] [blame] | 7140 | * lpfc_sli4_wait_bmbx_ready - Wait for bootstrap mailbox register ready |
| 7141 | * @phba: Pointer to HBA context object. |
| 7142 | * @mboxq: Pointer to mailbox object. |
| 7143 | * |
| 7144 | * The function waits for the bootstrap mailbox register ready bit from |
| 7145 | * port for twice the regular mailbox command timeout value. |
| 7146 | * |
| 7147 | * 0 - no timeout on waiting for bootstrap mailbox register ready. |
| 7148 | * MBXERR_ERROR - wait for bootstrap mailbox register timed out. |
| 7149 | **/ |
| 7150 | static int |
| 7151 | lpfc_sli4_wait_bmbx_ready(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 7152 | { |
| 7153 | uint32_t db_ready; |
| 7154 | unsigned long timeout; |
| 7155 | struct lpfc_register bmbx_reg; |
| 7156 | |
| 7157 | timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba, mboxq) |
| 7158 | * 1000) + jiffies; |
| 7159 | |
| 7160 | do { |
| 7161 | bmbx_reg.word0 = readl(phba->sli4_hba.BMBXregaddr); |
| 7162 | db_ready = bf_get(lpfc_bmbx_rdy, &bmbx_reg); |
| 7163 | if (!db_ready) |
| 7164 | msleep(2); |
| 7165 | |
| 7166 | if (time_after(jiffies, timeout)) |
| 7167 | return MBXERR_ERROR; |
| 7168 | } while (!db_ready); |
| 7169 | |
| 7170 | return 0; |
| 7171 | } |
| 7172 | |
| 7173 | /** |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7174 | * lpfc_sli4_post_sync_mbox - Post an SLI4 mailbox to the bootstrap mailbox |
| 7175 | * @phba: Pointer to HBA context object. |
| 7176 | * @mboxq: Pointer to mailbox object. |
| 7177 | * |
| 7178 | * The function posts a mailbox to the port. The mailbox is expected |
| 7179 | * to be comletely filled in and ready for the port to operate on it. |
| 7180 | * This routine executes a synchronous completion operation on the |
| 7181 | * mailbox by polling for its completion. |
| 7182 | * |
| 7183 | * The caller must not be holding any locks when calling this routine. |
| 7184 | * |
| 7185 | * Returns: |
| 7186 | * MBX_SUCCESS - mailbox posted successfully |
| 7187 | * Any of the MBX error values. |
| 7188 | **/ |
| 7189 | static int |
| 7190 | lpfc_sli4_post_sync_mbox(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 7191 | { |
| 7192 | int rc = MBX_SUCCESS; |
| 7193 | unsigned long iflag; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7194 | uint32_t mcqe_status; |
| 7195 | uint32_t mbx_cmnd; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7196 | struct lpfc_sli *psli = &phba->sli; |
| 7197 | struct lpfc_mqe *mb = &mboxq->u.mqe; |
| 7198 | struct lpfc_bmbx_create *mbox_rgn; |
| 7199 | struct dma_address *dma_address; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7200 | |
| 7201 | /* |
| 7202 | * Only one mailbox can be active to the bootstrap mailbox region |
| 7203 | * at a time and there is no queueing provided. |
| 7204 | */ |
| 7205 | spin_lock_irqsave(&phba->hbalock, iflag); |
| 7206 | if (psli->sli_flag & LPFC_SLI_MBOX_ACTIVE) { |
| 7207 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
| 7208 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI, |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 7209 | "(%d):2532 Mailbox command x%x (x%x/x%x) " |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7210 | "cannot issue Data: x%x x%x\n", |
| 7211 | mboxq->vport ? mboxq->vport->vpi : 0, |
| 7212 | mboxq->u.mb.mbxCommand, |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 7213 | lpfc_sli_config_mbox_subsys_get(phba, mboxq), |
| 7214 | lpfc_sli_config_mbox_opcode_get(phba, mboxq), |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7215 | psli->sli_flag, MBX_POLL); |
| 7216 | return MBXERR_ERROR; |
| 7217 | } |
| 7218 | /* The server grabs the token and owns it until release */ |
| 7219 | psli->sli_flag |= LPFC_SLI_MBOX_ACTIVE; |
| 7220 | phba->sli.mbox_active = mboxq; |
| 7221 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
| 7222 | |
James Smart | 2d843ed | 2012-09-29 11:29:06 -0400 | [diff] [blame] | 7223 | /* wait for bootstrap mbox register for readyness */ |
| 7224 | rc = lpfc_sli4_wait_bmbx_ready(phba, mboxq); |
| 7225 | if (rc) |
| 7226 | goto exit; |
| 7227 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7228 | /* |
| 7229 | * Initialize the bootstrap memory region to avoid stale data areas |
| 7230 | * in the mailbox post. Then copy the caller's mailbox contents to |
| 7231 | * the bmbx mailbox region. |
| 7232 | */ |
| 7233 | mbx_cmnd = bf_get(lpfc_mqe_command, mb); |
| 7234 | memset(phba->sli4_hba.bmbx.avirt, 0, sizeof(struct lpfc_bmbx_create)); |
| 7235 | lpfc_sli_pcimem_bcopy(mb, phba->sli4_hba.bmbx.avirt, |
| 7236 | sizeof(struct lpfc_mqe)); |
| 7237 | |
| 7238 | /* Post the high mailbox dma address to the port and wait for ready. */ |
| 7239 | dma_address = &phba->sli4_hba.bmbx.dma_address; |
| 7240 | writel(dma_address->addr_hi, phba->sli4_hba.BMBXregaddr); |
| 7241 | |
James Smart | 2d843ed | 2012-09-29 11:29:06 -0400 | [diff] [blame] | 7242 | /* wait for bootstrap mbox register for hi-address write done */ |
| 7243 | rc = lpfc_sli4_wait_bmbx_ready(phba, mboxq); |
| 7244 | if (rc) |
| 7245 | goto exit; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7246 | |
| 7247 | /* Post the low mailbox dma address to the port. */ |
| 7248 | writel(dma_address->addr_lo, phba->sli4_hba.BMBXregaddr); |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7249 | |
James Smart | 2d843ed | 2012-09-29 11:29:06 -0400 | [diff] [blame] | 7250 | /* wait for bootstrap mbox register for low address write done */ |
| 7251 | rc = lpfc_sli4_wait_bmbx_ready(phba, mboxq); |
| 7252 | if (rc) |
| 7253 | goto exit; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7254 | |
| 7255 | /* |
| 7256 | * Read the CQ to ensure the mailbox has completed. |
| 7257 | * If so, update the mailbox status so that the upper layers |
| 7258 | * can complete the request normally. |
| 7259 | */ |
| 7260 | lpfc_sli_pcimem_bcopy(phba->sli4_hba.bmbx.avirt, mb, |
| 7261 | sizeof(struct lpfc_mqe)); |
| 7262 | mbox_rgn = (struct lpfc_bmbx_create *) phba->sli4_hba.bmbx.avirt; |
| 7263 | lpfc_sli_pcimem_bcopy(&mbox_rgn->mcqe, &mboxq->mcqe, |
| 7264 | sizeof(struct lpfc_mcqe)); |
| 7265 | mcqe_status = bf_get(lpfc_mcqe_status, &mbox_rgn->mcqe); |
James Smart | 0558056 | 2011-05-24 11:40:48 -0400 | [diff] [blame] | 7266 | /* |
| 7267 | * When the CQE status indicates a failure and the mailbox status |
| 7268 | * indicates success then copy the CQE status into the mailbox status |
| 7269 | * (and prefix it with x4000). |
| 7270 | */ |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7271 | if (mcqe_status != MB_CQE_STATUS_SUCCESS) { |
James Smart | 0558056 | 2011-05-24 11:40:48 -0400 | [diff] [blame] | 7272 | if (bf_get(lpfc_mqe_status, mb) == MBX_SUCCESS) |
| 7273 | bf_set(lpfc_mqe_status, mb, |
| 7274 | (LPFC_MBX_ERROR_RANGE | mcqe_status)); |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7275 | rc = MBXERR_ERROR; |
James Smart | d7c4799 | 2010-06-08 18:31:54 -0400 | [diff] [blame] | 7276 | } else |
| 7277 | lpfc_sli4_swap_str(phba, mboxq); |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7278 | |
| 7279 | lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI, |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 7280 | "(%d):0356 Mailbox cmd x%x (x%x/x%x) Status x%x " |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7281 | "Data: x%x x%x x%x x%x x%x x%x x%x x%x x%x x%x x%x" |
| 7282 | " x%x x%x CQ: x%x x%x x%x x%x\n", |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 7283 | mboxq->vport ? mboxq->vport->vpi : 0, mbx_cmnd, |
| 7284 | lpfc_sli_config_mbox_subsys_get(phba, mboxq), |
| 7285 | lpfc_sli_config_mbox_opcode_get(phba, mboxq), |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7286 | bf_get(lpfc_mqe_status, mb), |
| 7287 | mb->un.mb_words[0], mb->un.mb_words[1], |
| 7288 | mb->un.mb_words[2], mb->un.mb_words[3], |
| 7289 | mb->un.mb_words[4], mb->un.mb_words[5], |
| 7290 | mb->un.mb_words[6], mb->un.mb_words[7], |
| 7291 | mb->un.mb_words[8], mb->un.mb_words[9], |
| 7292 | mb->un.mb_words[10], mb->un.mb_words[11], |
| 7293 | mb->un.mb_words[12], mboxq->mcqe.word0, |
| 7294 | mboxq->mcqe.mcqe_tag0, mboxq->mcqe.mcqe_tag1, |
| 7295 | mboxq->mcqe.trailer); |
| 7296 | exit: |
| 7297 | /* We are holding the token, no needed for lock when release */ |
| 7298 | spin_lock_irqsave(&phba->hbalock, iflag); |
| 7299 | psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE; |
| 7300 | phba->sli.mbox_active = NULL; |
| 7301 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
| 7302 | return rc; |
| 7303 | } |
| 7304 | |
| 7305 | /** |
| 7306 | * lpfc_sli_issue_mbox_s4 - Issue an SLI4 mailbox command to firmware |
| 7307 | * @phba: Pointer to HBA context object. |
| 7308 | * @pmbox: Pointer to mailbox object. |
| 7309 | * @flag: Flag indicating how the mailbox need to be processed. |
| 7310 | * |
| 7311 | * This function is called by discovery code and HBA management code to submit |
| 7312 | * a mailbox command to firmware with SLI-4 interface spec. |
| 7313 | * |
| 7314 | * Return codes the caller owns the mailbox command after the return of the |
| 7315 | * function. |
| 7316 | **/ |
| 7317 | static int |
| 7318 | lpfc_sli_issue_mbox_s4(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq, |
| 7319 | uint32_t flag) |
| 7320 | { |
| 7321 | struct lpfc_sli *psli = &phba->sli; |
| 7322 | unsigned long iflags; |
| 7323 | int rc; |
| 7324 | |
James Smart | b76f2dc | 2011-07-22 18:37:42 -0400 | [diff] [blame] | 7325 | /* dump from issue mailbox command if setup */ |
| 7326 | lpfc_idiag_mbxacc_dump_issue_mbox(phba, &mboxq->u.mb); |
| 7327 | |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 7328 | rc = lpfc_mbox_dev_check(phba); |
| 7329 | if (unlikely(rc)) { |
| 7330 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI, |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 7331 | "(%d):2544 Mailbox command x%x (x%x/x%x) " |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 7332 | "cannot issue Data: x%x x%x\n", |
| 7333 | mboxq->vport ? mboxq->vport->vpi : 0, |
| 7334 | mboxq->u.mb.mbxCommand, |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 7335 | lpfc_sli_config_mbox_subsys_get(phba, mboxq), |
| 7336 | lpfc_sli_config_mbox_opcode_get(phba, mboxq), |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 7337 | psli->sli_flag, flag); |
| 7338 | goto out_not_finished; |
| 7339 | } |
| 7340 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7341 | /* Detect polling mode and jump to a handler */ |
| 7342 | if (!phba->sli4_hba.intr_enable) { |
| 7343 | if (flag == MBX_POLL) |
| 7344 | rc = lpfc_sli4_post_sync_mbox(phba, mboxq); |
| 7345 | else |
| 7346 | rc = -EIO; |
| 7347 | if (rc != MBX_SUCCESS) |
James Smart | 0558056 | 2011-05-24 11:40:48 -0400 | [diff] [blame] | 7348 | lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI, |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7349 | "(%d):2541 Mailbox command x%x " |
James Smart | cc459f1 | 2012-05-09 21:18:30 -0400 | [diff] [blame] | 7350 | "(x%x/x%x) failure: " |
| 7351 | "mqe_sta: x%x mcqe_sta: x%x/x%x " |
| 7352 | "Data: x%x x%x\n,", |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7353 | mboxq->vport ? mboxq->vport->vpi : 0, |
| 7354 | mboxq->u.mb.mbxCommand, |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 7355 | lpfc_sli_config_mbox_subsys_get(phba, |
| 7356 | mboxq), |
| 7357 | lpfc_sli_config_mbox_opcode_get(phba, |
| 7358 | mboxq), |
James Smart | cc459f1 | 2012-05-09 21:18:30 -0400 | [diff] [blame] | 7359 | bf_get(lpfc_mqe_status, &mboxq->u.mqe), |
| 7360 | bf_get(lpfc_mcqe_status, &mboxq->mcqe), |
| 7361 | bf_get(lpfc_mcqe_ext_status, |
| 7362 | &mboxq->mcqe), |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7363 | psli->sli_flag, flag); |
| 7364 | return rc; |
| 7365 | } else if (flag == MBX_POLL) { |
James Smart | f112668 | 2009-06-10 17:22:44 -0400 | [diff] [blame] | 7366 | lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI, |
| 7367 | "(%d):2542 Try to issue mailbox command " |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 7368 | "x%x (x%x/x%x) synchronously ahead of async" |
James Smart | f112668 | 2009-06-10 17:22:44 -0400 | [diff] [blame] | 7369 | "mailbox command queue: x%x x%x\n", |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7370 | mboxq->vport ? mboxq->vport->vpi : 0, |
| 7371 | mboxq->u.mb.mbxCommand, |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 7372 | lpfc_sli_config_mbox_subsys_get(phba, mboxq), |
| 7373 | lpfc_sli_config_mbox_opcode_get(phba, mboxq), |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7374 | psli->sli_flag, flag); |
James Smart | f112668 | 2009-06-10 17:22:44 -0400 | [diff] [blame] | 7375 | /* Try to block the asynchronous mailbox posting */ |
| 7376 | rc = lpfc_sli4_async_mbox_block(phba); |
| 7377 | if (!rc) { |
| 7378 | /* Successfully blocked, now issue sync mbox cmd */ |
| 7379 | rc = lpfc_sli4_post_sync_mbox(phba, mboxq); |
| 7380 | if (rc != MBX_SUCCESS) |
James Smart | cc459f1 | 2012-05-09 21:18:30 -0400 | [diff] [blame] | 7381 | lpfc_printf_log(phba, KERN_WARNING, |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 7382 | LOG_MBOX | LOG_SLI, |
James Smart | cc459f1 | 2012-05-09 21:18:30 -0400 | [diff] [blame] | 7383 | "(%d):2597 Sync Mailbox command " |
| 7384 | "x%x (x%x/x%x) failure: " |
| 7385 | "mqe_sta: x%x mcqe_sta: x%x/x%x " |
| 7386 | "Data: x%x x%x\n,", |
| 7387 | mboxq->vport ? mboxq->vport->vpi : 0, |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 7388 | mboxq->u.mb.mbxCommand, |
| 7389 | lpfc_sli_config_mbox_subsys_get(phba, |
| 7390 | mboxq), |
| 7391 | lpfc_sli_config_mbox_opcode_get(phba, |
| 7392 | mboxq), |
James Smart | cc459f1 | 2012-05-09 21:18:30 -0400 | [diff] [blame] | 7393 | bf_get(lpfc_mqe_status, &mboxq->u.mqe), |
| 7394 | bf_get(lpfc_mcqe_status, &mboxq->mcqe), |
| 7395 | bf_get(lpfc_mcqe_ext_status, |
| 7396 | &mboxq->mcqe), |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 7397 | psli->sli_flag, flag); |
James Smart | f112668 | 2009-06-10 17:22:44 -0400 | [diff] [blame] | 7398 | /* Unblock the async mailbox posting afterward */ |
| 7399 | lpfc_sli4_async_mbox_unblock(phba); |
| 7400 | } |
| 7401 | return rc; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7402 | } |
| 7403 | |
| 7404 | /* Now, interrupt mode asynchrous mailbox command */ |
| 7405 | rc = lpfc_mbox_cmd_check(phba, mboxq); |
| 7406 | if (rc) { |
| 7407 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI, |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 7408 | "(%d):2543 Mailbox command x%x (x%x/x%x) " |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7409 | "cannot issue Data: x%x x%x\n", |
| 7410 | mboxq->vport ? mboxq->vport->vpi : 0, |
| 7411 | mboxq->u.mb.mbxCommand, |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 7412 | lpfc_sli_config_mbox_subsys_get(phba, mboxq), |
| 7413 | lpfc_sli_config_mbox_opcode_get(phba, mboxq), |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7414 | psli->sli_flag, flag); |
| 7415 | goto out_not_finished; |
| 7416 | } |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7417 | |
| 7418 | /* Put the mailbox command to the driver internal FIFO */ |
| 7419 | psli->slistat.mbox_busy++; |
| 7420 | spin_lock_irqsave(&phba->hbalock, iflags); |
| 7421 | lpfc_mbox_put(phba, mboxq); |
| 7422 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 7423 | lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI, |
| 7424 | "(%d):0354 Mbox cmd issue - Enqueue Data: " |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 7425 | "x%x (x%x/x%x) x%x x%x x%x\n", |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7426 | mboxq->vport ? mboxq->vport->vpi : 0xffffff, |
| 7427 | bf_get(lpfc_mqe_command, &mboxq->u.mqe), |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 7428 | lpfc_sli_config_mbox_subsys_get(phba, mboxq), |
| 7429 | lpfc_sli_config_mbox_opcode_get(phba, mboxq), |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7430 | phba->pport->port_state, |
| 7431 | psli->sli_flag, MBX_NOWAIT); |
| 7432 | /* Wake up worker thread to transport mailbox command from head */ |
| 7433 | lpfc_worker_wake_up(phba); |
| 7434 | |
| 7435 | return MBX_BUSY; |
| 7436 | |
| 7437 | out_not_finished: |
| 7438 | return MBX_NOT_FINISHED; |
| 7439 | } |
| 7440 | |
| 7441 | /** |
| 7442 | * lpfc_sli4_post_async_mbox - Post an SLI4 mailbox command to device |
| 7443 | * @phba: Pointer to HBA context object. |
| 7444 | * |
| 7445 | * This function is called by worker thread to send a mailbox command to |
| 7446 | * SLI4 HBA firmware. |
| 7447 | * |
| 7448 | **/ |
| 7449 | int |
| 7450 | lpfc_sli4_post_async_mbox(struct lpfc_hba *phba) |
| 7451 | { |
| 7452 | struct lpfc_sli *psli = &phba->sli; |
| 7453 | LPFC_MBOXQ_t *mboxq; |
| 7454 | int rc = MBX_SUCCESS; |
| 7455 | unsigned long iflags; |
| 7456 | struct lpfc_mqe *mqe; |
| 7457 | uint32_t mbx_cmnd; |
| 7458 | |
| 7459 | /* Check interrupt mode before post async mailbox command */ |
| 7460 | if (unlikely(!phba->sli4_hba.intr_enable)) |
| 7461 | return MBX_NOT_FINISHED; |
| 7462 | |
| 7463 | /* Check for mailbox command service token */ |
| 7464 | spin_lock_irqsave(&phba->hbalock, iflags); |
| 7465 | if (unlikely(psli->sli_flag & LPFC_SLI_ASYNC_MBX_BLK)) { |
| 7466 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 7467 | return MBX_NOT_FINISHED; |
| 7468 | } |
| 7469 | if (psli->sli_flag & LPFC_SLI_MBOX_ACTIVE) { |
| 7470 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 7471 | return MBX_NOT_FINISHED; |
| 7472 | } |
| 7473 | if (unlikely(phba->sli.mbox_active)) { |
| 7474 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 7475 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI, |
| 7476 | "0384 There is pending active mailbox cmd\n"); |
| 7477 | return MBX_NOT_FINISHED; |
| 7478 | } |
| 7479 | /* Take the mailbox command service token */ |
| 7480 | psli->sli_flag |= LPFC_SLI_MBOX_ACTIVE; |
| 7481 | |
| 7482 | /* Get the next mailbox command from head of queue */ |
| 7483 | mboxq = lpfc_mbox_get(phba); |
| 7484 | |
| 7485 | /* If no more mailbox command waiting for post, we're done */ |
| 7486 | if (!mboxq) { |
| 7487 | psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE; |
| 7488 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 7489 | return MBX_SUCCESS; |
| 7490 | } |
| 7491 | phba->sli.mbox_active = mboxq; |
| 7492 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 7493 | |
| 7494 | /* Check device readiness for posting mailbox command */ |
| 7495 | rc = lpfc_mbox_dev_check(phba); |
| 7496 | if (unlikely(rc)) |
| 7497 | /* Driver clean routine will clean up pending mailbox */ |
| 7498 | goto out_not_finished; |
| 7499 | |
| 7500 | /* Prepare the mbox command to be posted */ |
| 7501 | mqe = &mboxq->u.mqe; |
| 7502 | mbx_cmnd = bf_get(lpfc_mqe_command, mqe); |
| 7503 | |
| 7504 | /* Start timer for the mbox_tmo and log some mailbox post messages */ |
| 7505 | mod_timer(&psli->mbox_tmo, (jiffies + |
James Smart | 256ec0d | 2013-04-17 20:14:58 -0400 | [diff] [blame^] | 7506 | msecs_to_jiffies(1000 * lpfc_mbox_tmo_val(phba, mboxq)))); |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7507 | |
| 7508 | lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI, |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 7509 | "(%d):0355 Mailbox cmd x%x (x%x/x%x) issue Data: " |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7510 | "x%x x%x\n", |
| 7511 | mboxq->vport ? mboxq->vport->vpi : 0, mbx_cmnd, |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 7512 | lpfc_sli_config_mbox_subsys_get(phba, mboxq), |
| 7513 | lpfc_sli_config_mbox_opcode_get(phba, mboxq), |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7514 | phba->pport->port_state, psli->sli_flag); |
| 7515 | |
| 7516 | if (mbx_cmnd != MBX_HEARTBEAT) { |
| 7517 | if (mboxq->vport) { |
| 7518 | lpfc_debugfs_disc_trc(mboxq->vport, |
| 7519 | LPFC_DISC_TRC_MBOX_VPORT, |
| 7520 | "MBOX Send vport: cmd:x%x mb:x%x x%x", |
| 7521 | mbx_cmnd, mqe->un.mb_words[0], |
| 7522 | mqe->un.mb_words[1]); |
| 7523 | } else { |
| 7524 | lpfc_debugfs_disc_trc(phba->pport, |
| 7525 | LPFC_DISC_TRC_MBOX, |
| 7526 | "MBOX Send: cmd:x%x mb:x%x x%x", |
| 7527 | mbx_cmnd, mqe->un.mb_words[0], |
| 7528 | mqe->un.mb_words[1]); |
| 7529 | } |
| 7530 | } |
| 7531 | psli->slistat.mbox_cmd++; |
| 7532 | |
| 7533 | /* Post the mailbox command to the port */ |
| 7534 | rc = lpfc_sli4_mq_put(phba->sli4_hba.mbx_wq, mqe); |
| 7535 | if (rc != MBX_SUCCESS) { |
| 7536 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI, |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 7537 | "(%d):2533 Mailbox command x%x (x%x/x%x) " |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7538 | "cannot issue Data: x%x x%x\n", |
| 7539 | mboxq->vport ? mboxq->vport->vpi : 0, |
| 7540 | mboxq->u.mb.mbxCommand, |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 7541 | lpfc_sli_config_mbox_subsys_get(phba, mboxq), |
| 7542 | lpfc_sli_config_mbox_opcode_get(phba, mboxq), |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7543 | psli->sli_flag, MBX_NOWAIT); |
| 7544 | goto out_not_finished; |
| 7545 | } |
| 7546 | |
| 7547 | return rc; |
| 7548 | |
| 7549 | out_not_finished: |
| 7550 | spin_lock_irqsave(&phba->hbalock, iflags); |
James Smart | d7069f0 | 2012-03-01 22:36:29 -0500 | [diff] [blame] | 7551 | if (phba->sli.mbox_active) { |
| 7552 | mboxq->u.mb.mbxStatus = MBX_NOT_FINISHED; |
| 7553 | __lpfc_mbox_cmpl_put(phba, mboxq); |
| 7554 | /* Release the token */ |
| 7555 | psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE; |
| 7556 | phba->sli.mbox_active = NULL; |
| 7557 | } |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7558 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 7559 | |
| 7560 | return MBX_NOT_FINISHED; |
| 7561 | } |
| 7562 | |
| 7563 | /** |
| 7564 | * lpfc_sli_issue_mbox - Wrapper func for issuing mailbox command |
| 7565 | * @phba: Pointer to HBA context object. |
| 7566 | * @pmbox: Pointer to mailbox object. |
| 7567 | * @flag: Flag indicating how the mailbox need to be processed. |
| 7568 | * |
| 7569 | * This routine wraps the actual SLI3 or SLI4 mailbox issuing routine from |
| 7570 | * the API jump table function pointer from the lpfc_hba struct. |
| 7571 | * |
| 7572 | * Return codes the caller owns the mailbox command after the return of the |
| 7573 | * function. |
| 7574 | **/ |
| 7575 | int |
| 7576 | lpfc_sli_issue_mbox(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmbox, uint32_t flag) |
| 7577 | { |
| 7578 | return phba->lpfc_sli_issue_mbox(phba, pmbox, flag); |
| 7579 | } |
| 7580 | |
| 7581 | /** |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 7582 | * lpfc_mbox_api_table_setup - Set up mbox api function jump table |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 7583 | * @phba: The hba struct for which this call is being executed. |
| 7584 | * @dev_grp: The HBA PCI-Device group number. |
| 7585 | * |
| 7586 | * This routine sets up the mbox interface API function jump table in @phba |
| 7587 | * struct. |
| 7588 | * Returns: 0 - success, -ENODEV - failure. |
| 7589 | **/ |
| 7590 | int |
| 7591 | lpfc_mbox_api_table_setup(struct lpfc_hba *phba, uint8_t dev_grp) |
| 7592 | { |
| 7593 | |
| 7594 | switch (dev_grp) { |
| 7595 | case LPFC_PCI_DEV_LP: |
| 7596 | phba->lpfc_sli_issue_mbox = lpfc_sli_issue_mbox_s3; |
| 7597 | phba->lpfc_sli_handle_slow_ring_event = |
| 7598 | lpfc_sli_handle_slow_ring_event_s3; |
| 7599 | phba->lpfc_sli_hbq_to_firmware = lpfc_sli_hbq_to_firmware_s3; |
| 7600 | phba->lpfc_sli_brdrestart = lpfc_sli_brdrestart_s3; |
| 7601 | phba->lpfc_sli_brdready = lpfc_sli_brdready_s3; |
| 7602 | break; |
| 7603 | case LPFC_PCI_DEV_OC: |
| 7604 | phba->lpfc_sli_issue_mbox = lpfc_sli_issue_mbox_s4; |
| 7605 | phba->lpfc_sli_handle_slow_ring_event = |
| 7606 | lpfc_sli_handle_slow_ring_event_s4; |
| 7607 | phba->lpfc_sli_hbq_to_firmware = lpfc_sli_hbq_to_firmware_s4; |
| 7608 | phba->lpfc_sli_brdrestart = lpfc_sli_brdrestart_s4; |
| 7609 | phba->lpfc_sli_brdready = lpfc_sli_brdready_s4; |
| 7610 | break; |
| 7611 | default: |
| 7612 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 7613 | "1420 Invalid HBA PCI-device group: 0x%x\n", |
| 7614 | dev_grp); |
| 7615 | return -ENODEV; |
| 7616 | break; |
| 7617 | } |
| 7618 | return 0; |
| 7619 | } |
| 7620 | |
| 7621 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 7622 | * __lpfc_sli_ringtx_put - Add an iocb to the txq |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 7623 | * @phba: Pointer to HBA context object. |
| 7624 | * @pring: Pointer to driver SLI ring object. |
| 7625 | * @piocb: Pointer to address of newly added command iocb. |
| 7626 | * |
| 7627 | * This function is called with hbalock held to add a command |
| 7628 | * iocb to the txq when SLI layer cannot submit the command iocb |
| 7629 | * to the ring. |
| 7630 | **/ |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 7631 | void |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 7632 | __lpfc_sli_ringtx_put(struct lpfc_hba *phba, struct lpfc_sli_ring *pring, |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 7633 | struct lpfc_iocbq *piocb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7634 | { |
| 7635 | /* Insert the caller's iocb in the txq tail for later processing. */ |
| 7636 | list_add_tail(&piocb->list, &pring->txq); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7637 | } |
| 7638 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 7639 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 7640 | * lpfc_sli_next_iocb - Get the next iocb in the txq |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 7641 | * @phba: Pointer to HBA context object. |
| 7642 | * @pring: Pointer to driver SLI ring object. |
| 7643 | * @piocb: Pointer to address of newly added command iocb. |
| 7644 | * |
| 7645 | * This function is called with hbalock held before a new |
| 7646 | * iocb is submitted to the firmware. This function checks |
| 7647 | * txq to flush the iocbs in txq to Firmware before |
| 7648 | * submitting new iocbs to the Firmware. |
| 7649 | * If there are iocbs in the txq which need to be submitted |
| 7650 | * to firmware, lpfc_sli_next_iocb returns the first element |
| 7651 | * of the txq after dequeuing it from txq. |
| 7652 | * If there is no iocb in the txq then the function will return |
| 7653 | * *piocb and *piocb is set to NULL. Caller needs to check |
| 7654 | * *piocb to find if there are more commands in the txq. |
| 7655 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7656 | static struct lpfc_iocbq * |
| 7657 | lpfc_sli_next_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring, |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 7658 | struct lpfc_iocbq **piocb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7659 | { |
| 7660 | struct lpfc_iocbq * nextiocb; |
| 7661 | |
| 7662 | nextiocb = lpfc_sli_ringtx_get(phba, pring); |
| 7663 | if (!nextiocb) { |
| 7664 | nextiocb = *piocb; |
| 7665 | *piocb = NULL; |
| 7666 | } |
| 7667 | |
| 7668 | return nextiocb; |
| 7669 | } |
| 7670 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 7671 | /** |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 7672 | * __lpfc_sli_issue_iocb_s3 - SLI3 device lockless ver of lpfc_sli_issue_iocb |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 7673 | * @phba: Pointer to HBA context object. |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 7674 | * @ring_number: SLI ring number to issue iocb on. |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 7675 | * @piocb: Pointer to command iocb. |
| 7676 | * @flag: Flag indicating if this command can be put into txq. |
| 7677 | * |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 7678 | * __lpfc_sli_issue_iocb_s3 is used by other functions in the driver to issue |
| 7679 | * an iocb command to an HBA with SLI-3 interface spec. If the PCI slot is |
| 7680 | * recovering from error state, if HBA is resetting or if LPFC_STOP_IOCB_EVENT |
| 7681 | * flag is turned on, the function returns IOCB_ERROR. When the link is down, |
| 7682 | * this function allows only iocbs for posting buffers. This function finds |
| 7683 | * next available slot in the command ring and posts the command to the |
| 7684 | * available slot and writes the port attention register to request HBA start |
| 7685 | * processing new iocb. If there is no slot available in the ring and |
| 7686 | * flag & SLI_IOCB_RET_IOCB is set, the new iocb is added to the txq, otherwise |
| 7687 | * the function returns IOCB_BUSY. |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 7688 | * |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 7689 | * This function is called with hbalock held. The function will return success |
| 7690 | * after it successfully submit the iocb to firmware or after adding to the |
| 7691 | * txq. |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 7692 | **/ |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 7693 | static int |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 7694 | __lpfc_sli_issue_iocb_s3(struct lpfc_hba *phba, uint32_t ring_number, |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7695 | struct lpfc_iocbq *piocb, uint32_t flag) |
| 7696 | { |
| 7697 | struct lpfc_iocbq *nextiocb; |
| 7698 | IOCB_t *iocb; |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 7699 | struct lpfc_sli_ring *pring = &phba->sli.ring[ring_number]; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7700 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 7701 | if (piocb->iocb_cmpl && (!piocb->vport) && |
| 7702 | (piocb->iocb.ulpCommand != CMD_ABORT_XRI_CN) && |
| 7703 | (piocb->iocb.ulpCommand != CMD_CLOSE_XRI_CN)) { |
| 7704 | lpfc_printf_log(phba, KERN_ERR, |
| 7705 | LOG_SLI | LOG_VPORT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 7706 | "1807 IOCB x%x failed. No vport\n", |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 7707 | piocb->iocb.ulpCommand); |
| 7708 | dump_stack(); |
| 7709 | return IOCB_ERROR; |
| 7710 | } |
| 7711 | |
| 7712 | |
Linas Vepstas | 8d63f37 | 2007-02-14 14:28:36 -0600 | [diff] [blame] | 7713 | /* If the PCI channel is in offline state, do not post iocbs. */ |
| 7714 | if (unlikely(pci_channel_offline(phba->pcidev))) |
| 7715 | return IOCB_ERROR; |
| 7716 | |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 7717 | /* If HBA has a deferred error attention, fail the iocb. */ |
| 7718 | if (unlikely(phba->hba_flag & DEFER_ERATT)) |
| 7719 | return IOCB_ERROR; |
| 7720 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7721 | /* |
| 7722 | * We should never get an IOCB if we are in a < LINK_DOWN state |
| 7723 | */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 7724 | if (unlikely(phba->link_state < LPFC_LINK_DOWN)) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7725 | return IOCB_ERROR; |
| 7726 | |
| 7727 | /* |
| 7728 | * Check to see if we are blocking IOCB processing because of a |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 7729 | * outstanding event. |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7730 | */ |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 7731 | if (unlikely(pring->flag & LPFC_STOP_IOCB_EVENT)) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7732 | goto iocb_busy; |
| 7733 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 7734 | if (unlikely(phba->link_state == LPFC_LINK_DOWN)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7735 | /* |
James Smart | 2680eea | 2007-04-25 09:52:55 -0400 | [diff] [blame] | 7736 | * Only CREATE_XRI, CLOSE_XRI, and QUE_RING_BUF |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7737 | * can be issued if the link is not up. |
| 7738 | */ |
| 7739 | switch (piocb->iocb.ulpCommand) { |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 7740 | case CMD_GEN_REQUEST64_CR: |
| 7741 | case CMD_GEN_REQUEST64_CX: |
| 7742 | if (!(phba->sli.sli_flag & LPFC_MENLO_MAINT) || |
| 7743 | (piocb->iocb.un.genreq64.w5.hcsw.Rctl != |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 7744 | FC_RCTL_DD_UNSOL_CMD) || |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 7745 | (piocb->iocb.un.genreq64.w5.hcsw.Type != |
| 7746 | MENLO_TRANSPORT_TYPE)) |
| 7747 | |
| 7748 | goto iocb_busy; |
| 7749 | break; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7750 | case CMD_QUE_RING_BUF_CN: |
| 7751 | case CMD_QUE_RING_BUF64_CN: |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7752 | /* |
| 7753 | * For IOCBs, like QUE_RING_BUF, that have no rsp ring |
| 7754 | * completion, iocb_cmpl MUST be 0. |
| 7755 | */ |
| 7756 | if (piocb->iocb_cmpl) |
| 7757 | piocb->iocb_cmpl = NULL; |
| 7758 | /*FALLTHROUGH*/ |
| 7759 | case CMD_CREATE_XRI_CR: |
James Smart | 2680eea | 2007-04-25 09:52:55 -0400 | [diff] [blame] | 7760 | case CMD_CLOSE_XRI_CN: |
| 7761 | case CMD_CLOSE_XRI_CX: |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7762 | break; |
| 7763 | default: |
| 7764 | goto iocb_busy; |
| 7765 | } |
| 7766 | |
| 7767 | /* |
| 7768 | * For FCP commands, we must be in a state where we can process link |
| 7769 | * attention events. |
| 7770 | */ |
| 7771 | } else if (unlikely(pring->ringno == phba->sli.fcp_ring && |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 7772 | !(phba->sli.sli_flag & LPFC_PROCESS_LA))) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7773 | goto iocb_busy; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 7774 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7775 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7776 | while ((iocb = lpfc_sli_next_iocb_slot(phba, pring)) && |
| 7777 | (nextiocb = lpfc_sli_next_iocb(phba, pring, &piocb))) |
| 7778 | lpfc_sli_submit_iocb(phba, pring, iocb, nextiocb); |
| 7779 | |
| 7780 | if (iocb) |
| 7781 | lpfc_sli_update_ring(phba, pring); |
| 7782 | else |
| 7783 | lpfc_sli_update_full_ring(phba, pring); |
| 7784 | |
| 7785 | if (!piocb) |
| 7786 | return IOCB_SUCCESS; |
| 7787 | |
| 7788 | goto out_busy; |
| 7789 | |
| 7790 | iocb_busy: |
| 7791 | pring->stats.iocb_cmd_delay++; |
| 7792 | |
| 7793 | out_busy: |
| 7794 | |
| 7795 | if (!(flag & SLI_IOCB_RET_IOCB)) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 7796 | __lpfc_sli_ringtx_put(phba, pring, piocb); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 7797 | return IOCB_SUCCESS; |
| 7798 | } |
| 7799 | |
| 7800 | return IOCB_BUSY; |
| 7801 | } |
| 7802 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 7803 | /** |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 7804 | * lpfc_sli4_bpl2sgl - Convert the bpl/bde to a sgl. |
| 7805 | * @phba: Pointer to HBA context object. |
| 7806 | * @piocb: Pointer to command iocb. |
| 7807 | * @sglq: Pointer to the scatter gather queue object. |
| 7808 | * |
| 7809 | * This routine converts the bpl or bde that is in the IOCB |
| 7810 | * to a sgl list for the sli4 hardware. The physical address |
| 7811 | * of the bpl/bde is converted back to a virtual address. |
| 7812 | * If the IOCB contains a BPL then the list of BDE's is |
| 7813 | * converted to sli4_sge's. If the IOCB contains a single |
| 7814 | * BDE then it is converted to a single sli_sge. |
| 7815 | * The IOCB is still in cpu endianess so the contents of |
| 7816 | * the bpl can be used without byte swapping. |
| 7817 | * |
| 7818 | * Returns valid XRI = Success, NO_XRI = Failure. |
| 7819 | **/ |
| 7820 | static uint16_t |
| 7821 | lpfc_sli4_bpl2sgl(struct lpfc_hba *phba, struct lpfc_iocbq *piocbq, |
| 7822 | struct lpfc_sglq *sglq) |
| 7823 | { |
| 7824 | uint16_t xritag = NO_XRI; |
| 7825 | struct ulp_bde64 *bpl = NULL; |
| 7826 | struct ulp_bde64 bde; |
| 7827 | struct sli4_sge *sgl = NULL; |
James Smart | 1b51197 | 2011-12-13 13:23:09 -0500 | [diff] [blame] | 7828 | struct lpfc_dmabuf *dmabuf; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 7829 | IOCB_t *icmd; |
| 7830 | int numBdes = 0; |
| 7831 | int i = 0; |
James Smart | 63e801c | 2010-11-20 23:14:19 -0500 | [diff] [blame] | 7832 | uint32_t offset = 0; /* accumulated offset in the sg request list */ |
| 7833 | int inbound = 0; /* number of sg reply entries inbound from firmware */ |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 7834 | |
| 7835 | if (!piocbq || !sglq) |
| 7836 | return xritag; |
| 7837 | |
| 7838 | sgl = (struct sli4_sge *)sglq->sgl; |
| 7839 | icmd = &piocbq->iocb; |
James Smart | 6b5151f | 2012-01-18 16:24:06 -0500 | [diff] [blame] | 7840 | if (icmd->ulpCommand == CMD_XMIT_BLS_RSP64_CX) |
| 7841 | return sglq->sli4_xritag; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 7842 | if (icmd->un.genreq64.bdl.bdeFlags == BUFF_TYPE_BLP_64) { |
| 7843 | numBdes = icmd->un.genreq64.bdl.bdeSize / |
| 7844 | sizeof(struct ulp_bde64); |
| 7845 | /* The addrHigh and addrLow fields within the IOCB |
| 7846 | * have not been byteswapped yet so there is no |
| 7847 | * need to swap them back. |
| 7848 | */ |
James Smart | 1b51197 | 2011-12-13 13:23:09 -0500 | [diff] [blame] | 7849 | if (piocbq->context3) |
| 7850 | dmabuf = (struct lpfc_dmabuf *)piocbq->context3; |
| 7851 | else |
| 7852 | return xritag; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 7853 | |
James Smart | 1b51197 | 2011-12-13 13:23:09 -0500 | [diff] [blame] | 7854 | bpl = (struct ulp_bde64 *)dmabuf->virt; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 7855 | if (!bpl) |
| 7856 | return xritag; |
| 7857 | |
| 7858 | for (i = 0; i < numBdes; i++) { |
| 7859 | /* Should already be byte swapped. */ |
James Smart | 28baac7 | 2010-02-12 14:42:03 -0500 | [diff] [blame] | 7860 | sgl->addr_hi = bpl->addrHigh; |
| 7861 | sgl->addr_lo = bpl->addrLow; |
| 7862 | |
James Smart | 0558056 | 2011-05-24 11:40:48 -0400 | [diff] [blame] | 7863 | sgl->word2 = le32_to_cpu(sgl->word2); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 7864 | if ((i+1) == numBdes) |
| 7865 | bf_set(lpfc_sli4_sge_last, sgl, 1); |
| 7866 | else |
| 7867 | bf_set(lpfc_sli4_sge_last, sgl, 0); |
James Smart | 28baac7 | 2010-02-12 14:42:03 -0500 | [diff] [blame] | 7868 | /* swap the size field back to the cpu so we |
| 7869 | * can assign it to the sgl. |
| 7870 | */ |
| 7871 | bde.tus.w = le32_to_cpu(bpl->tus.w); |
| 7872 | sgl->sge_len = cpu_to_le32(bde.tus.f.bdeSize); |
James Smart | 63e801c | 2010-11-20 23:14:19 -0500 | [diff] [blame] | 7873 | /* The offsets in the sgl need to be accumulated |
| 7874 | * separately for the request and reply lists. |
| 7875 | * The request is always first, the reply follows. |
| 7876 | */ |
| 7877 | if (piocbq->iocb.ulpCommand == CMD_GEN_REQUEST64_CR) { |
| 7878 | /* add up the reply sg entries */ |
| 7879 | if (bpl->tus.f.bdeFlags == BUFF_TYPE_BDE_64I) |
| 7880 | inbound++; |
| 7881 | /* first inbound? reset the offset */ |
| 7882 | if (inbound == 1) |
| 7883 | offset = 0; |
| 7884 | bf_set(lpfc_sli4_sge_offset, sgl, offset); |
James Smart | f9bb2da | 2011-10-10 21:34:11 -0400 | [diff] [blame] | 7885 | bf_set(lpfc_sli4_sge_type, sgl, |
| 7886 | LPFC_SGE_TYPE_DATA); |
James Smart | 63e801c | 2010-11-20 23:14:19 -0500 | [diff] [blame] | 7887 | offset += bde.tus.f.bdeSize; |
| 7888 | } |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 7889 | sgl->word2 = cpu_to_le32(sgl->word2); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 7890 | bpl++; |
| 7891 | sgl++; |
| 7892 | } |
| 7893 | } else if (icmd->un.genreq64.bdl.bdeFlags == BUFF_TYPE_BDE_64) { |
| 7894 | /* The addrHigh and addrLow fields of the BDE have not |
| 7895 | * been byteswapped yet so they need to be swapped |
| 7896 | * before putting them in the sgl. |
| 7897 | */ |
| 7898 | sgl->addr_hi = |
| 7899 | cpu_to_le32(icmd->un.genreq64.bdl.addrHigh); |
| 7900 | sgl->addr_lo = |
| 7901 | cpu_to_le32(icmd->un.genreq64.bdl.addrLow); |
James Smart | 0558056 | 2011-05-24 11:40:48 -0400 | [diff] [blame] | 7902 | sgl->word2 = le32_to_cpu(sgl->word2); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 7903 | bf_set(lpfc_sli4_sge_last, sgl, 1); |
| 7904 | sgl->word2 = cpu_to_le32(sgl->word2); |
James Smart | 28baac7 | 2010-02-12 14:42:03 -0500 | [diff] [blame] | 7905 | sgl->sge_len = |
| 7906 | cpu_to_le32(icmd->un.genreq64.bdl.bdeSize); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 7907 | } |
| 7908 | return sglq->sli4_xritag; |
| 7909 | } |
| 7910 | |
| 7911 | /** |
| 7912 | * lpfc_sli4_scmd_to_wqidx_distr - scsi command to SLI4 WQ index distribution |
| 7913 | * @phba: Pointer to HBA context object. |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 7914 | * |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 7915 | * This routine performs a roundrobin SCSI command to SLI4 FCP WQ index |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 7916 | * distribution. This is called by __lpfc_sli_issue_iocb_s4() with the hbalock |
| 7917 | * held. |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 7918 | * |
| 7919 | * Return: index into SLI4 fast-path FCP queue index. |
| 7920 | **/ |
James Smart | 2a76a28 | 2012-08-03 12:35:54 -0400 | [diff] [blame] | 7921 | static inline uint32_t |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 7922 | lpfc_sli4_scmd_to_wqidx_distr(struct lpfc_hba *phba) |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 7923 | { |
James Smart | 2a76a28 | 2012-08-03 12:35:54 -0400 | [diff] [blame] | 7924 | int i; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 7925 | |
James Smart | 49aa143 | 2012-08-03 12:36:42 -0400 | [diff] [blame] | 7926 | if (phba->cfg_fcp_io_sched == LPFC_FCP_SCHED_BY_CPU) |
| 7927 | i = smp_processor_id(); |
| 7928 | else |
| 7929 | i = atomic_add_return(1, &phba->fcp_qidx); |
| 7930 | |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 7931 | i = (i % phba->cfg_fcp_io_channel); |
James Smart | 2a76a28 | 2012-08-03 12:35:54 -0400 | [diff] [blame] | 7932 | return i; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 7933 | } |
| 7934 | |
| 7935 | /** |
| 7936 | * lpfc_sli_iocb2wqe - Convert the IOCB to a work queue entry. |
| 7937 | * @phba: Pointer to HBA context object. |
| 7938 | * @piocb: Pointer to command iocb. |
| 7939 | * @wqe: Pointer to the work queue entry. |
| 7940 | * |
| 7941 | * This routine converts the iocb command to its Work Queue Entry |
| 7942 | * equivalent. The wqe pointer should not have any fields set when |
| 7943 | * this routine is called because it will memcpy over them. |
| 7944 | * This routine does not set the CQ_ID or the WQEC bits in the |
| 7945 | * wqe. |
| 7946 | * |
| 7947 | * Returns: 0 = Success, IOCB_ERROR = Failure. |
| 7948 | **/ |
| 7949 | static int |
| 7950 | lpfc_sli4_iocb2wqe(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq, |
| 7951 | union lpfc_wqe *wqe) |
| 7952 | { |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 7953 | uint32_t xmit_len = 0, total_len = 0; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 7954 | uint8_t ct = 0; |
| 7955 | uint32_t fip; |
| 7956 | uint32_t abort_tag; |
| 7957 | uint8_t command_type = ELS_COMMAND_NON_FIP; |
| 7958 | uint8_t cmnd; |
| 7959 | uint16_t xritag; |
James Smart | dcf2a4e | 2010-09-29 11:18:53 -0400 | [diff] [blame] | 7960 | uint16_t abrt_iotag; |
| 7961 | struct lpfc_iocbq *abrtiocbq; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 7962 | struct ulp_bde64 *bpl = NULL; |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 7963 | uint32_t els_id = LPFC_ELS_ID_DEFAULT; |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 7964 | int numBdes, i; |
| 7965 | struct ulp_bde64 bde; |
James Smart | c31098c | 2011-04-16 11:03:33 -0400 | [diff] [blame] | 7966 | struct lpfc_nodelist *ndlp; |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 7967 | uint32_t *pcmd; |
James Smart | 1b51197 | 2011-12-13 13:23:09 -0500 | [diff] [blame] | 7968 | uint32_t if_type; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 7969 | |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 7970 | fip = phba->hba_flag & HBA_FIP_SUPPORT; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 7971 | /* The fcp commands will set command type */ |
James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 7972 | if (iocbq->iocb_flag & LPFC_IO_FCP) |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 7973 | command_type = FCP_COMMAND; |
James Smart | c868595 | 2009-11-18 15:39:16 -0500 | [diff] [blame] | 7974 | else if (fip && (iocbq->iocb_flag & LPFC_FIP_ELS_ID_MASK)) |
James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 7975 | command_type = ELS_COMMAND_FIP; |
| 7976 | else |
| 7977 | command_type = ELS_COMMAND_NON_FIP; |
| 7978 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 7979 | /* Some of the fields are in the right position already */ |
| 7980 | memcpy(wqe, &iocbq->iocb, sizeof(union lpfc_wqe)); |
| 7981 | abort_tag = (uint32_t) iocbq->iotag; |
| 7982 | xritag = iocbq->sli4_xritag; |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 7983 | wqe->generic.wqe_com.word7 = 0; /* The ct field has moved so reset */ |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 7984 | /* words0-2 bpl convert bde */ |
| 7985 | if (iocbq->iocb.un.genreq64.bdl.bdeFlags == BUFF_TYPE_BLP_64) { |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 7986 | numBdes = iocbq->iocb.un.genreq64.bdl.bdeSize / |
| 7987 | sizeof(struct ulp_bde64); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 7988 | bpl = (struct ulp_bde64 *) |
| 7989 | ((struct lpfc_dmabuf *)iocbq->context3)->virt; |
| 7990 | if (!bpl) |
| 7991 | return IOCB_ERROR; |
| 7992 | |
| 7993 | /* Should already be byte swapped. */ |
| 7994 | wqe->generic.bde.addrHigh = le32_to_cpu(bpl->addrHigh); |
| 7995 | wqe->generic.bde.addrLow = le32_to_cpu(bpl->addrLow); |
| 7996 | /* swap the size field back to the cpu so we |
| 7997 | * can assign it to the sgl. |
| 7998 | */ |
| 7999 | wqe->generic.bde.tus.w = le32_to_cpu(bpl->tus.w); |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 8000 | xmit_len = wqe->generic.bde.tus.f.bdeSize; |
| 8001 | total_len = 0; |
| 8002 | for (i = 0; i < numBdes; i++) { |
| 8003 | bde.tus.w = le32_to_cpu(bpl[i].tus.w); |
| 8004 | total_len += bde.tus.f.bdeSize; |
| 8005 | } |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8006 | } else |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 8007 | xmit_len = iocbq->iocb.un.fcpi64.bdl.bdeSize; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8008 | |
| 8009 | iocbq->iocb.ulpIoTag = iocbq->iotag; |
| 8010 | cmnd = iocbq->iocb.ulpCommand; |
| 8011 | |
| 8012 | switch (iocbq->iocb.ulpCommand) { |
| 8013 | case CMD_ELS_REQUEST64_CR: |
James Smart | 93d1379e | 2012-05-09 21:19:34 -0400 | [diff] [blame] | 8014 | if (iocbq->iocb_flag & LPFC_IO_LIBDFC) |
| 8015 | ndlp = iocbq->context_un.ndlp; |
| 8016 | else |
| 8017 | ndlp = (struct lpfc_nodelist *)iocbq->context1; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8018 | if (!iocbq->iocb.ulpLe) { |
| 8019 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 8020 | "2007 Only Limited Edition cmd Format" |
| 8021 | " supported 0x%x\n", |
| 8022 | iocbq->iocb.ulpCommand); |
| 8023 | return IOCB_ERROR; |
| 8024 | } |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 8025 | |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 8026 | wqe->els_req.payload_len = xmit_len; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8027 | /* Els_reguest64 has a TMO */ |
| 8028 | bf_set(wqe_tmo, &wqe->els_req.wqe_com, |
| 8029 | iocbq->iocb.ulpTimeout); |
| 8030 | /* Need a VF for word 4 set the vf bit*/ |
| 8031 | bf_set(els_req64_vf, &wqe->els_req, 0); |
| 8032 | /* And a VFID for word 12 */ |
| 8033 | bf_set(els_req64_vfid, &wqe->els_req, 0); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8034 | ct = ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l); |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8035 | bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com, |
| 8036 | iocbq->iocb.ulpContext); |
| 8037 | bf_set(wqe_ct, &wqe->els_req.wqe_com, ct); |
| 8038 | bf_set(wqe_pu, &wqe->els_req.wqe_com, 0); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8039 | /* CCP CCPE PV PRI in word10 were set in the memcpy */ |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 8040 | if (command_type == ELS_COMMAND_FIP) |
James Smart | c868595 | 2009-11-18 15:39:16 -0500 | [diff] [blame] | 8041 | els_id = ((iocbq->iocb_flag & LPFC_FIP_ELS_ID_MASK) |
| 8042 | >> LPFC_FIP_ELS_ID_SHIFT); |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 8043 | pcmd = (uint32_t *) (((struct lpfc_dmabuf *) |
| 8044 | iocbq->context2)->virt); |
James Smart | 1b51197 | 2011-12-13 13:23:09 -0500 | [diff] [blame] | 8045 | if_type = bf_get(lpfc_sli_intf_if_type, |
| 8046 | &phba->sli4_hba.sli_intf); |
| 8047 | if (if_type == LPFC_SLI_INTF_IF_TYPE_2) { |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 8048 | if (pcmd && (*pcmd == ELS_CMD_FLOGI || |
James Smart | cb69f7d | 2011-12-13 13:21:57 -0500 | [diff] [blame] | 8049 | *pcmd == ELS_CMD_SCR || |
James Smart | 6b5151f | 2012-01-18 16:24:06 -0500 | [diff] [blame] | 8050 | *pcmd == ELS_CMD_FDISC || |
James Smart | bdcd2b9 | 2012-03-01 22:33:52 -0500 | [diff] [blame] | 8051 | *pcmd == ELS_CMD_LOGO || |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 8052 | *pcmd == ELS_CMD_PLOGI)) { |
| 8053 | bf_set(els_req64_sp, &wqe->els_req, 1); |
| 8054 | bf_set(els_req64_sid, &wqe->els_req, |
| 8055 | iocbq->vport->fc_myDID); |
James Smart | 939723a | 2012-05-09 21:19:03 -0400 | [diff] [blame] | 8056 | if ((*pcmd == ELS_CMD_FLOGI) && |
| 8057 | !(phba->fc_topology == |
| 8058 | LPFC_TOPOLOGY_LOOP)) |
| 8059 | bf_set(els_req64_sid, &wqe->els_req, 0); |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 8060 | bf_set(wqe_ct, &wqe->els_req.wqe_com, 1); |
| 8061 | bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com, |
James Smart | a7dd9c0 | 2012-05-09 21:16:50 -0400 | [diff] [blame] | 8062 | phba->vpi_ids[iocbq->vport->vpi]); |
James Smart | 3ef6d24 | 2012-01-18 16:23:48 -0500 | [diff] [blame] | 8063 | } else if (pcmd && iocbq->context1) { |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 8064 | bf_set(wqe_ct, &wqe->els_req.wqe_com, 0); |
| 8065 | bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com, |
| 8066 | phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]); |
| 8067 | } |
James Smart | c868595 | 2009-11-18 15:39:16 -0500 | [diff] [blame] | 8068 | } |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 8069 | bf_set(wqe_temp_rpi, &wqe->els_req.wqe_com, |
| 8070 | phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]); |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8071 | bf_set(wqe_els_id, &wqe->els_req.wqe_com, els_id); |
| 8072 | bf_set(wqe_dbde, &wqe->els_req.wqe_com, 1); |
| 8073 | bf_set(wqe_iod, &wqe->els_req.wqe_com, LPFC_WQE_IOD_READ); |
| 8074 | bf_set(wqe_qosd, &wqe->els_req.wqe_com, 1); |
| 8075 | bf_set(wqe_lenloc, &wqe->els_req.wqe_com, LPFC_WQE_LENLOC_NONE); |
| 8076 | bf_set(wqe_ebde_cnt, &wqe->els_req.wqe_com, 0); |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 8077 | break; |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 8078 | case CMD_XMIT_SEQUENCE64_CX: |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8079 | bf_set(wqe_ctxt_tag, &wqe->xmit_sequence.wqe_com, |
| 8080 | iocbq->iocb.un.ulpWord[3]); |
| 8081 | bf_set(wqe_rcvoxid, &wqe->xmit_sequence.wqe_com, |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 8082 | iocbq->iocb.unsli3.rcvsli3.ox_id); |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 8083 | /* The entire sequence is transmitted for this IOCB */ |
| 8084 | xmit_len = total_len; |
| 8085 | cmnd = CMD_XMIT_SEQUENCE64_CR; |
James Smart | 1b51197 | 2011-12-13 13:23:09 -0500 | [diff] [blame] | 8086 | if (phba->link_flag & LS_LOOPBACK_MODE) |
| 8087 | bf_set(wqe_xo, &wqe->xmit_sequence.wge_ctl, 1); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8088 | case CMD_XMIT_SEQUENCE64_CR: |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8089 | /* word3 iocb=io_tag32 wqe=reserved */ |
| 8090 | wqe->xmit_sequence.rsvd3 = 0; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8091 | /* word4 relative_offset memcpy */ |
| 8092 | /* word5 r_ctl/df_ctl memcpy */ |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8093 | bf_set(wqe_pu, &wqe->xmit_sequence.wqe_com, 0); |
| 8094 | bf_set(wqe_dbde, &wqe->xmit_sequence.wqe_com, 1); |
| 8095 | bf_set(wqe_iod, &wqe->xmit_sequence.wqe_com, |
| 8096 | LPFC_WQE_IOD_WRITE); |
| 8097 | bf_set(wqe_lenloc, &wqe->xmit_sequence.wqe_com, |
| 8098 | LPFC_WQE_LENLOC_WORD12); |
| 8099 | bf_set(wqe_ebde_cnt, &wqe->xmit_sequence.wqe_com, 0); |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 8100 | wqe->xmit_sequence.xmit_len = xmit_len; |
| 8101 | command_type = OTHER_COMMAND; |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 8102 | break; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8103 | case CMD_XMIT_BCAST64_CN: |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8104 | /* word3 iocb=iotag32 wqe=seq_payload_len */ |
| 8105 | wqe->xmit_bcast64.seq_payload_len = xmit_len; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8106 | /* word4 iocb=rsvd wqe=rsvd */ |
| 8107 | /* word5 iocb=rctl/type/df_ctl wqe=rctl/type/df_ctl memcpy */ |
| 8108 | /* word6 iocb=ctxt_tag/io_tag wqe=ctxt_tag/xri */ |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8109 | bf_set(wqe_ct, &wqe->xmit_bcast64.wqe_com, |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8110 | ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l)); |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8111 | bf_set(wqe_dbde, &wqe->xmit_bcast64.wqe_com, 1); |
| 8112 | bf_set(wqe_iod, &wqe->xmit_bcast64.wqe_com, LPFC_WQE_IOD_WRITE); |
| 8113 | bf_set(wqe_lenloc, &wqe->xmit_bcast64.wqe_com, |
| 8114 | LPFC_WQE_LENLOC_WORD3); |
| 8115 | bf_set(wqe_ebde_cnt, &wqe->xmit_bcast64.wqe_com, 0); |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 8116 | break; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8117 | case CMD_FCP_IWRITE64_CR: |
| 8118 | command_type = FCP_COMMAND_DATA_OUT; |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8119 | /* word3 iocb=iotag wqe=payload_offset_len */ |
| 8120 | /* Add the FCP_CMD and FCP_RSP sizes to get the offset */ |
| 8121 | wqe->fcp_iwrite.payload_offset_len = |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 8122 | xmit_len + sizeof(struct fcp_rsp); |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8123 | /* word4 iocb=parameter wqe=total_xfer_length memcpy */ |
| 8124 | /* word5 iocb=initial_xfer_len wqe=initial_xfer_len memcpy */ |
| 8125 | bf_set(wqe_erp, &wqe->fcp_iwrite.wqe_com, |
| 8126 | iocbq->iocb.ulpFCP2Rcvy); |
| 8127 | bf_set(wqe_lnk, &wqe->fcp_iwrite.wqe_com, iocbq->iocb.ulpXS); |
| 8128 | /* Always open the exchange */ |
| 8129 | bf_set(wqe_xc, &wqe->fcp_iwrite.wqe_com, 0); |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8130 | bf_set(wqe_iod, &wqe->fcp_iwrite.wqe_com, LPFC_WQE_IOD_WRITE); |
| 8131 | bf_set(wqe_lenloc, &wqe->fcp_iwrite.wqe_com, |
| 8132 | LPFC_WQE_LENLOC_WORD4); |
| 8133 | bf_set(wqe_ebde_cnt, &wqe->fcp_iwrite.wqe_com, 0); |
| 8134 | bf_set(wqe_pu, &wqe->fcp_iwrite.wqe_com, iocbq->iocb.ulpPU); |
James Smart | acd6859 | 2012-01-18 16:25:09 -0500 | [diff] [blame] | 8135 | bf_set(wqe_dbde, &wqe->fcp_iwrite.wqe_com, 1); |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 8136 | break; |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8137 | case CMD_FCP_IREAD64_CR: |
| 8138 | /* word3 iocb=iotag wqe=payload_offset_len */ |
| 8139 | /* Add the FCP_CMD and FCP_RSP sizes to get the offset */ |
| 8140 | wqe->fcp_iread.payload_offset_len = |
| 8141 | xmit_len + sizeof(struct fcp_rsp); |
| 8142 | /* word4 iocb=parameter wqe=total_xfer_length memcpy */ |
| 8143 | /* word5 iocb=initial_xfer_len wqe=initial_xfer_len memcpy */ |
| 8144 | bf_set(wqe_erp, &wqe->fcp_iread.wqe_com, |
| 8145 | iocbq->iocb.ulpFCP2Rcvy); |
| 8146 | bf_set(wqe_lnk, &wqe->fcp_iread.wqe_com, iocbq->iocb.ulpXS); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8147 | /* Always open the exchange */ |
| 8148 | bf_set(wqe_xc, &wqe->fcp_iread.wqe_com, 0); |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8149 | bf_set(wqe_iod, &wqe->fcp_iread.wqe_com, LPFC_WQE_IOD_READ); |
| 8150 | bf_set(wqe_lenloc, &wqe->fcp_iread.wqe_com, |
| 8151 | LPFC_WQE_LENLOC_WORD4); |
| 8152 | bf_set(wqe_ebde_cnt, &wqe->fcp_iread.wqe_com, 0); |
| 8153 | bf_set(wqe_pu, &wqe->fcp_iread.wqe_com, iocbq->iocb.ulpPU); |
James Smart | acd6859 | 2012-01-18 16:25:09 -0500 | [diff] [blame] | 8154 | bf_set(wqe_dbde, &wqe->fcp_iread.wqe_com, 1); |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 8155 | break; |
James Smart | f112668 | 2009-06-10 17:22:44 -0400 | [diff] [blame] | 8156 | case CMD_FCP_ICMND64_CR: |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8157 | /* word3 iocb=IO_TAG wqe=reserved */ |
| 8158 | wqe->fcp_icmd.rsrvd3 = 0; |
| 8159 | bf_set(wqe_pu, &wqe->fcp_icmd.wqe_com, 0); |
James Smart | f112668 | 2009-06-10 17:22:44 -0400 | [diff] [blame] | 8160 | /* Always open the exchange */ |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8161 | bf_set(wqe_xc, &wqe->fcp_icmd.wqe_com, 0); |
| 8162 | bf_set(wqe_dbde, &wqe->fcp_icmd.wqe_com, 1); |
| 8163 | bf_set(wqe_iod, &wqe->fcp_icmd.wqe_com, LPFC_WQE_IOD_WRITE); |
| 8164 | bf_set(wqe_qosd, &wqe->fcp_icmd.wqe_com, 1); |
| 8165 | bf_set(wqe_lenloc, &wqe->fcp_icmd.wqe_com, |
| 8166 | LPFC_WQE_LENLOC_NONE); |
| 8167 | bf_set(wqe_ebde_cnt, &wqe->fcp_icmd.wqe_com, 0); |
James Smart | 2a94aea | 2012-09-29 11:30:31 -0400 | [diff] [blame] | 8168 | bf_set(wqe_erp, &wqe->fcp_icmd.wqe_com, |
| 8169 | iocbq->iocb.ulpFCP2Rcvy); |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 8170 | break; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8171 | case CMD_GEN_REQUEST64_CR: |
James Smart | 63e801c | 2010-11-20 23:14:19 -0500 | [diff] [blame] | 8172 | /* For this command calculate the xmit length of the |
| 8173 | * request bde. |
| 8174 | */ |
| 8175 | xmit_len = 0; |
| 8176 | numBdes = iocbq->iocb.un.genreq64.bdl.bdeSize / |
| 8177 | sizeof(struct ulp_bde64); |
| 8178 | for (i = 0; i < numBdes; i++) { |
James Smart | 63e801c | 2010-11-20 23:14:19 -0500 | [diff] [blame] | 8179 | bde.tus.w = le32_to_cpu(bpl[i].tus.w); |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 8180 | if (bde.tus.f.bdeFlags != BUFF_TYPE_BDE_64) |
| 8181 | break; |
James Smart | 63e801c | 2010-11-20 23:14:19 -0500 | [diff] [blame] | 8182 | xmit_len += bde.tus.f.bdeSize; |
| 8183 | } |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8184 | /* word3 iocb=IO_TAG wqe=request_payload_len */ |
| 8185 | wqe->gen_req.request_payload_len = xmit_len; |
| 8186 | /* word4 iocb=parameter wqe=relative_offset memcpy */ |
| 8187 | /* word5 [rctl, type, df_ctl, la] copied in memcpy */ |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8188 | /* word6 context tag copied in memcpy */ |
| 8189 | if (iocbq->iocb.ulpCt_h || iocbq->iocb.ulpCt_l) { |
| 8190 | ct = ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l); |
| 8191 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 8192 | "2015 Invalid CT %x command 0x%x\n", |
| 8193 | ct, iocbq->iocb.ulpCommand); |
| 8194 | return IOCB_ERROR; |
| 8195 | } |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8196 | bf_set(wqe_ct, &wqe->gen_req.wqe_com, 0); |
| 8197 | bf_set(wqe_tmo, &wqe->gen_req.wqe_com, iocbq->iocb.ulpTimeout); |
| 8198 | bf_set(wqe_pu, &wqe->gen_req.wqe_com, iocbq->iocb.ulpPU); |
| 8199 | bf_set(wqe_dbde, &wqe->gen_req.wqe_com, 1); |
| 8200 | bf_set(wqe_iod, &wqe->gen_req.wqe_com, LPFC_WQE_IOD_READ); |
| 8201 | bf_set(wqe_qosd, &wqe->gen_req.wqe_com, 1); |
| 8202 | bf_set(wqe_lenloc, &wqe->gen_req.wqe_com, LPFC_WQE_LENLOC_NONE); |
| 8203 | bf_set(wqe_ebde_cnt, &wqe->gen_req.wqe_com, 0); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8204 | command_type = OTHER_COMMAND; |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 8205 | break; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8206 | case CMD_XMIT_ELS_RSP64_CX: |
James Smart | c31098c | 2011-04-16 11:03:33 -0400 | [diff] [blame] | 8207 | ndlp = (struct lpfc_nodelist *)iocbq->context1; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8208 | /* words0-2 BDE memcpy */ |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8209 | /* word3 iocb=iotag32 wqe=response_payload_len */ |
| 8210 | wqe->xmit_els_rsp.response_payload_len = xmit_len; |
James Smart | 939723a | 2012-05-09 21:19:03 -0400 | [diff] [blame] | 8211 | /* word4 */ |
| 8212 | wqe->xmit_els_rsp.word4 = 0; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8213 | /* word5 iocb=rsvd wge=did */ |
| 8214 | bf_set(wqe_els_did, &wqe->xmit_els_rsp.wqe_dest, |
James Smart | 939723a | 2012-05-09 21:19:03 -0400 | [diff] [blame] | 8215 | iocbq->iocb.un.xseq64.xmit_els_remoteID); |
| 8216 | |
| 8217 | if_type = bf_get(lpfc_sli_intf_if_type, |
| 8218 | &phba->sli4_hba.sli_intf); |
| 8219 | if (if_type == LPFC_SLI_INTF_IF_TYPE_2) { |
| 8220 | if (iocbq->vport->fc_flag & FC_PT2PT) { |
| 8221 | bf_set(els_rsp64_sp, &wqe->xmit_els_rsp, 1); |
| 8222 | bf_set(els_rsp64_sid, &wqe->xmit_els_rsp, |
| 8223 | iocbq->vport->fc_myDID); |
| 8224 | if (iocbq->vport->fc_myDID == Fabric_DID) { |
| 8225 | bf_set(wqe_els_did, |
| 8226 | &wqe->xmit_els_rsp.wqe_dest, 0); |
| 8227 | } |
| 8228 | } |
| 8229 | } |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8230 | bf_set(wqe_ct, &wqe->xmit_els_rsp.wqe_com, |
| 8231 | ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l)); |
| 8232 | bf_set(wqe_pu, &wqe->xmit_els_rsp.wqe_com, iocbq->iocb.ulpPU); |
| 8233 | bf_set(wqe_rcvoxid, &wqe->xmit_els_rsp.wqe_com, |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 8234 | iocbq->iocb.unsli3.rcvsli3.ox_id); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8235 | if (!iocbq->iocb.ulpCt_h && iocbq->iocb.ulpCt_l) |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8236 | bf_set(wqe_ctxt_tag, &wqe->xmit_els_rsp.wqe_com, |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 8237 | phba->vpi_ids[iocbq->vport->vpi]); |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8238 | bf_set(wqe_dbde, &wqe->xmit_els_rsp.wqe_com, 1); |
| 8239 | bf_set(wqe_iod, &wqe->xmit_els_rsp.wqe_com, LPFC_WQE_IOD_WRITE); |
| 8240 | bf_set(wqe_qosd, &wqe->xmit_els_rsp.wqe_com, 1); |
| 8241 | bf_set(wqe_lenloc, &wqe->xmit_els_rsp.wqe_com, |
| 8242 | LPFC_WQE_LENLOC_WORD3); |
| 8243 | bf_set(wqe_ebde_cnt, &wqe->xmit_els_rsp.wqe_com, 0); |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 8244 | bf_set(wqe_rsp_temp_rpi, &wqe->xmit_els_rsp, |
| 8245 | phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]); |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 8246 | pcmd = (uint32_t *) (((struct lpfc_dmabuf *) |
| 8247 | iocbq->context2)->virt); |
| 8248 | if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) { |
James Smart | 939723a | 2012-05-09 21:19:03 -0400 | [diff] [blame] | 8249 | bf_set(els_rsp64_sp, &wqe->xmit_els_rsp, 1); |
| 8250 | bf_set(els_rsp64_sid, &wqe->xmit_els_rsp, |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 8251 | iocbq->vport->fc_myDID); |
James Smart | 939723a | 2012-05-09 21:19:03 -0400 | [diff] [blame] | 8252 | bf_set(wqe_ct, &wqe->xmit_els_rsp.wqe_com, 1); |
| 8253 | bf_set(wqe_ctxt_tag, &wqe->xmit_els_rsp.wqe_com, |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 8254 | phba->vpi_ids[phba->pport->vpi]); |
| 8255 | } |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8256 | command_type = OTHER_COMMAND; |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 8257 | break; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8258 | case CMD_CLOSE_XRI_CN: |
| 8259 | case CMD_ABORT_XRI_CN: |
| 8260 | case CMD_ABORT_XRI_CX: |
| 8261 | /* words 0-2 memcpy should be 0 rserved */ |
| 8262 | /* port will send abts */ |
James Smart | dcf2a4e | 2010-09-29 11:18:53 -0400 | [diff] [blame] | 8263 | abrt_iotag = iocbq->iocb.un.acxri.abortContextTag; |
| 8264 | if (abrt_iotag != 0 && abrt_iotag <= phba->sli.last_iotag) { |
| 8265 | abrtiocbq = phba->sli.iocbq_lookup[abrt_iotag]; |
| 8266 | fip = abrtiocbq->iocb_flag & LPFC_FIP_ELS_ID_MASK; |
| 8267 | } else |
| 8268 | fip = 0; |
| 8269 | |
| 8270 | if ((iocbq->iocb.ulpCommand == CMD_CLOSE_XRI_CN) || fip) |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8271 | /* |
James Smart | dcf2a4e | 2010-09-29 11:18:53 -0400 | [diff] [blame] | 8272 | * The link is down, or the command was ELS_FIP |
| 8273 | * so the fw does not need to send abts |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8274 | * on the wire. |
| 8275 | */ |
| 8276 | bf_set(abort_cmd_ia, &wqe->abort_cmd, 1); |
| 8277 | else |
| 8278 | bf_set(abort_cmd_ia, &wqe->abort_cmd, 0); |
| 8279 | bf_set(abort_cmd_criteria, &wqe->abort_cmd, T_XRI_TAG); |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8280 | /* word5 iocb=CONTEXT_TAG|IO_TAG wqe=reserved */ |
| 8281 | wqe->abort_cmd.rsrvd5 = 0; |
| 8282 | bf_set(wqe_ct, &wqe->abort_cmd.wqe_com, |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8283 | ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l)); |
| 8284 | abort_tag = iocbq->iocb.un.acxri.abortIoTag; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8285 | /* |
| 8286 | * The abort handler will send us CMD_ABORT_XRI_CN or |
| 8287 | * CMD_CLOSE_XRI_CN and the fw only accepts CMD_ABORT_XRI_CX |
| 8288 | */ |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8289 | bf_set(wqe_cmnd, &wqe->abort_cmd.wqe_com, CMD_ABORT_XRI_CX); |
| 8290 | bf_set(wqe_qosd, &wqe->abort_cmd.wqe_com, 1); |
| 8291 | bf_set(wqe_lenloc, &wqe->abort_cmd.wqe_com, |
| 8292 | LPFC_WQE_LENLOC_NONE); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8293 | cmnd = CMD_ABORT_XRI_CX; |
| 8294 | command_type = OTHER_COMMAND; |
| 8295 | xritag = 0; |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 8296 | break; |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 8297 | case CMD_XMIT_BLS_RSP64_CX: |
James Smart | 6b5151f | 2012-01-18 16:24:06 -0500 | [diff] [blame] | 8298 | ndlp = (struct lpfc_nodelist *)iocbq->context1; |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 8299 | /* As BLS ABTS RSP WQE is very different from other WQEs, |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 8300 | * we re-construct this WQE here based on information in |
| 8301 | * iocbq from scratch. |
| 8302 | */ |
| 8303 | memset(wqe, 0, sizeof(union lpfc_wqe)); |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 8304 | /* OX_ID is invariable to who sent ABTS to CT exchange */ |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 8305 | bf_set(xmit_bls_rsp64_oxid, &wqe->xmit_bls_rsp, |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 8306 | bf_get(lpfc_abts_oxid, &iocbq->iocb.un.bls_rsp)); |
| 8307 | if (bf_get(lpfc_abts_orig, &iocbq->iocb.un.bls_rsp) == |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 8308 | LPFC_ABTS_UNSOL_INT) { |
| 8309 | /* ABTS sent by initiator to CT exchange, the |
| 8310 | * RX_ID field will be filled with the newly |
| 8311 | * allocated responder XRI. |
| 8312 | */ |
| 8313 | bf_set(xmit_bls_rsp64_rxid, &wqe->xmit_bls_rsp, |
| 8314 | iocbq->sli4_xritag); |
| 8315 | } else { |
| 8316 | /* ABTS sent by responder to CT exchange, the |
| 8317 | * RX_ID field will be filled with the responder |
| 8318 | * RX_ID from ABTS. |
| 8319 | */ |
| 8320 | bf_set(xmit_bls_rsp64_rxid, &wqe->xmit_bls_rsp, |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 8321 | bf_get(lpfc_abts_rxid, &iocbq->iocb.un.bls_rsp)); |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 8322 | } |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 8323 | bf_set(xmit_bls_rsp64_seqcnthi, &wqe->xmit_bls_rsp, 0xffff); |
| 8324 | bf_set(wqe_xmit_bls_pt, &wqe->xmit_bls_rsp.wqe_dest, 0x1); |
James Smart | 6b5151f | 2012-01-18 16:24:06 -0500 | [diff] [blame] | 8325 | |
| 8326 | /* Use CT=VPI */ |
| 8327 | bf_set(wqe_els_did, &wqe->xmit_bls_rsp.wqe_dest, |
| 8328 | ndlp->nlp_DID); |
| 8329 | bf_set(xmit_bls_rsp64_temprpi, &wqe->xmit_bls_rsp, |
| 8330 | iocbq->iocb.ulpContext); |
| 8331 | bf_set(wqe_ct, &wqe->xmit_bls_rsp.wqe_com, 1); |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 8332 | bf_set(wqe_ctxt_tag, &wqe->xmit_bls_rsp.wqe_com, |
James Smart | 6b5151f | 2012-01-18 16:24:06 -0500 | [diff] [blame] | 8333 | phba->vpi_ids[phba->pport->vpi]); |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8334 | bf_set(wqe_qosd, &wqe->xmit_bls_rsp.wqe_com, 1); |
| 8335 | bf_set(wqe_lenloc, &wqe->xmit_bls_rsp.wqe_com, |
| 8336 | LPFC_WQE_LENLOC_NONE); |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 8337 | /* Overwrite the pre-set comnd type with OTHER_COMMAND */ |
| 8338 | command_type = OTHER_COMMAND; |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 8339 | if (iocbq->iocb.un.xseq64.w5.hcsw.Rctl == FC_RCTL_BA_RJT) { |
| 8340 | bf_set(xmit_bls_rsp64_rjt_vspec, &wqe->xmit_bls_rsp, |
| 8341 | bf_get(lpfc_vndr_code, &iocbq->iocb.un.bls_rsp)); |
| 8342 | bf_set(xmit_bls_rsp64_rjt_expc, &wqe->xmit_bls_rsp, |
| 8343 | bf_get(lpfc_rsn_expln, &iocbq->iocb.un.bls_rsp)); |
| 8344 | bf_set(xmit_bls_rsp64_rjt_rsnc, &wqe->xmit_bls_rsp, |
| 8345 | bf_get(lpfc_rsn_code, &iocbq->iocb.un.bls_rsp)); |
| 8346 | } |
| 8347 | |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 8348 | break; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8349 | case CMD_XRI_ABORTED_CX: |
| 8350 | case CMD_CREATE_XRI_CR: /* Do we expect to use this? */ |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8351 | case CMD_IOCB_FCP_IBIDIR64_CR: /* bidirectional xfer */ |
| 8352 | case CMD_FCP_TSEND64_CX: /* Target mode send xfer-ready */ |
| 8353 | case CMD_FCP_TRSP64_CX: /* Target mode rcv */ |
| 8354 | case CMD_FCP_AUTO_TRSP_CX: /* Auto target rsp */ |
| 8355 | default: |
| 8356 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 8357 | "2014 Invalid command 0x%x\n", |
| 8358 | iocbq->iocb.ulpCommand); |
| 8359 | return IOCB_ERROR; |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 8360 | break; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8361 | } |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 8362 | |
James Smart | 8012cc3 | 2012-10-31 14:44:49 -0400 | [diff] [blame] | 8363 | if (iocbq->iocb_flag & LPFC_IO_DIF_PASS) |
| 8364 | bf_set(wqe_dif, &wqe->generic.wqe_com, LPFC_WQE_DIF_PASSTHRU); |
| 8365 | else if (iocbq->iocb_flag & LPFC_IO_DIF_STRIP) |
| 8366 | bf_set(wqe_dif, &wqe->generic.wqe_com, LPFC_WQE_DIF_STRIP); |
| 8367 | else if (iocbq->iocb_flag & LPFC_IO_DIF_INSERT) |
| 8368 | bf_set(wqe_dif, &wqe->generic.wqe_com, LPFC_WQE_DIF_INSERT); |
| 8369 | iocbq->iocb_flag &= ~(LPFC_IO_DIF_PASS | LPFC_IO_DIF_STRIP | |
| 8370 | LPFC_IO_DIF_INSERT); |
James Smart | f0d9bcc | 2010-10-22 11:07:09 -0400 | [diff] [blame] | 8371 | bf_set(wqe_xri_tag, &wqe->generic.wqe_com, xritag); |
| 8372 | bf_set(wqe_reqtag, &wqe->generic.wqe_com, iocbq->iotag); |
| 8373 | wqe->generic.wqe_com.abort_tag = abort_tag; |
| 8374 | bf_set(wqe_cmd_type, &wqe->generic.wqe_com, command_type); |
| 8375 | bf_set(wqe_cmnd, &wqe->generic.wqe_com, cmnd); |
| 8376 | bf_set(wqe_class, &wqe->generic.wqe_com, iocbq->iocb.ulpClass); |
| 8377 | bf_set(wqe_cqid, &wqe->generic.wqe_com, LPFC_WQE_CQ_ID_DEFAULT); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8378 | return 0; |
| 8379 | } |
| 8380 | |
| 8381 | /** |
| 8382 | * __lpfc_sli_issue_iocb_s4 - SLI4 device lockless ver of lpfc_sli_issue_iocb |
| 8383 | * @phba: Pointer to HBA context object. |
| 8384 | * @ring_number: SLI ring number to issue iocb on. |
| 8385 | * @piocb: Pointer to command iocb. |
| 8386 | * @flag: Flag indicating if this command can be put into txq. |
| 8387 | * |
| 8388 | * __lpfc_sli_issue_iocb_s4 is used by other functions in the driver to issue |
| 8389 | * an iocb command to an HBA with SLI-4 interface spec. |
| 8390 | * |
| 8391 | * This function is called with hbalock held. The function will return success |
| 8392 | * after it successfully submit the iocb to firmware or after adding to the |
| 8393 | * txq. |
| 8394 | **/ |
| 8395 | static int |
| 8396 | __lpfc_sli_issue_iocb_s4(struct lpfc_hba *phba, uint32_t ring_number, |
| 8397 | struct lpfc_iocbq *piocb, uint32_t flag) |
| 8398 | { |
| 8399 | struct lpfc_sglq *sglq; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8400 | union lpfc_wqe wqe; |
| 8401 | struct lpfc_sli_ring *pring = &phba->sli.ring[ring_number]; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8402 | |
| 8403 | if (piocb->sli4_xritag == NO_XRI) { |
| 8404 | if (piocb->iocb.ulpCommand == CMD_ABORT_XRI_CN || |
James Smart | 6b5151f | 2012-01-18 16:24:06 -0500 | [diff] [blame] | 8405 | piocb->iocb.ulpCommand == CMD_CLOSE_XRI_CN) |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8406 | sglq = NULL; |
| 8407 | else { |
James Smart | 0e9bb8d | 2013-03-01 16:35:12 -0500 | [diff] [blame] | 8408 | if (!list_empty(&pring->txq)) { |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 8409 | if (!(flag & SLI_IOCB_RET_IOCB)) { |
| 8410 | __lpfc_sli_ringtx_put(phba, |
| 8411 | pring, piocb); |
| 8412 | return IOCB_SUCCESS; |
| 8413 | } else { |
| 8414 | return IOCB_BUSY; |
| 8415 | } |
| 8416 | } else { |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 8417 | sglq = __lpfc_sli_get_sglq(phba, piocb); |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 8418 | if (!sglq) { |
| 8419 | if (!(flag & SLI_IOCB_RET_IOCB)) { |
| 8420 | __lpfc_sli_ringtx_put(phba, |
| 8421 | pring, |
| 8422 | piocb); |
| 8423 | return IOCB_SUCCESS; |
| 8424 | } else |
| 8425 | return IOCB_BUSY; |
| 8426 | } |
| 8427 | } |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8428 | } |
| 8429 | } else if (piocb->iocb_flag & LPFC_IO_FCP) { |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 8430 | /* These IO's already have an XRI and a mapped sgl. */ |
| 8431 | sglq = NULL; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8432 | } else { |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 8433 | /* |
| 8434 | * This is a continuation of a commandi,(CX) so this |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8435 | * sglq is on the active list |
| 8436 | */ |
James Smart | edccdc1 | 2013-01-03 15:43:45 -0500 | [diff] [blame] | 8437 | sglq = __lpfc_get_active_sglq(phba, piocb->sli4_lxritag); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8438 | if (!sglq) |
| 8439 | return IOCB_ERROR; |
| 8440 | } |
| 8441 | |
| 8442 | if (sglq) { |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 8443 | piocb->sli4_lxritag = sglq->sli4_lxritag; |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 8444 | piocb->sli4_xritag = sglq->sli4_xritag; |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 8445 | if (NO_XRI == lpfc_sli4_bpl2sgl(phba, piocb, sglq)) |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8446 | return IOCB_ERROR; |
| 8447 | } |
| 8448 | |
| 8449 | if (lpfc_sli4_iocb2wqe(phba, piocb, &wqe)) |
| 8450 | return IOCB_ERROR; |
| 8451 | |
James Smart | 341af10 | 2010-01-26 23:07:37 -0500 | [diff] [blame] | 8452 | if ((piocb->iocb_flag & LPFC_IO_FCP) || |
| 8453 | (piocb->iocb_flag & LPFC_USE_FCPWQIDX)) { |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 8454 | if (lpfc_sli4_wq_put(phba->sli4_hba.fcp_wq[piocb->fcp_wqidx], |
| 8455 | &wqe)) |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8456 | return IOCB_ERROR; |
| 8457 | } else { |
| 8458 | if (lpfc_sli4_wq_put(phba->sli4_hba.els_wq, &wqe)) |
| 8459 | return IOCB_ERROR; |
| 8460 | } |
| 8461 | lpfc_sli_ringtxcmpl_put(phba, pring, piocb); |
| 8462 | |
| 8463 | return 0; |
| 8464 | } |
| 8465 | |
| 8466 | /** |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 8467 | * __lpfc_sli_issue_iocb - Wrapper func of lockless version for issuing iocb |
| 8468 | * |
| 8469 | * This routine wraps the actual lockless version for issusing IOCB function |
| 8470 | * pointer from the lpfc_hba struct. |
| 8471 | * |
| 8472 | * Return codes: |
| 8473 | * IOCB_ERROR - Error |
| 8474 | * IOCB_SUCCESS - Success |
| 8475 | * IOCB_BUSY - Busy |
| 8476 | **/ |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 8477 | int |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 8478 | __lpfc_sli_issue_iocb(struct lpfc_hba *phba, uint32_t ring_number, |
| 8479 | struct lpfc_iocbq *piocb, uint32_t flag) |
| 8480 | { |
| 8481 | return phba->__lpfc_sli_issue_iocb(phba, ring_number, piocb, flag); |
| 8482 | } |
| 8483 | |
| 8484 | /** |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 8485 | * lpfc_sli_api_table_setup - Set up sli api function jump table |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 8486 | * @phba: The hba struct for which this call is being executed. |
| 8487 | * @dev_grp: The HBA PCI-Device group number. |
| 8488 | * |
| 8489 | * This routine sets up the SLI interface API function jump table in @phba |
| 8490 | * struct. |
| 8491 | * Returns: 0 - success, -ENODEV - failure. |
| 8492 | **/ |
| 8493 | int |
| 8494 | lpfc_sli_api_table_setup(struct lpfc_hba *phba, uint8_t dev_grp) |
| 8495 | { |
| 8496 | |
| 8497 | switch (dev_grp) { |
| 8498 | case LPFC_PCI_DEV_LP: |
| 8499 | phba->__lpfc_sli_issue_iocb = __lpfc_sli_issue_iocb_s3; |
| 8500 | phba->__lpfc_sli_release_iocbq = __lpfc_sli_release_iocbq_s3; |
| 8501 | break; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 8502 | case LPFC_PCI_DEV_OC: |
| 8503 | phba->__lpfc_sli_issue_iocb = __lpfc_sli_issue_iocb_s4; |
| 8504 | phba->__lpfc_sli_release_iocbq = __lpfc_sli_release_iocbq_s4; |
| 8505 | break; |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 8506 | default: |
| 8507 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 8508 | "1419 Invalid HBA PCI-device group: 0x%x\n", |
| 8509 | dev_grp); |
| 8510 | return -ENODEV; |
| 8511 | break; |
| 8512 | } |
| 8513 | phba->lpfc_get_iocb_from_iocbq = lpfc_get_iocb_from_iocbq; |
| 8514 | return 0; |
| 8515 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 8516 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 8517 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 8518 | * lpfc_sli_issue_iocb - Wrapper function for __lpfc_sli_issue_iocb |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 8519 | * @phba: Pointer to HBA context object. |
| 8520 | * @pring: Pointer to driver SLI ring object. |
| 8521 | * @piocb: Pointer to command iocb. |
| 8522 | * @flag: Flag indicating if this command can be put into txq. |
| 8523 | * |
| 8524 | * lpfc_sli_issue_iocb is a wrapper around __lpfc_sli_issue_iocb |
| 8525 | * function. This function gets the hbalock and calls |
| 8526 | * __lpfc_sli_issue_iocb function and will return the error returned |
| 8527 | * by __lpfc_sli_issue_iocb function. This wrapper is used by |
| 8528 | * functions which do not hold hbalock. |
| 8529 | **/ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 8530 | int |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 8531 | lpfc_sli_issue_iocb(struct lpfc_hba *phba, uint32_t ring_number, |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 8532 | struct lpfc_iocbq *piocb, uint32_t flag) |
| 8533 | { |
James Smart | ba20c85 | 2012-08-03 12:36:52 -0400 | [diff] [blame] | 8534 | struct lpfc_fcp_eq_hdl *fcp_eq_hdl; |
James Smart | 2a76a28 | 2012-08-03 12:35:54 -0400 | [diff] [blame] | 8535 | struct lpfc_sli_ring *pring; |
James Smart | ba20c85 | 2012-08-03 12:36:52 -0400 | [diff] [blame] | 8536 | struct lpfc_queue *fpeq; |
| 8537 | struct lpfc_eqe *eqe; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 8538 | unsigned long iflags; |
James Smart | 2a76a28 | 2012-08-03 12:35:54 -0400 | [diff] [blame] | 8539 | int rc, idx; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 8540 | |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 8541 | if (phba->sli_rev == LPFC_SLI_REV4) { |
James Smart | 2a76a28 | 2012-08-03 12:35:54 -0400 | [diff] [blame] | 8542 | if (piocb->iocb_flag & LPFC_IO_FCP) { |
| 8543 | if (unlikely(!phba->sli4_hba.fcp_wq)) |
| 8544 | return IOCB_ERROR; |
| 8545 | idx = lpfc_sli4_scmd_to_wqidx_distr(phba); |
| 8546 | piocb->fcp_wqidx = idx; |
| 8547 | ring_number = MAX_SLI3_CONFIGURED_RINGS + idx; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 8548 | |
James Smart | ba20c85 | 2012-08-03 12:36:52 -0400 | [diff] [blame] | 8549 | pring = &phba->sli.ring[ring_number]; |
| 8550 | spin_lock_irqsave(&pring->ring_lock, iflags); |
| 8551 | rc = __lpfc_sli_issue_iocb(phba, ring_number, piocb, |
| 8552 | flag); |
| 8553 | spin_unlock_irqrestore(&pring->ring_lock, iflags); |
| 8554 | |
| 8555 | if (lpfc_fcp_look_ahead) { |
| 8556 | fcp_eq_hdl = &phba->sli4_hba.fcp_eq_hdl[idx]; |
| 8557 | |
| 8558 | if (atomic_dec_and_test(&fcp_eq_hdl-> |
| 8559 | fcp_eq_in_use)) { |
| 8560 | |
| 8561 | /* Get associated EQ with this index */ |
| 8562 | fpeq = phba->sli4_hba.hba_eq[idx]; |
| 8563 | |
| 8564 | /* Turn off interrupts from this EQ */ |
| 8565 | lpfc_sli4_eq_clr_intr(fpeq); |
| 8566 | |
| 8567 | /* |
| 8568 | * Process all the events on FCP EQ |
| 8569 | */ |
| 8570 | while ((eqe = lpfc_sli4_eq_get(fpeq))) { |
| 8571 | lpfc_sli4_hba_handle_eqe(phba, |
| 8572 | eqe, idx); |
| 8573 | fpeq->EQ_processed++; |
| 8574 | } |
| 8575 | |
| 8576 | /* Always clear and re-arm the EQ */ |
| 8577 | lpfc_sli4_eq_release(fpeq, |
| 8578 | LPFC_QUEUE_REARM); |
| 8579 | } |
| 8580 | atomic_inc(&fcp_eq_hdl->fcp_eq_in_use); |
| 8581 | } |
| 8582 | } else { |
| 8583 | pring = &phba->sli.ring[ring_number]; |
| 8584 | spin_lock_irqsave(&pring->ring_lock, iflags); |
| 8585 | rc = __lpfc_sli_issue_iocb(phba, ring_number, piocb, |
| 8586 | flag); |
| 8587 | spin_unlock_irqrestore(&pring->ring_lock, iflags); |
| 8588 | |
James Smart | 2a76a28 | 2012-08-03 12:35:54 -0400 | [diff] [blame] | 8589 | } |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 8590 | } else { |
| 8591 | /* For now, SLI2/3 will still use hbalock */ |
| 8592 | spin_lock_irqsave(&phba->hbalock, iflags); |
| 8593 | rc = __lpfc_sli_issue_iocb(phba, ring_number, piocb, flag); |
| 8594 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 8595 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 8596 | return rc; |
| 8597 | } |
| 8598 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 8599 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 8600 | * lpfc_extra_ring_setup - Extra ring setup function |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 8601 | * @phba: Pointer to HBA context object. |
| 8602 | * |
| 8603 | * This function is called while driver attaches with the |
| 8604 | * HBA to setup the extra ring. The extra ring is used |
| 8605 | * only when driver needs to support target mode functionality |
| 8606 | * or IP over FC functionalities. |
| 8607 | * |
| 8608 | * This function is called with no lock held. |
| 8609 | **/ |
Jamie Wellnitz | cf5bf97 | 2006-02-28 22:33:08 -0500 | [diff] [blame] | 8610 | static int |
| 8611 | lpfc_extra_ring_setup( struct lpfc_hba *phba) |
| 8612 | { |
| 8613 | struct lpfc_sli *psli; |
| 8614 | struct lpfc_sli_ring *pring; |
| 8615 | |
| 8616 | psli = &phba->sli; |
| 8617 | |
| 8618 | /* Adjust cmd/rsp ring iocb entries more evenly */ |
James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 8619 | |
| 8620 | /* Take some away from the FCP ring */ |
Jamie Wellnitz | cf5bf97 | 2006-02-28 22:33:08 -0500 | [diff] [blame] | 8621 | pring = &psli->ring[psli->fcp_ring]; |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 8622 | pring->sli.sli3.numCiocb -= SLI2_IOCB_CMD_R1XTRA_ENTRIES; |
| 8623 | pring->sli.sli3.numRiocb -= SLI2_IOCB_RSP_R1XTRA_ENTRIES; |
| 8624 | pring->sli.sli3.numCiocb -= SLI2_IOCB_CMD_R3XTRA_ENTRIES; |
| 8625 | pring->sli.sli3.numRiocb -= SLI2_IOCB_RSP_R3XTRA_ENTRIES; |
Jamie Wellnitz | cf5bf97 | 2006-02-28 22:33:08 -0500 | [diff] [blame] | 8626 | |
James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 8627 | /* and give them to the extra ring */ |
| 8628 | pring = &psli->ring[psli->extra_ring]; |
| 8629 | |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 8630 | pring->sli.sli3.numCiocb += SLI2_IOCB_CMD_R1XTRA_ENTRIES; |
| 8631 | pring->sli.sli3.numRiocb += SLI2_IOCB_RSP_R1XTRA_ENTRIES; |
| 8632 | pring->sli.sli3.numCiocb += SLI2_IOCB_CMD_R3XTRA_ENTRIES; |
| 8633 | pring->sli.sli3.numRiocb += SLI2_IOCB_RSP_R3XTRA_ENTRIES; |
Jamie Wellnitz | cf5bf97 | 2006-02-28 22:33:08 -0500 | [diff] [blame] | 8634 | |
| 8635 | /* Setup default profile for this ring */ |
| 8636 | pring->iotag_max = 4096; |
| 8637 | pring->num_mask = 1; |
| 8638 | pring->prt[0].profile = 0; /* Mask 0 */ |
James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 8639 | pring->prt[0].rctl = phba->cfg_multi_ring_rctl; |
| 8640 | pring->prt[0].type = phba->cfg_multi_ring_type; |
Jamie Wellnitz | cf5bf97 | 2006-02-28 22:33:08 -0500 | [diff] [blame] | 8641 | pring->prt[0].lpfc_sli_rcv_unsol_event = NULL; |
| 8642 | return 0; |
| 8643 | } |
| 8644 | |
James Smart | cb69f7d | 2011-12-13 13:21:57 -0500 | [diff] [blame] | 8645 | /* lpfc_sli_abts_err_handler - handle a failed ABTS request from an SLI3 port. |
| 8646 | * @phba: Pointer to HBA context object. |
| 8647 | * @iocbq: Pointer to iocb object. |
| 8648 | * |
| 8649 | * The async_event handler calls this routine when it receives |
| 8650 | * an ASYNC_STATUS_CN event from the port. The port generates |
| 8651 | * this event when an Abort Sequence request to an rport fails |
| 8652 | * twice in succession. The abort could be originated by the |
| 8653 | * driver or by the port. The ABTS could have been for an ELS |
| 8654 | * or FCP IO. The port only generates this event when an ABTS |
| 8655 | * fails to complete after one retry. |
| 8656 | */ |
| 8657 | static void |
| 8658 | lpfc_sli_abts_err_handler(struct lpfc_hba *phba, |
| 8659 | struct lpfc_iocbq *iocbq) |
| 8660 | { |
| 8661 | struct lpfc_nodelist *ndlp = NULL; |
| 8662 | uint16_t rpi = 0, vpi = 0; |
| 8663 | struct lpfc_vport *vport = NULL; |
| 8664 | |
| 8665 | /* The rpi in the ulpContext is vport-sensitive. */ |
| 8666 | vpi = iocbq->iocb.un.asyncstat.sub_ctxt_tag; |
| 8667 | rpi = iocbq->iocb.ulpContext; |
| 8668 | |
| 8669 | lpfc_printf_log(phba, KERN_WARNING, LOG_SLI, |
| 8670 | "3092 Port generated ABTS async event " |
| 8671 | "on vpi %d rpi %d status 0x%x\n", |
| 8672 | vpi, rpi, iocbq->iocb.ulpStatus); |
| 8673 | |
| 8674 | vport = lpfc_find_vport_by_vpid(phba, vpi); |
| 8675 | if (!vport) |
| 8676 | goto err_exit; |
| 8677 | ndlp = lpfc_findnode_rpi(vport, rpi); |
| 8678 | if (!ndlp || !NLP_CHK_NODE_ACT(ndlp)) |
| 8679 | goto err_exit; |
| 8680 | |
| 8681 | if (iocbq->iocb.ulpStatus == IOSTAT_LOCAL_REJECT) |
| 8682 | lpfc_sli_abts_recover_port(vport, ndlp); |
| 8683 | return; |
| 8684 | |
| 8685 | err_exit: |
| 8686 | lpfc_printf_log(phba, KERN_INFO, LOG_SLI, |
| 8687 | "3095 Event Context not found, no " |
| 8688 | "action on vpi %d rpi %d status 0x%x, reason 0x%x\n", |
| 8689 | iocbq->iocb.ulpContext, iocbq->iocb.ulpStatus, |
| 8690 | vpi, rpi); |
| 8691 | } |
| 8692 | |
| 8693 | /* lpfc_sli4_abts_err_handler - handle a failed ABTS request from an SLI4 port. |
| 8694 | * @phba: pointer to HBA context object. |
| 8695 | * @ndlp: nodelist pointer for the impacted rport. |
| 8696 | * @axri: pointer to the wcqe containing the failed exchange. |
| 8697 | * |
| 8698 | * The driver calls this routine when it receives an ABORT_XRI_FCP CQE from the |
| 8699 | * port. The port generates this event when an abort exchange request to an |
| 8700 | * rport fails twice in succession with no reply. The abort could be originated |
| 8701 | * by the driver or by the port. The ABTS could have been for an ELS or FCP IO. |
| 8702 | */ |
| 8703 | void |
| 8704 | lpfc_sli4_abts_err_handler(struct lpfc_hba *phba, |
| 8705 | struct lpfc_nodelist *ndlp, |
| 8706 | struct sli4_wcqe_xri_aborted *axri) |
| 8707 | { |
| 8708 | struct lpfc_vport *vport; |
James Smart | 5c1db2a | 2012-03-01 22:34:36 -0500 | [diff] [blame] | 8709 | uint32_t ext_status = 0; |
James Smart | cb69f7d | 2011-12-13 13:21:57 -0500 | [diff] [blame] | 8710 | |
James Smart | 6b5151f | 2012-01-18 16:24:06 -0500 | [diff] [blame] | 8711 | if (!ndlp || !NLP_CHK_NODE_ACT(ndlp)) { |
James Smart | cb69f7d | 2011-12-13 13:21:57 -0500 | [diff] [blame] | 8712 | lpfc_printf_log(phba, KERN_INFO, LOG_SLI, |
| 8713 | "3115 Node Context not found, driver " |
| 8714 | "ignoring abts err event\n"); |
James Smart | 6b5151f | 2012-01-18 16:24:06 -0500 | [diff] [blame] | 8715 | return; |
| 8716 | } |
| 8717 | |
James Smart | cb69f7d | 2011-12-13 13:21:57 -0500 | [diff] [blame] | 8718 | vport = ndlp->vport; |
| 8719 | lpfc_printf_log(phba, KERN_WARNING, LOG_SLI, |
| 8720 | "3116 Port generated FCP XRI ABORT event on " |
James Smart | 5c1db2a | 2012-03-01 22:34:36 -0500 | [diff] [blame] | 8721 | "vpi %d rpi %d xri x%x status 0x%x parameter x%x\n", |
James Smart | cb69f7d | 2011-12-13 13:21:57 -0500 | [diff] [blame] | 8722 | ndlp->vport->vpi, ndlp->nlp_rpi, |
| 8723 | bf_get(lpfc_wcqe_xa_xri, axri), |
James Smart | 5c1db2a | 2012-03-01 22:34:36 -0500 | [diff] [blame] | 8724 | bf_get(lpfc_wcqe_xa_status, axri), |
| 8725 | axri->parameter); |
James Smart | cb69f7d | 2011-12-13 13:21:57 -0500 | [diff] [blame] | 8726 | |
James Smart | 5c1db2a | 2012-03-01 22:34:36 -0500 | [diff] [blame] | 8727 | /* |
| 8728 | * Catch the ABTS protocol failure case. Older OCe FW releases returned |
| 8729 | * LOCAL_REJECT and 0 for a failed ABTS exchange and later OCe and |
| 8730 | * LPe FW releases returned LOCAL_REJECT and SEQUENCE_TIMEOUT. |
| 8731 | */ |
James Smart | e3d2b80 | 2012-08-14 14:25:43 -0400 | [diff] [blame] | 8732 | ext_status = axri->parameter & IOERR_PARAM_MASK; |
James Smart | 5c1db2a | 2012-03-01 22:34:36 -0500 | [diff] [blame] | 8733 | if ((bf_get(lpfc_wcqe_xa_status, axri) == IOSTAT_LOCAL_REJECT) && |
| 8734 | ((ext_status == IOERR_SEQUENCE_TIMEOUT) || (ext_status == 0))) |
James Smart | cb69f7d | 2011-12-13 13:21:57 -0500 | [diff] [blame] | 8735 | lpfc_sli_abts_recover_port(vport, ndlp); |
| 8736 | } |
| 8737 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 8738 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 8739 | * lpfc_sli_async_event_handler - ASYNC iocb handler function |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 8740 | * @phba: Pointer to HBA context object. |
| 8741 | * @pring: Pointer to driver SLI ring object. |
| 8742 | * @iocbq: Pointer to iocb object. |
| 8743 | * |
| 8744 | * This function is called by the slow ring event handler |
| 8745 | * function when there is an ASYNC event iocb in the ring. |
| 8746 | * This function is called with no lock held. |
| 8747 | * Currently this function handles only temperature related |
| 8748 | * ASYNC events. The function decodes the temperature sensor |
| 8749 | * event message and posts events for the management applications. |
| 8750 | **/ |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 8751 | static void |
James Smart | 57127f1 | 2007-10-27 13:37:05 -0400 | [diff] [blame] | 8752 | lpfc_sli_async_event_handler(struct lpfc_hba * phba, |
| 8753 | struct lpfc_sli_ring * pring, struct lpfc_iocbq * iocbq) |
| 8754 | { |
| 8755 | IOCB_t *icmd; |
| 8756 | uint16_t evt_code; |
James Smart | 57127f1 | 2007-10-27 13:37:05 -0400 | [diff] [blame] | 8757 | struct temp_event temp_event_data; |
| 8758 | struct Scsi_Host *shost; |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 8759 | uint32_t *iocb_w; |
James Smart | 57127f1 | 2007-10-27 13:37:05 -0400 | [diff] [blame] | 8760 | |
| 8761 | icmd = &iocbq->iocb; |
| 8762 | evt_code = icmd->un.asyncstat.evt_code; |
James Smart | 57127f1 | 2007-10-27 13:37:05 -0400 | [diff] [blame] | 8763 | |
James Smart | cb69f7d | 2011-12-13 13:21:57 -0500 | [diff] [blame] | 8764 | switch (evt_code) { |
| 8765 | case ASYNC_TEMP_WARN: |
| 8766 | case ASYNC_TEMP_SAFE: |
| 8767 | temp_event_data.data = (uint32_t) icmd->ulpContext; |
| 8768 | temp_event_data.event_type = FC_REG_TEMPERATURE_EVENT; |
| 8769 | if (evt_code == ASYNC_TEMP_WARN) { |
| 8770 | temp_event_data.event_code = LPFC_THRESHOLD_TEMP; |
| 8771 | lpfc_printf_log(phba, KERN_ERR, LOG_TEMP, |
| 8772 | "0347 Adapter is very hot, please take " |
| 8773 | "corrective action. temperature : %d Celsius\n", |
| 8774 | (uint32_t) icmd->ulpContext); |
| 8775 | } else { |
| 8776 | temp_event_data.event_code = LPFC_NORMAL_TEMP; |
| 8777 | lpfc_printf_log(phba, KERN_ERR, LOG_TEMP, |
| 8778 | "0340 Adapter temperature is OK now. " |
| 8779 | "temperature : %d Celsius\n", |
| 8780 | (uint32_t) icmd->ulpContext); |
| 8781 | } |
| 8782 | |
| 8783 | /* Send temperature change event to applications */ |
| 8784 | shost = lpfc_shost_from_vport(phba->pport); |
| 8785 | fc_host_post_vendor_event(shost, fc_get_event_number(), |
| 8786 | sizeof(temp_event_data), (char *) &temp_event_data, |
| 8787 | LPFC_NL_VENDOR_ID); |
| 8788 | break; |
| 8789 | case ASYNC_STATUS_CN: |
| 8790 | lpfc_sli_abts_err_handler(phba, iocbq); |
| 8791 | break; |
| 8792 | default: |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 8793 | iocb_w = (uint32_t *) icmd; |
James Smart | cb69f7d | 2011-12-13 13:21:57 -0500 | [diff] [blame] | 8794 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
James Smart | 76bb24e | 2007-10-27 13:38:00 -0400 | [diff] [blame] | 8795 | "0346 Ring %d handler: unexpected ASYNC_STATUS" |
James Smart | e4e7427 | 2009-07-19 10:01:38 -0400 | [diff] [blame] | 8796 | " evt_code 0x%x\n" |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 8797 | "W0 0x%08x W1 0x%08x W2 0x%08x W3 0x%08x\n" |
| 8798 | "W4 0x%08x W5 0x%08x W6 0x%08x W7 0x%08x\n" |
| 8799 | "W8 0x%08x W9 0x%08x W10 0x%08x W11 0x%08x\n" |
| 8800 | "W12 0x%08x W13 0x%08x W14 0x%08x W15 0x%08x\n", |
James Smart | cb69f7d | 2011-12-13 13:21:57 -0500 | [diff] [blame] | 8801 | pring->ringno, icmd->un.asyncstat.evt_code, |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 8802 | iocb_w[0], iocb_w[1], iocb_w[2], iocb_w[3], |
| 8803 | iocb_w[4], iocb_w[5], iocb_w[6], iocb_w[7], |
| 8804 | iocb_w[8], iocb_w[9], iocb_w[10], iocb_w[11], |
| 8805 | iocb_w[12], iocb_w[13], iocb_w[14], iocb_w[15]); |
| 8806 | |
James Smart | cb69f7d | 2011-12-13 13:21:57 -0500 | [diff] [blame] | 8807 | break; |
James Smart | 57127f1 | 2007-10-27 13:37:05 -0400 | [diff] [blame] | 8808 | } |
James Smart | 57127f1 | 2007-10-27 13:37:05 -0400 | [diff] [blame] | 8809 | } |
| 8810 | |
| 8811 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 8812 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 8813 | * lpfc_sli_setup - SLI ring setup function |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 8814 | * @phba: Pointer to HBA context object. |
| 8815 | * |
| 8816 | * lpfc_sli_setup sets up rings of the SLI interface with |
| 8817 | * number of iocbs per ring and iotags. This function is |
| 8818 | * called while driver attach to the HBA and before the |
| 8819 | * interrupts are enabled. So there is no need for locking. |
| 8820 | * |
| 8821 | * This function always returns 0. |
| 8822 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8823 | int |
| 8824 | lpfc_sli_setup(struct lpfc_hba *phba) |
| 8825 | { |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 8826 | int i, totiocbsize = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8827 | struct lpfc_sli *psli = &phba->sli; |
| 8828 | struct lpfc_sli_ring *pring; |
| 8829 | |
James Smart | 2a76a28 | 2012-08-03 12:35:54 -0400 | [diff] [blame] | 8830 | psli->num_rings = MAX_SLI3_CONFIGURED_RINGS; |
| 8831 | if (phba->sli_rev == LPFC_SLI_REV4) |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 8832 | psli->num_rings += phba->cfg_fcp_io_channel; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8833 | psli->sli_flag = 0; |
| 8834 | psli->fcp_ring = LPFC_FCP_RING; |
| 8835 | psli->next_ring = LPFC_FCP_NEXT_RING; |
James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 8836 | psli->extra_ring = LPFC_EXTRA_RING; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8837 | |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 8838 | psli->iocbq_lookup = NULL; |
| 8839 | psli->iocbq_lookup_len = 0; |
| 8840 | psli->last_iotag = 0; |
| 8841 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8842 | for (i = 0; i < psli->num_rings; i++) { |
| 8843 | pring = &psli->ring[i]; |
| 8844 | switch (i) { |
| 8845 | case LPFC_FCP_RING: /* ring 0 - FCP */ |
| 8846 | /* numCiocb and numRiocb are used in config_port */ |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 8847 | pring->sli.sli3.numCiocb = SLI2_IOCB_CMD_R0_ENTRIES; |
| 8848 | pring->sli.sli3.numRiocb = SLI2_IOCB_RSP_R0_ENTRIES; |
| 8849 | pring->sli.sli3.numCiocb += |
| 8850 | SLI2_IOCB_CMD_R1XTRA_ENTRIES; |
| 8851 | pring->sli.sli3.numRiocb += |
| 8852 | SLI2_IOCB_RSP_R1XTRA_ENTRIES; |
| 8853 | pring->sli.sli3.numCiocb += |
| 8854 | SLI2_IOCB_CMD_R3XTRA_ENTRIES; |
| 8855 | pring->sli.sli3.numRiocb += |
| 8856 | SLI2_IOCB_RSP_R3XTRA_ENTRIES; |
| 8857 | pring->sli.sli3.sizeCiocb = (phba->sli_rev == 3) ? |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 8858 | SLI3_IOCB_CMD_SIZE : |
| 8859 | SLI2_IOCB_CMD_SIZE; |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 8860 | pring->sli.sli3.sizeRiocb = (phba->sli_rev == 3) ? |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 8861 | SLI3_IOCB_RSP_SIZE : |
| 8862 | SLI2_IOCB_RSP_SIZE; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8863 | pring->iotag_ctr = 0; |
| 8864 | pring->iotag_max = |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 8865 | (phba->cfg_hba_queue_depth * 2); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8866 | pring->fast_iotag = pring->iotag_max; |
| 8867 | pring->num_mask = 0; |
| 8868 | break; |
James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 8869 | case LPFC_EXTRA_RING: /* ring 1 - EXTRA */ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8870 | /* numCiocb and numRiocb are used in config_port */ |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 8871 | pring->sli.sli3.numCiocb = SLI2_IOCB_CMD_R1_ENTRIES; |
| 8872 | pring->sli.sli3.numRiocb = SLI2_IOCB_RSP_R1_ENTRIES; |
| 8873 | pring->sli.sli3.sizeCiocb = (phba->sli_rev == 3) ? |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 8874 | SLI3_IOCB_CMD_SIZE : |
| 8875 | SLI2_IOCB_CMD_SIZE; |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 8876 | pring->sli.sli3.sizeRiocb = (phba->sli_rev == 3) ? |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 8877 | SLI3_IOCB_RSP_SIZE : |
| 8878 | SLI2_IOCB_RSP_SIZE; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 8879 | pring->iotag_max = phba->cfg_hba_queue_depth; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8880 | pring->num_mask = 0; |
| 8881 | break; |
| 8882 | case LPFC_ELS_RING: /* ring 2 - ELS / CT */ |
| 8883 | /* numCiocb and numRiocb are used in config_port */ |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 8884 | pring->sli.sli3.numCiocb = SLI2_IOCB_CMD_R2_ENTRIES; |
| 8885 | pring->sli.sli3.numRiocb = SLI2_IOCB_RSP_R2_ENTRIES; |
| 8886 | pring->sli.sli3.sizeCiocb = (phba->sli_rev == 3) ? |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 8887 | SLI3_IOCB_CMD_SIZE : |
| 8888 | SLI2_IOCB_CMD_SIZE; |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 8889 | pring->sli.sli3.sizeRiocb = (phba->sli_rev == 3) ? |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 8890 | SLI3_IOCB_RSP_SIZE : |
| 8891 | SLI2_IOCB_RSP_SIZE; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8892 | pring->fast_iotag = 0; |
| 8893 | pring->iotag_ctr = 0; |
| 8894 | pring->iotag_max = 4096; |
James Smart | 57127f1 | 2007-10-27 13:37:05 -0400 | [diff] [blame] | 8895 | pring->lpfc_sli_rcv_async_status = |
| 8896 | lpfc_sli_async_event_handler; |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 8897 | pring->num_mask = LPFC_MAX_RING_MASK; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8898 | pring->prt[0].profile = 0; /* Mask 0 */ |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 8899 | pring->prt[0].rctl = FC_RCTL_ELS_REQ; |
| 8900 | pring->prt[0].type = FC_TYPE_ELS; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8901 | pring->prt[0].lpfc_sli_rcv_unsol_event = |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 8902 | lpfc_els_unsol_event; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8903 | pring->prt[1].profile = 0; /* Mask 1 */ |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 8904 | pring->prt[1].rctl = FC_RCTL_ELS_REP; |
| 8905 | pring->prt[1].type = FC_TYPE_ELS; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8906 | pring->prt[1].lpfc_sli_rcv_unsol_event = |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 8907 | lpfc_els_unsol_event; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8908 | pring->prt[2].profile = 0; /* Mask 2 */ |
| 8909 | /* NameServer Inquiry */ |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 8910 | pring->prt[2].rctl = FC_RCTL_DD_UNSOL_CTL; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8911 | /* NameServer */ |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 8912 | pring->prt[2].type = FC_TYPE_CT; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8913 | pring->prt[2].lpfc_sli_rcv_unsol_event = |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 8914 | lpfc_ct_unsol_event; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8915 | pring->prt[3].profile = 0; /* Mask 3 */ |
| 8916 | /* NameServer response */ |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 8917 | pring->prt[3].rctl = FC_RCTL_DD_SOL_CTL; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8918 | /* NameServer */ |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 8919 | pring->prt[3].type = FC_TYPE_CT; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8920 | pring->prt[3].lpfc_sli_rcv_unsol_event = |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 8921 | lpfc_ct_unsol_event; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8922 | break; |
| 8923 | } |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 8924 | totiocbsize += (pring->sli.sli3.numCiocb * |
| 8925 | pring->sli.sli3.sizeCiocb) + |
| 8926 | (pring->sli.sli3.numRiocb * pring->sli.sli3.sizeRiocb); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8927 | } |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 8928 | if (totiocbsize > MAX_SLIM_IOCB_SIZE) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8929 | /* Too many cmd / rsp ring entries in SLI2 SLIM */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 8930 | printk(KERN_ERR "%d:0462 Too many cmd / rsp ring entries in " |
| 8931 | "SLI2 SLIM Data: x%x x%lx\n", |
| 8932 | phba->brd_no, totiocbsize, |
| 8933 | (unsigned long) MAX_SLIM_IOCB_SIZE); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8934 | } |
Jamie Wellnitz | cf5bf97 | 2006-02-28 22:33:08 -0500 | [diff] [blame] | 8935 | if (phba->cfg_multi_ring_support == 2) |
| 8936 | lpfc_extra_ring_setup(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8937 | |
| 8938 | return 0; |
| 8939 | } |
| 8940 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 8941 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 8942 | * lpfc_sli_queue_setup - Queue initialization function |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 8943 | * @phba: Pointer to HBA context object. |
| 8944 | * |
| 8945 | * lpfc_sli_queue_setup sets up mailbox queues and iocb queues for each |
| 8946 | * ring. This function also initializes ring indices of each ring. |
| 8947 | * This function is called during the initialization of the SLI |
| 8948 | * interface of an HBA. |
| 8949 | * This function is called with no lock held and always returns |
| 8950 | * 1. |
| 8951 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8952 | int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 8953 | lpfc_sli_queue_setup(struct lpfc_hba *phba) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8954 | { |
| 8955 | struct lpfc_sli *psli; |
| 8956 | struct lpfc_sli_ring *pring; |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 8957 | int i; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8958 | |
| 8959 | psli = &phba->sli; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 8960 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8961 | INIT_LIST_HEAD(&psli->mboxq); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 8962 | INIT_LIST_HEAD(&psli->mboxq_cmpl); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8963 | /* Initialize list headers for txq and txcmplq as double linked lists */ |
| 8964 | for (i = 0; i < psli->num_rings; i++) { |
| 8965 | pring = &psli->ring[i]; |
| 8966 | pring->ringno = i; |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 8967 | pring->sli.sli3.next_cmdidx = 0; |
| 8968 | pring->sli.sli3.local_getidx = 0; |
| 8969 | pring->sli.sli3.cmdidx = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8970 | INIT_LIST_HEAD(&pring->txq); |
| 8971 | INIT_LIST_HEAD(&pring->txcmplq); |
| 8972 | INIT_LIST_HEAD(&pring->iocb_continueq); |
James Smart | 9c2face | 2008-01-11 01:53:18 -0500 | [diff] [blame] | 8973 | INIT_LIST_HEAD(&pring->iocb_continue_saveq); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8974 | INIT_LIST_HEAD(&pring->postbufq); |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 8975 | spin_lock_init(&pring->ring_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8976 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 8977 | spin_unlock_irq(&phba->hbalock); |
| 8978 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8979 | } |
| 8980 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 8981 | /** |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 8982 | * lpfc_sli_mbox_sys_flush - Flush mailbox command sub-system |
| 8983 | * @phba: Pointer to HBA context object. |
| 8984 | * |
| 8985 | * This routine flushes the mailbox command subsystem. It will unconditionally |
| 8986 | * flush all the mailbox commands in the three possible stages in the mailbox |
| 8987 | * command sub-system: pending mailbox command queue; the outstanding mailbox |
| 8988 | * command; and completed mailbox command queue. It is caller's responsibility |
| 8989 | * to make sure that the driver is in the proper state to flush the mailbox |
| 8990 | * command sub-system. Namely, the posting of mailbox commands into the |
| 8991 | * pending mailbox command queue from the various clients must be stopped; |
| 8992 | * either the HBA is in a state that it will never works on the outstanding |
| 8993 | * mailbox command (such as in EEH or ERATT conditions) or the outstanding |
| 8994 | * mailbox command has been completed. |
| 8995 | **/ |
| 8996 | static void |
| 8997 | lpfc_sli_mbox_sys_flush(struct lpfc_hba *phba) |
| 8998 | { |
| 8999 | LIST_HEAD(completions); |
| 9000 | struct lpfc_sli *psli = &phba->sli; |
| 9001 | LPFC_MBOXQ_t *pmb; |
| 9002 | unsigned long iflag; |
| 9003 | |
| 9004 | /* Flush all the mailbox commands in the mbox system */ |
| 9005 | spin_lock_irqsave(&phba->hbalock, iflag); |
| 9006 | /* The pending mailbox command queue */ |
| 9007 | list_splice_init(&phba->sli.mboxq, &completions); |
| 9008 | /* The outstanding active mailbox command */ |
| 9009 | if (psli->mbox_active) { |
| 9010 | list_add_tail(&psli->mbox_active->list, &completions); |
| 9011 | psli->mbox_active = NULL; |
| 9012 | psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE; |
| 9013 | } |
| 9014 | /* The completed mailbox command queue */ |
| 9015 | list_splice_init(&phba->sli.mboxq_cmpl, &completions); |
| 9016 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
| 9017 | |
| 9018 | /* Return all flushed mailbox commands with MBX_NOT_FINISHED status */ |
| 9019 | while (!list_empty(&completions)) { |
| 9020 | list_remove_head(&completions, pmb, LPFC_MBOXQ_t, list); |
| 9021 | pmb->u.mb.mbxStatus = MBX_NOT_FINISHED; |
| 9022 | if (pmb->mbox_cmpl) |
| 9023 | pmb->mbox_cmpl(phba, pmb); |
| 9024 | } |
| 9025 | } |
| 9026 | |
| 9027 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 9028 | * lpfc_sli_host_down - Vport cleanup function |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9029 | * @vport: Pointer to virtual port object. |
| 9030 | * |
| 9031 | * lpfc_sli_host_down is called to clean up the resources |
| 9032 | * associated with a vport before destroying virtual |
| 9033 | * port data structures. |
| 9034 | * This function does following operations: |
| 9035 | * - Free discovery resources associated with this virtual |
| 9036 | * port. |
| 9037 | * - Free iocbs associated with this virtual port in |
| 9038 | * the txq. |
| 9039 | * - Send abort for all iocb commands associated with this |
| 9040 | * vport in txcmplq. |
| 9041 | * |
| 9042 | * This function is called with no lock held and always returns 1. |
| 9043 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9044 | int |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 9045 | lpfc_sli_host_down(struct lpfc_vport *vport) |
| 9046 | { |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 9047 | LIST_HEAD(completions); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 9048 | struct lpfc_hba *phba = vport->phba; |
| 9049 | struct lpfc_sli *psli = &phba->sli; |
| 9050 | struct lpfc_sli_ring *pring; |
| 9051 | struct lpfc_iocbq *iocb, *next_iocb; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 9052 | int i; |
| 9053 | unsigned long flags = 0; |
| 9054 | uint16_t prev_pring_flag; |
| 9055 | |
| 9056 | lpfc_cleanup_discovery_resources(vport); |
| 9057 | |
| 9058 | spin_lock_irqsave(&phba->hbalock, flags); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 9059 | for (i = 0; i < psli->num_rings; i++) { |
| 9060 | pring = &psli->ring[i]; |
| 9061 | prev_pring_flag = pring->flag; |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 9062 | /* Only slow rings */ |
| 9063 | if (pring->ringno == LPFC_ELS_RING) { |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 9064 | pring->flag |= LPFC_DEFERRED_RING_EVENT; |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 9065 | /* Set the lpfc data pending flag */ |
| 9066 | set_bit(LPFC_DATA_READY, &phba->data_flags); |
| 9067 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 9068 | /* |
| 9069 | * Error everything on the txq since these iocbs have not been |
| 9070 | * given to the FW yet. |
| 9071 | */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 9072 | list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) { |
| 9073 | if (iocb->vport != vport) |
| 9074 | continue; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 9075 | list_move_tail(&iocb->list, &completions); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 9076 | } |
| 9077 | |
| 9078 | /* Next issue ABTS for everything on the txcmplq */ |
| 9079 | list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, |
| 9080 | list) { |
| 9081 | if (iocb->vport != vport) |
| 9082 | continue; |
| 9083 | lpfc_sli_issue_abort_iotag(phba, pring, iocb); |
| 9084 | } |
| 9085 | |
| 9086 | pring->flag = prev_pring_flag; |
| 9087 | } |
| 9088 | |
| 9089 | spin_unlock_irqrestore(&phba->hbalock, flags); |
| 9090 | |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 9091 | /* Cancel all the IOCBs from the completions list */ |
| 9092 | lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT, |
| 9093 | IOERR_SLI_DOWN); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 9094 | return 1; |
| 9095 | } |
| 9096 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9097 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 9098 | * lpfc_sli_hba_down - Resource cleanup function for the HBA |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9099 | * @phba: Pointer to HBA context object. |
| 9100 | * |
| 9101 | * This function cleans up all iocb, buffers, mailbox commands |
| 9102 | * while shutting down the HBA. This function is called with no |
| 9103 | * lock held and always returns 1. |
| 9104 | * This function does the following to cleanup driver resources: |
| 9105 | * - Free discovery resources for each virtual port |
| 9106 | * - Cleanup any pending fabric iocbs |
| 9107 | * - Iterate through the iocb txq and free each entry |
| 9108 | * in the list. |
| 9109 | * - Free up any buffer posted to the HBA |
| 9110 | * - Free mailbox commands in the mailbox queue. |
| 9111 | **/ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 9112 | int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9113 | lpfc_sli_hba_down(struct lpfc_hba *phba) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9114 | { |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 9115 | LIST_HEAD(completions); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9116 | struct lpfc_sli *psli = &phba->sli; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9117 | struct lpfc_sli_ring *pring; |
James Smart | 0ff10d4 | 2008-01-11 01:52:36 -0500 | [diff] [blame] | 9118 | struct lpfc_dmabuf *buf_ptr; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9119 | unsigned long flags = 0; |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 9120 | int i; |
| 9121 | |
| 9122 | /* Shutdown the mailbox command sub-system */ |
James Smart | 618a523 | 2012-06-12 13:54:36 -0400 | [diff] [blame] | 9123 | lpfc_sli_mbox_sys_shutdown(phba, LPFC_MBX_WAIT); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9124 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9125 | lpfc_hba_down_prep(phba); |
| 9126 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 9127 | lpfc_fabric_abort_hba(phba); |
| 9128 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9129 | spin_lock_irqsave(&phba->hbalock, flags); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9130 | for (i = 0; i < psli->num_rings; i++) { |
| 9131 | pring = &psli->ring[i]; |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 9132 | /* Only slow rings */ |
| 9133 | if (pring->ringno == LPFC_ELS_RING) { |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 9134 | pring->flag |= LPFC_DEFERRED_RING_EVENT; |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 9135 | /* Set the lpfc data pending flag */ |
| 9136 | set_bit(LPFC_DATA_READY, &phba->data_flags); |
| 9137 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9138 | |
| 9139 | /* |
| 9140 | * Error everything on the txq since these iocbs have not been |
| 9141 | * given to the FW yet. |
| 9142 | */ |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 9143 | list_splice_init(&pring->txq, &completions); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9144 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9145 | spin_unlock_irqrestore(&phba->hbalock, flags); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9146 | |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 9147 | /* Cancel all the IOCBs from the completions list */ |
| 9148 | lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT, |
| 9149 | IOERR_SLI_DOWN); |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 9150 | |
James Smart | 0ff10d4 | 2008-01-11 01:52:36 -0500 | [diff] [blame] | 9151 | spin_lock_irqsave(&phba->hbalock, flags); |
| 9152 | list_splice_init(&phba->elsbuf, &completions); |
| 9153 | phba->elsbuf_cnt = 0; |
| 9154 | phba->elsbuf_prev_cnt = 0; |
| 9155 | spin_unlock_irqrestore(&phba->hbalock, flags); |
| 9156 | |
| 9157 | while (!list_empty(&completions)) { |
| 9158 | list_remove_head(&completions, buf_ptr, |
| 9159 | struct lpfc_dmabuf, list); |
| 9160 | lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys); |
| 9161 | kfree(buf_ptr); |
| 9162 | } |
| 9163 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9164 | /* Return any active mbox cmds */ |
| 9165 | del_timer_sync(&psli->mbox_tmo); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 9166 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 9167 | spin_lock_irqsave(&phba->pport->work_port_lock, flags); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 9168 | phba->pport->work_port_events &= ~WORKER_MBOX_TMO; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 9169 | spin_unlock_irqrestore(&phba->pport->work_port_lock, flags); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 9170 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 9171 | return 1; |
| 9172 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 9173 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 9174 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 9175 | * lpfc_sli_pcimem_bcopy - SLI memory copy function |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9176 | * @srcp: Source memory pointer. |
| 9177 | * @destp: Destination memory pointer. |
| 9178 | * @cnt: Number of words required to be copied. |
| 9179 | * |
| 9180 | * This function is used for copying data between driver memory |
| 9181 | * and the SLI memory. This function also changes the endianness |
| 9182 | * of each word if native endianness is different from SLI |
| 9183 | * endianness. This function can be called with or without |
| 9184 | * lock. |
| 9185 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9186 | void |
| 9187 | lpfc_sli_pcimem_bcopy(void *srcp, void *destp, uint32_t cnt) |
| 9188 | { |
| 9189 | uint32_t *src = srcp; |
| 9190 | uint32_t *dest = destp; |
| 9191 | uint32_t ldata; |
| 9192 | int i; |
| 9193 | |
| 9194 | for (i = 0; i < (int)cnt; i += sizeof (uint32_t)) { |
| 9195 | ldata = *src; |
| 9196 | ldata = le32_to_cpu(ldata); |
| 9197 | *dest = ldata; |
| 9198 | src++; |
| 9199 | dest++; |
| 9200 | } |
| 9201 | } |
| 9202 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9203 | |
| 9204 | /** |
James Smart | a0c87cb | 2009-07-19 10:01:10 -0400 | [diff] [blame] | 9205 | * lpfc_sli_bemem_bcopy - SLI memory copy function |
| 9206 | * @srcp: Source memory pointer. |
| 9207 | * @destp: Destination memory pointer. |
| 9208 | * @cnt: Number of words required to be copied. |
| 9209 | * |
| 9210 | * This function is used for copying data between a data structure |
| 9211 | * with big endian representation to local endianness. |
| 9212 | * This function can be called with or without lock. |
| 9213 | **/ |
| 9214 | void |
| 9215 | lpfc_sli_bemem_bcopy(void *srcp, void *destp, uint32_t cnt) |
| 9216 | { |
| 9217 | uint32_t *src = srcp; |
| 9218 | uint32_t *dest = destp; |
| 9219 | uint32_t ldata; |
| 9220 | int i; |
| 9221 | |
| 9222 | for (i = 0; i < (int)cnt; i += sizeof(uint32_t)) { |
| 9223 | ldata = *src; |
| 9224 | ldata = be32_to_cpu(ldata); |
| 9225 | *dest = ldata; |
| 9226 | src++; |
| 9227 | dest++; |
| 9228 | } |
| 9229 | } |
| 9230 | |
| 9231 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 9232 | * lpfc_sli_ringpostbuf_put - Function to add a buffer to postbufq |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9233 | * @phba: Pointer to HBA context object. |
| 9234 | * @pring: Pointer to driver SLI ring object. |
| 9235 | * @mp: Pointer to driver buffer object. |
| 9236 | * |
| 9237 | * This function is called with no lock held. |
| 9238 | * It always return zero after adding the buffer to the postbufq |
| 9239 | * buffer list. |
| 9240 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9241 | int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9242 | lpfc_sli_ringpostbuf_put(struct lpfc_hba *phba, struct lpfc_sli_ring *pring, |
| 9243 | struct lpfc_dmabuf *mp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9244 | { |
| 9245 | /* Stick struct lpfc_dmabuf at end of postbufq so driver can look it up |
| 9246 | later */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9247 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9248 | list_add_tail(&mp->list, &pring->postbufq); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9249 | pring->postbufq_cnt++; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9250 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9251 | return 0; |
| 9252 | } |
| 9253 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9254 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 9255 | * lpfc_sli_get_buffer_tag - allocates a tag for a CMD_QUE_XRI64_CX buffer |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9256 | * @phba: Pointer to HBA context object. |
| 9257 | * |
| 9258 | * When HBQ is enabled, buffers are searched based on tags. This function |
| 9259 | * allocates a tag for buffer posted using CMD_QUE_XRI64_CX iocb. The |
| 9260 | * tag is bit wise or-ed with QUE_BUFTAG_BIT to make sure that the tag |
| 9261 | * does not conflict with tags of buffer posted for unsolicited events. |
| 9262 | * The function returns the allocated tag. The function is called with |
| 9263 | * no locks held. |
| 9264 | **/ |
James Smart | 76bb24e | 2007-10-27 13:38:00 -0400 | [diff] [blame] | 9265 | uint32_t |
| 9266 | lpfc_sli_get_buffer_tag(struct lpfc_hba *phba) |
| 9267 | { |
| 9268 | spin_lock_irq(&phba->hbalock); |
| 9269 | phba->buffer_tag_count++; |
| 9270 | /* |
| 9271 | * Always set the QUE_BUFTAG_BIT to distiguish between |
| 9272 | * a tag assigned by HBQ. |
| 9273 | */ |
| 9274 | phba->buffer_tag_count |= QUE_BUFTAG_BIT; |
| 9275 | spin_unlock_irq(&phba->hbalock); |
| 9276 | return phba->buffer_tag_count; |
| 9277 | } |
| 9278 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9279 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 9280 | * lpfc_sli_ring_taggedbuf_get - find HBQ buffer associated with given tag |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9281 | * @phba: Pointer to HBA context object. |
| 9282 | * @pring: Pointer to driver SLI ring object. |
| 9283 | * @tag: Buffer tag. |
| 9284 | * |
| 9285 | * Buffers posted using CMD_QUE_XRI64_CX iocb are in pring->postbufq |
| 9286 | * list. After HBA DMA data to these buffers, CMD_IOCB_RET_XRI64_CX |
| 9287 | * iocb is posted to the response ring with the tag of the buffer. |
| 9288 | * This function searches the pring->postbufq list using the tag |
| 9289 | * to find buffer associated with CMD_IOCB_RET_XRI64_CX |
| 9290 | * iocb. If the buffer is found then lpfc_dmabuf object of the |
| 9291 | * buffer is returned to the caller else NULL is returned. |
| 9292 | * This function is called with no lock held. |
| 9293 | **/ |
James Smart | 76bb24e | 2007-10-27 13:38:00 -0400 | [diff] [blame] | 9294 | struct lpfc_dmabuf * |
| 9295 | lpfc_sli_ring_taggedbuf_get(struct lpfc_hba *phba, struct lpfc_sli_ring *pring, |
| 9296 | uint32_t tag) |
| 9297 | { |
| 9298 | struct lpfc_dmabuf *mp, *next_mp; |
| 9299 | struct list_head *slp = &pring->postbufq; |
| 9300 | |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 9301 | /* Search postbufq, from the beginning, looking for a match on tag */ |
James Smart | 76bb24e | 2007-10-27 13:38:00 -0400 | [diff] [blame] | 9302 | spin_lock_irq(&phba->hbalock); |
| 9303 | list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) { |
| 9304 | if (mp->buffer_tag == tag) { |
| 9305 | list_del_init(&mp->list); |
| 9306 | pring->postbufq_cnt--; |
| 9307 | spin_unlock_irq(&phba->hbalock); |
| 9308 | return mp; |
| 9309 | } |
| 9310 | } |
| 9311 | |
| 9312 | spin_unlock_irq(&phba->hbalock); |
| 9313 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 9314 | "0402 Cannot find virtual addr for buffer tag on " |
James Smart | 76bb24e | 2007-10-27 13:38:00 -0400 | [diff] [blame] | 9315 | "ring %d Data x%lx x%p x%p x%x\n", |
| 9316 | pring->ringno, (unsigned long) tag, |
| 9317 | slp->next, slp->prev, pring->postbufq_cnt); |
| 9318 | |
| 9319 | return NULL; |
| 9320 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9321 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9322 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 9323 | * lpfc_sli_ringpostbuf_get - search buffers for unsolicited CT and ELS events |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9324 | * @phba: Pointer to HBA context object. |
| 9325 | * @pring: Pointer to driver SLI ring object. |
| 9326 | * @phys: DMA address of the buffer. |
| 9327 | * |
| 9328 | * This function searches the buffer list using the dma_address |
| 9329 | * of unsolicited event to find the driver's lpfc_dmabuf object |
| 9330 | * corresponding to the dma_address. The function returns the |
| 9331 | * lpfc_dmabuf object if a buffer is found else it returns NULL. |
| 9332 | * This function is called by the ct and els unsolicited event |
| 9333 | * handlers to get the buffer associated with the unsolicited |
| 9334 | * event. |
| 9335 | * |
| 9336 | * This function is called with no lock held. |
| 9337 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9338 | struct lpfc_dmabuf * |
| 9339 | lpfc_sli_ringpostbuf_get(struct lpfc_hba *phba, struct lpfc_sli_ring *pring, |
| 9340 | dma_addr_t phys) |
| 9341 | { |
| 9342 | struct lpfc_dmabuf *mp, *next_mp; |
| 9343 | struct list_head *slp = &pring->postbufq; |
| 9344 | |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 9345 | /* Search postbufq, from the beginning, looking for a match on phys */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9346 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9347 | list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) { |
| 9348 | if (mp->phys == phys) { |
| 9349 | list_del_init(&mp->list); |
| 9350 | pring->postbufq_cnt--; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9351 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9352 | return mp; |
| 9353 | } |
| 9354 | } |
| 9355 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9356 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9357 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 9358 | "0410 Cannot find virtual addr for mapped buf on " |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9359 | "ring %d Data x%llx x%p x%p x%x\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 9360 | pring->ringno, (unsigned long long)phys, |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9361 | slp->next, slp->prev, pring->postbufq_cnt); |
| 9362 | return NULL; |
| 9363 | } |
| 9364 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9365 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 9366 | * lpfc_sli_abort_els_cmpl - Completion handler for the els abort iocbs |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9367 | * @phba: Pointer to HBA context object. |
| 9368 | * @cmdiocb: Pointer to driver command iocb object. |
| 9369 | * @rspiocb: Pointer to driver response iocb object. |
| 9370 | * |
| 9371 | * This function is the completion handler for the abort iocbs for |
| 9372 | * ELS commands. This function is called from the ELS ring event |
| 9373 | * handler with no lock held. This function frees memory resources |
| 9374 | * associated with the abort iocb. |
| 9375 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9376 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9377 | lpfc_sli_abort_els_cmpl(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb, |
| 9378 | struct lpfc_iocbq *rspiocb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9379 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9380 | IOCB_t *irsp = &rspiocb->iocb; |
James Smart | 2680eea | 2007-04-25 09:52:55 -0400 | [diff] [blame] | 9381 | uint16_t abort_iotag, abort_context; |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 9382 | struct lpfc_iocbq *abort_iocb = NULL; |
James Smart | 2680eea | 2007-04-25 09:52:55 -0400 | [diff] [blame] | 9383 | |
| 9384 | if (irsp->ulpStatus) { |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 9385 | |
| 9386 | /* |
| 9387 | * Assume that the port already completed and returned, or |
| 9388 | * will return the iocb. Just Log the message. |
| 9389 | */ |
James Smart | 2680eea | 2007-04-25 09:52:55 -0400 | [diff] [blame] | 9390 | abort_context = cmdiocb->iocb.un.acxri.abortContextTag; |
| 9391 | abort_iotag = cmdiocb->iocb.un.acxri.abortIoTag; |
| 9392 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9393 | spin_lock_irq(&phba->hbalock); |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 9394 | if (phba->sli_rev < LPFC_SLI_REV4) { |
| 9395 | if (abort_iotag != 0 && |
| 9396 | abort_iotag <= phba->sli.last_iotag) |
| 9397 | abort_iocb = |
| 9398 | phba->sli.iocbq_lookup[abort_iotag]; |
| 9399 | } else |
| 9400 | /* For sli4 the abort_tag is the XRI, |
| 9401 | * so the abort routine puts the iotag of the iocb |
| 9402 | * being aborted in the context field of the abort |
| 9403 | * IOCB. |
| 9404 | */ |
| 9405 | abort_iocb = phba->sli.iocbq_lookup[abort_context]; |
James Smart | 2680eea | 2007-04-25 09:52:55 -0400 | [diff] [blame] | 9406 | |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 9407 | lpfc_printf_log(phba, KERN_WARNING, LOG_ELS | LOG_SLI, |
| 9408 | "0327 Cannot abort els iocb %p " |
| 9409 | "with tag %x context %x, abort status %x, " |
| 9410 | "abort code %x\n", |
| 9411 | abort_iocb, abort_iotag, abort_context, |
| 9412 | irsp->ulpStatus, irsp->un.ulpWord[4]); |
James Smart | 2680eea | 2007-04-25 09:52:55 -0400 | [diff] [blame] | 9413 | |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 9414 | spin_unlock_irq(&phba->hbalock); |
James Smart | 2680eea | 2007-04-25 09:52:55 -0400 | [diff] [blame] | 9415 | } |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 9416 | lpfc_sli_release_iocbq(phba, cmdiocb); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9417 | return; |
| 9418 | } |
| 9419 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9420 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 9421 | * lpfc_ignore_els_cmpl - Completion handler for aborted ELS command |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9422 | * @phba: Pointer to HBA context object. |
| 9423 | * @cmdiocb: Pointer to driver command iocb object. |
| 9424 | * @rspiocb: Pointer to driver response iocb object. |
| 9425 | * |
| 9426 | * The function is called from SLI ring event handler with no |
| 9427 | * lock held. This function is the completion handler for ELS commands |
| 9428 | * which are aborted. The function frees memory resources used for |
| 9429 | * the aborted ELS commands. |
| 9430 | **/ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 9431 | static void |
| 9432 | lpfc_ignore_els_cmpl(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb, |
| 9433 | struct lpfc_iocbq *rspiocb) |
| 9434 | { |
| 9435 | IOCB_t *irsp = &rspiocb->iocb; |
| 9436 | |
| 9437 | /* ELS cmd tag <ulpIoTag> completes */ |
| 9438 | lpfc_printf_log(phba, KERN_INFO, LOG_ELS, |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 9439 | "0139 Ignoring ELS cmd tag x%x completion Data: " |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 9440 | "x%x x%x x%x\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 9441 | irsp->ulpIoTag, irsp->ulpStatus, |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 9442 | irsp->un.ulpWord[4], irsp->ulpTimeout); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 9443 | if (cmdiocb->iocb.ulpCommand == CMD_GEN_REQUEST64_CR) |
| 9444 | lpfc_ct_free_iocb(phba, cmdiocb); |
| 9445 | else |
| 9446 | lpfc_els_free_iocb(phba, cmdiocb); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 9447 | return; |
| 9448 | } |
| 9449 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9450 | /** |
James Smart | 5af5eee | 2010-10-22 11:06:38 -0400 | [diff] [blame] | 9451 | * lpfc_sli_abort_iotag_issue - Issue abort for a command iocb |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9452 | * @phba: Pointer to HBA context object. |
| 9453 | * @pring: Pointer to driver SLI ring object. |
| 9454 | * @cmdiocb: Pointer to driver command iocb object. |
| 9455 | * |
James Smart | 5af5eee | 2010-10-22 11:06:38 -0400 | [diff] [blame] | 9456 | * This function issues an abort iocb for the provided command iocb down to |
| 9457 | * the port. Other than the case the outstanding command iocb is an abort |
| 9458 | * request, this function issues abort out unconditionally. This function is |
| 9459 | * called with hbalock held. The function returns 0 when it fails due to |
| 9460 | * memory allocation failure or when the command iocb is an abort request. |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9461 | **/ |
James Smart | 5af5eee | 2010-10-22 11:06:38 -0400 | [diff] [blame] | 9462 | static int |
| 9463 | lpfc_sli_abort_iotag_issue(struct lpfc_hba *phba, struct lpfc_sli_ring *pring, |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9464 | struct lpfc_iocbq *cmdiocb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9465 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9466 | struct lpfc_vport *vport = cmdiocb->vport; |
James.Smart@Emulex.Com | 0bd4ca2 | 2005-10-28 20:30:02 -0400 | [diff] [blame] | 9467 | struct lpfc_iocbq *abtsiocbp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9468 | IOCB_t *icmd = NULL; |
| 9469 | IOCB_t *iabt = NULL; |
James Smart | 5af5eee | 2010-10-22 11:06:38 -0400 | [diff] [blame] | 9470 | int retval; |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 9471 | unsigned long iflags; |
James Smart | 0795107 | 2007-04-25 09:51:38 -0400 | [diff] [blame] | 9472 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 9473 | /* |
| 9474 | * There are certain command types we don't want to abort. And we |
| 9475 | * don't want to abort commands that are already in the process of |
| 9476 | * being aborted. |
James Smart | 0795107 | 2007-04-25 09:51:38 -0400 | [diff] [blame] | 9477 | */ |
| 9478 | icmd = &cmdiocb->iocb; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9479 | if (icmd->ulpCommand == CMD_ABORT_XRI_CN || |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 9480 | icmd->ulpCommand == CMD_CLOSE_XRI_CN || |
| 9481 | (cmdiocb->iocb_flag & LPFC_DRIVER_ABORTED) != 0) |
James Smart | 0795107 | 2007-04-25 09:51:38 -0400 | [diff] [blame] | 9482 | return 0; |
| 9483 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9484 | /* issue ABTS for this IOCB based on iotag */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 9485 | abtsiocbp = __lpfc_sli_get_iocbq(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9486 | if (abtsiocbp == NULL) |
| 9487 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9488 | |
James Smart | 0795107 | 2007-04-25 09:51:38 -0400 | [diff] [blame] | 9489 | /* This signals the response to set the correct status |
James Smart | 341af10 | 2010-01-26 23:07:37 -0500 | [diff] [blame] | 9490 | * before calling the completion handler |
James Smart | 0795107 | 2007-04-25 09:51:38 -0400 | [diff] [blame] | 9491 | */ |
| 9492 | cmdiocb->iocb_flag |= LPFC_DRIVER_ABORTED; |
| 9493 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9494 | iabt = &abtsiocbp->iocb; |
James Smart | 0795107 | 2007-04-25 09:51:38 -0400 | [diff] [blame] | 9495 | iabt->un.acxri.abortType = ABORT_TYPE_ABTS; |
| 9496 | iabt->un.acxri.abortContextTag = icmd->ulpContext; |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 9497 | if (phba->sli_rev == LPFC_SLI_REV4) { |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 9498 | iabt->un.acxri.abortIoTag = cmdiocb->sli4_xritag; |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 9499 | iabt->un.acxri.abortContextTag = cmdiocb->iotag; |
| 9500 | } |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 9501 | else |
| 9502 | iabt->un.acxri.abortIoTag = icmd->ulpIoTag; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9503 | iabt->ulpLe = 1; |
James Smart | 0795107 | 2007-04-25 09:51:38 -0400 | [diff] [blame] | 9504 | iabt->ulpClass = icmd->ulpClass; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9505 | |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 9506 | /* ABTS WQE must go to the same WQ as the WQE to be aborted */ |
| 9507 | abtsiocbp->fcp_wqidx = cmdiocb->fcp_wqidx; |
James Smart | 341af10 | 2010-01-26 23:07:37 -0500 | [diff] [blame] | 9508 | if (cmdiocb->iocb_flag & LPFC_IO_FCP) |
| 9509 | abtsiocbp->iocb_flag |= LPFC_USE_FCPWQIDX; |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 9510 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9511 | if (phba->link_state >= LPFC_LINK_UP) |
James Smart | 0795107 | 2007-04-25 09:51:38 -0400 | [diff] [blame] | 9512 | iabt->ulpCommand = CMD_ABORT_XRI_CN; |
| 9513 | else |
| 9514 | iabt->ulpCommand = CMD_CLOSE_XRI_CN; |
| 9515 | |
| 9516 | abtsiocbp->iocb_cmpl = lpfc_sli_abort_els_cmpl; |
James Smart | 5b8bd0c | 2007-04-25 09:52:49 -0400 | [diff] [blame] | 9517 | |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 9518 | lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI, |
| 9519 | "0339 Abort xri x%x, original iotag x%x, " |
| 9520 | "abort cmd iotag x%x\n", |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 9521 | iabt->un.acxri.abortIoTag, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 9522 | iabt->un.acxri.abortContextTag, |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 9523 | abtsiocbp->iotag); |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 9524 | |
| 9525 | if (phba->sli_rev == LPFC_SLI_REV4) { |
| 9526 | /* Note: both hbalock and ring_lock need to be set here */ |
| 9527 | spin_lock_irqsave(&pring->ring_lock, iflags); |
| 9528 | retval = __lpfc_sli_issue_iocb(phba, pring->ringno, |
| 9529 | abtsiocbp, 0); |
| 9530 | spin_unlock_irqrestore(&pring->ring_lock, iflags); |
| 9531 | } else { |
| 9532 | retval = __lpfc_sli_issue_iocb(phba, pring->ringno, |
| 9533 | abtsiocbp, 0); |
| 9534 | } |
James Smart | 0795107 | 2007-04-25 09:51:38 -0400 | [diff] [blame] | 9535 | |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 9536 | if (retval) |
| 9537 | __lpfc_sli_release_iocbq(phba, abtsiocbp); |
James Smart | 5af5eee | 2010-10-22 11:06:38 -0400 | [diff] [blame] | 9538 | |
| 9539 | /* |
| 9540 | * Caller to this routine should check for IOCB_ERROR |
| 9541 | * and handle it properly. This routine no longer removes |
| 9542 | * iocb off txcmplq and call compl in case of IOCB_ERROR. |
| 9543 | */ |
| 9544 | return retval; |
| 9545 | } |
| 9546 | |
| 9547 | /** |
| 9548 | * lpfc_sli_issue_abort_iotag - Abort function for a command iocb |
| 9549 | * @phba: Pointer to HBA context object. |
| 9550 | * @pring: Pointer to driver SLI ring object. |
| 9551 | * @cmdiocb: Pointer to driver command iocb object. |
| 9552 | * |
| 9553 | * This function issues an abort iocb for the provided command iocb. In case |
| 9554 | * of unloading, the abort iocb will not be issued to commands on the ELS |
| 9555 | * ring. Instead, the callback function shall be changed to those commands |
| 9556 | * so that nothing happens when them finishes. This function is called with |
| 9557 | * hbalock held. The function returns 0 when the command iocb is an abort |
| 9558 | * request. |
| 9559 | **/ |
| 9560 | int |
| 9561 | lpfc_sli_issue_abort_iotag(struct lpfc_hba *phba, struct lpfc_sli_ring *pring, |
| 9562 | struct lpfc_iocbq *cmdiocb) |
| 9563 | { |
| 9564 | struct lpfc_vport *vport = cmdiocb->vport; |
| 9565 | int retval = IOCB_ERROR; |
| 9566 | IOCB_t *icmd = NULL; |
| 9567 | |
| 9568 | /* |
| 9569 | * There are certain command types we don't want to abort. And we |
| 9570 | * don't want to abort commands that are already in the process of |
| 9571 | * being aborted. |
| 9572 | */ |
| 9573 | icmd = &cmdiocb->iocb; |
| 9574 | if (icmd->ulpCommand == CMD_ABORT_XRI_CN || |
| 9575 | icmd->ulpCommand == CMD_CLOSE_XRI_CN || |
| 9576 | (cmdiocb->iocb_flag & LPFC_DRIVER_ABORTED) != 0) |
| 9577 | return 0; |
| 9578 | |
| 9579 | /* |
| 9580 | * If we're unloading, don't abort iocb on the ELS ring, but change |
| 9581 | * the callback so that nothing happens when it finishes. |
| 9582 | */ |
| 9583 | if ((vport->load_flag & FC_UNLOADING) && |
| 9584 | (pring->ringno == LPFC_ELS_RING)) { |
| 9585 | if (cmdiocb->iocb_flag & LPFC_IO_FABRIC) |
| 9586 | cmdiocb->fabric_iocb_cmpl = lpfc_ignore_els_cmpl; |
| 9587 | else |
| 9588 | cmdiocb->iocb_cmpl = lpfc_ignore_els_cmpl; |
| 9589 | goto abort_iotag_exit; |
| 9590 | } |
| 9591 | |
| 9592 | /* Now, we try to issue the abort to the cmdiocb out */ |
| 9593 | retval = lpfc_sli_abort_iotag_issue(phba, pring, cmdiocb); |
| 9594 | |
James Smart | 0795107 | 2007-04-25 09:51:38 -0400 | [diff] [blame] | 9595 | abort_iotag_exit: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9596 | /* |
| 9597 | * Caller to this routine should check for IOCB_ERROR |
| 9598 | * and handle it properly. This routine no longer removes |
| 9599 | * iocb off txcmplq and call compl in case of IOCB_ERROR. |
James Smart | 0795107 | 2007-04-25 09:51:38 -0400 | [diff] [blame] | 9600 | */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9601 | return retval; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9602 | } |
| 9603 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9604 | /** |
James Smart | 5af5eee | 2010-10-22 11:06:38 -0400 | [diff] [blame] | 9605 | * lpfc_sli_iocb_ring_abort - Unconditionally abort all iocbs on an iocb ring |
| 9606 | * @phba: Pointer to HBA context object. |
| 9607 | * @pring: Pointer to driver SLI ring object. |
| 9608 | * |
| 9609 | * This function aborts all iocbs in the given ring and frees all the iocb |
| 9610 | * objects in txq. This function issues abort iocbs unconditionally for all |
| 9611 | * the iocb commands in txcmplq. The iocbs in the txcmplq is not guaranteed |
| 9612 | * to complete before the return of this function. The caller is not required |
| 9613 | * to hold any locks. |
| 9614 | **/ |
| 9615 | static void |
| 9616 | lpfc_sli_iocb_ring_abort(struct lpfc_hba *phba, struct lpfc_sli_ring *pring) |
| 9617 | { |
| 9618 | LIST_HEAD(completions); |
| 9619 | struct lpfc_iocbq *iocb, *next_iocb; |
| 9620 | |
| 9621 | if (pring->ringno == LPFC_ELS_RING) |
| 9622 | lpfc_fabric_abort_hba(phba); |
| 9623 | |
| 9624 | spin_lock_irq(&phba->hbalock); |
| 9625 | |
| 9626 | /* Take off all the iocbs on txq for cancelling */ |
| 9627 | list_splice_init(&pring->txq, &completions); |
| 9628 | pring->txq_cnt = 0; |
| 9629 | |
| 9630 | /* Next issue ABTS for everything on the txcmplq */ |
| 9631 | list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) |
| 9632 | lpfc_sli_abort_iotag_issue(phba, pring, iocb); |
| 9633 | |
| 9634 | spin_unlock_irq(&phba->hbalock); |
| 9635 | |
| 9636 | /* Cancel all the IOCBs from the completions list */ |
| 9637 | lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT, |
| 9638 | IOERR_SLI_ABORTED); |
| 9639 | } |
| 9640 | |
| 9641 | /** |
| 9642 | * lpfc_sli_hba_iocb_abort - Abort all iocbs to an hba. |
| 9643 | * @phba: pointer to lpfc HBA data structure. |
| 9644 | * |
| 9645 | * This routine will abort all pending and outstanding iocbs to an HBA. |
| 9646 | **/ |
| 9647 | void |
| 9648 | lpfc_sli_hba_iocb_abort(struct lpfc_hba *phba) |
| 9649 | { |
| 9650 | struct lpfc_sli *psli = &phba->sli; |
| 9651 | struct lpfc_sli_ring *pring; |
| 9652 | int i; |
| 9653 | |
| 9654 | for (i = 0; i < psli->num_rings; i++) { |
| 9655 | pring = &psli->ring[i]; |
| 9656 | lpfc_sli_iocb_ring_abort(phba, pring); |
| 9657 | } |
| 9658 | } |
| 9659 | |
| 9660 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 9661 | * lpfc_sli_validate_fcp_iocb - find commands associated with a vport or LUN |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9662 | * @iocbq: Pointer to driver iocb object. |
| 9663 | * @vport: Pointer to driver virtual port object. |
| 9664 | * @tgt_id: SCSI ID of the target. |
| 9665 | * @lun_id: LUN ID of the scsi device. |
| 9666 | * @ctx_cmd: LPFC_CTX_LUN/LPFC_CTX_TGT/LPFC_CTX_HOST |
| 9667 | * |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 9668 | * This function acts as an iocb filter for functions which abort or count |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9669 | * all FCP iocbs pending on a lun/SCSI target/SCSI host. It will return |
| 9670 | * 0 if the filtering criteria is met for the given iocb and will return |
| 9671 | * 1 if the filtering criteria is not met. |
| 9672 | * If ctx_cmd == LPFC_CTX_LUN, the function returns 0 only if the |
| 9673 | * given iocb is for the SCSI device specified by vport, tgt_id and |
| 9674 | * lun_id parameter. |
| 9675 | * If ctx_cmd == LPFC_CTX_TGT, the function returns 0 only if the |
| 9676 | * given iocb is for the SCSI target specified by vport and tgt_id |
| 9677 | * parameters. |
| 9678 | * If ctx_cmd == LPFC_CTX_HOST, the function returns 0 only if the |
| 9679 | * given iocb is for the SCSI host associated with the given vport. |
| 9680 | * This function is called with no locks held. |
| 9681 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9682 | static int |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 9683 | lpfc_sli_validate_fcp_iocb(struct lpfc_iocbq *iocbq, struct lpfc_vport *vport, |
| 9684 | uint16_t tgt_id, uint64_t lun_id, |
James.Smart@Emulex.Com | 0bd4ca2 | 2005-10-28 20:30:02 -0400 | [diff] [blame] | 9685 | lpfc_ctx_cmd ctx_cmd) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9686 | { |
James.Smart@Emulex.Com | 0bd4ca2 | 2005-10-28 20:30:02 -0400 | [diff] [blame] | 9687 | struct lpfc_scsi_buf *lpfc_cmd; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9688 | int rc = 1; |
| 9689 | |
James.Smart@Emulex.Com | 0bd4ca2 | 2005-10-28 20:30:02 -0400 | [diff] [blame] | 9690 | if (!(iocbq->iocb_flag & LPFC_IO_FCP)) |
| 9691 | return rc; |
| 9692 | |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 9693 | if (iocbq->vport != vport) |
| 9694 | return rc; |
| 9695 | |
James.Smart@Emulex.Com | 0bd4ca2 | 2005-10-28 20:30:02 -0400 | [diff] [blame] | 9696 | lpfc_cmd = container_of(iocbq, struct lpfc_scsi_buf, cur_iocbq); |
James.Smart@Emulex.Com | 0bd4ca2 | 2005-10-28 20:30:02 -0400 | [diff] [blame] | 9697 | |
James Smart | 495a714 | 2008-06-14 22:52:59 -0400 | [diff] [blame] | 9698 | if (lpfc_cmd->pCmd == NULL) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9699 | return rc; |
| 9700 | |
| 9701 | switch (ctx_cmd) { |
| 9702 | case LPFC_CTX_LUN: |
James Smart | 495a714 | 2008-06-14 22:52:59 -0400 | [diff] [blame] | 9703 | if ((lpfc_cmd->rdata->pnode) && |
| 9704 | (lpfc_cmd->rdata->pnode->nlp_sid == tgt_id) && |
| 9705 | (scsilun_to_int(&lpfc_cmd->fcp_cmnd->fcp_lun) == lun_id)) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9706 | rc = 0; |
| 9707 | break; |
| 9708 | case LPFC_CTX_TGT: |
James Smart | 495a714 | 2008-06-14 22:52:59 -0400 | [diff] [blame] | 9709 | if ((lpfc_cmd->rdata->pnode) && |
| 9710 | (lpfc_cmd->rdata->pnode->nlp_sid == tgt_id)) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9711 | rc = 0; |
| 9712 | break; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9713 | case LPFC_CTX_HOST: |
| 9714 | rc = 0; |
| 9715 | break; |
| 9716 | default: |
| 9717 | printk(KERN_ERR "%s: Unknown context cmd type, value %d\n", |
Harvey Harrison | cadbd4a | 2008-07-03 23:47:27 -0700 | [diff] [blame] | 9718 | __func__, ctx_cmd); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9719 | break; |
| 9720 | } |
| 9721 | |
| 9722 | return rc; |
| 9723 | } |
| 9724 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9725 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 9726 | * lpfc_sli_sum_iocb - Function to count the number of FCP iocbs pending |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9727 | * @vport: Pointer to virtual port. |
| 9728 | * @tgt_id: SCSI ID of the target. |
| 9729 | * @lun_id: LUN ID of the scsi device. |
| 9730 | * @ctx_cmd: LPFC_CTX_LUN/LPFC_CTX_TGT/LPFC_CTX_HOST. |
| 9731 | * |
| 9732 | * This function returns number of FCP commands pending for the vport. |
| 9733 | * When ctx_cmd == LPFC_CTX_LUN, the function returns number of FCP |
| 9734 | * commands pending on the vport associated with SCSI device specified |
| 9735 | * by tgt_id and lun_id parameters. |
| 9736 | * When ctx_cmd == LPFC_CTX_TGT, the function returns number of FCP |
| 9737 | * commands pending on the vport associated with SCSI target specified |
| 9738 | * by tgt_id parameter. |
| 9739 | * When ctx_cmd == LPFC_CTX_HOST, the function returns number of FCP |
| 9740 | * commands pending on the vport. |
| 9741 | * This function returns the number of iocbs which satisfy the filter. |
| 9742 | * This function is called without any lock held. |
| 9743 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9744 | int |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 9745 | lpfc_sli_sum_iocb(struct lpfc_vport *vport, uint16_t tgt_id, uint64_t lun_id, |
| 9746 | lpfc_ctx_cmd ctx_cmd) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9747 | { |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 9748 | struct lpfc_hba *phba = vport->phba; |
James.Smart@Emulex.Com | 0bd4ca2 | 2005-10-28 20:30:02 -0400 | [diff] [blame] | 9749 | struct lpfc_iocbq *iocbq; |
| 9750 | int sum, i; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9751 | |
James.Smart@Emulex.Com | 0bd4ca2 | 2005-10-28 20:30:02 -0400 | [diff] [blame] | 9752 | for (i = 1, sum = 0; i <= phba->sli.last_iotag; i++) { |
| 9753 | iocbq = phba->sli.iocbq_lookup[i]; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9754 | |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 9755 | if (lpfc_sli_validate_fcp_iocb (iocbq, vport, tgt_id, lun_id, |
| 9756 | ctx_cmd) == 0) |
James.Smart@Emulex.Com | 0bd4ca2 | 2005-10-28 20:30:02 -0400 | [diff] [blame] | 9757 | sum++; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9758 | } |
James.Smart@Emulex.Com | 0bd4ca2 | 2005-10-28 20:30:02 -0400 | [diff] [blame] | 9759 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9760 | return sum; |
| 9761 | } |
| 9762 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9763 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 9764 | * lpfc_sli_abort_fcp_cmpl - Completion handler function for aborted FCP IOCBs |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9765 | * @phba: Pointer to HBA context object |
| 9766 | * @cmdiocb: Pointer to command iocb object. |
| 9767 | * @rspiocb: Pointer to response iocb object. |
| 9768 | * |
| 9769 | * This function is called when an aborted FCP iocb completes. This |
| 9770 | * function is called by the ring event handler with no lock held. |
| 9771 | * This function frees the iocb. |
| 9772 | **/ |
James.Smart@Emulex.Com | 5eb95af | 2005-06-25 10:34:30 -0400 | [diff] [blame] | 9773 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9774 | lpfc_sli_abort_fcp_cmpl(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb, |
| 9775 | struct lpfc_iocbq *rspiocb) |
James.Smart@Emulex.Com | 5eb95af | 2005-06-25 10:34:30 -0400 | [diff] [blame] | 9776 | { |
James Smart | cb69f7d | 2011-12-13 13:21:57 -0500 | [diff] [blame] | 9777 | lpfc_printf_log(phba, KERN_INFO, LOG_SLI, |
| 9778 | "3096 ABORT_XRI_CN completing on xri x%x " |
| 9779 | "original iotag x%x, abort cmd iotag x%x " |
| 9780 | "status 0x%x, reason 0x%x\n", |
| 9781 | cmdiocb->iocb.un.acxri.abortContextTag, |
| 9782 | cmdiocb->iocb.un.acxri.abortIoTag, |
| 9783 | cmdiocb->iotag, rspiocb->iocb.ulpStatus, |
| 9784 | rspiocb->iocb.un.ulpWord[4]); |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 9785 | lpfc_sli_release_iocbq(phba, cmdiocb); |
James.Smart@Emulex.Com | 5eb95af | 2005-06-25 10:34:30 -0400 | [diff] [blame] | 9786 | return; |
| 9787 | } |
| 9788 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9789 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 9790 | * lpfc_sli_abort_iocb - issue abort for all commands on a host/target/LUN |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9791 | * @vport: Pointer to virtual port. |
| 9792 | * @pring: Pointer to driver SLI ring object. |
| 9793 | * @tgt_id: SCSI ID of the target. |
| 9794 | * @lun_id: LUN ID of the scsi device. |
| 9795 | * @abort_cmd: LPFC_CTX_LUN/LPFC_CTX_TGT/LPFC_CTX_HOST. |
| 9796 | * |
| 9797 | * This function sends an abort command for every SCSI command |
| 9798 | * associated with the given virtual port pending on the ring |
| 9799 | * filtered by lpfc_sli_validate_fcp_iocb function. |
| 9800 | * When abort_cmd == LPFC_CTX_LUN, the function sends abort only to the |
| 9801 | * FCP iocbs associated with lun specified by tgt_id and lun_id |
| 9802 | * parameters |
| 9803 | * When abort_cmd == LPFC_CTX_TGT, the function sends abort only to the |
| 9804 | * FCP iocbs associated with SCSI target specified by tgt_id parameter. |
| 9805 | * When abort_cmd == LPFC_CTX_HOST, the function sends abort to all |
| 9806 | * FCP iocbs associated with virtual port. |
| 9807 | * This function returns number of iocbs it failed to abort. |
| 9808 | * This function is called with no locks held. |
| 9809 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9810 | int |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 9811 | lpfc_sli_abort_iocb(struct lpfc_vport *vport, struct lpfc_sli_ring *pring, |
| 9812 | uint16_t tgt_id, uint64_t lun_id, lpfc_ctx_cmd abort_cmd) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9813 | { |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 9814 | struct lpfc_hba *phba = vport->phba; |
James.Smart@Emulex.Com | 0bd4ca2 | 2005-10-28 20:30:02 -0400 | [diff] [blame] | 9815 | struct lpfc_iocbq *iocbq; |
| 9816 | struct lpfc_iocbq *abtsiocb; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9817 | IOCB_t *cmd = NULL; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9818 | int errcnt = 0, ret_val = 0; |
James.Smart@Emulex.Com | 0bd4ca2 | 2005-10-28 20:30:02 -0400 | [diff] [blame] | 9819 | int i; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9820 | |
James.Smart@Emulex.Com | 0bd4ca2 | 2005-10-28 20:30:02 -0400 | [diff] [blame] | 9821 | for (i = 1; i <= phba->sli.last_iotag; i++) { |
| 9822 | iocbq = phba->sli.iocbq_lookup[i]; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9823 | |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 9824 | if (lpfc_sli_validate_fcp_iocb(iocbq, vport, tgt_id, lun_id, |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9825 | abort_cmd) != 0) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9826 | continue; |
| 9827 | |
| 9828 | /* issue ABTS for this IOCB based on iotag */ |
James.Smart@Emulex.Com | 0bd4ca2 | 2005-10-28 20:30:02 -0400 | [diff] [blame] | 9829 | abtsiocb = lpfc_sli_get_iocbq(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9830 | if (abtsiocb == NULL) { |
| 9831 | errcnt++; |
| 9832 | continue; |
| 9833 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9834 | |
James.Smart@Emulex.Com | 0bd4ca2 | 2005-10-28 20:30:02 -0400 | [diff] [blame] | 9835 | cmd = &iocbq->iocb; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9836 | abtsiocb->iocb.un.acxri.abortType = ABORT_TYPE_ABTS; |
| 9837 | abtsiocb->iocb.un.acxri.abortContextTag = cmd->ulpContext; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 9838 | if (phba->sli_rev == LPFC_SLI_REV4) |
| 9839 | abtsiocb->iocb.un.acxri.abortIoTag = iocbq->sli4_xritag; |
| 9840 | else |
| 9841 | abtsiocb->iocb.un.acxri.abortIoTag = cmd->ulpIoTag; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9842 | abtsiocb->iocb.ulpLe = 1; |
| 9843 | abtsiocb->iocb.ulpClass = cmd->ulpClass; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9844 | abtsiocb->vport = phba->pport; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9845 | |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 9846 | /* ABTS WQE must go to the same WQ as the WQE to be aborted */ |
| 9847 | abtsiocb->fcp_wqidx = iocbq->fcp_wqidx; |
James Smart | 341af10 | 2010-01-26 23:07:37 -0500 | [diff] [blame] | 9848 | if (iocbq->iocb_flag & LPFC_IO_FCP) |
| 9849 | abtsiocb->iocb_flag |= LPFC_USE_FCPWQIDX; |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 9850 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9851 | if (lpfc_is_link_up(phba)) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9852 | abtsiocb->iocb.ulpCommand = CMD_ABORT_XRI_CN; |
| 9853 | else |
| 9854 | abtsiocb->iocb.ulpCommand = CMD_CLOSE_XRI_CN; |
| 9855 | |
James.Smart@Emulex.Com | 5eb95af | 2005-06-25 10:34:30 -0400 | [diff] [blame] | 9856 | /* Setup callback routine and issue the command. */ |
| 9857 | abtsiocb->iocb_cmpl = lpfc_sli_abort_fcp_cmpl; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 9858 | ret_val = lpfc_sli_issue_iocb(phba, pring->ringno, |
| 9859 | abtsiocb, 0); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9860 | if (ret_val == IOCB_ERROR) { |
James Bottomley | 604a3e3 | 2005-10-29 10:28:33 -0500 | [diff] [blame] | 9861 | lpfc_sli_release_iocbq(phba, abtsiocb); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9862 | errcnt++; |
| 9863 | continue; |
| 9864 | } |
| 9865 | } |
| 9866 | |
| 9867 | return errcnt; |
| 9868 | } |
| 9869 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9870 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 9871 | * lpfc_sli_wake_iocb_wait - lpfc_sli_issue_iocb_wait's completion handler |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9872 | * @phba: Pointer to HBA context object. |
| 9873 | * @cmdiocbq: Pointer to command iocb. |
| 9874 | * @rspiocbq: Pointer to response iocb. |
| 9875 | * |
| 9876 | * This function is the completion handler for iocbs issued using |
| 9877 | * lpfc_sli_issue_iocb_wait function. This function is called by the |
| 9878 | * ring event handler function without any lock held. This function |
| 9879 | * can be called from both worker thread context and interrupt |
| 9880 | * context. This function also can be called from other thread which |
| 9881 | * cleans up the SLI layer objects. |
| 9882 | * This function copy the contents of the response iocb to the |
| 9883 | * response iocb memory object provided by the caller of |
| 9884 | * lpfc_sli_issue_iocb_wait and then wakes up the thread which |
| 9885 | * sleeps for the iocb completion. |
| 9886 | **/ |
James.Smart@Emulex.Com | 6887692 | 2005-10-28 20:29:47 -0400 | [diff] [blame] | 9887 | static void |
| 9888 | lpfc_sli_wake_iocb_wait(struct lpfc_hba *phba, |
| 9889 | struct lpfc_iocbq *cmdiocbq, |
| 9890 | struct lpfc_iocbq *rspiocbq) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9891 | { |
James.Smart@Emulex.Com | 6887692 | 2005-10-28 20:29:47 -0400 | [diff] [blame] | 9892 | wait_queue_head_t *pdone_q; |
| 9893 | unsigned long iflags; |
James Smart | 0f65ff6 | 2010-02-26 14:14:23 -0500 | [diff] [blame] | 9894 | struct lpfc_scsi_buf *lpfc_cmd; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9895 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9896 | spin_lock_irqsave(&phba->hbalock, iflags); |
James.Smart@Emulex.Com | 6887692 | 2005-10-28 20:29:47 -0400 | [diff] [blame] | 9897 | cmdiocbq->iocb_flag |= LPFC_IO_WAKE; |
| 9898 | if (cmdiocbq->context2 && rspiocbq) |
| 9899 | memcpy(&((struct lpfc_iocbq *)cmdiocbq->context2)->iocb, |
| 9900 | &rspiocbq->iocb, sizeof(IOCB_t)); |
| 9901 | |
James Smart | 0f65ff6 | 2010-02-26 14:14:23 -0500 | [diff] [blame] | 9902 | /* Set the exchange busy flag for task management commands */ |
| 9903 | if ((cmdiocbq->iocb_flag & LPFC_IO_FCP) && |
| 9904 | !(cmdiocbq->iocb_flag & LPFC_IO_LIBDFC)) { |
| 9905 | lpfc_cmd = container_of(cmdiocbq, struct lpfc_scsi_buf, |
| 9906 | cur_iocbq); |
| 9907 | lpfc_cmd->exch_busy = rspiocbq->iocb_flag & LPFC_EXCHANGE_BUSY; |
| 9908 | } |
| 9909 | |
James.Smart@Emulex.Com | 6887692 | 2005-10-28 20:29:47 -0400 | [diff] [blame] | 9910 | pdone_q = cmdiocbq->context_un.wait_queue; |
James.Smart@Emulex.Com | 6887692 | 2005-10-28 20:29:47 -0400 | [diff] [blame] | 9911 | if (pdone_q) |
| 9912 | wake_up(pdone_q); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 9913 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9914 | return; |
| 9915 | } |
| 9916 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9917 | /** |
James Smart | d11e31d | 2009-06-10 17:23:06 -0400 | [diff] [blame] | 9918 | * lpfc_chk_iocb_flg - Test IOCB flag with lock held. |
| 9919 | * @phba: Pointer to HBA context object.. |
| 9920 | * @piocbq: Pointer to command iocb. |
| 9921 | * @flag: Flag to test. |
| 9922 | * |
| 9923 | * This routine grabs the hbalock and then test the iocb_flag to |
| 9924 | * see if the passed in flag is set. |
| 9925 | * Returns: |
| 9926 | * 1 if flag is set. |
| 9927 | * 0 if flag is not set. |
| 9928 | **/ |
| 9929 | static int |
| 9930 | lpfc_chk_iocb_flg(struct lpfc_hba *phba, |
| 9931 | struct lpfc_iocbq *piocbq, uint32_t flag) |
| 9932 | { |
| 9933 | unsigned long iflags; |
| 9934 | int ret; |
| 9935 | |
| 9936 | spin_lock_irqsave(&phba->hbalock, iflags); |
| 9937 | ret = piocbq->iocb_flag & flag; |
| 9938 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 9939 | return ret; |
| 9940 | |
| 9941 | } |
| 9942 | |
| 9943 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 9944 | * lpfc_sli_issue_iocb_wait - Synchronous function to issue iocb commands |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 9945 | * @phba: Pointer to HBA context object.. |
| 9946 | * @pring: Pointer to sli ring. |
| 9947 | * @piocb: Pointer to command iocb. |
| 9948 | * @prspiocbq: Pointer to response iocb. |
| 9949 | * @timeout: Timeout in number of seconds. |
| 9950 | * |
| 9951 | * This function issues the iocb to firmware and waits for the |
| 9952 | * iocb to complete. If the iocb command is not |
| 9953 | * completed within timeout seconds, it returns IOCB_TIMEDOUT. |
| 9954 | * Caller should not free the iocb resources if this function |
| 9955 | * returns IOCB_TIMEDOUT. |
| 9956 | * The function waits for the iocb completion using an |
| 9957 | * non-interruptible wait. |
| 9958 | * This function will sleep while waiting for iocb completion. |
| 9959 | * So, this function should not be called from any context which |
| 9960 | * does not allow sleeping. Due to the same reason, this function |
| 9961 | * cannot be called with interrupt disabled. |
| 9962 | * This function assumes that the iocb completions occur while |
| 9963 | * this function sleep. So, this function cannot be called from |
| 9964 | * the thread which process iocb completion for this ring. |
| 9965 | * This function clears the iocb_flag of the iocb object before |
| 9966 | * issuing the iocb and the iocb completion handler sets this |
| 9967 | * flag and wakes this thread when the iocb completes. |
| 9968 | * The contents of the response iocb will be copied to prspiocbq |
| 9969 | * by the completion handler when the command completes. |
| 9970 | * This function returns IOCB_SUCCESS when success. |
| 9971 | * This function is called with no lock held. |
| 9972 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9973 | int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9974 | lpfc_sli_issue_iocb_wait(struct lpfc_hba *phba, |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 9975 | uint32_t ring_number, |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 9976 | struct lpfc_iocbq *piocb, |
| 9977 | struct lpfc_iocbq *prspiocbq, |
James.Smart@Emulex.Com | 6887692 | 2005-10-28 20:29:47 -0400 | [diff] [blame] | 9978 | uint32_t timeout) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9979 | { |
Peter Zijlstra | 7259f0d | 2006-10-29 22:46:36 -0800 | [diff] [blame] | 9980 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(done_q); |
James.Smart@Emulex.Com | 6887692 | 2005-10-28 20:29:47 -0400 | [diff] [blame] | 9981 | long timeleft, timeout_req = 0; |
| 9982 | int retval = IOCB_SUCCESS; |
James.Smart@Emulex.Com | 875fbdf | 2005-11-29 16:32:13 -0500 | [diff] [blame] | 9983 | uint32_t creg_val; |
James Smart | 0e9bb8d | 2013-03-01 16:35:12 -0500 | [diff] [blame] | 9984 | struct lpfc_iocbq *iocb; |
| 9985 | int txq_cnt = 0; |
| 9986 | int txcmplq_cnt = 0; |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 9987 | struct lpfc_sli_ring *pring = &phba->sli.ring[LPFC_ELS_RING]; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9988 | /* |
James.Smart@Emulex.Com | 6887692 | 2005-10-28 20:29:47 -0400 | [diff] [blame] | 9989 | * If the caller has provided a response iocbq buffer, then context2 |
| 9990 | * is NULL or its an error. |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9991 | */ |
James.Smart@Emulex.Com | 6887692 | 2005-10-28 20:29:47 -0400 | [diff] [blame] | 9992 | if (prspiocbq) { |
| 9993 | if (piocb->context2) |
| 9994 | return IOCB_ERROR; |
| 9995 | piocb->context2 = prspiocbq; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 9996 | } |
| 9997 | |
James.Smart@Emulex.Com | 6887692 | 2005-10-28 20:29:47 -0400 | [diff] [blame] | 9998 | piocb->iocb_cmpl = lpfc_sli_wake_iocb_wait; |
| 9999 | piocb->context_un.wait_queue = &done_q; |
| 10000 | piocb->iocb_flag &= ~LPFC_IO_WAKE; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10001 | |
James.Smart@Emulex.Com | 875fbdf | 2005-11-29 16:32:13 -0500 | [diff] [blame] | 10002 | if (phba->cfg_poll & DISABLE_FCP_RING_INT) { |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 10003 | if (lpfc_readl(phba->HCregaddr, &creg_val)) |
| 10004 | return IOCB_ERROR; |
James.Smart@Emulex.Com | 875fbdf | 2005-11-29 16:32:13 -0500 | [diff] [blame] | 10005 | creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING); |
| 10006 | writel(creg_val, phba->HCregaddr); |
| 10007 | readl(phba->HCregaddr); /* flush */ |
| 10008 | } |
| 10009 | |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 10010 | retval = lpfc_sli_issue_iocb(phba, ring_number, piocb, |
| 10011 | SLI_IOCB_RET_IOCB); |
James.Smart@Emulex.Com | 6887692 | 2005-10-28 20:29:47 -0400 | [diff] [blame] | 10012 | if (retval == IOCB_SUCCESS) { |
James Smart | 256ec0d | 2013-04-17 20:14:58 -0400 | [diff] [blame^] | 10013 | timeout_req = msecs_to_jiffies(timeout * 1000); |
James.Smart@Emulex.Com | 6887692 | 2005-10-28 20:29:47 -0400 | [diff] [blame] | 10014 | timeleft = wait_event_timeout(done_q, |
James Smart | d11e31d | 2009-06-10 17:23:06 -0400 | [diff] [blame] | 10015 | lpfc_chk_iocb_flg(phba, piocb, LPFC_IO_WAKE), |
James.Smart@Emulex.Com | 6887692 | 2005-10-28 20:29:47 -0400 | [diff] [blame] | 10016 | timeout_req); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10017 | |
James Smart | 7054a60 | 2007-04-25 09:52:34 -0400 | [diff] [blame] | 10018 | if (piocb->iocb_flag & LPFC_IO_WAKE) { |
| 10019 | lpfc_printf_log(phba, KERN_INFO, LOG_SLI, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 10020 | "0331 IOCB wake signaled\n"); |
James Smart | 7054a60 | 2007-04-25 09:52:34 -0400 | [diff] [blame] | 10021 | } else if (timeleft == 0) { |
James.Smart@Emulex.Com | 6887692 | 2005-10-28 20:29:47 -0400 | [diff] [blame] | 10022 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 10023 | "0338 IOCB wait timeout error - no " |
| 10024 | "wake response Data x%x\n", timeout); |
James.Smart@Emulex.Com | 6887692 | 2005-10-28 20:29:47 -0400 | [diff] [blame] | 10025 | retval = IOCB_TIMEDOUT; |
James Smart | 7054a60 | 2007-04-25 09:52:34 -0400 | [diff] [blame] | 10026 | } else { |
James.Smart@Emulex.Com | 6887692 | 2005-10-28 20:29:47 -0400 | [diff] [blame] | 10027 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 10028 | "0330 IOCB wake NOT set, " |
| 10029 | "Data x%x x%lx\n", |
James.Smart@Emulex.Com | 6887692 | 2005-10-28 20:29:47 -0400 | [diff] [blame] | 10030 | timeout, (timeleft / jiffies)); |
| 10031 | retval = IOCB_TIMEDOUT; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10032 | } |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 10033 | } else if (retval == IOCB_BUSY) { |
James Smart | 0e9bb8d | 2013-03-01 16:35:12 -0500 | [diff] [blame] | 10034 | if (phba->cfg_log_verbose & LOG_SLI) { |
| 10035 | list_for_each_entry(iocb, &pring->txq, list) { |
| 10036 | txq_cnt++; |
| 10037 | } |
| 10038 | list_for_each_entry(iocb, &pring->txcmplq, list) { |
| 10039 | txcmplq_cnt++; |
| 10040 | } |
| 10041 | lpfc_printf_log(phba, KERN_INFO, LOG_SLI, |
| 10042 | "2818 Max IOCBs %d txq cnt %d txcmplq cnt %d\n", |
| 10043 | phba->iocb_cnt, txq_cnt, txcmplq_cnt); |
| 10044 | } |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 10045 | return retval; |
James.Smart@Emulex.Com | 6887692 | 2005-10-28 20:29:47 -0400 | [diff] [blame] | 10046 | } else { |
| 10047 | lpfc_printf_log(phba, KERN_INFO, LOG_SLI, |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 10048 | "0332 IOCB wait issue failed, Data x%x\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 10049 | retval); |
James.Smart@Emulex.Com | 6887692 | 2005-10-28 20:29:47 -0400 | [diff] [blame] | 10050 | retval = IOCB_ERROR; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10051 | } |
| 10052 | |
James.Smart@Emulex.Com | 875fbdf | 2005-11-29 16:32:13 -0500 | [diff] [blame] | 10053 | if (phba->cfg_poll & DISABLE_FCP_RING_INT) { |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 10054 | if (lpfc_readl(phba->HCregaddr, &creg_val)) |
| 10055 | return IOCB_ERROR; |
James.Smart@Emulex.Com | 875fbdf | 2005-11-29 16:32:13 -0500 | [diff] [blame] | 10056 | creg_val &= ~(HC_R0INT_ENA << LPFC_FCP_RING); |
| 10057 | writel(creg_val, phba->HCregaddr); |
| 10058 | readl(phba->HCregaddr); /* flush */ |
| 10059 | } |
| 10060 | |
James.Smart@Emulex.Com | 6887692 | 2005-10-28 20:29:47 -0400 | [diff] [blame] | 10061 | if (prspiocbq) |
| 10062 | piocb->context2 = NULL; |
| 10063 | |
| 10064 | piocb->context_un.wait_queue = NULL; |
| 10065 | piocb->iocb_cmpl = NULL; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10066 | return retval; |
| 10067 | } |
James.Smart@Emulex.Com | 6887692 | 2005-10-28 20:29:47 -0400 | [diff] [blame] | 10068 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 10069 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 10070 | * lpfc_sli_issue_mbox_wait - Synchronous function to issue mailbox |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 10071 | * @phba: Pointer to HBA context object. |
| 10072 | * @pmboxq: Pointer to driver mailbox object. |
| 10073 | * @timeout: Timeout in number of seconds. |
| 10074 | * |
| 10075 | * This function issues the mailbox to firmware and waits for the |
| 10076 | * mailbox command to complete. If the mailbox command is not |
| 10077 | * completed within timeout seconds, it returns MBX_TIMEOUT. |
| 10078 | * The function waits for the mailbox completion using an |
| 10079 | * interruptible wait. If the thread is woken up due to a |
| 10080 | * signal, MBX_TIMEOUT error is returned to the caller. Caller |
| 10081 | * should not free the mailbox resources, if this function returns |
| 10082 | * MBX_TIMEOUT. |
| 10083 | * This function will sleep while waiting for mailbox completion. |
| 10084 | * So, this function should not be called from any context which |
| 10085 | * does not allow sleeping. Due to the same reason, this function |
| 10086 | * cannot be called with interrupt disabled. |
| 10087 | * This function assumes that the mailbox completion occurs while |
| 10088 | * this function sleep. So, this function cannot be called from |
| 10089 | * the worker thread which processes mailbox completion. |
| 10090 | * This function is called in the context of HBA management |
| 10091 | * applications. |
| 10092 | * This function returns MBX_SUCCESS when successful. |
| 10093 | * This function is called with no lock held. |
| 10094 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10095 | int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 10096 | lpfc_sli_issue_mbox_wait(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmboxq, |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10097 | uint32_t timeout) |
| 10098 | { |
Peter Zijlstra | 7259f0d | 2006-10-29 22:46:36 -0800 | [diff] [blame] | 10099 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(done_q); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10100 | int retval; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 10101 | unsigned long flag; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10102 | |
| 10103 | /* The caller must leave context1 empty. */ |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 10104 | if (pmboxq->context1) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 10105 | return MBX_NOT_FINISHED; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10106 | |
James Smart | 495a714 | 2008-06-14 22:52:59 -0400 | [diff] [blame] | 10107 | pmboxq->mbox_flag &= ~LPFC_MBX_WAKE; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10108 | /* setup wake call as IOCB callback */ |
| 10109 | pmboxq->mbox_cmpl = lpfc_sli_wake_mbox_wait; |
| 10110 | /* setup context field to pass wait_queue pointer to wake function */ |
| 10111 | pmboxq->context1 = &done_q; |
| 10112 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10113 | /* now issue the command */ |
| 10114 | retval = lpfc_sli_issue_mbox(phba, pmboxq, MBX_NOWAIT); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10115 | if (retval == MBX_BUSY || retval == MBX_SUCCESS) { |
James Smart | 7054a60 | 2007-04-25 09:52:34 -0400 | [diff] [blame] | 10116 | wait_event_interruptible_timeout(done_q, |
| 10117 | pmboxq->mbox_flag & LPFC_MBX_WAKE, |
James Smart | 256ec0d | 2013-04-17 20:14:58 -0400 | [diff] [blame^] | 10118 | msecs_to_jiffies(timeout * 1000)); |
James Smart | 7054a60 | 2007-04-25 09:52:34 -0400 | [diff] [blame] | 10119 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 10120 | spin_lock_irqsave(&phba->hbalock, flag); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10121 | pmboxq->context1 = NULL; |
James Smart | 7054a60 | 2007-04-25 09:52:34 -0400 | [diff] [blame] | 10122 | /* |
| 10123 | * if LPFC_MBX_WAKE flag is set the mailbox is completed |
| 10124 | * else do not free the resources. |
| 10125 | */ |
James Smart | d7c4799 | 2010-06-08 18:31:54 -0400 | [diff] [blame] | 10126 | if (pmboxq->mbox_flag & LPFC_MBX_WAKE) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10127 | retval = MBX_SUCCESS; |
James Smart | d7c4799 | 2010-06-08 18:31:54 -0400 | [diff] [blame] | 10128 | lpfc_sli4_swap_str(phba, pmboxq); |
| 10129 | } else { |
James Smart | 7054a60 | 2007-04-25 09:52:34 -0400 | [diff] [blame] | 10130 | retval = MBX_TIMEOUT; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 10131 | pmboxq->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
| 10132 | } |
| 10133 | spin_unlock_irqrestore(&phba->hbalock, flag); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10134 | } |
| 10135 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10136 | return retval; |
| 10137 | } |
| 10138 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 10139 | /** |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10140 | * lpfc_sli_mbox_sys_shutdown - shutdown mailbox command sub-system |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 10141 | * @phba: Pointer to HBA context. |
| 10142 | * |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10143 | * This function is called to shutdown the driver's mailbox sub-system. |
| 10144 | * It first marks the mailbox sub-system is in a block state to prevent |
| 10145 | * the asynchronous mailbox command from issued off the pending mailbox |
| 10146 | * command queue. If the mailbox command sub-system shutdown is due to |
| 10147 | * HBA error conditions such as EEH or ERATT, this routine shall invoke |
| 10148 | * the mailbox sub-system flush routine to forcefully bring down the |
| 10149 | * mailbox sub-system. Otherwise, if it is due to normal condition (such |
| 10150 | * as with offline or HBA function reset), this routine will wait for the |
| 10151 | * outstanding mailbox command to complete before invoking the mailbox |
| 10152 | * sub-system flush routine to gracefully bring down mailbox sub-system. |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 10153 | **/ |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10154 | void |
James Smart | 618a523 | 2012-06-12 13:54:36 -0400 | [diff] [blame] | 10155 | lpfc_sli_mbox_sys_shutdown(struct lpfc_hba *phba, int mbx_action) |
James Smart | b4c0265 | 2006-07-06 15:50:43 -0400 | [diff] [blame] | 10156 | { |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10157 | struct lpfc_sli *psli = &phba->sli; |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10158 | unsigned long timeout; |
| 10159 | |
James Smart | 618a523 | 2012-06-12 13:54:36 -0400 | [diff] [blame] | 10160 | if (mbx_action == LPFC_MBX_NO_WAIT) { |
| 10161 | /* delay 100ms for port state */ |
| 10162 | msleep(100); |
| 10163 | lpfc_sli_mbox_sys_flush(phba); |
| 10164 | return; |
| 10165 | } |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 10166 | timeout = msecs_to_jiffies(LPFC_MBOX_TMO * 1000) + jiffies; |
James Smart | d7069f0 | 2012-03-01 22:36:29 -0500 | [diff] [blame] | 10167 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10168 | spin_lock_irq(&phba->hbalock); |
| 10169 | psli->sli_flag |= LPFC_SLI_ASYNC_MBX_BLK; |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10170 | |
| 10171 | if (psli->sli_flag & LPFC_SLI_ACTIVE) { |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10172 | /* Determine how long we might wait for the active mailbox |
| 10173 | * command to be gracefully completed by firmware. |
| 10174 | */ |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 10175 | if (phba->sli.mbox_active) |
| 10176 | timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba, |
| 10177 | phba->sli.mbox_active) * |
| 10178 | 1000) + jiffies; |
| 10179 | spin_unlock_irq(&phba->hbalock); |
| 10180 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10181 | while (phba->sli.mbox_active) { |
| 10182 | /* Check active mailbox complete status every 2ms */ |
| 10183 | msleep(2); |
| 10184 | if (time_after(jiffies, timeout)) |
| 10185 | /* Timeout, let the mailbox flush routine to |
| 10186 | * forcefully release active mailbox command |
| 10187 | */ |
| 10188 | break; |
| 10189 | } |
James Smart | d7069f0 | 2012-03-01 22:36:29 -0500 | [diff] [blame] | 10190 | } else |
| 10191 | spin_unlock_irq(&phba->hbalock); |
| 10192 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10193 | lpfc_sli_mbox_sys_flush(phba); |
| 10194 | } |
| 10195 | |
| 10196 | /** |
| 10197 | * lpfc_sli_eratt_read - read sli-3 error attention events |
| 10198 | * @phba: Pointer to HBA context. |
| 10199 | * |
| 10200 | * This function is called to read the SLI3 device error attention registers |
| 10201 | * for possible error attention events. The caller must hold the hostlock |
| 10202 | * with spin_lock_irq(). |
| 10203 | * |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 10204 | * This function returns 1 when there is Error Attention in the Host Attention |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10205 | * Register and returns 0 otherwise. |
| 10206 | **/ |
| 10207 | static int |
| 10208 | lpfc_sli_eratt_read(struct lpfc_hba *phba) |
| 10209 | { |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 10210 | uint32_t ha_copy; |
James Smart | b4c0265 | 2006-07-06 15:50:43 -0400 | [diff] [blame] | 10211 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10212 | /* Read chip Host Attention (HA) register */ |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 10213 | if (lpfc_readl(phba->HAregaddr, &ha_copy)) |
| 10214 | goto unplug_err; |
| 10215 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10216 | if (ha_copy & HA_ERATT) { |
| 10217 | /* Read host status register to retrieve error event */ |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 10218 | if (lpfc_sli_read_hs(phba)) |
| 10219 | goto unplug_err; |
James Smart | b4c0265 | 2006-07-06 15:50:43 -0400 | [diff] [blame] | 10220 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10221 | /* Check if there is a deferred error condition is active */ |
| 10222 | if ((HS_FFER1 & phba->work_hs) && |
| 10223 | ((HS_FFER2 | HS_FFER3 | HS_FFER4 | HS_FFER5 | |
James Smart | dcf2a4e | 2010-09-29 11:18:53 -0400 | [diff] [blame] | 10224 | HS_FFER6 | HS_FFER7 | HS_FFER8) & phba->work_hs)) { |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10225 | phba->hba_flag |= DEFER_ERATT; |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10226 | /* Clear all interrupt enable conditions */ |
| 10227 | writel(0, phba->HCregaddr); |
| 10228 | readl(phba->HCregaddr); |
| 10229 | } |
| 10230 | |
| 10231 | /* Set the driver HA work bitmap */ |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10232 | phba->work_ha |= HA_ERATT; |
| 10233 | /* Indicate polling handles this ERATT */ |
| 10234 | phba->hba_flag |= HBA_ERATT_HANDLED; |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10235 | return 1; |
James Smart | b4c0265 | 2006-07-06 15:50:43 -0400 | [diff] [blame] | 10236 | } |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10237 | return 0; |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 10238 | |
| 10239 | unplug_err: |
| 10240 | /* Set the driver HS work bitmap */ |
| 10241 | phba->work_hs |= UNPLUG_ERR; |
| 10242 | /* Set the driver HA work bitmap */ |
| 10243 | phba->work_ha |= HA_ERATT; |
| 10244 | /* Indicate polling handles this ERATT */ |
| 10245 | phba->hba_flag |= HBA_ERATT_HANDLED; |
| 10246 | return 1; |
James Smart | b4c0265 | 2006-07-06 15:50:43 -0400 | [diff] [blame] | 10247 | } |
| 10248 | |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 10249 | /** |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 10250 | * lpfc_sli4_eratt_read - read sli-4 error attention events |
| 10251 | * @phba: Pointer to HBA context. |
| 10252 | * |
| 10253 | * This function is called to read the SLI4 device error attention registers |
| 10254 | * for possible error attention events. The caller must hold the hostlock |
| 10255 | * with spin_lock_irq(). |
| 10256 | * |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 10257 | * This function returns 1 when there is Error Attention in the Host Attention |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 10258 | * Register and returns 0 otherwise. |
| 10259 | **/ |
| 10260 | static int |
| 10261 | lpfc_sli4_eratt_read(struct lpfc_hba *phba) |
| 10262 | { |
| 10263 | uint32_t uerr_sta_hi, uerr_sta_lo; |
James Smart | 2fcee4b | 2010-12-15 17:57:46 -0500 | [diff] [blame] | 10264 | uint32_t if_type, portsmphr; |
| 10265 | struct lpfc_register portstat_reg; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 10266 | |
James Smart | 2fcee4b | 2010-12-15 17:57:46 -0500 | [diff] [blame] | 10267 | /* |
| 10268 | * For now, use the SLI4 device internal unrecoverable error |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 10269 | * registers for error attention. This can be changed later. |
| 10270 | */ |
James Smart | 2fcee4b | 2010-12-15 17:57:46 -0500 | [diff] [blame] | 10271 | if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf); |
| 10272 | switch (if_type) { |
| 10273 | case LPFC_SLI_INTF_IF_TYPE_0: |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 10274 | if (lpfc_readl(phba->sli4_hba.u.if_type0.UERRLOregaddr, |
| 10275 | &uerr_sta_lo) || |
| 10276 | lpfc_readl(phba->sli4_hba.u.if_type0.UERRHIregaddr, |
| 10277 | &uerr_sta_hi)) { |
| 10278 | phba->work_hs |= UNPLUG_ERR; |
| 10279 | phba->work_ha |= HA_ERATT; |
| 10280 | phba->hba_flag |= HBA_ERATT_HANDLED; |
| 10281 | return 1; |
| 10282 | } |
James Smart | 2fcee4b | 2010-12-15 17:57:46 -0500 | [diff] [blame] | 10283 | if ((~phba->sli4_hba.ue_mask_lo & uerr_sta_lo) || |
| 10284 | (~phba->sli4_hba.ue_mask_hi & uerr_sta_hi)) { |
| 10285 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 10286 | "1423 HBA Unrecoverable error: " |
| 10287 | "uerr_lo_reg=0x%x, uerr_hi_reg=0x%x, " |
| 10288 | "ue_mask_lo_reg=0x%x, " |
| 10289 | "ue_mask_hi_reg=0x%x\n", |
| 10290 | uerr_sta_lo, uerr_sta_hi, |
| 10291 | phba->sli4_hba.ue_mask_lo, |
| 10292 | phba->sli4_hba.ue_mask_hi); |
| 10293 | phba->work_status[0] = uerr_sta_lo; |
| 10294 | phba->work_status[1] = uerr_sta_hi; |
| 10295 | phba->work_ha |= HA_ERATT; |
| 10296 | phba->hba_flag |= HBA_ERATT_HANDLED; |
| 10297 | return 1; |
| 10298 | } |
| 10299 | break; |
| 10300 | case LPFC_SLI_INTF_IF_TYPE_2: |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 10301 | if (lpfc_readl(phba->sli4_hba.u.if_type2.STATUSregaddr, |
| 10302 | &portstat_reg.word0) || |
| 10303 | lpfc_readl(phba->sli4_hba.PSMPHRregaddr, |
| 10304 | &portsmphr)){ |
| 10305 | phba->work_hs |= UNPLUG_ERR; |
| 10306 | phba->work_ha |= HA_ERATT; |
| 10307 | phba->hba_flag |= HBA_ERATT_HANDLED; |
| 10308 | return 1; |
| 10309 | } |
James Smart | 2fcee4b | 2010-12-15 17:57:46 -0500 | [diff] [blame] | 10310 | if (bf_get(lpfc_sliport_status_err, &portstat_reg)) { |
| 10311 | phba->work_status[0] = |
| 10312 | readl(phba->sli4_hba.u.if_type2.ERR1regaddr); |
| 10313 | phba->work_status[1] = |
| 10314 | readl(phba->sli4_hba.u.if_type2.ERR2regaddr); |
| 10315 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 10316 | "2885 Port Status Event: " |
James Smart | 2fcee4b | 2010-12-15 17:57:46 -0500 | [diff] [blame] | 10317 | "port status reg 0x%x, " |
| 10318 | "port smphr reg 0x%x, " |
| 10319 | "error 1=0x%x, error 2=0x%x\n", |
| 10320 | portstat_reg.word0, |
| 10321 | portsmphr, |
| 10322 | phba->work_status[0], |
| 10323 | phba->work_status[1]); |
| 10324 | phba->work_ha |= HA_ERATT; |
| 10325 | phba->hba_flag |= HBA_ERATT_HANDLED; |
| 10326 | return 1; |
| 10327 | } |
| 10328 | break; |
| 10329 | case LPFC_SLI_INTF_IF_TYPE_1: |
| 10330 | default: |
James Smart | a747c9c | 2009-11-18 15:41:10 -0500 | [diff] [blame] | 10331 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
James Smart | 2fcee4b | 2010-12-15 17:57:46 -0500 | [diff] [blame] | 10332 | "2886 HBA Error Attention on unsupported " |
| 10333 | "if type %d.", if_type); |
James Smart | a747c9c | 2009-11-18 15:41:10 -0500 | [diff] [blame] | 10334 | return 1; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 10335 | } |
James Smart | 2fcee4b | 2010-12-15 17:57:46 -0500 | [diff] [blame] | 10336 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 10337 | return 0; |
| 10338 | } |
| 10339 | |
| 10340 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 10341 | * lpfc_sli_check_eratt - check error attention events |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10342 | * @phba: Pointer to HBA context. |
| 10343 | * |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10344 | * This function is called from timer soft interrupt context to check HBA's |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10345 | * error attention register bit for error attention events. |
| 10346 | * |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 10347 | * This function returns 1 when there is Error Attention in the Host Attention |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10348 | * Register and returns 0 otherwise. |
| 10349 | **/ |
| 10350 | int |
| 10351 | lpfc_sli_check_eratt(struct lpfc_hba *phba) |
| 10352 | { |
| 10353 | uint32_t ha_copy; |
| 10354 | |
| 10355 | /* If somebody is waiting to handle an eratt, don't process it |
| 10356 | * here. The brdkill function will do this. |
| 10357 | */ |
| 10358 | if (phba->link_flag & LS_IGNORE_ERATT) |
| 10359 | return 0; |
| 10360 | |
| 10361 | /* Check if interrupt handler handles this ERATT */ |
| 10362 | spin_lock_irq(&phba->hbalock); |
| 10363 | if (phba->hba_flag & HBA_ERATT_HANDLED) { |
| 10364 | /* Interrupt handler has handled ERATT */ |
| 10365 | spin_unlock_irq(&phba->hbalock); |
| 10366 | return 0; |
| 10367 | } |
| 10368 | |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 10369 | /* |
| 10370 | * If there is deferred error attention, do not check for error |
| 10371 | * attention |
| 10372 | */ |
| 10373 | if (unlikely(phba->hba_flag & DEFER_ERATT)) { |
| 10374 | spin_unlock_irq(&phba->hbalock); |
| 10375 | return 0; |
| 10376 | } |
| 10377 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10378 | /* If PCI channel is offline, don't process it */ |
| 10379 | if (unlikely(pci_channel_offline(phba->pcidev))) { |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10380 | spin_unlock_irq(&phba->hbalock); |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10381 | return 0; |
| 10382 | } |
| 10383 | |
| 10384 | switch (phba->sli_rev) { |
| 10385 | case LPFC_SLI_REV2: |
| 10386 | case LPFC_SLI_REV3: |
| 10387 | /* Read chip Host Attention (HA) register */ |
| 10388 | ha_copy = lpfc_sli_eratt_read(phba); |
| 10389 | break; |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 10390 | case LPFC_SLI_REV4: |
James Smart | 2fcee4b | 2010-12-15 17:57:46 -0500 | [diff] [blame] | 10391 | /* Read device Uncoverable Error (UERR) registers */ |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 10392 | ha_copy = lpfc_sli4_eratt_read(phba); |
| 10393 | break; |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10394 | default: |
| 10395 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 10396 | "0299 Invalid SLI revision (%d)\n", |
| 10397 | phba->sli_rev); |
| 10398 | ha_copy = 0; |
| 10399 | break; |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10400 | } |
| 10401 | spin_unlock_irq(&phba->hbalock); |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10402 | |
| 10403 | return ha_copy; |
| 10404 | } |
| 10405 | |
| 10406 | /** |
| 10407 | * lpfc_intr_state_check - Check device state for interrupt handling |
| 10408 | * @phba: Pointer to HBA context. |
| 10409 | * |
| 10410 | * This inline routine checks whether a device or its PCI slot is in a state |
| 10411 | * that the interrupt should be handled. |
| 10412 | * |
| 10413 | * This function returns 0 if the device or the PCI slot is in a state that |
| 10414 | * interrupt should be handled, otherwise -EIO. |
| 10415 | */ |
| 10416 | static inline int |
| 10417 | lpfc_intr_state_check(struct lpfc_hba *phba) |
| 10418 | { |
| 10419 | /* If the pci channel is offline, ignore all the interrupts */ |
| 10420 | if (unlikely(pci_channel_offline(phba->pcidev))) |
| 10421 | return -EIO; |
| 10422 | |
| 10423 | /* Update device level interrupt statistics */ |
| 10424 | phba->sli.slistat.sli_intr++; |
| 10425 | |
| 10426 | /* Ignore all interrupts during initialization. */ |
| 10427 | if (unlikely(phba->link_state < LPFC_LINK_DOWN)) |
| 10428 | return -EIO; |
| 10429 | |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10430 | return 0; |
| 10431 | } |
| 10432 | |
| 10433 | /** |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10434 | * lpfc_sli_sp_intr_handler - Slow-path interrupt handler to SLI-3 device |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 10435 | * @irq: Interrupt number. |
| 10436 | * @dev_id: The device context pointer. |
| 10437 | * |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10438 | * This function is directly called from the PCI layer as an interrupt |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10439 | * service routine when device with SLI-3 interface spec is enabled with |
| 10440 | * MSI-X multi-message interrupt mode and there are slow-path events in |
| 10441 | * the HBA. However, when the device is enabled with either MSI or Pin-IRQ |
| 10442 | * interrupt mode, this function is called as part of the device-level |
| 10443 | * interrupt handler. When the PCI slot is in error recovery or the HBA |
| 10444 | * is undergoing initialization, the interrupt handler will not process |
| 10445 | * the interrupt. The link attention and ELS ring attention events are |
| 10446 | * handled by the worker thread. The interrupt handler signals the worker |
| 10447 | * thread and returns for these events. This function is called without |
| 10448 | * any lock held. It gets the hbalock to access and update SLI data |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10449 | * structures. |
| 10450 | * |
| 10451 | * This function returns IRQ_HANDLED when interrupt is handled else it |
| 10452 | * returns IRQ_NONE. |
James Smart | e59058c | 2008-08-24 21:49:00 -0400 | [diff] [blame] | 10453 | **/ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10454 | irqreturn_t |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10455 | lpfc_sli_sp_intr_handler(int irq, void *dev_id) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10456 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 10457 | struct lpfc_hba *phba; |
James Smart | a747c9c | 2009-11-18 15:41:10 -0500 | [diff] [blame] | 10458 | uint32_t ha_copy, hc_copy; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10459 | uint32_t work_ha_copy; |
| 10460 | unsigned long status; |
James Smart | 5b75da2 | 2008-12-04 22:39:35 -0500 | [diff] [blame] | 10461 | unsigned long iflag; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10462 | uint32_t control; |
| 10463 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 10464 | MAILBOX_t *mbox, *pmbox; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 10465 | struct lpfc_vport *vport; |
| 10466 | struct lpfc_nodelist *ndlp; |
| 10467 | struct lpfc_dmabuf *mp; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 10468 | LPFC_MBOXQ_t *pmb; |
| 10469 | int rc; |
| 10470 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10471 | /* |
| 10472 | * Get the driver's phba structure from the dev_id and |
| 10473 | * assume the HBA is not interrupting. |
| 10474 | */ |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10475 | phba = (struct lpfc_hba *)dev_id; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10476 | |
| 10477 | if (unlikely(!phba)) |
| 10478 | return IRQ_NONE; |
| 10479 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10480 | /* |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10481 | * Stuff needs to be attented to when this function is invoked as an |
| 10482 | * individual interrupt handler in MSI-X multi-message interrupt mode |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10483 | */ |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10484 | if (phba->intr_type == MSIX) { |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10485 | /* Check device state for handling interrupt */ |
| 10486 | if (lpfc_intr_state_check(phba)) |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10487 | return IRQ_NONE; |
| 10488 | /* Need to read HA REG for slow-path events */ |
James Smart | 5b75da2 | 2008-12-04 22:39:35 -0500 | [diff] [blame] | 10489 | spin_lock_irqsave(&phba->hbalock, iflag); |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 10490 | if (lpfc_readl(phba->HAregaddr, &ha_copy)) |
| 10491 | goto unplug_error; |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10492 | /* If somebody is waiting to handle an eratt don't process it |
| 10493 | * here. The brdkill function will do this. |
| 10494 | */ |
| 10495 | if (phba->link_flag & LS_IGNORE_ERATT) |
| 10496 | ha_copy &= ~HA_ERATT; |
| 10497 | /* Check the need for handling ERATT in interrupt handler */ |
| 10498 | if (ha_copy & HA_ERATT) { |
| 10499 | if (phba->hba_flag & HBA_ERATT_HANDLED) |
| 10500 | /* ERATT polling has handled ERATT */ |
| 10501 | ha_copy &= ~HA_ERATT; |
| 10502 | else |
| 10503 | /* Indicate interrupt handler handles ERATT */ |
| 10504 | phba->hba_flag |= HBA_ERATT_HANDLED; |
| 10505 | } |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 10506 | |
| 10507 | /* |
| 10508 | * If there is deferred error attention, do not check for any |
| 10509 | * interrupt. |
| 10510 | */ |
| 10511 | if (unlikely(phba->hba_flag & DEFER_ERATT)) { |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10512 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 10513 | return IRQ_NONE; |
| 10514 | } |
| 10515 | |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10516 | /* Clear up only attention source related to slow-path */ |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 10517 | if (lpfc_readl(phba->HCregaddr, &hc_copy)) |
| 10518 | goto unplug_error; |
| 10519 | |
James Smart | a747c9c | 2009-11-18 15:41:10 -0500 | [diff] [blame] | 10520 | writel(hc_copy & ~(HC_MBINT_ENA | HC_R2INT_ENA | |
| 10521 | HC_LAINT_ENA | HC_ERINT_ENA), |
| 10522 | phba->HCregaddr); |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10523 | writel((ha_copy & (HA_MBATT | HA_R2_CLR_MSK)), |
| 10524 | phba->HAregaddr); |
James Smart | a747c9c | 2009-11-18 15:41:10 -0500 | [diff] [blame] | 10525 | writel(hc_copy, phba->HCregaddr); |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10526 | readl(phba->HAregaddr); /* flush */ |
James Smart | 5b75da2 | 2008-12-04 22:39:35 -0500 | [diff] [blame] | 10527 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10528 | } else |
| 10529 | ha_copy = phba->ha_copy; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10530 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10531 | work_ha_copy = ha_copy & phba->work_ha_mask; |
| 10532 | |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10533 | if (work_ha_copy) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10534 | if (work_ha_copy & HA_LATT) { |
| 10535 | if (phba->sli.sli_flag & LPFC_PROCESS_LA) { |
| 10536 | /* |
| 10537 | * Turn off Link Attention interrupts |
| 10538 | * until CLEAR_LA done |
| 10539 | */ |
James Smart | 5b75da2 | 2008-12-04 22:39:35 -0500 | [diff] [blame] | 10540 | spin_lock_irqsave(&phba->hbalock, iflag); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10541 | phba->sli.sli_flag &= ~LPFC_PROCESS_LA; |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 10542 | if (lpfc_readl(phba->HCregaddr, &control)) |
| 10543 | goto unplug_error; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10544 | control &= ~HC_LAINT_ENA; |
| 10545 | writel(control, phba->HCregaddr); |
| 10546 | readl(phba->HCregaddr); /* flush */ |
James Smart | 5b75da2 | 2008-12-04 22:39:35 -0500 | [diff] [blame] | 10547 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10548 | } |
| 10549 | else |
| 10550 | work_ha_copy &= ~HA_LATT; |
| 10551 | } |
| 10552 | |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10553 | if (work_ha_copy & ~(HA_ERATT | HA_MBATT | HA_LATT)) { |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 10554 | /* |
| 10555 | * Turn off Slow Rings interrupts, LPFC_ELS_RING is |
| 10556 | * the only slow ring. |
| 10557 | */ |
| 10558 | status = (work_ha_copy & |
| 10559 | (HA_RXMASK << (4*LPFC_ELS_RING))); |
| 10560 | status >>= (4*LPFC_ELS_RING); |
| 10561 | if (status & HA_RXMASK) { |
James Smart | 5b75da2 | 2008-12-04 22:39:35 -0500 | [diff] [blame] | 10562 | spin_lock_irqsave(&phba->hbalock, iflag); |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 10563 | if (lpfc_readl(phba->HCregaddr, &control)) |
| 10564 | goto unplug_error; |
James Smart | a58cbd5 | 2007-08-02 11:09:43 -0400 | [diff] [blame] | 10565 | |
| 10566 | lpfc_debugfs_slow_ring_trc(phba, |
| 10567 | "ISR slow ring: ctl:x%x stat:x%x isrcnt:x%x", |
| 10568 | control, status, |
| 10569 | (uint32_t)phba->sli.slistat.sli_intr); |
| 10570 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 10571 | if (control & (HC_R0INT_ENA << LPFC_ELS_RING)) { |
James Smart | a58cbd5 | 2007-08-02 11:09:43 -0400 | [diff] [blame] | 10572 | lpfc_debugfs_slow_ring_trc(phba, |
| 10573 | "ISR Disable ring:" |
| 10574 | "pwork:x%x hawork:x%x wait:x%x", |
| 10575 | phba->work_ha, work_ha_copy, |
| 10576 | (uint32_t)((unsigned long) |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 10577 | &phba->work_waitq)); |
James Smart | a58cbd5 | 2007-08-02 11:09:43 -0400 | [diff] [blame] | 10578 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 10579 | control &= |
| 10580 | ~(HC_R0INT_ENA << LPFC_ELS_RING); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10581 | writel(control, phba->HCregaddr); |
| 10582 | readl(phba->HCregaddr); /* flush */ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10583 | } |
James Smart | a58cbd5 | 2007-08-02 11:09:43 -0400 | [diff] [blame] | 10584 | else { |
| 10585 | lpfc_debugfs_slow_ring_trc(phba, |
| 10586 | "ISR slow ring: pwork:" |
| 10587 | "x%x hawork:x%x wait:x%x", |
| 10588 | phba->work_ha, work_ha_copy, |
| 10589 | (uint32_t)((unsigned long) |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 10590 | &phba->work_waitq)); |
James Smart | a58cbd5 | 2007-08-02 11:09:43 -0400 | [diff] [blame] | 10591 | } |
James Smart | 5b75da2 | 2008-12-04 22:39:35 -0500 | [diff] [blame] | 10592 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10593 | } |
| 10594 | } |
James Smart | 5b75da2 | 2008-12-04 22:39:35 -0500 | [diff] [blame] | 10595 | spin_lock_irqsave(&phba->hbalock, iflag); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 10596 | if (work_ha_copy & HA_ERATT) { |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 10597 | if (lpfc_sli_read_hs(phba)) |
| 10598 | goto unplug_error; |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 10599 | /* |
| 10600 | * Check if there is a deferred error condition |
| 10601 | * is active |
| 10602 | */ |
| 10603 | if ((HS_FFER1 & phba->work_hs) && |
| 10604 | ((HS_FFER2 | HS_FFER3 | HS_FFER4 | HS_FFER5 | |
James Smart | dcf2a4e | 2010-09-29 11:18:53 -0400 | [diff] [blame] | 10605 | HS_FFER6 | HS_FFER7 | HS_FFER8) & |
| 10606 | phba->work_hs)) { |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 10607 | phba->hba_flag |= DEFER_ERATT; |
| 10608 | /* Clear all interrupt enable conditions */ |
| 10609 | writel(0, phba->HCregaddr); |
| 10610 | readl(phba->HCregaddr); |
| 10611 | } |
| 10612 | } |
| 10613 | |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10614 | if ((work_ha_copy & HA_MBATT) && (phba->sli.mbox_active)) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 10615 | pmb = phba->sli.mbox_active; |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 10616 | pmbox = &pmb->u.mb; |
James Smart | 34b02dc | 2008-08-24 21:49:55 -0400 | [diff] [blame] | 10617 | mbox = phba->mbox; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 10618 | vport = pmb->vport; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 10619 | |
| 10620 | /* First check out the status word */ |
| 10621 | lpfc_sli_pcimem_bcopy(mbox, pmbox, sizeof(uint32_t)); |
| 10622 | if (pmbox->mbxOwner != OWN_HOST) { |
James Smart | 5b75da2 | 2008-12-04 22:39:35 -0500 | [diff] [blame] | 10623 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 10624 | /* |
| 10625 | * Stray Mailbox Interrupt, mbxCommand <cmd> |
| 10626 | * mbxStatus <status> |
| 10627 | */ |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 10628 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 10629 | LOG_SLI, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 10630 | "(%d):0304 Stray Mailbox " |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 10631 | "Interrupt mbxCommand x%x " |
| 10632 | "mbxStatus x%x\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 10633 | (vport ? vport->vpi : 0), |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 10634 | pmbox->mbxCommand, |
| 10635 | pmbox->mbxStatus); |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 10636 | /* clear mailbox attention bit */ |
| 10637 | work_ha_copy &= ~HA_MBATT; |
| 10638 | } else { |
James Smart | 97eab63 | 2008-04-07 10:16:05 -0400 | [diff] [blame] | 10639 | phba->sli.mbox_active = NULL; |
James Smart | 5b75da2 | 2008-12-04 22:39:35 -0500 | [diff] [blame] | 10640 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 10641 | phba->last_completion_time = jiffies; |
| 10642 | del_timer(&phba->sli.mbox_tmo); |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 10643 | if (pmb->mbox_cmpl) { |
| 10644 | lpfc_sli_pcimem_bcopy(mbox, pmbox, |
| 10645 | MAILBOX_CMD_SIZE); |
James Smart | 7a47027 | 2010-03-15 11:25:20 -0400 | [diff] [blame] | 10646 | if (pmb->out_ext_byte_len && |
| 10647 | pmb->context2) |
| 10648 | lpfc_sli_pcimem_bcopy( |
| 10649 | phba->mbox_ext, |
| 10650 | pmb->context2, |
| 10651 | pmb->out_ext_byte_len); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 10652 | } |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 10653 | if (pmb->mbox_flag & LPFC_MBX_IMED_UNREG) { |
| 10654 | pmb->mbox_flag &= ~LPFC_MBX_IMED_UNREG; |
| 10655 | |
| 10656 | lpfc_debugfs_disc_trc(vport, |
| 10657 | LPFC_DISC_TRC_MBOX_VPORT, |
| 10658 | "MBOX dflt rpi: : " |
| 10659 | "status:x%x rpi:x%x", |
| 10660 | (uint32_t)pmbox->mbxStatus, |
| 10661 | pmbox->un.varWords[0], 0); |
| 10662 | |
| 10663 | if (!pmbox->mbxStatus) { |
| 10664 | mp = (struct lpfc_dmabuf *) |
| 10665 | (pmb->context1); |
| 10666 | ndlp = (struct lpfc_nodelist *) |
| 10667 | pmb->context2; |
| 10668 | |
| 10669 | /* Reg_LOGIN of dflt RPI was |
| 10670 | * successful. new lets get |
| 10671 | * rid of the RPI using the |
| 10672 | * same mbox buffer. |
| 10673 | */ |
| 10674 | lpfc_unreg_login(phba, |
| 10675 | vport->vpi, |
| 10676 | pmbox->un.varWords[0], |
| 10677 | pmb); |
| 10678 | pmb->mbox_cmpl = |
| 10679 | lpfc_mbx_cmpl_dflt_rpi; |
| 10680 | pmb->context1 = mp; |
| 10681 | pmb->context2 = ndlp; |
| 10682 | pmb->vport = vport; |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 10683 | rc = lpfc_sli_issue_mbox(phba, |
| 10684 | pmb, |
| 10685 | MBX_NOWAIT); |
| 10686 | if (rc != MBX_BUSY) |
| 10687 | lpfc_printf_log(phba, |
| 10688 | KERN_ERR, |
| 10689 | LOG_MBOX | LOG_SLI, |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 10690 | "0350 rc should have" |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 10691 | "been MBX_BUSY\n"); |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10692 | if (rc != MBX_NOT_FINISHED) |
| 10693 | goto send_current_mbox; |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 10694 | } |
| 10695 | } |
James Smart | 5b75da2 | 2008-12-04 22:39:35 -0500 | [diff] [blame] | 10696 | spin_lock_irqsave( |
| 10697 | &phba->pport->work_port_lock, |
| 10698 | iflag); |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 10699 | phba->pport->work_port_events &= |
| 10700 | ~WORKER_MBOX_TMO; |
James Smart | 5b75da2 | 2008-12-04 22:39:35 -0500 | [diff] [blame] | 10701 | spin_unlock_irqrestore( |
| 10702 | &phba->pport->work_port_lock, |
| 10703 | iflag); |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 10704 | lpfc_mbox_cmpl_put(phba, pmb); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 10705 | } |
James Smart | 97eab63 | 2008-04-07 10:16:05 -0400 | [diff] [blame] | 10706 | } else |
James Smart | 5b75da2 | 2008-12-04 22:39:35 -0500 | [diff] [blame] | 10707 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10708 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 10709 | if ((work_ha_copy & HA_MBATT) && |
| 10710 | (phba->sli.mbox_active == NULL)) { |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 10711 | send_current_mbox: |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 10712 | /* Process next mailbox command if there is one */ |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 10713 | do { |
| 10714 | rc = lpfc_sli_issue_mbox(phba, NULL, |
| 10715 | MBX_NOWAIT); |
| 10716 | } while (rc == MBX_NOT_FINISHED); |
| 10717 | if (rc != MBX_SUCCESS) |
| 10718 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | |
| 10719 | LOG_SLI, "0349 rc should be " |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 10720 | "MBX_SUCCESS\n"); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 10721 | } |
| 10722 | |
James Smart | 5b75da2 | 2008-12-04 22:39:35 -0500 | [diff] [blame] | 10723 | spin_lock_irqsave(&phba->hbalock, iflag); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10724 | phba->work_ha |= work_ha_copy; |
James Smart | 5b75da2 | 2008-12-04 22:39:35 -0500 | [diff] [blame] | 10725 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 10726 | lpfc_worker_wake_up(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10727 | } |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10728 | return IRQ_HANDLED; |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 10729 | unplug_error: |
| 10730 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
| 10731 | return IRQ_HANDLED; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10732 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10733 | } /* lpfc_sli_sp_intr_handler */ |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10734 | |
| 10735 | /** |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10736 | * lpfc_sli_fp_intr_handler - Fast-path interrupt handler to SLI-3 device. |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10737 | * @irq: Interrupt number. |
| 10738 | * @dev_id: The device context pointer. |
| 10739 | * |
| 10740 | * This function is directly called from the PCI layer as an interrupt |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10741 | * service routine when device with SLI-3 interface spec is enabled with |
| 10742 | * MSI-X multi-message interrupt mode and there is a fast-path FCP IOCB |
| 10743 | * ring event in the HBA. However, when the device is enabled with either |
| 10744 | * MSI or Pin-IRQ interrupt mode, this function is called as part of the |
| 10745 | * device-level interrupt handler. When the PCI slot is in error recovery |
| 10746 | * or the HBA is undergoing initialization, the interrupt handler will not |
| 10747 | * process the interrupt. The SCSI FCP fast-path ring event are handled in |
| 10748 | * the intrrupt context. This function is called without any lock held. |
| 10749 | * It gets the hbalock to access and update SLI data structures. |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10750 | * |
| 10751 | * This function returns IRQ_HANDLED when interrupt is handled else it |
| 10752 | * returns IRQ_NONE. |
| 10753 | **/ |
| 10754 | irqreturn_t |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10755 | lpfc_sli_fp_intr_handler(int irq, void *dev_id) |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10756 | { |
| 10757 | struct lpfc_hba *phba; |
| 10758 | uint32_t ha_copy; |
| 10759 | unsigned long status; |
James Smart | 5b75da2 | 2008-12-04 22:39:35 -0500 | [diff] [blame] | 10760 | unsigned long iflag; |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10761 | |
| 10762 | /* Get the driver's phba structure from the dev_id and |
| 10763 | * assume the HBA is not interrupting. |
| 10764 | */ |
| 10765 | phba = (struct lpfc_hba *) dev_id; |
| 10766 | |
| 10767 | if (unlikely(!phba)) |
| 10768 | return IRQ_NONE; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10769 | |
| 10770 | /* |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10771 | * Stuff needs to be attented to when this function is invoked as an |
| 10772 | * individual interrupt handler in MSI-X multi-message interrupt mode |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10773 | */ |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10774 | if (phba->intr_type == MSIX) { |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10775 | /* Check device state for handling interrupt */ |
| 10776 | if (lpfc_intr_state_check(phba)) |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10777 | return IRQ_NONE; |
| 10778 | /* Need to read HA REG for FCP ring and other ring events */ |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 10779 | if (lpfc_readl(phba->HAregaddr, &ha_copy)) |
| 10780 | return IRQ_HANDLED; |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10781 | /* Clear up only attention source related to fast-path */ |
James Smart | 5b75da2 | 2008-12-04 22:39:35 -0500 | [diff] [blame] | 10782 | spin_lock_irqsave(&phba->hbalock, iflag); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 10783 | /* |
| 10784 | * If there is deferred error attention, do not check for |
| 10785 | * any interrupt. |
| 10786 | */ |
| 10787 | if (unlikely(phba->hba_flag & DEFER_ERATT)) { |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10788 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 10789 | return IRQ_NONE; |
| 10790 | } |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10791 | writel((ha_copy & (HA_R0_CLR_MSK | HA_R1_CLR_MSK)), |
| 10792 | phba->HAregaddr); |
| 10793 | readl(phba->HAregaddr); /* flush */ |
James Smart | 5b75da2 | 2008-12-04 22:39:35 -0500 | [diff] [blame] | 10794 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10795 | } else |
| 10796 | ha_copy = phba->ha_copy; |
| 10797 | |
| 10798 | /* |
| 10799 | * Process all events on FCP ring. Take the optimized path for FCP IO. |
| 10800 | */ |
| 10801 | ha_copy &= ~(phba->work_ha_mask); |
| 10802 | |
| 10803 | status = (ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING))); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10804 | status >>= (4*LPFC_FCP_RING); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 10805 | if (status & HA_RXMASK) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10806 | lpfc_sli_handle_fast_ring_event(phba, |
| 10807 | &phba->sli.ring[LPFC_FCP_RING], |
| 10808 | status); |
James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 10809 | |
| 10810 | if (phba->cfg_multi_ring_support == 2) { |
| 10811 | /* |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10812 | * Process all events on extra ring. Take the optimized path |
| 10813 | * for extra ring IO. |
James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 10814 | */ |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10815 | status = (ha_copy & (HA_RXMASK << (4*LPFC_EXTRA_RING))); |
James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 10816 | status >>= (4*LPFC_EXTRA_RING); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 10817 | if (status & HA_RXMASK) { |
James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 10818 | lpfc_sli_handle_fast_ring_event(phba, |
| 10819 | &phba->sli.ring[LPFC_EXTRA_RING], |
| 10820 | status); |
| 10821 | } |
| 10822 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10823 | return IRQ_HANDLED; |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10824 | } /* lpfc_sli_fp_intr_handler */ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 10825 | |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10826 | /** |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10827 | * lpfc_sli_intr_handler - Device-level interrupt handler to SLI-3 device |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10828 | * @irq: Interrupt number. |
| 10829 | * @dev_id: The device context pointer. |
| 10830 | * |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10831 | * This function is the HBA device-level interrupt handler to device with |
| 10832 | * SLI-3 interface spec, called from the PCI layer when either MSI or |
| 10833 | * Pin-IRQ interrupt mode is enabled and there is an event in the HBA which |
| 10834 | * requires driver attention. This function invokes the slow-path interrupt |
| 10835 | * attention handling function and fast-path interrupt attention handling |
| 10836 | * function in turn to process the relevant HBA attention events. This |
| 10837 | * function is called without any lock held. It gets the hbalock to access |
| 10838 | * and update SLI data structures. |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10839 | * |
| 10840 | * This function returns IRQ_HANDLED when interrupt is handled, else it |
| 10841 | * returns IRQ_NONE. |
| 10842 | **/ |
| 10843 | irqreturn_t |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10844 | lpfc_sli_intr_handler(int irq, void *dev_id) |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10845 | { |
| 10846 | struct lpfc_hba *phba; |
| 10847 | irqreturn_t sp_irq_rc, fp_irq_rc; |
| 10848 | unsigned long status1, status2; |
James Smart | a747c9c | 2009-11-18 15:41:10 -0500 | [diff] [blame] | 10849 | uint32_t hc_copy; |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10850 | |
| 10851 | /* |
| 10852 | * Get the driver's phba structure from the dev_id and |
| 10853 | * assume the HBA is not interrupting. |
| 10854 | */ |
| 10855 | phba = (struct lpfc_hba *) dev_id; |
| 10856 | |
| 10857 | if (unlikely(!phba)) |
| 10858 | return IRQ_NONE; |
| 10859 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10860 | /* Check device state for handling interrupt */ |
| 10861 | if (lpfc_intr_state_check(phba)) |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10862 | return IRQ_NONE; |
| 10863 | |
| 10864 | spin_lock(&phba->hbalock); |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 10865 | if (lpfc_readl(phba->HAregaddr, &phba->ha_copy)) { |
| 10866 | spin_unlock(&phba->hbalock); |
| 10867 | return IRQ_HANDLED; |
| 10868 | } |
| 10869 | |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10870 | if (unlikely(!phba->ha_copy)) { |
| 10871 | spin_unlock(&phba->hbalock); |
| 10872 | return IRQ_NONE; |
| 10873 | } else if (phba->ha_copy & HA_ERATT) { |
| 10874 | if (phba->hba_flag & HBA_ERATT_HANDLED) |
| 10875 | /* ERATT polling has handled ERATT */ |
| 10876 | phba->ha_copy &= ~HA_ERATT; |
| 10877 | else |
| 10878 | /* Indicate interrupt handler handles ERATT */ |
| 10879 | phba->hba_flag |= HBA_ERATT_HANDLED; |
| 10880 | } |
| 10881 | |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 10882 | /* |
| 10883 | * If there is deferred error attention, do not check for any interrupt. |
| 10884 | */ |
| 10885 | if (unlikely(phba->hba_flag & DEFER_ERATT)) { |
Dan Carpenter | ec21b3b | 2010-08-08 00:15:17 +0200 | [diff] [blame] | 10886 | spin_unlock(&phba->hbalock); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 10887 | return IRQ_NONE; |
| 10888 | } |
| 10889 | |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10890 | /* Clear attention sources except link and error attentions */ |
James Smart | 9940b97 | 2011-03-11 16:06:12 -0500 | [diff] [blame] | 10891 | if (lpfc_readl(phba->HCregaddr, &hc_copy)) { |
| 10892 | spin_unlock(&phba->hbalock); |
| 10893 | return IRQ_HANDLED; |
| 10894 | } |
James Smart | a747c9c | 2009-11-18 15:41:10 -0500 | [diff] [blame] | 10895 | writel(hc_copy & ~(HC_MBINT_ENA | HC_R0INT_ENA | HC_R1INT_ENA |
| 10896 | | HC_R2INT_ENA | HC_LAINT_ENA | HC_ERINT_ENA), |
| 10897 | phba->HCregaddr); |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10898 | writel((phba->ha_copy & ~(HA_LATT | HA_ERATT)), phba->HAregaddr); |
James Smart | a747c9c | 2009-11-18 15:41:10 -0500 | [diff] [blame] | 10899 | writel(hc_copy, phba->HCregaddr); |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10900 | readl(phba->HAregaddr); /* flush */ |
| 10901 | spin_unlock(&phba->hbalock); |
| 10902 | |
| 10903 | /* |
| 10904 | * Invokes slow-path host attention interrupt handling as appropriate. |
| 10905 | */ |
| 10906 | |
| 10907 | /* status of events with mailbox and link attention */ |
| 10908 | status1 = phba->ha_copy & (HA_MBATT | HA_LATT | HA_ERATT); |
| 10909 | |
| 10910 | /* status of events with ELS ring */ |
| 10911 | status2 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_ELS_RING))); |
| 10912 | status2 >>= (4*LPFC_ELS_RING); |
| 10913 | |
| 10914 | if (status1 || (status2 & HA_RXMASK)) |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10915 | sp_irq_rc = lpfc_sli_sp_intr_handler(irq, dev_id); |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10916 | else |
| 10917 | sp_irq_rc = IRQ_NONE; |
| 10918 | |
| 10919 | /* |
| 10920 | * Invoke fast-path host attention interrupt handling as appropriate. |
| 10921 | */ |
| 10922 | |
| 10923 | /* status of events with FCP ring */ |
| 10924 | status1 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING))); |
| 10925 | status1 >>= (4*LPFC_FCP_RING); |
| 10926 | |
| 10927 | /* status of events with extra ring */ |
| 10928 | if (phba->cfg_multi_ring_support == 2) { |
| 10929 | status2 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_EXTRA_RING))); |
| 10930 | status2 >>= (4*LPFC_EXTRA_RING); |
| 10931 | } else |
| 10932 | status2 = 0; |
| 10933 | |
| 10934 | if ((status1 & HA_RXMASK) || (status2 & HA_RXMASK)) |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10935 | fp_irq_rc = lpfc_sli_fp_intr_handler(irq, dev_id); |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 10936 | else |
| 10937 | fp_irq_rc = IRQ_NONE; |
| 10938 | |
| 10939 | /* Return device-level interrupt handling status */ |
| 10940 | return (sp_irq_rc == IRQ_HANDLED) ? sp_irq_rc : fp_irq_rc; |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 10941 | } /* lpfc_sli_intr_handler */ |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 10942 | |
| 10943 | /** |
| 10944 | * lpfc_sli4_fcp_xri_abort_event_proc - Process fcp xri abort event |
| 10945 | * @phba: pointer to lpfc hba data structure. |
| 10946 | * |
| 10947 | * This routine is invoked by the worker thread to process all the pending |
| 10948 | * SLI4 FCP abort XRI events. |
| 10949 | **/ |
| 10950 | void lpfc_sli4_fcp_xri_abort_event_proc(struct lpfc_hba *phba) |
| 10951 | { |
| 10952 | struct lpfc_cq_event *cq_event; |
| 10953 | |
| 10954 | /* First, declare the fcp xri abort event has been handled */ |
| 10955 | spin_lock_irq(&phba->hbalock); |
| 10956 | phba->hba_flag &= ~FCP_XRI_ABORT_EVENT; |
| 10957 | spin_unlock_irq(&phba->hbalock); |
| 10958 | /* Now, handle all the fcp xri abort events */ |
| 10959 | while (!list_empty(&phba->sli4_hba.sp_fcp_xri_aborted_work_queue)) { |
| 10960 | /* Get the first event from the head of the event queue */ |
| 10961 | spin_lock_irq(&phba->hbalock); |
| 10962 | list_remove_head(&phba->sli4_hba.sp_fcp_xri_aborted_work_queue, |
| 10963 | cq_event, struct lpfc_cq_event, list); |
| 10964 | spin_unlock_irq(&phba->hbalock); |
| 10965 | /* Notify aborted XRI for FCP work queue */ |
| 10966 | lpfc_sli4_fcp_xri_aborted(phba, &cq_event->cqe.wcqe_axri); |
| 10967 | /* Free the event processed back to the free pool */ |
| 10968 | lpfc_sli4_cq_event_release(phba, cq_event); |
| 10969 | } |
| 10970 | } |
| 10971 | |
| 10972 | /** |
| 10973 | * lpfc_sli4_els_xri_abort_event_proc - Process els xri abort event |
| 10974 | * @phba: pointer to lpfc hba data structure. |
| 10975 | * |
| 10976 | * This routine is invoked by the worker thread to process all the pending |
| 10977 | * SLI4 els abort xri events. |
| 10978 | **/ |
| 10979 | void lpfc_sli4_els_xri_abort_event_proc(struct lpfc_hba *phba) |
| 10980 | { |
| 10981 | struct lpfc_cq_event *cq_event; |
| 10982 | |
| 10983 | /* First, declare the els xri abort event has been handled */ |
| 10984 | spin_lock_irq(&phba->hbalock); |
| 10985 | phba->hba_flag &= ~ELS_XRI_ABORT_EVENT; |
| 10986 | spin_unlock_irq(&phba->hbalock); |
| 10987 | /* Now, handle all the els xri abort events */ |
| 10988 | while (!list_empty(&phba->sli4_hba.sp_els_xri_aborted_work_queue)) { |
| 10989 | /* Get the first event from the head of the event queue */ |
| 10990 | spin_lock_irq(&phba->hbalock); |
| 10991 | list_remove_head(&phba->sli4_hba.sp_els_xri_aborted_work_queue, |
| 10992 | cq_event, struct lpfc_cq_event, list); |
| 10993 | spin_unlock_irq(&phba->hbalock); |
| 10994 | /* Notify aborted XRI for ELS work queue */ |
| 10995 | lpfc_sli4_els_xri_aborted(phba, &cq_event->cqe.wcqe_axri); |
| 10996 | /* Free the event processed back to the free pool */ |
| 10997 | lpfc_sli4_cq_event_release(phba, cq_event); |
| 10998 | } |
| 10999 | } |
| 11000 | |
James Smart | 341af10 | 2010-01-26 23:07:37 -0500 | [diff] [blame] | 11001 | /** |
| 11002 | * lpfc_sli4_iocb_param_transfer - Transfer pIocbOut and cmpl status to pIocbIn |
| 11003 | * @phba: pointer to lpfc hba data structure |
| 11004 | * @pIocbIn: pointer to the rspiocbq |
| 11005 | * @pIocbOut: pointer to the cmdiocbq |
| 11006 | * @wcqe: pointer to the complete wcqe |
| 11007 | * |
| 11008 | * This routine transfers the fields of a command iocbq to a response iocbq |
| 11009 | * by copying all the IOCB fields from command iocbq and transferring the |
| 11010 | * completion status information from the complete wcqe. |
| 11011 | **/ |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11012 | static void |
James Smart | 341af10 | 2010-01-26 23:07:37 -0500 | [diff] [blame] | 11013 | lpfc_sli4_iocb_param_transfer(struct lpfc_hba *phba, |
| 11014 | struct lpfc_iocbq *pIocbIn, |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11015 | struct lpfc_iocbq *pIocbOut, |
| 11016 | struct lpfc_wcqe_complete *wcqe) |
| 11017 | { |
James Smart | 341af10 | 2010-01-26 23:07:37 -0500 | [diff] [blame] | 11018 | unsigned long iflags; |
James Smart | acd6859 | 2012-01-18 16:25:09 -0500 | [diff] [blame] | 11019 | uint32_t status; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11020 | size_t offset = offsetof(struct lpfc_iocbq, iocb); |
| 11021 | |
| 11022 | memcpy((char *)pIocbIn + offset, (char *)pIocbOut + offset, |
| 11023 | sizeof(struct lpfc_iocbq) - offset); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11024 | /* Map WCQE parameters into irspiocb parameters */ |
James Smart | acd6859 | 2012-01-18 16:25:09 -0500 | [diff] [blame] | 11025 | status = bf_get(lpfc_wcqe_c_status, wcqe); |
| 11026 | pIocbIn->iocb.ulpStatus = (status & LPFC_IOCB_STATUS_MASK); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11027 | if (pIocbOut->iocb_flag & LPFC_IO_FCP) |
| 11028 | if (pIocbIn->iocb.ulpStatus == IOSTAT_FCP_RSP_ERROR) |
| 11029 | pIocbIn->iocb.un.fcpi.fcpi_parm = |
| 11030 | pIocbOut->iocb.un.fcpi.fcpi_parm - |
| 11031 | wcqe->total_data_placed; |
| 11032 | else |
| 11033 | pIocbIn->iocb.un.ulpWord[4] = wcqe->parameter; |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 11034 | else { |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11035 | pIocbIn->iocb.un.ulpWord[4] = wcqe->parameter; |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 11036 | pIocbIn->iocb.un.genreq64.bdl.bdeSize = wcqe->total_data_placed; |
| 11037 | } |
James Smart | 341af10 | 2010-01-26 23:07:37 -0500 | [diff] [blame] | 11038 | |
James Smart | acd6859 | 2012-01-18 16:25:09 -0500 | [diff] [blame] | 11039 | /* Convert BG errors for completion status */ |
| 11040 | if (status == CQE_STATUS_DI_ERROR) { |
| 11041 | pIocbIn->iocb.ulpStatus = IOSTAT_LOCAL_REJECT; |
| 11042 | |
| 11043 | if (bf_get(lpfc_wcqe_c_bg_edir, wcqe)) |
| 11044 | pIocbIn->iocb.un.ulpWord[4] = IOERR_RX_DMA_FAILED; |
| 11045 | else |
| 11046 | pIocbIn->iocb.un.ulpWord[4] = IOERR_TX_DMA_FAILED; |
| 11047 | |
| 11048 | pIocbIn->iocb.unsli3.sli3_bg.bgstat = 0; |
| 11049 | if (bf_get(lpfc_wcqe_c_bg_ge, wcqe)) /* Guard Check failed */ |
| 11050 | pIocbIn->iocb.unsli3.sli3_bg.bgstat |= |
| 11051 | BGS_GUARD_ERR_MASK; |
| 11052 | if (bf_get(lpfc_wcqe_c_bg_ae, wcqe)) /* App Tag Check failed */ |
| 11053 | pIocbIn->iocb.unsli3.sli3_bg.bgstat |= |
| 11054 | BGS_APPTAG_ERR_MASK; |
| 11055 | if (bf_get(lpfc_wcqe_c_bg_re, wcqe)) /* Ref Tag Check failed */ |
| 11056 | pIocbIn->iocb.unsli3.sli3_bg.bgstat |= |
| 11057 | BGS_REFTAG_ERR_MASK; |
| 11058 | |
| 11059 | /* Check to see if there was any good data before the error */ |
| 11060 | if (bf_get(lpfc_wcqe_c_bg_tdpv, wcqe)) { |
| 11061 | pIocbIn->iocb.unsli3.sli3_bg.bgstat |= |
| 11062 | BGS_HI_WATER_MARK_PRESENT_MASK; |
| 11063 | pIocbIn->iocb.unsli3.sli3_bg.bghm = |
| 11064 | wcqe->total_data_placed; |
| 11065 | } |
| 11066 | |
| 11067 | /* |
| 11068 | * Set ALL the error bits to indicate we don't know what |
| 11069 | * type of error it is. |
| 11070 | */ |
| 11071 | if (!pIocbIn->iocb.unsli3.sli3_bg.bgstat) |
| 11072 | pIocbIn->iocb.unsli3.sli3_bg.bgstat |= |
| 11073 | (BGS_REFTAG_ERR_MASK | BGS_APPTAG_ERR_MASK | |
| 11074 | BGS_GUARD_ERR_MASK); |
| 11075 | } |
| 11076 | |
James Smart | 341af10 | 2010-01-26 23:07:37 -0500 | [diff] [blame] | 11077 | /* Pick up HBA exchange busy condition */ |
| 11078 | if (bf_get(lpfc_wcqe_c_xb, wcqe)) { |
| 11079 | spin_lock_irqsave(&phba->hbalock, iflags); |
| 11080 | pIocbIn->iocb_flag |= LPFC_EXCHANGE_BUSY; |
| 11081 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 11082 | } |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11083 | } |
| 11084 | |
| 11085 | /** |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 11086 | * lpfc_sli4_els_wcqe_to_rspiocbq - Get response iocbq from els wcqe |
| 11087 | * @phba: Pointer to HBA context object. |
| 11088 | * @wcqe: Pointer to work-queue completion queue entry. |
| 11089 | * |
| 11090 | * This routine handles an ELS work-queue completion event and construct |
| 11091 | * a pseudo response ELS IODBQ from the SLI4 ELS WCQE for the common |
| 11092 | * discovery engine to handle. |
| 11093 | * |
| 11094 | * Return: Pointer to the receive IOCBQ, NULL otherwise. |
| 11095 | **/ |
| 11096 | static struct lpfc_iocbq * |
| 11097 | lpfc_sli4_els_wcqe_to_rspiocbq(struct lpfc_hba *phba, |
| 11098 | struct lpfc_iocbq *irspiocbq) |
| 11099 | { |
| 11100 | struct lpfc_sli_ring *pring = &phba->sli.ring[LPFC_ELS_RING]; |
| 11101 | struct lpfc_iocbq *cmdiocbq; |
| 11102 | struct lpfc_wcqe_complete *wcqe; |
| 11103 | unsigned long iflags; |
| 11104 | |
| 11105 | wcqe = &irspiocbq->cq_event.cqe.wcqe_cmpl; |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 11106 | spin_lock_irqsave(&pring->ring_lock, iflags); |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 11107 | pring->stats.iocb_event++; |
| 11108 | /* Look up the ELS command IOCB and create pseudo response IOCB */ |
| 11109 | cmdiocbq = lpfc_sli_iocbq_lookup_by_tag(phba, pring, |
| 11110 | bf_get(lpfc_wcqe_c_request_tag, wcqe)); |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 11111 | spin_unlock_irqrestore(&pring->ring_lock, iflags); |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 11112 | |
| 11113 | if (unlikely(!cmdiocbq)) { |
| 11114 | lpfc_printf_log(phba, KERN_WARNING, LOG_SLI, |
| 11115 | "0386 ELS complete with no corresponding " |
| 11116 | "cmdiocb: iotag (%d)\n", |
| 11117 | bf_get(lpfc_wcqe_c_request_tag, wcqe)); |
| 11118 | lpfc_sli_release_iocbq(phba, irspiocbq); |
| 11119 | return NULL; |
| 11120 | } |
| 11121 | |
| 11122 | /* Fake the irspiocbq and copy necessary response information */ |
James Smart | 341af10 | 2010-01-26 23:07:37 -0500 | [diff] [blame] | 11123 | lpfc_sli4_iocb_param_transfer(phba, irspiocbq, cmdiocbq, wcqe); |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 11124 | |
| 11125 | return irspiocbq; |
| 11126 | } |
| 11127 | |
| 11128 | /** |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 11129 | * lpfc_sli4_sp_handle_async_event - Handle an asynchroous event |
| 11130 | * @phba: Pointer to HBA context object. |
| 11131 | * @cqe: Pointer to mailbox completion queue entry. |
| 11132 | * |
| 11133 | * This routine process a mailbox completion queue entry with asynchrous |
| 11134 | * event. |
| 11135 | * |
| 11136 | * Return: true if work posted to worker thread, otherwise false. |
| 11137 | **/ |
| 11138 | static bool |
| 11139 | lpfc_sli4_sp_handle_async_event(struct lpfc_hba *phba, struct lpfc_mcqe *mcqe) |
| 11140 | { |
| 11141 | struct lpfc_cq_event *cq_event; |
| 11142 | unsigned long iflags; |
| 11143 | |
| 11144 | lpfc_printf_log(phba, KERN_INFO, LOG_SLI, |
| 11145 | "0392 Async Event: word0:x%x, word1:x%x, " |
| 11146 | "word2:x%x, word3:x%x\n", mcqe->word0, |
| 11147 | mcqe->mcqe_tag0, mcqe->mcqe_tag1, mcqe->trailer); |
| 11148 | |
| 11149 | /* Allocate a new internal CQ_EVENT entry */ |
| 11150 | cq_event = lpfc_sli4_cq_event_alloc(phba); |
| 11151 | if (!cq_event) { |
| 11152 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 11153 | "0394 Failed to allocate CQ_EVENT entry\n"); |
| 11154 | return false; |
| 11155 | } |
| 11156 | |
| 11157 | /* Move the CQE into an asynchronous event entry */ |
| 11158 | memcpy(&cq_event->cqe, mcqe, sizeof(struct lpfc_mcqe)); |
| 11159 | spin_lock_irqsave(&phba->hbalock, iflags); |
| 11160 | list_add_tail(&cq_event->list, &phba->sli4_hba.sp_asynce_work_queue); |
| 11161 | /* Set the async event flag */ |
| 11162 | phba->hba_flag |= ASYNC_EVENT; |
| 11163 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 11164 | |
| 11165 | return true; |
| 11166 | } |
| 11167 | |
| 11168 | /** |
| 11169 | * lpfc_sli4_sp_handle_mbox_event - Handle a mailbox completion event |
| 11170 | * @phba: Pointer to HBA context object. |
| 11171 | * @cqe: Pointer to mailbox completion queue entry. |
| 11172 | * |
| 11173 | * This routine process a mailbox completion queue entry with mailbox |
| 11174 | * completion event. |
| 11175 | * |
| 11176 | * Return: true if work posted to worker thread, otherwise false. |
| 11177 | **/ |
| 11178 | static bool |
| 11179 | lpfc_sli4_sp_handle_mbox_event(struct lpfc_hba *phba, struct lpfc_mcqe *mcqe) |
| 11180 | { |
| 11181 | uint32_t mcqe_status; |
| 11182 | MAILBOX_t *mbox, *pmbox; |
| 11183 | struct lpfc_mqe *mqe; |
| 11184 | struct lpfc_vport *vport; |
| 11185 | struct lpfc_nodelist *ndlp; |
| 11186 | struct lpfc_dmabuf *mp; |
| 11187 | unsigned long iflags; |
| 11188 | LPFC_MBOXQ_t *pmb; |
| 11189 | bool workposted = false; |
| 11190 | int rc; |
| 11191 | |
| 11192 | /* If not a mailbox complete MCQE, out by checking mailbox consume */ |
| 11193 | if (!bf_get(lpfc_trailer_completed, mcqe)) |
| 11194 | goto out_no_mqe_complete; |
| 11195 | |
| 11196 | /* Get the reference to the active mbox command */ |
| 11197 | spin_lock_irqsave(&phba->hbalock, iflags); |
| 11198 | pmb = phba->sli.mbox_active; |
| 11199 | if (unlikely(!pmb)) { |
| 11200 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX, |
| 11201 | "1832 No pending MBOX command to handle\n"); |
| 11202 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 11203 | goto out_no_mqe_complete; |
| 11204 | } |
| 11205 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 11206 | mqe = &pmb->u.mqe; |
| 11207 | pmbox = (MAILBOX_t *)&pmb->u.mqe; |
| 11208 | mbox = phba->mbox; |
| 11209 | vport = pmb->vport; |
| 11210 | |
| 11211 | /* Reset heartbeat timer */ |
| 11212 | phba->last_completion_time = jiffies; |
| 11213 | del_timer(&phba->sli.mbox_tmo); |
| 11214 | |
| 11215 | /* Move mbox data to caller's mailbox region, do endian swapping */ |
| 11216 | if (pmb->mbox_cmpl && mbox) |
| 11217 | lpfc_sli_pcimem_bcopy(mbox, mqe, sizeof(struct lpfc_mqe)); |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 11218 | |
James Smart | 73d91e5 | 2011-10-10 21:32:10 -0400 | [diff] [blame] | 11219 | /* |
| 11220 | * For mcqe errors, conditionally move a modified error code to |
| 11221 | * the mbox so that the error will not be missed. |
| 11222 | */ |
| 11223 | mcqe_status = bf_get(lpfc_mcqe_status, mcqe); |
| 11224 | if (mcqe_status != MB_CQE_STATUS_SUCCESS) { |
| 11225 | if (bf_get(lpfc_mqe_status, mqe) == MBX_SUCCESS) |
| 11226 | bf_set(lpfc_mqe_status, mqe, |
| 11227 | (LPFC_MBX_ERROR_RANGE | mcqe_status)); |
| 11228 | } |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 11229 | if (pmb->mbox_flag & LPFC_MBX_IMED_UNREG) { |
| 11230 | pmb->mbox_flag &= ~LPFC_MBX_IMED_UNREG; |
| 11231 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_MBOX_VPORT, |
| 11232 | "MBOX dflt rpi: status:x%x rpi:x%x", |
| 11233 | mcqe_status, |
| 11234 | pmbox->un.varWords[0], 0); |
| 11235 | if (mcqe_status == MB_CQE_STATUS_SUCCESS) { |
| 11236 | mp = (struct lpfc_dmabuf *)(pmb->context1); |
| 11237 | ndlp = (struct lpfc_nodelist *)pmb->context2; |
| 11238 | /* Reg_LOGIN of dflt RPI was successful. Now lets get |
| 11239 | * RID of the PPI using the same mbox buffer. |
| 11240 | */ |
| 11241 | lpfc_unreg_login(phba, vport->vpi, |
| 11242 | pmbox->un.varWords[0], pmb); |
| 11243 | pmb->mbox_cmpl = lpfc_mbx_cmpl_dflt_rpi; |
| 11244 | pmb->context1 = mp; |
| 11245 | pmb->context2 = ndlp; |
| 11246 | pmb->vport = vport; |
| 11247 | rc = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT); |
| 11248 | if (rc != MBX_BUSY) |
| 11249 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | |
| 11250 | LOG_SLI, "0385 rc should " |
| 11251 | "have been MBX_BUSY\n"); |
| 11252 | if (rc != MBX_NOT_FINISHED) |
| 11253 | goto send_current_mbox; |
| 11254 | } |
| 11255 | } |
| 11256 | spin_lock_irqsave(&phba->pport->work_port_lock, iflags); |
| 11257 | phba->pport->work_port_events &= ~WORKER_MBOX_TMO; |
| 11258 | spin_unlock_irqrestore(&phba->pport->work_port_lock, iflags); |
| 11259 | |
| 11260 | /* There is mailbox completion work to do */ |
| 11261 | spin_lock_irqsave(&phba->hbalock, iflags); |
| 11262 | __lpfc_mbox_cmpl_put(phba, pmb); |
| 11263 | phba->work_ha |= HA_MBATT; |
| 11264 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 11265 | workposted = true; |
| 11266 | |
| 11267 | send_current_mbox: |
| 11268 | spin_lock_irqsave(&phba->hbalock, iflags); |
| 11269 | /* Release the mailbox command posting token */ |
| 11270 | phba->sli.sli_flag &= ~LPFC_SLI_MBOX_ACTIVE; |
| 11271 | /* Setting active mailbox pointer need to be in sync to flag clear */ |
| 11272 | phba->sli.mbox_active = NULL; |
| 11273 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 11274 | /* Wake up worker thread to post the next pending mailbox command */ |
| 11275 | lpfc_worker_wake_up(phba); |
| 11276 | out_no_mqe_complete: |
| 11277 | if (bf_get(lpfc_trailer_consumed, mcqe)) |
| 11278 | lpfc_sli4_mq_release(phba->sli4_hba.mbx_wq); |
| 11279 | return workposted; |
| 11280 | } |
| 11281 | |
| 11282 | /** |
| 11283 | * lpfc_sli4_sp_handle_mcqe - Process a mailbox completion queue entry |
| 11284 | * @phba: Pointer to HBA context object. |
| 11285 | * @cqe: Pointer to mailbox completion queue entry. |
| 11286 | * |
| 11287 | * This routine process a mailbox completion queue entry, it invokes the |
| 11288 | * proper mailbox complete handling or asynchrous event handling routine |
| 11289 | * according to the MCQE's async bit. |
| 11290 | * |
| 11291 | * Return: true if work posted to worker thread, otherwise false. |
| 11292 | **/ |
| 11293 | static bool |
| 11294 | lpfc_sli4_sp_handle_mcqe(struct lpfc_hba *phba, struct lpfc_cqe *cqe) |
| 11295 | { |
| 11296 | struct lpfc_mcqe mcqe; |
| 11297 | bool workposted; |
| 11298 | |
| 11299 | /* Copy the mailbox MCQE and convert endian order as needed */ |
| 11300 | lpfc_sli_pcimem_bcopy(cqe, &mcqe, sizeof(struct lpfc_mcqe)); |
| 11301 | |
| 11302 | /* Invoke the proper event handling routine */ |
| 11303 | if (!bf_get(lpfc_trailer_async, &mcqe)) |
| 11304 | workposted = lpfc_sli4_sp_handle_mbox_event(phba, &mcqe); |
| 11305 | else |
| 11306 | workposted = lpfc_sli4_sp_handle_async_event(phba, &mcqe); |
| 11307 | return workposted; |
| 11308 | } |
| 11309 | |
| 11310 | /** |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11311 | * lpfc_sli4_sp_handle_els_wcqe - Handle els work-queue completion event |
| 11312 | * @phba: Pointer to HBA context object. |
James Smart | 2a76a28 | 2012-08-03 12:35:54 -0400 | [diff] [blame] | 11313 | * @cq: Pointer to associated CQ |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11314 | * @wcqe: Pointer to work-queue completion queue entry. |
| 11315 | * |
| 11316 | * This routine handles an ELS work-queue completion event. |
| 11317 | * |
| 11318 | * Return: true if work posted to worker thread, otherwise false. |
| 11319 | **/ |
| 11320 | static bool |
James Smart | 2a76a28 | 2012-08-03 12:35:54 -0400 | [diff] [blame] | 11321 | lpfc_sli4_sp_handle_els_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11322 | struct lpfc_wcqe_complete *wcqe) |
| 11323 | { |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11324 | struct lpfc_iocbq *irspiocbq; |
| 11325 | unsigned long iflags; |
James Smart | 2a76a28 | 2012-08-03 12:35:54 -0400 | [diff] [blame] | 11326 | struct lpfc_sli_ring *pring = cq->pring; |
James Smart | 0e9bb8d | 2013-03-01 16:35:12 -0500 | [diff] [blame] | 11327 | int txq_cnt = 0; |
| 11328 | int txcmplq_cnt = 0; |
| 11329 | int fcp_txcmplq_cnt = 0; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11330 | |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 11331 | /* Get an irspiocbq for later ELS response processing use */ |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11332 | irspiocbq = lpfc_sli_get_iocbq(phba); |
| 11333 | if (!irspiocbq) { |
James Smart | 0e9bb8d | 2013-03-01 16:35:12 -0500 | [diff] [blame] | 11334 | if (!list_empty(&pring->txq)) |
| 11335 | txq_cnt++; |
| 11336 | if (!list_empty(&pring->txcmplq)) |
| 11337 | txcmplq_cnt++; |
| 11338 | if (!list_empty(&phba->sli.ring[LPFC_FCP_RING].txcmplq)) |
| 11339 | fcp_txcmplq_cnt++; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11340 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 11341 | "0387 NO IOCBQ data: txq_cnt=%d iocb_cnt=%d " |
| 11342 | "fcp_txcmplq_cnt=%d, els_txcmplq_cnt=%d\n", |
James Smart | 0e9bb8d | 2013-03-01 16:35:12 -0500 | [diff] [blame] | 11343 | txq_cnt, phba->iocb_cnt, |
| 11344 | fcp_txcmplq_cnt, |
| 11345 | txcmplq_cnt); |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 11346 | return false; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11347 | } |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11348 | |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 11349 | /* Save off the slow-path queue event for work thread to process */ |
| 11350 | memcpy(&irspiocbq->cq_event.cqe.wcqe_cmpl, wcqe, sizeof(*wcqe)); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11351 | spin_lock_irqsave(&phba->hbalock, iflags); |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 11352 | list_add_tail(&irspiocbq->cq_event.list, |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 11353 | &phba->sli4_hba.sp_queue_event); |
| 11354 | phba->hba_flag |= HBA_SP_QUEUE_EVT; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11355 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11356 | |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 11357 | return true; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11358 | } |
| 11359 | |
| 11360 | /** |
| 11361 | * lpfc_sli4_sp_handle_rel_wcqe - Handle slow-path WQ entry consumed event |
| 11362 | * @phba: Pointer to HBA context object. |
| 11363 | * @wcqe: Pointer to work-queue completion queue entry. |
| 11364 | * |
| 11365 | * This routine handles slow-path WQ entry comsumed event by invoking the |
| 11366 | * proper WQ release routine to the slow-path WQ. |
| 11367 | **/ |
| 11368 | static void |
| 11369 | lpfc_sli4_sp_handle_rel_wcqe(struct lpfc_hba *phba, |
| 11370 | struct lpfc_wcqe_release *wcqe) |
| 11371 | { |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 11372 | /* sanity check on queue memory */ |
| 11373 | if (unlikely(!phba->sli4_hba.els_wq)) |
| 11374 | return; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11375 | /* Check for the slow-path ELS work queue */ |
| 11376 | if (bf_get(lpfc_wcqe_r_wq_id, wcqe) == phba->sli4_hba.els_wq->queue_id) |
| 11377 | lpfc_sli4_wq_release(phba->sli4_hba.els_wq, |
| 11378 | bf_get(lpfc_wcqe_r_wqe_index, wcqe)); |
| 11379 | else |
| 11380 | lpfc_printf_log(phba, KERN_WARNING, LOG_SLI, |
| 11381 | "2579 Slow-path wqe consume event carries " |
| 11382 | "miss-matched qid: wcqe-qid=x%x, sp-qid=x%x\n", |
| 11383 | bf_get(lpfc_wcqe_r_wqe_index, wcqe), |
| 11384 | phba->sli4_hba.els_wq->queue_id); |
| 11385 | } |
| 11386 | |
| 11387 | /** |
| 11388 | * lpfc_sli4_sp_handle_abort_xri_wcqe - Handle a xri abort event |
| 11389 | * @phba: Pointer to HBA context object. |
| 11390 | * @cq: Pointer to a WQ completion queue. |
| 11391 | * @wcqe: Pointer to work-queue completion queue entry. |
| 11392 | * |
| 11393 | * This routine handles an XRI abort event. |
| 11394 | * |
| 11395 | * Return: true if work posted to worker thread, otherwise false. |
| 11396 | **/ |
| 11397 | static bool |
| 11398 | lpfc_sli4_sp_handle_abort_xri_wcqe(struct lpfc_hba *phba, |
| 11399 | struct lpfc_queue *cq, |
| 11400 | struct sli4_wcqe_xri_aborted *wcqe) |
| 11401 | { |
| 11402 | bool workposted = false; |
| 11403 | struct lpfc_cq_event *cq_event; |
| 11404 | unsigned long iflags; |
| 11405 | |
| 11406 | /* Allocate a new internal CQ_EVENT entry */ |
| 11407 | cq_event = lpfc_sli4_cq_event_alloc(phba); |
| 11408 | if (!cq_event) { |
| 11409 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 11410 | "0602 Failed to allocate CQ_EVENT entry\n"); |
| 11411 | return false; |
| 11412 | } |
| 11413 | |
| 11414 | /* Move the CQE into the proper xri abort event list */ |
| 11415 | memcpy(&cq_event->cqe, wcqe, sizeof(struct sli4_wcqe_xri_aborted)); |
| 11416 | switch (cq->subtype) { |
| 11417 | case LPFC_FCP: |
| 11418 | spin_lock_irqsave(&phba->hbalock, iflags); |
| 11419 | list_add_tail(&cq_event->list, |
| 11420 | &phba->sli4_hba.sp_fcp_xri_aborted_work_queue); |
| 11421 | /* Set the fcp xri abort event flag */ |
| 11422 | phba->hba_flag |= FCP_XRI_ABORT_EVENT; |
| 11423 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 11424 | workposted = true; |
| 11425 | break; |
| 11426 | case LPFC_ELS: |
| 11427 | spin_lock_irqsave(&phba->hbalock, iflags); |
| 11428 | list_add_tail(&cq_event->list, |
| 11429 | &phba->sli4_hba.sp_els_xri_aborted_work_queue); |
| 11430 | /* Set the els xri abort event flag */ |
| 11431 | phba->hba_flag |= ELS_XRI_ABORT_EVENT; |
| 11432 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 11433 | workposted = true; |
| 11434 | break; |
| 11435 | default: |
| 11436 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 11437 | "0603 Invalid work queue CQE subtype (x%x)\n", |
| 11438 | cq->subtype); |
| 11439 | workposted = false; |
| 11440 | break; |
| 11441 | } |
| 11442 | return workposted; |
| 11443 | } |
| 11444 | |
| 11445 | /** |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 11446 | * lpfc_sli4_sp_handle_rcqe - Process a receive-queue completion queue entry |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11447 | * @phba: Pointer to HBA context object. |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 11448 | * @rcqe: Pointer to receive-queue completion queue entry. |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11449 | * |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 11450 | * This routine process a receive-queue completion queue entry. |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11451 | * |
| 11452 | * Return: true if work posted to worker thread, otherwise false. |
| 11453 | **/ |
| 11454 | static bool |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 11455 | lpfc_sli4_sp_handle_rcqe(struct lpfc_hba *phba, struct lpfc_rcqe *rcqe) |
| 11456 | { |
| 11457 | bool workposted = false; |
| 11458 | struct lpfc_queue *hrq = phba->sli4_hba.hdr_rq; |
| 11459 | struct lpfc_queue *drq = phba->sli4_hba.dat_rq; |
| 11460 | struct hbq_dmabuf *dma_buf; |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 11461 | uint32_t status, rq_id; |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 11462 | unsigned long iflags; |
| 11463 | |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 11464 | /* sanity check on queue memory */ |
| 11465 | if (unlikely(!hrq) || unlikely(!drq)) |
| 11466 | return workposted; |
| 11467 | |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 11468 | if (bf_get(lpfc_cqe_code, rcqe) == CQE_CODE_RECEIVE_V1) |
| 11469 | rq_id = bf_get(lpfc_rcqe_rq_id_v1, rcqe); |
| 11470 | else |
| 11471 | rq_id = bf_get(lpfc_rcqe_rq_id, rcqe); |
| 11472 | if (rq_id != hrq->queue_id) |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 11473 | goto out; |
| 11474 | |
| 11475 | status = bf_get(lpfc_rcqe_status, rcqe); |
| 11476 | switch (status) { |
| 11477 | case FC_STATUS_RQ_BUF_LEN_EXCEEDED: |
| 11478 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 11479 | "2537 Receive Frame Truncated!!\n"); |
James Smart | b84daac | 2012-08-03 12:35:13 -0400 | [diff] [blame] | 11480 | hrq->RQ_buf_trunc++; |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 11481 | case FC_STATUS_RQ_SUCCESS: |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 11482 | lpfc_sli4_rq_release(hrq, drq); |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 11483 | spin_lock_irqsave(&phba->hbalock, iflags); |
| 11484 | dma_buf = lpfc_sli_hbqbuf_get(&phba->hbqs[0].hbq_buffer_list); |
| 11485 | if (!dma_buf) { |
James Smart | b84daac | 2012-08-03 12:35:13 -0400 | [diff] [blame] | 11486 | hrq->RQ_no_buf_found++; |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 11487 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 11488 | goto out; |
| 11489 | } |
James Smart | b84daac | 2012-08-03 12:35:13 -0400 | [diff] [blame] | 11490 | hrq->RQ_rcv_buf++; |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 11491 | memcpy(&dma_buf->cq_event.cqe.rcqe_cmpl, rcqe, sizeof(*rcqe)); |
| 11492 | /* save off the frame for the word thread to process */ |
| 11493 | list_add_tail(&dma_buf->cq_event.list, |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 11494 | &phba->sli4_hba.sp_queue_event); |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 11495 | /* Frame received */ |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 11496 | phba->hba_flag |= HBA_SP_QUEUE_EVT; |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 11497 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 11498 | workposted = true; |
| 11499 | break; |
| 11500 | case FC_STATUS_INSUFF_BUF_NEED_BUF: |
| 11501 | case FC_STATUS_INSUFF_BUF_FRM_DISC: |
James Smart | b84daac | 2012-08-03 12:35:13 -0400 | [diff] [blame] | 11502 | hrq->RQ_no_posted_buf++; |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 11503 | /* Post more buffers if possible */ |
| 11504 | spin_lock_irqsave(&phba->hbalock, iflags); |
| 11505 | phba->hba_flag |= HBA_POST_RECEIVE_BUFFER; |
| 11506 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 11507 | workposted = true; |
| 11508 | break; |
| 11509 | } |
| 11510 | out: |
| 11511 | return workposted; |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 11512 | } |
| 11513 | |
| 11514 | /** |
| 11515 | * lpfc_sli4_sp_handle_cqe - Process a slow path completion queue entry |
| 11516 | * @phba: Pointer to HBA context object. |
| 11517 | * @cq: Pointer to the completion queue. |
| 11518 | * @wcqe: Pointer to a completion queue entry. |
| 11519 | * |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 11520 | * This routine process a slow-path work-queue or receive queue completion queue |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 11521 | * entry. |
| 11522 | * |
| 11523 | * Return: true if work posted to worker thread, otherwise false. |
| 11524 | **/ |
| 11525 | static bool |
| 11526 | lpfc_sli4_sp_handle_cqe(struct lpfc_hba *phba, struct lpfc_queue *cq, |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11527 | struct lpfc_cqe *cqe) |
| 11528 | { |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 11529 | struct lpfc_cqe cqevt; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11530 | bool workposted = false; |
| 11531 | |
| 11532 | /* Copy the work queue CQE and convert endian order if needed */ |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 11533 | lpfc_sli_pcimem_bcopy(cqe, &cqevt, sizeof(struct lpfc_cqe)); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11534 | |
| 11535 | /* Check and process for different type of WCQE and dispatch */ |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 11536 | switch (bf_get(lpfc_cqe_code, &cqevt)) { |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11537 | case CQE_CODE_COMPL_WQE: |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 11538 | /* Process the WQ/RQ complete event */ |
James Smart | bc73905 | 2010-08-04 16:11:18 -0400 | [diff] [blame] | 11539 | phba->last_completion_time = jiffies; |
James Smart | 2a76a28 | 2012-08-03 12:35:54 -0400 | [diff] [blame] | 11540 | workposted = lpfc_sli4_sp_handle_els_wcqe(phba, cq, |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 11541 | (struct lpfc_wcqe_complete *)&cqevt); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11542 | break; |
| 11543 | case CQE_CODE_RELEASE_WQE: |
| 11544 | /* Process the WQ release event */ |
| 11545 | lpfc_sli4_sp_handle_rel_wcqe(phba, |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 11546 | (struct lpfc_wcqe_release *)&cqevt); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11547 | break; |
| 11548 | case CQE_CODE_XRI_ABORTED: |
| 11549 | /* Process the WQ XRI abort event */ |
James Smart | bc73905 | 2010-08-04 16:11:18 -0400 | [diff] [blame] | 11550 | phba->last_completion_time = jiffies; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11551 | workposted = lpfc_sli4_sp_handle_abort_xri_wcqe(phba, cq, |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 11552 | (struct sli4_wcqe_xri_aborted *)&cqevt); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11553 | break; |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 11554 | case CQE_CODE_RECEIVE: |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 11555 | case CQE_CODE_RECEIVE_V1: |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 11556 | /* Process the RQ event */ |
James Smart | bc73905 | 2010-08-04 16:11:18 -0400 | [diff] [blame] | 11557 | phba->last_completion_time = jiffies; |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 11558 | workposted = lpfc_sli4_sp_handle_rcqe(phba, |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 11559 | (struct lpfc_rcqe *)&cqevt); |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 11560 | break; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11561 | default: |
| 11562 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 11563 | "0388 Not a valid WCQE code: x%x\n", |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 11564 | bf_get(lpfc_cqe_code, &cqevt)); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11565 | break; |
| 11566 | } |
| 11567 | return workposted; |
| 11568 | } |
| 11569 | |
| 11570 | /** |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11571 | * lpfc_sli4_sp_handle_eqe - Process a slow-path event queue entry |
| 11572 | * @phba: Pointer to HBA context object. |
| 11573 | * @eqe: Pointer to fast-path event queue entry. |
| 11574 | * |
| 11575 | * This routine process a event queue entry from the slow-path event queue. |
| 11576 | * It will check the MajorCode and MinorCode to determine this is for a |
| 11577 | * completion event on a completion queue, if not, an error shall be logged |
| 11578 | * and just return. Otherwise, it will get to the corresponding completion |
| 11579 | * queue and process all the entries on that completion queue, rearm the |
| 11580 | * completion queue, and then return. |
| 11581 | * |
| 11582 | **/ |
| 11583 | static void |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 11584 | lpfc_sli4_sp_handle_eqe(struct lpfc_hba *phba, struct lpfc_eqe *eqe, |
| 11585 | struct lpfc_queue *speq) |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11586 | { |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 11587 | struct lpfc_queue *cq = NULL, *childq; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11588 | struct lpfc_cqe *cqe; |
| 11589 | bool workposted = false; |
| 11590 | int ecount = 0; |
| 11591 | uint16_t cqid; |
| 11592 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11593 | /* Get the reference to the corresponding CQ */ |
James Smart | cb5172e | 2010-03-15 11:25:07 -0400 | [diff] [blame] | 11594 | cqid = bf_get_le32(lpfc_eqe_resource_id, eqe); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11595 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11596 | list_for_each_entry(childq, &speq->child_list, list) { |
| 11597 | if (childq->queue_id == cqid) { |
| 11598 | cq = childq; |
| 11599 | break; |
| 11600 | } |
| 11601 | } |
| 11602 | if (unlikely(!cq)) { |
James Smart | 75baf69 | 2010-06-08 18:31:21 -0400 | [diff] [blame] | 11603 | if (phba->sli.sli_flag & LPFC_SLI_ACTIVE) |
| 11604 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 11605 | "0365 Slow-path CQ identifier " |
| 11606 | "(%d) does not exist\n", cqid); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11607 | return; |
| 11608 | } |
| 11609 | |
| 11610 | /* Process all the entries to the CQ */ |
| 11611 | switch (cq->type) { |
| 11612 | case LPFC_MCQ: |
| 11613 | while ((cqe = lpfc_sli4_cq_get(cq))) { |
| 11614 | workposted |= lpfc_sli4_sp_handle_mcqe(phba, cqe); |
James Smart | 73d91e5 | 2011-10-10 21:32:10 -0400 | [diff] [blame] | 11615 | if (!(++ecount % cq->entry_repost)) |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11616 | lpfc_sli4_cq_release(cq, LPFC_QUEUE_NOARM); |
James Smart | b84daac | 2012-08-03 12:35:13 -0400 | [diff] [blame] | 11617 | cq->CQ_mbox++; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11618 | } |
| 11619 | break; |
| 11620 | case LPFC_WCQ: |
| 11621 | while ((cqe = lpfc_sli4_cq_get(cq))) { |
James Smart | 0558056 | 2011-05-24 11:40:48 -0400 | [diff] [blame] | 11622 | if (cq->subtype == LPFC_FCP) |
| 11623 | workposted |= lpfc_sli4_fp_handle_wcqe(phba, cq, |
| 11624 | cqe); |
| 11625 | else |
| 11626 | workposted |= lpfc_sli4_sp_handle_cqe(phba, cq, |
| 11627 | cqe); |
James Smart | 73d91e5 | 2011-10-10 21:32:10 -0400 | [diff] [blame] | 11628 | if (!(++ecount % cq->entry_repost)) |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11629 | lpfc_sli4_cq_release(cq, LPFC_QUEUE_NOARM); |
| 11630 | } |
James Smart | b84daac | 2012-08-03 12:35:13 -0400 | [diff] [blame] | 11631 | |
| 11632 | /* Track the max number of CQEs processed in 1 EQ */ |
| 11633 | if (ecount > cq->CQ_max_cqe) |
| 11634 | cq->CQ_max_cqe = ecount; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11635 | break; |
| 11636 | default: |
| 11637 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 11638 | "0370 Invalid completion queue type (%d)\n", |
| 11639 | cq->type); |
| 11640 | return; |
| 11641 | } |
| 11642 | |
| 11643 | /* Catch the no cq entry condition, log an error */ |
| 11644 | if (unlikely(ecount == 0)) |
| 11645 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 11646 | "0371 No entry from the CQ: identifier " |
| 11647 | "(x%x), type (%d)\n", cq->queue_id, cq->type); |
| 11648 | |
| 11649 | /* In any case, flash and re-arm the RCQ */ |
| 11650 | lpfc_sli4_cq_release(cq, LPFC_QUEUE_REARM); |
| 11651 | |
| 11652 | /* wake up worker thread if there are works to be done */ |
| 11653 | if (workposted) |
| 11654 | lpfc_worker_wake_up(phba); |
| 11655 | } |
| 11656 | |
| 11657 | /** |
| 11658 | * lpfc_sli4_fp_handle_fcp_wcqe - Process fast-path work queue completion entry |
James Smart | 2a76a28 | 2012-08-03 12:35:54 -0400 | [diff] [blame] | 11659 | * @phba: Pointer to HBA context object. |
| 11660 | * @cq: Pointer to associated CQ |
| 11661 | * @wcqe: Pointer to work-queue completion queue entry. |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11662 | * |
| 11663 | * This routine process a fast-path work queue completion entry from fast-path |
| 11664 | * event queue for FCP command response completion. |
| 11665 | **/ |
| 11666 | static void |
James Smart | 2a76a28 | 2012-08-03 12:35:54 -0400 | [diff] [blame] | 11667 | lpfc_sli4_fp_handle_fcp_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11668 | struct lpfc_wcqe_complete *wcqe) |
| 11669 | { |
James Smart | 2a76a28 | 2012-08-03 12:35:54 -0400 | [diff] [blame] | 11670 | struct lpfc_sli_ring *pring = cq->pring; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11671 | struct lpfc_iocbq *cmdiocbq; |
| 11672 | struct lpfc_iocbq irspiocbq; |
| 11673 | unsigned long iflags; |
| 11674 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11675 | /* Check for response status */ |
| 11676 | if (unlikely(bf_get(lpfc_wcqe_c_status, wcqe))) { |
| 11677 | /* If resource errors reported from HBA, reduce queue |
| 11678 | * depth of the SCSI device. |
| 11679 | */ |
James Smart | e3d2b80 | 2012-08-14 14:25:43 -0400 | [diff] [blame] | 11680 | if (((bf_get(lpfc_wcqe_c_status, wcqe) == |
| 11681 | IOSTAT_LOCAL_REJECT)) && |
| 11682 | ((wcqe->parameter & IOERR_PARAM_MASK) == |
| 11683 | IOERR_NO_RESOURCES)) |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11684 | phba->lpfc_rampdown_queue_depth(phba); |
James Smart | e3d2b80 | 2012-08-14 14:25:43 -0400 | [diff] [blame] | 11685 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11686 | /* Log the error status */ |
| 11687 | lpfc_printf_log(phba, KERN_WARNING, LOG_SLI, |
| 11688 | "0373 FCP complete error: status=x%x, " |
| 11689 | "hw_status=x%x, total_data_specified=%d, " |
| 11690 | "parameter=x%x, word3=x%x\n", |
| 11691 | bf_get(lpfc_wcqe_c_status, wcqe), |
| 11692 | bf_get(lpfc_wcqe_c_hw_status, wcqe), |
| 11693 | wcqe->total_data_placed, wcqe->parameter, |
| 11694 | wcqe->word3); |
| 11695 | } |
| 11696 | |
| 11697 | /* Look up the FCP command IOCB and create pseudo response IOCB */ |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 11698 | spin_lock_irqsave(&pring->ring_lock, iflags); |
| 11699 | pring->stats.iocb_event++; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11700 | cmdiocbq = lpfc_sli_iocbq_lookup_by_tag(phba, pring, |
| 11701 | bf_get(lpfc_wcqe_c_request_tag, wcqe)); |
James Smart | 7e56aa2 | 2012-08-03 12:35:34 -0400 | [diff] [blame] | 11702 | spin_unlock_irqrestore(&pring->ring_lock, iflags); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11703 | if (unlikely(!cmdiocbq)) { |
| 11704 | lpfc_printf_log(phba, KERN_WARNING, LOG_SLI, |
| 11705 | "0374 FCP complete with no corresponding " |
| 11706 | "cmdiocb: iotag (%d)\n", |
| 11707 | bf_get(lpfc_wcqe_c_request_tag, wcqe)); |
| 11708 | return; |
| 11709 | } |
| 11710 | if (unlikely(!cmdiocbq->iocb_cmpl)) { |
| 11711 | lpfc_printf_log(phba, KERN_WARNING, LOG_SLI, |
| 11712 | "0375 FCP cmdiocb not callback function " |
| 11713 | "iotag: (%d)\n", |
| 11714 | bf_get(lpfc_wcqe_c_request_tag, wcqe)); |
| 11715 | return; |
| 11716 | } |
| 11717 | |
| 11718 | /* Fake the irspiocb and copy necessary response information */ |
James Smart | 341af10 | 2010-01-26 23:07:37 -0500 | [diff] [blame] | 11719 | lpfc_sli4_iocb_param_transfer(phba, &irspiocbq, cmdiocbq, wcqe); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11720 | |
James Smart | 0f65ff6 | 2010-02-26 14:14:23 -0500 | [diff] [blame] | 11721 | if (cmdiocbq->iocb_flag & LPFC_DRIVER_ABORTED) { |
| 11722 | spin_lock_irqsave(&phba->hbalock, iflags); |
| 11723 | cmdiocbq->iocb_flag &= ~LPFC_DRIVER_ABORTED; |
| 11724 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 11725 | } |
| 11726 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11727 | /* Pass the cmd_iocb and the rsp state to the upper layer */ |
| 11728 | (cmdiocbq->iocb_cmpl)(phba, cmdiocbq, &irspiocbq); |
| 11729 | } |
| 11730 | |
| 11731 | /** |
| 11732 | * lpfc_sli4_fp_handle_rel_wcqe - Handle fast-path WQ entry consumed event |
| 11733 | * @phba: Pointer to HBA context object. |
| 11734 | * @cq: Pointer to completion queue. |
| 11735 | * @wcqe: Pointer to work-queue completion queue entry. |
| 11736 | * |
| 11737 | * This routine handles an fast-path WQ entry comsumed event by invoking the |
| 11738 | * proper WQ release routine to the slow-path WQ. |
| 11739 | **/ |
| 11740 | static void |
| 11741 | lpfc_sli4_fp_handle_rel_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, |
| 11742 | struct lpfc_wcqe_release *wcqe) |
| 11743 | { |
| 11744 | struct lpfc_queue *childwq; |
| 11745 | bool wqid_matched = false; |
| 11746 | uint16_t fcp_wqid; |
| 11747 | |
| 11748 | /* Check for fast-path FCP work queue release */ |
| 11749 | fcp_wqid = bf_get(lpfc_wcqe_r_wq_id, wcqe); |
| 11750 | list_for_each_entry(childwq, &cq->child_list, list) { |
| 11751 | if (childwq->queue_id == fcp_wqid) { |
| 11752 | lpfc_sli4_wq_release(childwq, |
| 11753 | bf_get(lpfc_wcqe_r_wqe_index, wcqe)); |
| 11754 | wqid_matched = true; |
| 11755 | break; |
| 11756 | } |
| 11757 | } |
| 11758 | /* Report warning log message if no match found */ |
| 11759 | if (wqid_matched != true) |
| 11760 | lpfc_printf_log(phba, KERN_WARNING, LOG_SLI, |
| 11761 | "2580 Fast-path wqe consume event carries " |
| 11762 | "miss-matched qid: wcqe-qid=x%x\n", fcp_wqid); |
| 11763 | } |
| 11764 | |
| 11765 | /** |
| 11766 | * lpfc_sli4_fp_handle_wcqe - Process fast-path work queue completion entry |
| 11767 | * @cq: Pointer to the completion queue. |
| 11768 | * @eqe: Pointer to fast-path completion queue entry. |
| 11769 | * |
| 11770 | * This routine process a fast-path work queue completion entry from fast-path |
| 11771 | * event queue for FCP command response completion. |
| 11772 | **/ |
| 11773 | static int |
| 11774 | lpfc_sli4_fp_handle_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, |
| 11775 | struct lpfc_cqe *cqe) |
| 11776 | { |
| 11777 | struct lpfc_wcqe_release wcqe; |
| 11778 | bool workposted = false; |
| 11779 | |
| 11780 | /* Copy the work queue CQE and convert endian order if needed */ |
| 11781 | lpfc_sli_pcimem_bcopy(cqe, &wcqe, sizeof(struct lpfc_cqe)); |
| 11782 | |
| 11783 | /* Check and process for different type of WCQE and dispatch */ |
| 11784 | switch (bf_get(lpfc_wcqe_c_code, &wcqe)) { |
| 11785 | case CQE_CODE_COMPL_WQE: |
James Smart | b84daac | 2012-08-03 12:35:13 -0400 | [diff] [blame] | 11786 | cq->CQ_wq++; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11787 | /* Process the WQ complete event */ |
James Smart | 98fc5dd | 2010-06-07 15:24:29 -0400 | [diff] [blame] | 11788 | phba->last_completion_time = jiffies; |
James Smart | 2a76a28 | 2012-08-03 12:35:54 -0400 | [diff] [blame] | 11789 | lpfc_sli4_fp_handle_fcp_wcqe(phba, cq, |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11790 | (struct lpfc_wcqe_complete *)&wcqe); |
| 11791 | break; |
| 11792 | case CQE_CODE_RELEASE_WQE: |
James Smart | b84daac | 2012-08-03 12:35:13 -0400 | [diff] [blame] | 11793 | cq->CQ_release_wqe++; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11794 | /* Process the WQ release event */ |
| 11795 | lpfc_sli4_fp_handle_rel_wcqe(phba, cq, |
| 11796 | (struct lpfc_wcqe_release *)&wcqe); |
| 11797 | break; |
| 11798 | case CQE_CODE_XRI_ABORTED: |
James Smart | b84daac | 2012-08-03 12:35:13 -0400 | [diff] [blame] | 11799 | cq->CQ_xri_aborted++; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11800 | /* Process the WQ XRI abort event */ |
James Smart | bc73905 | 2010-08-04 16:11:18 -0400 | [diff] [blame] | 11801 | phba->last_completion_time = jiffies; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11802 | workposted = lpfc_sli4_sp_handle_abort_xri_wcqe(phba, cq, |
| 11803 | (struct sli4_wcqe_xri_aborted *)&wcqe); |
| 11804 | break; |
| 11805 | default: |
| 11806 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 11807 | "0144 Not a valid WCQE code: x%x\n", |
| 11808 | bf_get(lpfc_wcqe_c_code, &wcqe)); |
| 11809 | break; |
| 11810 | } |
| 11811 | return workposted; |
| 11812 | } |
| 11813 | |
| 11814 | /** |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 11815 | * lpfc_sli4_hba_handle_eqe - Process a fast-path event queue entry |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11816 | * @phba: Pointer to HBA context object. |
| 11817 | * @eqe: Pointer to fast-path event queue entry. |
| 11818 | * |
| 11819 | * This routine process a event queue entry from the fast-path event queue. |
| 11820 | * It will check the MajorCode and MinorCode to determine this is for a |
| 11821 | * completion event on a completion queue, if not, an error shall be logged |
| 11822 | * and just return. Otherwise, it will get to the corresponding completion |
| 11823 | * queue and process all the entries on the completion queue, rearm the |
| 11824 | * completion queue, and then return. |
| 11825 | **/ |
| 11826 | static void |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 11827 | lpfc_sli4_hba_handle_eqe(struct lpfc_hba *phba, struct lpfc_eqe *eqe, |
| 11828 | uint32_t qidx) |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11829 | { |
| 11830 | struct lpfc_queue *cq; |
| 11831 | struct lpfc_cqe *cqe; |
| 11832 | bool workposted = false; |
| 11833 | uint16_t cqid; |
| 11834 | int ecount = 0; |
| 11835 | |
James Smart | cb5172e | 2010-03-15 11:25:07 -0400 | [diff] [blame] | 11836 | if (unlikely(bf_get_le32(lpfc_eqe_major_code, eqe) != 0)) { |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11837 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 11838 | "0366 Not a valid completion " |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11839 | "event: majorcode=x%x, minorcode=x%x\n", |
James Smart | cb5172e | 2010-03-15 11:25:07 -0400 | [diff] [blame] | 11840 | bf_get_le32(lpfc_eqe_major_code, eqe), |
| 11841 | bf_get_le32(lpfc_eqe_minor_code, eqe)); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11842 | return; |
| 11843 | } |
| 11844 | |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 11845 | /* Get the reference to the corresponding CQ */ |
| 11846 | cqid = bf_get_le32(lpfc_eqe_resource_id, eqe); |
| 11847 | |
| 11848 | /* Check if this is a Slow path event */ |
| 11849 | if (unlikely(cqid != phba->sli4_hba.fcp_cq_map[qidx])) { |
| 11850 | lpfc_sli4_sp_handle_eqe(phba, eqe, |
| 11851 | phba->sli4_hba.hba_eq[qidx]); |
| 11852 | return; |
| 11853 | } |
| 11854 | |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 11855 | if (unlikely(!phba->sli4_hba.fcp_cq)) { |
| 11856 | lpfc_printf_log(phba, KERN_WARNING, LOG_SLI, |
| 11857 | "3146 Fast-path completion queues " |
| 11858 | "does not exist\n"); |
| 11859 | return; |
| 11860 | } |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 11861 | cq = phba->sli4_hba.fcp_cq[qidx]; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11862 | if (unlikely(!cq)) { |
James Smart | 75baf69 | 2010-06-08 18:31:21 -0400 | [diff] [blame] | 11863 | if (phba->sli.sli_flag & LPFC_SLI_ACTIVE) |
| 11864 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 11865 | "0367 Fast-path completion queue " |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 11866 | "(%d) does not exist\n", qidx); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11867 | return; |
| 11868 | } |
| 11869 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11870 | if (unlikely(cqid != cq->queue_id)) { |
| 11871 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 11872 | "0368 Miss-matched fast-path completion " |
| 11873 | "queue identifier: eqcqid=%d, fcpcqid=%d\n", |
| 11874 | cqid, cq->queue_id); |
| 11875 | return; |
| 11876 | } |
| 11877 | |
| 11878 | /* Process all the entries to the CQ */ |
| 11879 | while ((cqe = lpfc_sli4_cq_get(cq))) { |
| 11880 | workposted |= lpfc_sli4_fp_handle_wcqe(phba, cq, cqe); |
James Smart | 73d91e5 | 2011-10-10 21:32:10 -0400 | [diff] [blame] | 11881 | if (!(++ecount % cq->entry_repost)) |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11882 | lpfc_sli4_cq_release(cq, LPFC_QUEUE_NOARM); |
| 11883 | } |
| 11884 | |
James Smart | b84daac | 2012-08-03 12:35:13 -0400 | [diff] [blame] | 11885 | /* Track the max number of CQEs processed in 1 EQ */ |
| 11886 | if (ecount > cq->CQ_max_cqe) |
| 11887 | cq->CQ_max_cqe = ecount; |
| 11888 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11889 | /* Catch the no cq entry condition */ |
| 11890 | if (unlikely(ecount == 0)) |
| 11891 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 11892 | "0369 No entry from fast-path completion " |
| 11893 | "queue fcpcqid=%d\n", cq->queue_id); |
| 11894 | |
| 11895 | /* In any case, flash and re-arm the CQ */ |
| 11896 | lpfc_sli4_cq_release(cq, LPFC_QUEUE_REARM); |
| 11897 | |
| 11898 | /* wake up worker thread if there are works to be done */ |
| 11899 | if (workposted) |
| 11900 | lpfc_worker_wake_up(phba); |
| 11901 | } |
| 11902 | |
| 11903 | static void |
| 11904 | lpfc_sli4_eq_flush(struct lpfc_hba *phba, struct lpfc_queue *eq) |
| 11905 | { |
| 11906 | struct lpfc_eqe *eqe; |
| 11907 | |
| 11908 | /* walk all the EQ entries and drop on the floor */ |
| 11909 | while ((eqe = lpfc_sli4_eq_get(eq))) |
| 11910 | ; |
| 11911 | |
| 11912 | /* Clear and re-arm the EQ */ |
| 11913 | lpfc_sli4_eq_release(eq, LPFC_QUEUE_REARM); |
| 11914 | } |
| 11915 | |
| 11916 | /** |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 11917 | * lpfc_sli4_hba_intr_handler - HBA interrupt handler to SLI-4 device |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11918 | * @irq: Interrupt number. |
| 11919 | * @dev_id: The device context pointer. |
| 11920 | * |
| 11921 | * This function is directly called from the PCI layer as an interrupt |
| 11922 | * service routine when device with SLI-4 interface spec is enabled with |
| 11923 | * MSI-X multi-message interrupt mode and there is a fast-path FCP IOCB |
| 11924 | * ring event in the HBA. However, when the device is enabled with either |
| 11925 | * MSI or Pin-IRQ interrupt mode, this function is called as part of the |
| 11926 | * device-level interrupt handler. When the PCI slot is in error recovery |
| 11927 | * or the HBA is undergoing initialization, the interrupt handler will not |
| 11928 | * process the interrupt. The SCSI FCP fast-path ring event are handled in |
| 11929 | * the intrrupt context. This function is called without any lock held. |
| 11930 | * It gets the hbalock to access and update SLI data structures. Note that, |
| 11931 | * the FCP EQ to FCP CQ are one-to-one map such that the FCP EQ index is |
| 11932 | * equal to that of FCP CQ index. |
| 11933 | * |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 11934 | * The link attention and ELS ring attention events are handled |
| 11935 | * by the worker thread. The interrupt handler signals the worker thread |
| 11936 | * and returns for these events. This function is called without any lock |
| 11937 | * held. It gets the hbalock to access and update SLI data structures. |
| 11938 | * |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11939 | * This function returns IRQ_HANDLED when interrupt is handled else it |
| 11940 | * returns IRQ_NONE. |
| 11941 | **/ |
| 11942 | irqreturn_t |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 11943 | lpfc_sli4_hba_intr_handler(int irq, void *dev_id) |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11944 | { |
| 11945 | struct lpfc_hba *phba; |
| 11946 | struct lpfc_fcp_eq_hdl *fcp_eq_hdl; |
| 11947 | struct lpfc_queue *fpeq; |
| 11948 | struct lpfc_eqe *eqe; |
| 11949 | unsigned long iflag; |
| 11950 | int ecount = 0; |
James Smart | 962bc51 | 2013-01-03 15:44:00 -0500 | [diff] [blame] | 11951 | int fcp_eqidx; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11952 | |
| 11953 | /* Get the driver's phba structure from the dev_id */ |
| 11954 | fcp_eq_hdl = (struct lpfc_fcp_eq_hdl *)dev_id; |
| 11955 | phba = fcp_eq_hdl->phba; |
| 11956 | fcp_eqidx = fcp_eq_hdl->idx; |
| 11957 | |
| 11958 | if (unlikely(!phba)) |
| 11959 | return IRQ_NONE; |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 11960 | if (unlikely(!phba->sli4_hba.hba_eq)) |
James Smart | 5350d87 | 2011-10-10 21:33:49 -0400 | [diff] [blame] | 11961 | return IRQ_NONE; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11962 | |
| 11963 | /* Get to the EQ struct associated with this vector */ |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 11964 | fpeq = phba->sli4_hba.hba_eq[fcp_eqidx]; |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 11965 | if (unlikely(!fpeq)) |
| 11966 | return IRQ_NONE; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11967 | |
James Smart | ba20c85 | 2012-08-03 12:36:52 -0400 | [diff] [blame] | 11968 | if (lpfc_fcp_look_ahead) { |
| 11969 | if (atomic_dec_and_test(&fcp_eq_hdl->fcp_eq_in_use)) |
| 11970 | lpfc_sli4_eq_clr_intr(fpeq); |
| 11971 | else { |
| 11972 | atomic_inc(&fcp_eq_hdl->fcp_eq_in_use); |
| 11973 | return IRQ_NONE; |
| 11974 | } |
| 11975 | } |
| 11976 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11977 | /* Check device state for handling interrupt */ |
| 11978 | if (unlikely(lpfc_intr_state_check(phba))) { |
James Smart | b84daac | 2012-08-03 12:35:13 -0400 | [diff] [blame] | 11979 | fpeq->EQ_badstate++; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11980 | /* Check again for link_state with lock held */ |
| 11981 | spin_lock_irqsave(&phba->hbalock, iflag); |
| 11982 | if (phba->link_state < LPFC_LINK_DOWN) |
| 11983 | /* Flush, clear interrupt, and rearm the EQ */ |
| 11984 | lpfc_sli4_eq_flush(phba, fpeq); |
| 11985 | spin_unlock_irqrestore(&phba->hbalock, iflag); |
James Smart | ba20c85 | 2012-08-03 12:36:52 -0400 | [diff] [blame] | 11986 | if (lpfc_fcp_look_ahead) |
| 11987 | atomic_inc(&fcp_eq_hdl->fcp_eq_in_use); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11988 | return IRQ_NONE; |
| 11989 | } |
| 11990 | |
| 11991 | /* |
| 11992 | * Process all the event on FCP fast-path EQ |
| 11993 | */ |
| 11994 | while ((eqe = lpfc_sli4_eq_get(fpeq))) { |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 11995 | lpfc_sli4_hba_handle_eqe(phba, eqe, fcp_eqidx); |
James Smart | 73d91e5 | 2011-10-10 21:32:10 -0400 | [diff] [blame] | 11996 | if (!(++ecount % fpeq->entry_repost)) |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11997 | lpfc_sli4_eq_release(fpeq, LPFC_QUEUE_NOARM); |
James Smart | b84daac | 2012-08-03 12:35:13 -0400 | [diff] [blame] | 11998 | fpeq->EQ_processed++; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 11999 | } |
| 12000 | |
James Smart | b84daac | 2012-08-03 12:35:13 -0400 | [diff] [blame] | 12001 | /* Track the max number of EQEs processed in 1 intr */ |
| 12002 | if (ecount > fpeq->EQ_max_eqe) |
| 12003 | fpeq->EQ_max_eqe = ecount; |
| 12004 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12005 | /* Always clear and re-arm the fast-path EQ */ |
| 12006 | lpfc_sli4_eq_release(fpeq, LPFC_QUEUE_REARM); |
| 12007 | |
| 12008 | if (unlikely(ecount == 0)) { |
James Smart | b84daac | 2012-08-03 12:35:13 -0400 | [diff] [blame] | 12009 | fpeq->EQ_no_entry++; |
James Smart | ba20c85 | 2012-08-03 12:36:52 -0400 | [diff] [blame] | 12010 | |
| 12011 | if (lpfc_fcp_look_ahead) { |
| 12012 | atomic_inc(&fcp_eq_hdl->fcp_eq_in_use); |
| 12013 | return IRQ_NONE; |
| 12014 | } |
| 12015 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12016 | if (phba->intr_type == MSIX) |
| 12017 | /* MSI-X treated interrupt served as no EQ share INT */ |
| 12018 | lpfc_printf_log(phba, KERN_WARNING, LOG_SLI, |
| 12019 | "0358 MSI-X interrupt with no EQE\n"); |
| 12020 | else |
| 12021 | /* Non MSI-X treated on interrupt as EQ share INT */ |
| 12022 | return IRQ_NONE; |
| 12023 | } |
| 12024 | |
James Smart | ba20c85 | 2012-08-03 12:36:52 -0400 | [diff] [blame] | 12025 | if (lpfc_fcp_look_ahead) |
| 12026 | atomic_inc(&fcp_eq_hdl->fcp_eq_in_use); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12027 | return IRQ_HANDLED; |
| 12028 | } /* lpfc_sli4_fp_intr_handler */ |
| 12029 | |
| 12030 | /** |
| 12031 | * lpfc_sli4_intr_handler - Device-level interrupt handler for SLI-4 device |
| 12032 | * @irq: Interrupt number. |
| 12033 | * @dev_id: The device context pointer. |
| 12034 | * |
| 12035 | * This function is the device-level interrupt handler to device with SLI-4 |
| 12036 | * interface spec, called from the PCI layer when either MSI or Pin-IRQ |
| 12037 | * interrupt mode is enabled and there is an event in the HBA which requires |
| 12038 | * driver attention. This function invokes the slow-path interrupt attention |
| 12039 | * handling function and fast-path interrupt attention handling function in |
| 12040 | * turn to process the relevant HBA attention events. This function is called |
| 12041 | * without any lock held. It gets the hbalock to access and update SLI data |
| 12042 | * structures. |
| 12043 | * |
| 12044 | * This function returns IRQ_HANDLED when interrupt is handled, else it |
| 12045 | * returns IRQ_NONE. |
| 12046 | **/ |
| 12047 | irqreturn_t |
| 12048 | lpfc_sli4_intr_handler(int irq, void *dev_id) |
| 12049 | { |
| 12050 | struct lpfc_hba *phba; |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 12051 | irqreturn_t hba_irq_rc; |
| 12052 | bool hba_handled = false; |
James Smart | 962bc51 | 2013-01-03 15:44:00 -0500 | [diff] [blame] | 12053 | int fcp_eqidx; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12054 | |
| 12055 | /* Get the driver's phba structure from the dev_id */ |
| 12056 | phba = (struct lpfc_hba *)dev_id; |
| 12057 | |
| 12058 | if (unlikely(!phba)) |
| 12059 | return IRQ_NONE; |
| 12060 | |
| 12061 | /* |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12062 | * Invoke fast-path host attention interrupt handling as appropriate. |
| 12063 | */ |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 12064 | for (fcp_eqidx = 0; fcp_eqidx < phba->cfg_fcp_io_channel; fcp_eqidx++) { |
| 12065 | hba_irq_rc = lpfc_sli4_hba_intr_handler(irq, |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12066 | &phba->sli4_hba.fcp_eq_hdl[fcp_eqidx]); |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 12067 | if (hba_irq_rc == IRQ_HANDLED) |
| 12068 | hba_handled |= true; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12069 | } |
| 12070 | |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 12071 | return (hba_handled == true) ? IRQ_HANDLED : IRQ_NONE; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12072 | } /* lpfc_sli4_intr_handler */ |
| 12073 | |
| 12074 | /** |
| 12075 | * lpfc_sli4_queue_free - free a queue structure and associated memory |
| 12076 | * @queue: The queue structure to free. |
| 12077 | * |
Uwe Kleine-König | b595076 | 2010-11-01 15:38:34 -0400 | [diff] [blame] | 12078 | * This function frees a queue structure and the DMAable memory used for |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12079 | * the host resident queue. This function must be called after destroying the |
| 12080 | * queue on the HBA. |
| 12081 | **/ |
| 12082 | void |
| 12083 | lpfc_sli4_queue_free(struct lpfc_queue *queue) |
| 12084 | { |
| 12085 | struct lpfc_dmabuf *dmabuf; |
| 12086 | |
| 12087 | if (!queue) |
| 12088 | return; |
| 12089 | |
| 12090 | while (!list_empty(&queue->page_list)) { |
| 12091 | list_remove_head(&queue->page_list, dmabuf, struct lpfc_dmabuf, |
| 12092 | list); |
James Smart | 49198b3 | 2010-04-06 15:04:33 -0400 | [diff] [blame] | 12093 | dma_free_coherent(&queue->phba->pcidev->dev, SLI4_PAGE_SIZE, |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12094 | dmabuf->virt, dmabuf->phys); |
| 12095 | kfree(dmabuf); |
| 12096 | } |
| 12097 | kfree(queue); |
| 12098 | return; |
| 12099 | } |
| 12100 | |
| 12101 | /** |
| 12102 | * lpfc_sli4_queue_alloc - Allocate and initialize a queue structure |
| 12103 | * @phba: The HBA that this queue is being created on. |
| 12104 | * @entry_size: The size of each queue entry for this queue. |
| 12105 | * @entry count: The number of entries that this queue will handle. |
| 12106 | * |
| 12107 | * This function allocates a queue structure and the DMAable memory used for |
| 12108 | * the host resident queue. This function must be called before creating the |
| 12109 | * queue on the HBA. |
| 12110 | **/ |
| 12111 | struct lpfc_queue * |
| 12112 | lpfc_sli4_queue_alloc(struct lpfc_hba *phba, uint32_t entry_size, |
| 12113 | uint32_t entry_count) |
| 12114 | { |
| 12115 | struct lpfc_queue *queue; |
| 12116 | struct lpfc_dmabuf *dmabuf; |
| 12117 | int x, total_qe_count; |
| 12118 | void *dma_pointer; |
James Smart | cb5172e | 2010-03-15 11:25:07 -0400 | [diff] [blame] | 12119 | uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12120 | |
James Smart | cb5172e | 2010-03-15 11:25:07 -0400 | [diff] [blame] | 12121 | if (!phba->sli4_hba.pc_sli4_params.supported) |
| 12122 | hw_page_size = SLI4_PAGE_SIZE; |
| 12123 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12124 | queue = kzalloc(sizeof(struct lpfc_queue) + |
| 12125 | (sizeof(union sli4_qe) * entry_count), GFP_KERNEL); |
| 12126 | if (!queue) |
| 12127 | return NULL; |
James Smart | cb5172e | 2010-03-15 11:25:07 -0400 | [diff] [blame] | 12128 | queue->page_count = (ALIGN(entry_size * entry_count, |
| 12129 | hw_page_size))/hw_page_size; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12130 | INIT_LIST_HEAD(&queue->list); |
| 12131 | INIT_LIST_HEAD(&queue->page_list); |
| 12132 | INIT_LIST_HEAD(&queue->child_list); |
| 12133 | for (x = 0, total_qe_count = 0; x < queue->page_count; x++) { |
| 12134 | dmabuf = kzalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); |
| 12135 | if (!dmabuf) |
| 12136 | goto out_fail; |
| 12137 | dmabuf->virt = dma_alloc_coherent(&phba->pcidev->dev, |
James Smart | cb5172e | 2010-03-15 11:25:07 -0400 | [diff] [blame] | 12138 | hw_page_size, &dmabuf->phys, |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12139 | GFP_KERNEL); |
| 12140 | if (!dmabuf->virt) { |
| 12141 | kfree(dmabuf); |
| 12142 | goto out_fail; |
| 12143 | } |
James Smart | cb5172e | 2010-03-15 11:25:07 -0400 | [diff] [blame] | 12144 | memset(dmabuf->virt, 0, hw_page_size); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12145 | dmabuf->buffer_tag = x; |
| 12146 | list_add_tail(&dmabuf->list, &queue->page_list); |
| 12147 | /* initialize queue's entry array */ |
| 12148 | dma_pointer = dmabuf->virt; |
| 12149 | for (; total_qe_count < entry_count && |
James Smart | cb5172e | 2010-03-15 11:25:07 -0400 | [diff] [blame] | 12150 | dma_pointer < (hw_page_size + dmabuf->virt); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12151 | total_qe_count++, dma_pointer += entry_size) { |
| 12152 | queue->qe[total_qe_count].address = dma_pointer; |
| 12153 | } |
| 12154 | } |
| 12155 | queue->entry_size = entry_size; |
| 12156 | queue->entry_count = entry_count; |
James Smart | 73d91e5 | 2011-10-10 21:32:10 -0400 | [diff] [blame] | 12157 | |
| 12158 | /* |
| 12159 | * entry_repost is calculated based on the number of entries in the |
| 12160 | * queue. This works out except for RQs. If buffers are NOT initially |
| 12161 | * posted for every RQE, entry_repost should be adjusted accordingly. |
| 12162 | */ |
| 12163 | queue->entry_repost = (entry_count >> 3); |
| 12164 | if (queue->entry_repost < LPFC_QUEUE_MIN_REPOST) |
| 12165 | queue->entry_repost = LPFC_QUEUE_MIN_REPOST; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12166 | queue->phba = phba; |
| 12167 | |
| 12168 | return queue; |
| 12169 | out_fail: |
| 12170 | lpfc_sli4_queue_free(queue); |
| 12171 | return NULL; |
| 12172 | } |
| 12173 | |
| 12174 | /** |
James Smart | 962bc51 | 2013-01-03 15:44:00 -0500 | [diff] [blame] | 12175 | * lpfc_dual_chute_pci_bar_map - Map pci base address register to host memory |
| 12176 | * @phba: HBA structure that indicates port to create a queue on. |
| 12177 | * @pci_barset: PCI BAR set flag. |
| 12178 | * |
| 12179 | * This function shall perform iomap of the specified PCI BAR address to host |
| 12180 | * memory address if not already done so and return it. The returned host |
| 12181 | * memory address can be NULL. |
| 12182 | */ |
| 12183 | static void __iomem * |
| 12184 | lpfc_dual_chute_pci_bar_map(struct lpfc_hba *phba, uint16_t pci_barset) |
| 12185 | { |
| 12186 | struct pci_dev *pdev; |
| 12187 | unsigned long bar_map, bar_map_len; |
| 12188 | |
| 12189 | if (!phba->pcidev) |
| 12190 | return NULL; |
| 12191 | else |
| 12192 | pdev = phba->pcidev; |
| 12193 | |
| 12194 | switch (pci_barset) { |
| 12195 | case WQ_PCI_BAR_0_AND_1: |
| 12196 | if (!phba->pci_bar0_memmap_p) { |
| 12197 | bar_map = pci_resource_start(pdev, PCI_64BIT_BAR0); |
| 12198 | bar_map_len = pci_resource_len(pdev, PCI_64BIT_BAR0); |
| 12199 | phba->pci_bar0_memmap_p = ioremap(bar_map, bar_map_len); |
| 12200 | } |
| 12201 | return phba->pci_bar0_memmap_p; |
| 12202 | case WQ_PCI_BAR_2_AND_3: |
| 12203 | if (!phba->pci_bar2_memmap_p) { |
| 12204 | bar_map = pci_resource_start(pdev, PCI_64BIT_BAR2); |
| 12205 | bar_map_len = pci_resource_len(pdev, PCI_64BIT_BAR2); |
| 12206 | phba->pci_bar2_memmap_p = ioremap(bar_map, bar_map_len); |
| 12207 | } |
| 12208 | return phba->pci_bar2_memmap_p; |
| 12209 | case WQ_PCI_BAR_4_AND_5: |
| 12210 | if (!phba->pci_bar4_memmap_p) { |
| 12211 | bar_map = pci_resource_start(pdev, PCI_64BIT_BAR4); |
| 12212 | bar_map_len = pci_resource_len(pdev, PCI_64BIT_BAR4); |
| 12213 | phba->pci_bar4_memmap_p = ioremap(bar_map, bar_map_len); |
| 12214 | } |
| 12215 | return phba->pci_bar4_memmap_p; |
| 12216 | default: |
| 12217 | break; |
| 12218 | } |
| 12219 | return NULL; |
| 12220 | } |
| 12221 | |
| 12222 | /** |
James Smart | 173edbb | 2012-06-12 13:54:50 -0400 | [diff] [blame] | 12223 | * lpfc_modify_fcp_eq_delay - Modify Delay Multiplier on FCP EQs |
| 12224 | * @phba: HBA structure that indicates port to create a queue on. |
| 12225 | * @startq: The starting FCP EQ to modify |
| 12226 | * |
| 12227 | * This function sends an MODIFY_EQ_DELAY mailbox command to the HBA. |
| 12228 | * |
| 12229 | * The @phba struct is used to send mailbox command to HBA. The @startq |
| 12230 | * is used to get the starting FCP EQ to change. |
| 12231 | * This function is asynchronous and will wait for the mailbox |
| 12232 | * command to finish before continuing. |
| 12233 | * |
| 12234 | * On success this function will return a zero. If unable to allocate enough |
| 12235 | * memory this function will return -ENOMEM. If the queue create mailbox command |
| 12236 | * fails this function will return -ENXIO. |
| 12237 | **/ |
| 12238 | uint32_t |
| 12239 | lpfc_modify_fcp_eq_delay(struct lpfc_hba *phba, uint16_t startq) |
| 12240 | { |
| 12241 | struct lpfc_mbx_modify_eq_delay *eq_delay; |
| 12242 | LPFC_MBOXQ_t *mbox; |
| 12243 | struct lpfc_queue *eq; |
| 12244 | int cnt, rc, length, status = 0; |
| 12245 | uint32_t shdr_status, shdr_add_status; |
James Smart | ee02006 | 2012-09-29 11:28:52 -0400 | [diff] [blame] | 12246 | uint32_t result; |
James Smart | 173edbb | 2012-06-12 13:54:50 -0400 | [diff] [blame] | 12247 | int fcp_eqidx; |
| 12248 | union lpfc_sli4_cfg_shdr *shdr; |
| 12249 | uint16_t dmult; |
| 12250 | |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 12251 | if (startq >= phba->cfg_fcp_io_channel) |
James Smart | 173edbb | 2012-06-12 13:54:50 -0400 | [diff] [blame] | 12252 | return 0; |
| 12253 | |
| 12254 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 12255 | if (!mbox) |
| 12256 | return -ENOMEM; |
| 12257 | length = (sizeof(struct lpfc_mbx_modify_eq_delay) - |
| 12258 | sizeof(struct lpfc_sli4_cfg_mhdr)); |
| 12259 | lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON, |
| 12260 | LPFC_MBOX_OPCODE_MODIFY_EQ_DELAY, |
| 12261 | length, LPFC_SLI4_MBX_EMBED); |
| 12262 | eq_delay = &mbox->u.mqe.un.eq_delay; |
| 12263 | |
| 12264 | /* Calculate delay multiper from maximum interrupt per second */ |
James Smart | ee02006 | 2012-09-29 11:28:52 -0400 | [diff] [blame] | 12265 | result = phba->cfg_fcp_imax / phba->cfg_fcp_io_channel; |
| 12266 | if (result > LPFC_DMULT_CONST) |
| 12267 | dmult = 0; |
| 12268 | else |
| 12269 | dmult = LPFC_DMULT_CONST/result - 1; |
James Smart | 173edbb | 2012-06-12 13:54:50 -0400 | [diff] [blame] | 12270 | |
| 12271 | cnt = 0; |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 12272 | for (fcp_eqidx = startq; fcp_eqidx < phba->cfg_fcp_io_channel; |
James Smart | 173edbb | 2012-06-12 13:54:50 -0400 | [diff] [blame] | 12273 | fcp_eqidx++) { |
James Smart | 67d1273 | 2012-08-03 12:36:13 -0400 | [diff] [blame] | 12274 | eq = phba->sli4_hba.hba_eq[fcp_eqidx]; |
James Smart | 173edbb | 2012-06-12 13:54:50 -0400 | [diff] [blame] | 12275 | if (!eq) |
| 12276 | continue; |
| 12277 | eq_delay->u.request.eq[cnt].eq_id = eq->queue_id; |
| 12278 | eq_delay->u.request.eq[cnt].phase = 0; |
| 12279 | eq_delay->u.request.eq[cnt].delay_multi = dmult; |
| 12280 | cnt++; |
| 12281 | if (cnt >= LPFC_MAX_EQ_DELAY) |
| 12282 | break; |
| 12283 | } |
| 12284 | eq_delay->u.request.num_eq = cnt; |
| 12285 | |
| 12286 | mbox->vport = phba->pport; |
| 12287 | mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
| 12288 | mbox->context1 = NULL; |
| 12289 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL); |
| 12290 | shdr = (union lpfc_sli4_cfg_shdr *) &eq_delay->header.cfg_shdr; |
| 12291 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); |
| 12292 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); |
| 12293 | if (shdr_status || shdr_add_status || rc) { |
| 12294 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 12295 | "2512 MODIFY_EQ_DELAY mailbox failed with " |
| 12296 | "status x%x add_status x%x, mbx status x%x\n", |
| 12297 | shdr_status, shdr_add_status, rc); |
| 12298 | status = -ENXIO; |
| 12299 | } |
| 12300 | mempool_free(mbox, phba->mbox_mem_pool); |
| 12301 | return status; |
| 12302 | } |
| 12303 | |
| 12304 | /** |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12305 | * lpfc_eq_create - Create an Event Queue on the HBA |
| 12306 | * @phba: HBA structure that indicates port to create a queue on. |
| 12307 | * @eq: The queue structure to use to create the event queue. |
| 12308 | * @imax: The maximum interrupt per second limit. |
| 12309 | * |
| 12310 | * This function creates an event queue, as detailed in @eq, on a port, |
| 12311 | * described by @phba by sending an EQ_CREATE mailbox command to the HBA. |
| 12312 | * |
| 12313 | * The @phba struct is used to send mailbox command to HBA. The @eq struct |
| 12314 | * is used to get the entry count and entry size that are necessary to |
| 12315 | * determine the number of pages to allocate and use for this queue. This |
| 12316 | * function will send the EQ_CREATE mailbox command to the HBA to setup the |
| 12317 | * event queue. This function is asynchronous and will wait for the mailbox |
| 12318 | * command to finish before continuing. |
| 12319 | * |
| 12320 | * On success this function will return a zero. If unable to allocate enough |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 12321 | * memory this function will return -ENOMEM. If the queue create mailbox command |
| 12322 | * fails this function will return -ENXIO. |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12323 | **/ |
| 12324 | uint32_t |
James Smart | ee02006 | 2012-09-29 11:28:52 -0400 | [diff] [blame] | 12325 | lpfc_eq_create(struct lpfc_hba *phba, struct lpfc_queue *eq, uint32_t imax) |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12326 | { |
| 12327 | struct lpfc_mbx_eq_create *eq_create; |
| 12328 | LPFC_MBOXQ_t *mbox; |
| 12329 | int rc, length, status = 0; |
| 12330 | struct lpfc_dmabuf *dmabuf; |
| 12331 | uint32_t shdr_status, shdr_add_status; |
| 12332 | union lpfc_sli4_cfg_shdr *shdr; |
| 12333 | uint16_t dmult; |
James Smart | 49198b3 | 2010-04-06 15:04:33 -0400 | [diff] [blame] | 12334 | uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; |
| 12335 | |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 12336 | /* sanity check on queue memory */ |
| 12337 | if (!eq) |
| 12338 | return -ENODEV; |
James Smart | 49198b3 | 2010-04-06 15:04:33 -0400 | [diff] [blame] | 12339 | if (!phba->sli4_hba.pc_sli4_params.supported) |
| 12340 | hw_page_size = SLI4_PAGE_SIZE; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12341 | |
| 12342 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 12343 | if (!mbox) |
| 12344 | return -ENOMEM; |
| 12345 | length = (sizeof(struct lpfc_mbx_eq_create) - |
| 12346 | sizeof(struct lpfc_sli4_cfg_mhdr)); |
| 12347 | lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON, |
| 12348 | LPFC_MBOX_OPCODE_EQ_CREATE, |
| 12349 | length, LPFC_SLI4_MBX_EMBED); |
| 12350 | eq_create = &mbox->u.mqe.un.eq_create; |
| 12351 | bf_set(lpfc_mbx_eq_create_num_pages, &eq_create->u.request, |
| 12352 | eq->page_count); |
| 12353 | bf_set(lpfc_eq_context_size, &eq_create->u.request.context, |
| 12354 | LPFC_EQE_SIZE); |
| 12355 | bf_set(lpfc_eq_context_valid, &eq_create->u.request.context, 1); |
| 12356 | /* Calculate delay multiper from maximum interrupt per second */ |
James Smart | ee02006 | 2012-09-29 11:28:52 -0400 | [diff] [blame] | 12357 | if (imax > LPFC_DMULT_CONST) |
| 12358 | dmult = 0; |
| 12359 | else |
| 12360 | dmult = LPFC_DMULT_CONST/imax - 1; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12361 | bf_set(lpfc_eq_context_delay_multi, &eq_create->u.request.context, |
| 12362 | dmult); |
| 12363 | switch (eq->entry_count) { |
| 12364 | default: |
| 12365 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 12366 | "0360 Unsupported EQ count. (%d)\n", |
| 12367 | eq->entry_count); |
| 12368 | if (eq->entry_count < 256) |
| 12369 | return -EINVAL; |
| 12370 | /* otherwise default to smallest count (drop through) */ |
| 12371 | case 256: |
| 12372 | bf_set(lpfc_eq_context_count, &eq_create->u.request.context, |
| 12373 | LPFC_EQ_CNT_256); |
| 12374 | break; |
| 12375 | case 512: |
| 12376 | bf_set(lpfc_eq_context_count, &eq_create->u.request.context, |
| 12377 | LPFC_EQ_CNT_512); |
| 12378 | break; |
| 12379 | case 1024: |
| 12380 | bf_set(lpfc_eq_context_count, &eq_create->u.request.context, |
| 12381 | LPFC_EQ_CNT_1024); |
| 12382 | break; |
| 12383 | case 2048: |
| 12384 | bf_set(lpfc_eq_context_count, &eq_create->u.request.context, |
| 12385 | LPFC_EQ_CNT_2048); |
| 12386 | break; |
| 12387 | case 4096: |
| 12388 | bf_set(lpfc_eq_context_count, &eq_create->u.request.context, |
| 12389 | LPFC_EQ_CNT_4096); |
| 12390 | break; |
| 12391 | } |
| 12392 | list_for_each_entry(dmabuf, &eq->page_list, list) { |
James Smart | 49198b3 | 2010-04-06 15:04:33 -0400 | [diff] [blame] | 12393 | memset(dmabuf->virt, 0, hw_page_size); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12394 | eq_create->u.request.page[dmabuf->buffer_tag].addr_lo = |
| 12395 | putPaddrLow(dmabuf->phys); |
| 12396 | eq_create->u.request.page[dmabuf->buffer_tag].addr_hi = |
| 12397 | putPaddrHigh(dmabuf->phys); |
| 12398 | } |
| 12399 | mbox->vport = phba->pport; |
| 12400 | mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
| 12401 | mbox->context1 = NULL; |
| 12402 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL); |
| 12403 | shdr = (union lpfc_sli4_cfg_shdr *) &eq_create->header.cfg_shdr; |
| 12404 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); |
| 12405 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); |
| 12406 | if (shdr_status || shdr_add_status || rc) { |
| 12407 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 12408 | "2500 EQ_CREATE mailbox failed with " |
| 12409 | "status x%x add_status x%x, mbx status x%x\n", |
| 12410 | shdr_status, shdr_add_status, rc); |
| 12411 | status = -ENXIO; |
| 12412 | } |
| 12413 | eq->type = LPFC_EQ; |
| 12414 | eq->subtype = LPFC_NONE; |
| 12415 | eq->queue_id = bf_get(lpfc_mbx_eq_create_q_id, &eq_create->u.response); |
| 12416 | if (eq->queue_id == 0xFFFF) |
| 12417 | status = -ENXIO; |
| 12418 | eq->host_index = 0; |
| 12419 | eq->hba_index = 0; |
| 12420 | |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 12421 | mempool_free(mbox, phba->mbox_mem_pool); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12422 | return status; |
| 12423 | } |
| 12424 | |
| 12425 | /** |
| 12426 | * lpfc_cq_create - Create a Completion Queue on the HBA |
| 12427 | * @phba: HBA structure that indicates port to create a queue on. |
| 12428 | * @cq: The queue structure to use to create the completion queue. |
| 12429 | * @eq: The event queue to bind this completion queue to. |
| 12430 | * |
| 12431 | * This function creates a completion queue, as detailed in @wq, on a port, |
| 12432 | * described by @phba by sending a CQ_CREATE mailbox command to the HBA. |
| 12433 | * |
| 12434 | * The @phba struct is used to send mailbox command to HBA. The @cq struct |
| 12435 | * is used to get the entry count and entry size that are necessary to |
| 12436 | * determine the number of pages to allocate and use for this queue. The @eq |
| 12437 | * is used to indicate which event queue to bind this completion queue to. This |
| 12438 | * function will send the CQ_CREATE mailbox command to the HBA to setup the |
| 12439 | * completion queue. This function is asynchronous and will wait for the mailbox |
| 12440 | * command to finish before continuing. |
| 12441 | * |
| 12442 | * On success this function will return a zero. If unable to allocate enough |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 12443 | * memory this function will return -ENOMEM. If the queue create mailbox command |
| 12444 | * fails this function will return -ENXIO. |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12445 | **/ |
| 12446 | uint32_t |
| 12447 | lpfc_cq_create(struct lpfc_hba *phba, struct lpfc_queue *cq, |
| 12448 | struct lpfc_queue *eq, uint32_t type, uint32_t subtype) |
| 12449 | { |
| 12450 | struct lpfc_mbx_cq_create *cq_create; |
| 12451 | struct lpfc_dmabuf *dmabuf; |
| 12452 | LPFC_MBOXQ_t *mbox; |
| 12453 | int rc, length, status = 0; |
| 12454 | uint32_t shdr_status, shdr_add_status; |
| 12455 | union lpfc_sli4_cfg_shdr *shdr; |
James Smart | 49198b3 | 2010-04-06 15:04:33 -0400 | [diff] [blame] | 12456 | uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; |
| 12457 | |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 12458 | /* sanity check on queue memory */ |
| 12459 | if (!cq || !eq) |
| 12460 | return -ENODEV; |
James Smart | 49198b3 | 2010-04-06 15:04:33 -0400 | [diff] [blame] | 12461 | if (!phba->sli4_hba.pc_sli4_params.supported) |
| 12462 | hw_page_size = SLI4_PAGE_SIZE; |
| 12463 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12464 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 12465 | if (!mbox) |
| 12466 | return -ENOMEM; |
| 12467 | length = (sizeof(struct lpfc_mbx_cq_create) - |
| 12468 | sizeof(struct lpfc_sli4_cfg_mhdr)); |
| 12469 | lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON, |
| 12470 | LPFC_MBOX_OPCODE_CQ_CREATE, |
| 12471 | length, LPFC_SLI4_MBX_EMBED); |
| 12472 | cq_create = &mbox->u.mqe.un.cq_create; |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 12473 | shdr = (union lpfc_sli4_cfg_shdr *) &cq_create->header.cfg_shdr; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12474 | bf_set(lpfc_mbx_cq_create_num_pages, &cq_create->u.request, |
| 12475 | cq->page_count); |
| 12476 | bf_set(lpfc_cq_context_event, &cq_create->u.request.context, 1); |
| 12477 | bf_set(lpfc_cq_context_valid, &cq_create->u.request.context, 1); |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 12478 | bf_set(lpfc_mbox_hdr_version, &shdr->request, |
| 12479 | phba->sli4_hba.pc_sli4_params.cqv); |
| 12480 | if (phba->sli4_hba.pc_sli4_params.cqv == LPFC_Q_CREATE_VERSION_2) { |
James Smart | c31098c | 2011-04-16 11:03:33 -0400 | [diff] [blame] | 12481 | /* FW only supports 1. Should be PAGE_SIZE/SLI4_PAGE_SIZE */ |
| 12482 | bf_set(lpfc_mbx_cq_create_page_size, &cq_create->u.request, 1); |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 12483 | bf_set(lpfc_cq_eq_id_2, &cq_create->u.request.context, |
| 12484 | eq->queue_id); |
| 12485 | } else { |
| 12486 | bf_set(lpfc_cq_eq_id, &cq_create->u.request.context, |
| 12487 | eq->queue_id); |
| 12488 | } |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12489 | switch (cq->entry_count) { |
| 12490 | default: |
| 12491 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 12492 | "0361 Unsupported CQ count. (%d)\n", |
| 12493 | cq->entry_count); |
James Smart | 4f4c186 | 2012-06-12 13:54:02 -0400 | [diff] [blame] | 12494 | if (cq->entry_count < 256) { |
| 12495 | status = -EINVAL; |
| 12496 | goto out; |
| 12497 | } |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12498 | /* otherwise default to smallest count (drop through) */ |
| 12499 | case 256: |
| 12500 | bf_set(lpfc_cq_context_count, &cq_create->u.request.context, |
| 12501 | LPFC_CQ_CNT_256); |
| 12502 | break; |
| 12503 | case 512: |
| 12504 | bf_set(lpfc_cq_context_count, &cq_create->u.request.context, |
| 12505 | LPFC_CQ_CNT_512); |
| 12506 | break; |
| 12507 | case 1024: |
| 12508 | bf_set(lpfc_cq_context_count, &cq_create->u.request.context, |
| 12509 | LPFC_CQ_CNT_1024); |
| 12510 | break; |
| 12511 | } |
| 12512 | list_for_each_entry(dmabuf, &cq->page_list, list) { |
James Smart | 49198b3 | 2010-04-06 15:04:33 -0400 | [diff] [blame] | 12513 | memset(dmabuf->virt, 0, hw_page_size); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12514 | cq_create->u.request.page[dmabuf->buffer_tag].addr_lo = |
| 12515 | putPaddrLow(dmabuf->phys); |
| 12516 | cq_create->u.request.page[dmabuf->buffer_tag].addr_hi = |
| 12517 | putPaddrHigh(dmabuf->phys); |
| 12518 | } |
| 12519 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL); |
| 12520 | |
| 12521 | /* The IOCTL status is embedded in the mailbox subheader. */ |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12522 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); |
| 12523 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); |
| 12524 | if (shdr_status || shdr_add_status || rc) { |
| 12525 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 12526 | "2501 CQ_CREATE mailbox failed with " |
| 12527 | "status x%x add_status x%x, mbx status x%x\n", |
| 12528 | shdr_status, shdr_add_status, rc); |
| 12529 | status = -ENXIO; |
| 12530 | goto out; |
| 12531 | } |
| 12532 | cq->queue_id = bf_get(lpfc_mbx_cq_create_q_id, &cq_create->u.response); |
| 12533 | if (cq->queue_id == 0xFFFF) { |
| 12534 | status = -ENXIO; |
| 12535 | goto out; |
| 12536 | } |
| 12537 | /* link the cq onto the parent eq child list */ |
| 12538 | list_add_tail(&cq->list, &eq->child_list); |
| 12539 | /* Set up completion queue's type and subtype */ |
| 12540 | cq->type = type; |
| 12541 | cq->subtype = subtype; |
| 12542 | cq->queue_id = bf_get(lpfc_mbx_cq_create_q_id, &cq_create->u.response); |
James Smart | 2a622bf | 2011-02-16 12:40:06 -0500 | [diff] [blame] | 12543 | cq->assoc_qid = eq->queue_id; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12544 | cq->host_index = 0; |
| 12545 | cq->hba_index = 0; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12546 | |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 12547 | out: |
| 12548 | mempool_free(mbox, phba->mbox_mem_pool); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12549 | return status; |
| 12550 | } |
| 12551 | |
| 12552 | /** |
James Smart | b19a061 | 2010-04-06 14:48:51 -0400 | [diff] [blame] | 12553 | * lpfc_mq_create_fb_init - Send MCC_CREATE without async events registration |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 12554 | * @phba: HBA structure that indicates port to create a queue on. |
| 12555 | * @mq: The queue structure to use to create the mailbox queue. |
James Smart | b19a061 | 2010-04-06 14:48:51 -0400 | [diff] [blame] | 12556 | * @mbox: An allocated pointer to type LPFC_MBOXQ_t |
| 12557 | * @cq: The completion queue to associate with this cq. |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 12558 | * |
James Smart | b19a061 | 2010-04-06 14:48:51 -0400 | [diff] [blame] | 12559 | * This function provides failback (fb) functionality when the |
| 12560 | * mq_create_ext fails on older FW generations. It's purpose is identical |
| 12561 | * to mq_create_ext otherwise. |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 12562 | * |
James Smart | b19a061 | 2010-04-06 14:48:51 -0400 | [diff] [blame] | 12563 | * This routine cannot fail as all attributes were previously accessed and |
| 12564 | * initialized in mq_create_ext. |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 12565 | **/ |
James Smart | b19a061 | 2010-04-06 14:48:51 -0400 | [diff] [blame] | 12566 | static void |
| 12567 | lpfc_mq_create_fb_init(struct lpfc_hba *phba, struct lpfc_queue *mq, |
| 12568 | LPFC_MBOXQ_t *mbox, struct lpfc_queue *cq) |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 12569 | { |
| 12570 | struct lpfc_mbx_mq_create *mq_create; |
| 12571 | struct lpfc_dmabuf *dmabuf; |
James Smart | b19a061 | 2010-04-06 14:48:51 -0400 | [diff] [blame] | 12572 | int length; |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 12573 | |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 12574 | length = (sizeof(struct lpfc_mbx_mq_create) - |
| 12575 | sizeof(struct lpfc_sli4_cfg_mhdr)); |
| 12576 | lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON, |
| 12577 | LPFC_MBOX_OPCODE_MQ_CREATE, |
| 12578 | length, LPFC_SLI4_MBX_EMBED); |
| 12579 | mq_create = &mbox->u.mqe.un.mq_create; |
| 12580 | bf_set(lpfc_mbx_mq_create_num_pages, &mq_create->u.request, |
James Smart | b19a061 | 2010-04-06 14:48:51 -0400 | [diff] [blame] | 12581 | mq->page_count); |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 12582 | bf_set(lpfc_mq_context_cq_id, &mq_create->u.request.context, |
James Smart | b19a061 | 2010-04-06 14:48:51 -0400 | [diff] [blame] | 12583 | cq->queue_id); |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 12584 | bf_set(lpfc_mq_context_valid, &mq_create->u.request.context, 1); |
| 12585 | switch (mq->entry_count) { |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 12586 | case 16: |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 12587 | bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context, |
| 12588 | LPFC_MQ_RING_SIZE_16); |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 12589 | break; |
| 12590 | case 32: |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 12591 | bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context, |
| 12592 | LPFC_MQ_RING_SIZE_32); |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 12593 | break; |
| 12594 | case 64: |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 12595 | bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context, |
| 12596 | LPFC_MQ_RING_SIZE_64); |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 12597 | break; |
| 12598 | case 128: |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 12599 | bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context, |
| 12600 | LPFC_MQ_RING_SIZE_128); |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 12601 | break; |
| 12602 | } |
| 12603 | list_for_each_entry(dmabuf, &mq->page_list, list) { |
| 12604 | mq_create->u.request.page[dmabuf->buffer_tag].addr_lo = |
James Smart | b19a061 | 2010-04-06 14:48:51 -0400 | [diff] [blame] | 12605 | putPaddrLow(dmabuf->phys); |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 12606 | mq_create->u.request.page[dmabuf->buffer_tag].addr_hi = |
James Smart | b19a061 | 2010-04-06 14:48:51 -0400 | [diff] [blame] | 12607 | putPaddrHigh(dmabuf->phys); |
| 12608 | } |
| 12609 | } |
| 12610 | |
| 12611 | /** |
| 12612 | * lpfc_mq_create - Create a mailbox Queue on the HBA |
| 12613 | * @phba: HBA structure that indicates port to create a queue on. |
| 12614 | * @mq: The queue structure to use to create the mailbox queue. |
| 12615 | * @cq: The completion queue to associate with this cq. |
| 12616 | * @subtype: The queue's subtype. |
| 12617 | * |
| 12618 | * This function creates a mailbox queue, as detailed in @mq, on a port, |
| 12619 | * described by @phba by sending a MQ_CREATE mailbox command to the HBA. |
| 12620 | * |
| 12621 | * The @phba struct is used to send mailbox command to HBA. The @cq struct |
| 12622 | * is used to get the entry count and entry size that are necessary to |
| 12623 | * determine the number of pages to allocate and use for this queue. This |
| 12624 | * function will send the MQ_CREATE mailbox command to the HBA to setup the |
| 12625 | * mailbox queue. This function is asynchronous and will wait for the mailbox |
| 12626 | * command to finish before continuing. |
| 12627 | * |
| 12628 | * On success this function will return a zero. If unable to allocate enough |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 12629 | * memory this function will return -ENOMEM. If the queue create mailbox command |
| 12630 | * fails this function will return -ENXIO. |
James Smart | b19a061 | 2010-04-06 14:48:51 -0400 | [diff] [blame] | 12631 | **/ |
| 12632 | int32_t |
| 12633 | lpfc_mq_create(struct lpfc_hba *phba, struct lpfc_queue *mq, |
| 12634 | struct lpfc_queue *cq, uint32_t subtype) |
| 12635 | { |
| 12636 | struct lpfc_mbx_mq_create *mq_create; |
| 12637 | struct lpfc_mbx_mq_create_ext *mq_create_ext; |
| 12638 | struct lpfc_dmabuf *dmabuf; |
| 12639 | LPFC_MBOXQ_t *mbox; |
| 12640 | int rc, length, status = 0; |
| 12641 | uint32_t shdr_status, shdr_add_status; |
| 12642 | union lpfc_sli4_cfg_shdr *shdr; |
James Smart | 49198b3 | 2010-04-06 15:04:33 -0400 | [diff] [blame] | 12643 | uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; |
James Smart | b19a061 | 2010-04-06 14:48:51 -0400 | [diff] [blame] | 12644 | |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 12645 | /* sanity check on queue memory */ |
| 12646 | if (!mq || !cq) |
| 12647 | return -ENODEV; |
James Smart | 49198b3 | 2010-04-06 15:04:33 -0400 | [diff] [blame] | 12648 | if (!phba->sli4_hba.pc_sli4_params.supported) |
| 12649 | hw_page_size = SLI4_PAGE_SIZE; |
James Smart | b19a061 | 2010-04-06 14:48:51 -0400 | [diff] [blame] | 12650 | |
| 12651 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 12652 | if (!mbox) |
| 12653 | return -ENOMEM; |
| 12654 | length = (sizeof(struct lpfc_mbx_mq_create_ext) - |
| 12655 | sizeof(struct lpfc_sli4_cfg_mhdr)); |
| 12656 | lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON, |
| 12657 | LPFC_MBOX_OPCODE_MQ_CREATE_EXT, |
| 12658 | length, LPFC_SLI4_MBX_EMBED); |
| 12659 | |
| 12660 | mq_create_ext = &mbox->u.mqe.un.mq_create_ext; |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 12661 | shdr = (union lpfc_sli4_cfg_shdr *) &mq_create_ext->header.cfg_shdr; |
James Smart | 70f3c07 | 2010-12-15 17:57:33 -0500 | [diff] [blame] | 12662 | bf_set(lpfc_mbx_mq_create_ext_num_pages, |
| 12663 | &mq_create_ext->u.request, mq->page_count); |
| 12664 | bf_set(lpfc_mbx_mq_create_ext_async_evt_link, |
| 12665 | &mq_create_ext->u.request, 1); |
| 12666 | bf_set(lpfc_mbx_mq_create_ext_async_evt_fip, |
James Smart | b19a061 | 2010-04-06 14:48:51 -0400 | [diff] [blame] | 12667 | &mq_create_ext->u.request, 1); |
| 12668 | bf_set(lpfc_mbx_mq_create_ext_async_evt_group5, |
| 12669 | &mq_create_ext->u.request, 1); |
James Smart | 70f3c07 | 2010-12-15 17:57:33 -0500 | [diff] [blame] | 12670 | bf_set(lpfc_mbx_mq_create_ext_async_evt_fc, |
| 12671 | &mq_create_ext->u.request, 1); |
| 12672 | bf_set(lpfc_mbx_mq_create_ext_async_evt_sli, |
| 12673 | &mq_create_ext->u.request, 1); |
James Smart | b19a061 | 2010-04-06 14:48:51 -0400 | [diff] [blame] | 12674 | bf_set(lpfc_mq_context_valid, &mq_create_ext->u.request.context, 1); |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 12675 | bf_set(lpfc_mbox_hdr_version, &shdr->request, |
| 12676 | phba->sli4_hba.pc_sli4_params.mqv); |
| 12677 | if (phba->sli4_hba.pc_sli4_params.mqv == LPFC_Q_CREATE_VERSION_1) |
| 12678 | bf_set(lpfc_mbx_mq_create_ext_cq_id, &mq_create_ext->u.request, |
| 12679 | cq->queue_id); |
| 12680 | else |
| 12681 | bf_set(lpfc_mq_context_cq_id, &mq_create_ext->u.request.context, |
| 12682 | cq->queue_id); |
James Smart | b19a061 | 2010-04-06 14:48:51 -0400 | [diff] [blame] | 12683 | switch (mq->entry_count) { |
| 12684 | default: |
| 12685 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 12686 | "0362 Unsupported MQ count. (%d)\n", |
| 12687 | mq->entry_count); |
James Smart | 4f4c186 | 2012-06-12 13:54:02 -0400 | [diff] [blame] | 12688 | if (mq->entry_count < 16) { |
| 12689 | status = -EINVAL; |
| 12690 | goto out; |
| 12691 | } |
James Smart | b19a061 | 2010-04-06 14:48:51 -0400 | [diff] [blame] | 12692 | /* otherwise default to smallest count (drop through) */ |
| 12693 | case 16: |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 12694 | bf_set(lpfc_mq_context_ring_size, |
| 12695 | &mq_create_ext->u.request.context, |
| 12696 | LPFC_MQ_RING_SIZE_16); |
James Smart | b19a061 | 2010-04-06 14:48:51 -0400 | [diff] [blame] | 12697 | break; |
| 12698 | case 32: |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 12699 | bf_set(lpfc_mq_context_ring_size, |
| 12700 | &mq_create_ext->u.request.context, |
| 12701 | LPFC_MQ_RING_SIZE_32); |
James Smart | b19a061 | 2010-04-06 14:48:51 -0400 | [diff] [blame] | 12702 | break; |
| 12703 | case 64: |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 12704 | bf_set(lpfc_mq_context_ring_size, |
| 12705 | &mq_create_ext->u.request.context, |
| 12706 | LPFC_MQ_RING_SIZE_64); |
James Smart | b19a061 | 2010-04-06 14:48:51 -0400 | [diff] [blame] | 12707 | break; |
| 12708 | case 128: |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 12709 | bf_set(lpfc_mq_context_ring_size, |
| 12710 | &mq_create_ext->u.request.context, |
| 12711 | LPFC_MQ_RING_SIZE_128); |
James Smart | b19a061 | 2010-04-06 14:48:51 -0400 | [diff] [blame] | 12712 | break; |
| 12713 | } |
| 12714 | list_for_each_entry(dmabuf, &mq->page_list, list) { |
James Smart | 49198b3 | 2010-04-06 15:04:33 -0400 | [diff] [blame] | 12715 | memset(dmabuf->virt, 0, hw_page_size); |
James Smart | b19a061 | 2010-04-06 14:48:51 -0400 | [diff] [blame] | 12716 | mq_create_ext->u.request.page[dmabuf->buffer_tag].addr_lo = |
| 12717 | putPaddrLow(dmabuf->phys); |
| 12718 | mq_create_ext->u.request.page[dmabuf->buffer_tag].addr_hi = |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 12719 | putPaddrHigh(dmabuf->phys); |
| 12720 | } |
| 12721 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL); |
James Smart | b19a061 | 2010-04-06 14:48:51 -0400 | [diff] [blame] | 12722 | mq->queue_id = bf_get(lpfc_mbx_mq_create_q_id, |
| 12723 | &mq_create_ext->u.response); |
| 12724 | if (rc != MBX_SUCCESS) { |
| 12725 | lpfc_printf_log(phba, KERN_INFO, LOG_INIT, |
| 12726 | "2795 MQ_CREATE_EXT failed with " |
| 12727 | "status x%x. Failback to MQ_CREATE.\n", |
| 12728 | rc); |
| 12729 | lpfc_mq_create_fb_init(phba, mq, mbox, cq); |
| 12730 | mq_create = &mbox->u.mqe.un.mq_create; |
| 12731 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL); |
| 12732 | shdr = (union lpfc_sli4_cfg_shdr *) &mq_create->header.cfg_shdr; |
| 12733 | mq->queue_id = bf_get(lpfc_mbx_mq_create_q_id, |
| 12734 | &mq_create->u.response); |
| 12735 | } |
| 12736 | |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 12737 | /* The IOCTL status is embedded in the mailbox subheader. */ |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 12738 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); |
| 12739 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); |
| 12740 | if (shdr_status || shdr_add_status || rc) { |
| 12741 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 12742 | "2502 MQ_CREATE mailbox failed with " |
| 12743 | "status x%x add_status x%x, mbx status x%x\n", |
| 12744 | shdr_status, shdr_add_status, rc); |
| 12745 | status = -ENXIO; |
| 12746 | goto out; |
| 12747 | } |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 12748 | if (mq->queue_id == 0xFFFF) { |
| 12749 | status = -ENXIO; |
| 12750 | goto out; |
| 12751 | } |
| 12752 | mq->type = LPFC_MQ; |
James Smart | 2a622bf | 2011-02-16 12:40:06 -0500 | [diff] [blame] | 12753 | mq->assoc_qid = cq->queue_id; |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 12754 | mq->subtype = subtype; |
| 12755 | mq->host_index = 0; |
| 12756 | mq->hba_index = 0; |
| 12757 | |
| 12758 | /* link the mq onto the parent cq child list */ |
| 12759 | list_add_tail(&mq->list, &cq->child_list); |
| 12760 | out: |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 12761 | mempool_free(mbox, phba->mbox_mem_pool); |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 12762 | return status; |
| 12763 | } |
| 12764 | |
| 12765 | /** |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12766 | * lpfc_wq_create - Create a Work Queue on the HBA |
| 12767 | * @phba: HBA structure that indicates port to create a queue on. |
| 12768 | * @wq: The queue structure to use to create the work queue. |
| 12769 | * @cq: The completion queue to bind this work queue to. |
| 12770 | * @subtype: The subtype of the work queue indicating its functionality. |
| 12771 | * |
| 12772 | * This function creates a work queue, as detailed in @wq, on a port, described |
| 12773 | * by @phba by sending a WQ_CREATE mailbox command to the HBA. |
| 12774 | * |
| 12775 | * The @phba struct is used to send mailbox command to HBA. The @wq struct |
| 12776 | * is used to get the entry count and entry size that are necessary to |
| 12777 | * determine the number of pages to allocate and use for this queue. The @cq |
| 12778 | * is used to indicate which completion queue to bind this work queue to. This |
| 12779 | * function will send the WQ_CREATE mailbox command to the HBA to setup the |
| 12780 | * work queue. This function is asynchronous and will wait for the mailbox |
| 12781 | * command to finish before continuing. |
| 12782 | * |
| 12783 | * On success this function will return a zero. If unable to allocate enough |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 12784 | * memory this function will return -ENOMEM. If the queue create mailbox command |
| 12785 | * fails this function will return -ENXIO. |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12786 | **/ |
| 12787 | uint32_t |
| 12788 | lpfc_wq_create(struct lpfc_hba *phba, struct lpfc_queue *wq, |
| 12789 | struct lpfc_queue *cq, uint32_t subtype) |
| 12790 | { |
| 12791 | struct lpfc_mbx_wq_create *wq_create; |
| 12792 | struct lpfc_dmabuf *dmabuf; |
| 12793 | LPFC_MBOXQ_t *mbox; |
| 12794 | int rc, length, status = 0; |
| 12795 | uint32_t shdr_status, shdr_add_status; |
| 12796 | union lpfc_sli4_cfg_shdr *shdr; |
James Smart | 49198b3 | 2010-04-06 15:04:33 -0400 | [diff] [blame] | 12797 | uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 12798 | struct dma_address *page; |
James Smart | 962bc51 | 2013-01-03 15:44:00 -0500 | [diff] [blame] | 12799 | void __iomem *bar_memmap_p; |
| 12800 | uint32_t db_offset; |
| 12801 | uint16_t pci_barset; |
James Smart | 49198b3 | 2010-04-06 15:04:33 -0400 | [diff] [blame] | 12802 | |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 12803 | /* sanity check on queue memory */ |
| 12804 | if (!wq || !cq) |
| 12805 | return -ENODEV; |
James Smart | 49198b3 | 2010-04-06 15:04:33 -0400 | [diff] [blame] | 12806 | if (!phba->sli4_hba.pc_sli4_params.supported) |
| 12807 | hw_page_size = SLI4_PAGE_SIZE; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12808 | |
| 12809 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 12810 | if (!mbox) |
| 12811 | return -ENOMEM; |
| 12812 | length = (sizeof(struct lpfc_mbx_wq_create) - |
| 12813 | sizeof(struct lpfc_sli4_cfg_mhdr)); |
| 12814 | lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE, |
| 12815 | LPFC_MBOX_OPCODE_FCOE_WQ_CREATE, |
| 12816 | length, LPFC_SLI4_MBX_EMBED); |
| 12817 | wq_create = &mbox->u.mqe.un.wq_create; |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 12818 | shdr = (union lpfc_sli4_cfg_shdr *) &wq_create->header.cfg_shdr; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12819 | bf_set(lpfc_mbx_wq_create_num_pages, &wq_create->u.request, |
| 12820 | wq->page_count); |
| 12821 | bf_set(lpfc_mbx_wq_create_cq_id, &wq_create->u.request, |
| 12822 | cq->queue_id); |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 12823 | bf_set(lpfc_mbox_hdr_version, &shdr->request, |
| 12824 | phba->sli4_hba.pc_sli4_params.wqv); |
James Smart | 962bc51 | 2013-01-03 15:44:00 -0500 | [diff] [blame] | 12825 | |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 12826 | if (phba->sli4_hba.pc_sli4_params.wqv == LPFC_Q_CREATE_VERSION_1) { |
| 12827 | bf_set(lpfc_mbx_wq_create_wqe_count, &wq_create->u.request_1, |
| 12828 | wq->entry_count); |
| 12829 | switch (wq->entry_size) { |
| 12830 | default: |
| 12831 | case 64: |
| 12832 | bf_set(lpfc_mbx_wq_create_wqe_size, |
| 12833 | &wq_create->u.request_1, |
| 12834 | LPFC_WQ_WQE_SIZE_64); |
| 12835 | break; |
| 12836 | case 128: |
| 12837 | bf_set(lpfc_mbx_wq_create_wqe_size, |
| 12838 | &wq_create->u.request_1, |
| 12839 | LPFC_WQ_WQE_SIZE_128); |
| 12840 | break; |
| 12841 | } |
| 12842 | bf_set(lpfc_mbx_wq_create_page_size, &wq_create->u.request_1, |
| 12843 | (PAGE_SIZE/SLI4_PAGE_SIZE)); |
| 12844 | page = wq_create->u.request_1.page; |
| 12845 | } else { |
| 12846 | page = wq_create->u.request.page; |
| 12847 | } |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12848 | list_for_each_entry(dmabuf, &wq->page_list, list) { |
James Smart | 49198b3 | 2010-04-06 15:04:33 -0400 | [diff] [blame] | 12849 | memset(dmabuf->virt, 0, hw_page_size); |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 12850 | page[dmabuf->buffer_tag].addr_lo = putPaddrLow(dmabuf->phys); |
| 12851 | page[dmabuf->buffer_tag].addr_hi = putPaddrHigh(dmabuf->phys); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12852 | } |
James Smart | 962bc51 | 2013-01-03 15:44:00 -0500 | [diff] [blame] | 12853 | |
| 12854 | if (phba->sli4_hba.fw_func_mode & LPFC_DUA_MODE) |
| 12855 | bf_set(lpfc_mbx_wq_create_dua, &wq_create->u.request, 1); |
| 12856 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12857 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL); |
| 12858 | /* The IOCTL status is embedded in the mailbox subheader. */ |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12859 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); |
| 12860 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); |
| 12861 | if (shdr_status || shdr_add_status || rc) { |
| 12862 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 12863 | "2503 WQ_CREATE mailbox failed with " |
| 12864 | "status x%x add_status x%x, mbx status x%x\n", |
| 12865 | shdr_status, shdr_add_status, rc); |
| 12866 | status = -ENXIO; |
| 12867 | goto out; |
| 12868 | } |
| 12869 | wq->queue_id = bf_get(lpfc_mbx_wq_create_q_id, &wq_create->u.response); |
| 12870 | if (wq->queue_id == 0xFFFF) { |
| 12871 | status = -ENXIO; |
| 12872 | goto out; |
| 12873 | } |
James Smart | 962bc51 | 2013-01-03 15:44:00 -0500 | [diff] [blame] | 12874 | if (phba->sli4_hba.fw_func_mode & LPFC_DUA_MODE) { |
| 12875 | wq->db_format = bf_get(lpfc_mbx_wq_create_db_format, |
| 12876 | &wq_create->u.response); |
| 12877 | if ((wq->db_format != LPFC_DB_LIST_FORMAT) && |
| 12878 | (wq->db_format != LPFC_DB_RING_FORMAT)) { |
| 12879 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 12880 | "3265 WQ[%d] doorbell format not " |
| 12881 | "supported: x%x\n", wq->queue_id, |
| 12882 | wq->db_format); |
| 12883 | status = -EINVAL; |
| 12884 | goto out; |
| 12885 | } |
| 12886 | pci_barset = bf_get(lpfc_mbx_wq_create_bar_set, |
| 12887 | &wq_create->u.response); |
| 12888 | bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, pci_barset); |
| 12889 | if (!bar_memmap_p) { |
| 12890 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 12891 | "3263 WQ[%d] failed to memmap pci " |
| 12892 | "barset:x%x\n", wq->queue_id, |
| 12893 | pci_barset); |
| 12894 | status = -ENOMEM; |
| 12895 | goto out; |
| 12896 | } |
| 12897 | db_offset = wq_create->u.response.doorbell_offset; |
| 12898 | if ((db_offset != LPFC_ULP0_WQ_DOORBELL) && |
| 12899 | (db_offset != LPFC_ULP1_WQ_DOORBELL)) { |
| 12900 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 12901 | "3252 WQ[%d] doorbell offset not " |
| 12902 | "supported: x%x\n", wq->queue_id, |
| 12903 | db_offset); |
| 12904 | status = -EINVAL; |
| 12905 | goto out; |
| 12906 | } |
| 12907 | wq->db_regaddr = bar_memmap_p + db_offset; |
| 12908 | lpfc_printf_log(phba, KERN_INFO, LOG_INIT, |
| 12909 | "3264 WQ[%d]: barset:x%x, offset:x%x\n", |
| 12910 | wq->queue_id, pci_barset, db_offset); |
| 12911 | } else { |
| 12912 | wq->db_format = LPFC_DB_LIST_FORMAT; |
| 12913 | wq->db_regaddr = phba->sli4_hba.WQDBregaddr; |
| 12914 | } |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12915 | wq->type = LPFC_WQ; |
James Smart | 2a622bf | 2011-02-16 12:40:06 -0500 | [diff] [blame] | 12916 | wq->assoc_qid = cq->queue_id; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12917 | wq->subtype = subtype; |
| 12918 | wq->host_index = 0; |
| 12919 | wq->hba_index = 0; |
James Smart | ff78d8f | 2011-12-13 13:21:35 -0500 | [diff] [blame] | 12920 | wq->entry_repost = LPFC_RELEASE_NOTIFICATION_INTERVAL; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12921 | |
| 12922 | /* link the wq onto the parent cq child list */ |
| 12923 | list_add_tail(&wq->list, &cq->child_list); |
| 12924 | out: |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 12925 | mempool_free(mbox, phba->mbox_mem_pool); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12926 | return status; |
| 12927 | } |
| 12928 | |
| 12929 | /** |
James Smart | 73d91e5 | 2011-10-10 21:32:10 -0400 | [diff] [blame] | 12930 | * lpfc_rq_adjust_repost - Adjust entry_repost for an RQ |
| 12931 | * @phba: HBA structure that indicates port to create a queue on. |
| 12932 | * @rq: The queue structure to use for the receive queue. |
| 12933 | * @qno: The associated HBQ number |
| 12934 | * |
| 12935 | * |
| 12936 | * For SLI4 we need to adjust the RQ repost value based on |
| 12937 | * the number of buffers that are initially posted to the RQ. |
| 12938 | */ |
| 12939 | void |
| 12940 | lpfc_rq_adjust_repost(struct lpfc_hba *phba, struct lpfc_queue *rq, int qno) |
| 12941 | { |
| 12942 | uint32_t cnt; |
| 12943 | |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 12944 | /* sanity check on queue memory */ |
| 12945 | if (!rq) |
| 12946 | return; |
James Smart | 73d91e5 | 2011-10-10 21:32:10 -0400 | [diff] [blame] | 12947 | cnt = lpfc_hbq_defs[qno]->entry_count; |
| 12948 | |
| 12949 | /* Recalc repost for RQs based on buffers initially posted */ |
| 12950 | cnt = (cnt >> 3); |
| 12951 | if (cnt < LPFC_QUEUE_MIN_REPOST) |
| 12952 | cnt = LPFC_QUEUE_MIN_REPOST; |
| 12953 | |
| 12954 | rq->entry_repost = cnt; |
| 12955 | } |
| 12956 | |
| 12957 | /** |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12958 | * lpfc_rq_create - Create a Receive Queue on the HBA |
| 12959 | * @phba: HBA structure that indicates port to create a queue on. |
| 12960 | * @hrq: The queue structure to use to create the header receive queue. |
| 12961 | * @drq: The queue structure to use to create the data receive queue. |
| 12962 | * @cq: The completion queue to bind this work queue to. |
| 12963 | * |
| 12964 | * This function creates a receive buffer queue pair , as detailed in @hrq and |
| 12965 | * @drq, on a port, described by @phba by sending a RQ_CREATE mailbox command |
| 12966 | * to the HBA. |
| 12967 | * |
| 12968 | * The @phba struct is used to send mailbox command to HBA. The @drq and @hrq |
| 12969 | * struct is used to get the entry count that is necessary to determine the |
| 12970 | * number of pages to use for this queue. The @cq is used to indicate which |
| 12971 | * completion queue to bind received buffers that are posted to these queues to. |
| 12972 | * This function will send the RQ_CREATE mailbox command to the HBA to setup the |
| 12973 | * receive queue pair. This function is asynchronous and will wait for the |
| 12974 | * mailbox command to finish before continuing. |
| 12975 | * |
| 12976 | * On success this function will return a zero. If unable to allocate enough |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 12977 | * memory this function will return -ENOMEM. If the queue create mailbox command |
| 12978 | * fails this function will return -ENXIO. |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 12979 | **/ |
| 12980 | uint32_t |
| 12981 | lpfc_rq_create(struct lpfc_hba *phba, struct lpfc_queue *hrq, |
| 12982 | struct lpfc_queue *drq, struct lpfc_queue *cq, uint32_t subtype) |
| 12983 | { |
| 12984 | struct lpfc_mbx_rq_create *rq_create; |
| 12985 | struct lpfc_dmabuf *dmabuf; |
| 12986 | LPFC_MBOXQ_t *mbox; |
| 12987 | int rc, length, status = 0; |
| 12988 | uint32_t shdr_status, shdr_add_status; |
| 12989 | union lpfc_sli4_cfg_shdr *shdr; |
James Smart | 49198b3 | 2010-04-06 15:04:33 -0400 | [diff] [blame] | 12990 | uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz; |
James Smart | 962bc51 | 2013-01-03 15:44:00 -0500 | [diff] [blame] | 12991 | void __iomem *bar_memmap_p; |
| 12992 | uint32_t db_offset; |
| 12993 | uint16_t pci_barset; |
James Smart | 49198b3 | 2010-04-06 15:04:33 -0400 | [diff] [blame] | 12994 | |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 12995 | /* sanity check on queue memory */ |
| 12996 | if (!hrq || !drq || !cq) |
| 12997 | return -ENODEV; |
James Smart | 49198b3 | 2010-04-06 15:04:33 -0400 | [diff] [blame] | 12998 | if (!phba->sli4_hba.pc_sli4_params.supported) |
| 12999 | hw_page_size = SLI4_PAGE_SIZE; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13000 | |
| 13001 | if (hrq->entry_count != drq->entry_count) |
| 13002 | return -EINVAL; |
| 13003 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 13004 | if (!mbox) |
| 13005 | return -ENOMEM; |
| 13006 | length = (sizeof(struct lpfc_mbx_rq_create) - |
| 13007 | sizeof(struct lpfc_sli4_cfg_mhdr)); |
| 13008 | lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE, |
| 13009 | LPFC_MBOX_OPCODE_FCOE_RQ_CREATE, |
| 13010 | length, LPFC_SLI4_MBX_EMBED); |
| 13011 | rq_create = &mbox->u.mqe.un.rq_create; |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 13012 | shdr = (union lpfc_sli4_cfg_shdr *) &rq_create->header.cfg_shdr; |
| 13013 | bf_set(lpfc_mbox_hdr_version, &shdr->request, |
| 13014 | phba->sli4_hba.pc_sli4_params.rqv); |
| 13015 | if (phba->sli4_hba.pc_sli4_params.rqv == LPFC_Q_CREATE_VERSION_1) { |
| 13016 | bf_set(lpfc_rq_context_rqe_count_1, |
| 13017 | &rq_create->u.request.context, |
| 13018 | hrq->entry_count); |
| 13019 | rq_create->u.request.context.buffer_size = LPFC_HDR_BUF_SIZE; |
James Smart | c31098c | 2011-04-16 11:03:33 -0400 | [diff] [blame] | 13020 | bf_set(lpfc_rq_context_rqe_size, |
| 13021 | &rq_create->u.request.context, |
| 13022 | LPFC_RQE_SIZE_8); |
| 13023 | bf_set(lpfc_rq_context_page_size, |
| 13024 | &rq_create->u.request.context, |
| 13025 | (PAGE_SIZE/SLI4_PAGE_SIZE)); |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 13026 | } else { |
| 13027 | switch (hrq->entry_count) { |
| 13028 | default: |
| 13029 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 13030 | "2535 Unsupported RQ count. (%d)\n", |
| 13031 | hrq->entry_count); |
James Smart | 4f4c186 | 2012-06-12 13:54:02 -0400 | [diff] [blame] | 13032 | if (hrq->entry_count < 512) { |
| 13033 | status = -EINVAL; |
| 13034 | goto out; |
| 13035 | } |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 13036 | /* otherwise default to smallest count (drop through) */ |
| 13037 | case 512: |
| 13038 | bf_set(lpfc_rq_context_rqe_count, |
| 13039 | &rq_create->u.request.context, |
| 13040 | LPFC_RQ_RING_SIZE_512); |
| 13041 | break; |
| 13042 | case 1024: |
| 13043 | bf_set(lpfc_rq_context_rqe_count, |
| 13044 | &rq_create->u.request.context, |
| 13045 | LPFC_RQ_RING_SIZE_1024); |
| 13046 | break; |
| 13047 | case 2048: |
| 13048 | bf_set(lpfc_rq_context_rqe_count, |
| 13049 | &rq_create->u.request.context, |
| 13050 | LPFC_RQ_RING_SIZE_2048); |
| 13051 | break; |
| 13052 | case 4096: |
| 13053 | bf_set(lpfc_rq_context_rqe_count, |
| 13054 | &rq_create->u.request.context, |
| 13055 | LPFC_RQ_RING_SIZE_4096); |
| 13056 | break; |
| 13057 | } |
| 13058 | bf_set(lpfc_rq_context_buf_size, &rq_create->u.request.context, |
| 13059 | LPFC_HDR_BUF_SIZE); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13060 | } |
| 13061 | bf_set(lpfc_rq_context_cq_id, &rq_create->u.request.context, |
| 13062 | cq->queue_id); |
| 13063 | bf_set(lpfc_mbx_rq_create_num_pages, &rq_create->u.request, |
| 13064 | hrq->page_count); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13065 | list_for_each_entry(dmabuf, &hrq->page_list, list) { |
James Smart | 49198b3 | 2010-04-06 15:04:33 -0400 | [diff] [blame] | 13066 | memset(dmabuf->virt, 0, hw_page_size); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13067 | rq_create->u.request.page[dmabuf->buffer_tag].addr_lo = |
| 13068 | putPaddrLow(dmabuf->phys); |
| 13069 | rq_create->u.request.page[dmabuf->buffer_tag].addr_hi = |
| 13070 | putPaddrHigh(dmabuf->phys); |
| 13071 | } |
James Smart | 962bc51 | 2013-01-03 15:44:00 -0500 | [diff] [blame] | 13072 | if (phba->sli4_hba.fw_func_mode & LPFC_DUA_MODE) |
| 13073 | bf_set(lpfc_mbx_rq_create_dua, &rq_create->u.request, 1); |
| 13074 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13075 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL); |
| 13076 | /* The IOCTL status is embedded in the mailbox subheader. */ |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13077 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); |
| 13078 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); |
| 13079 | if (shdr_status || shdr_add_status || rc) { |
| 13080 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 13081 | "2504 RQ_CREATE mailbox failed with " |
| 13082 | "status x%x add_status x%x, mbx status x%x\n", |
| 13083 | shdr_status, shdr_add_status, rc); |
| 13084 | status = -ENXIO; |
| 13085 | goto out; |
| 13086 | } |
| 13087 | hrq->queue_id = bf_get(lpfc_mbx_rq_create_q_id, &rq_create->u.response); |
| 13088 | if (hrq->queue_id == 0xFFFF) { |
| 13089 | status = -ENXIO; |
| 13090 | goto out; |
| 13091 | } |
James Smart | 962bc51 | 2013-01-03 15:44:00 -0500 | [diff] [blame] | 13092 | |
| 13093 | if (phba->sli4_hba.fw_func_mode & LPFC_DUA_MODE) { |
| 13094 | hrq->db_format = bf_get(lpfc_mbx_rq_create_db_format, |
| 13095 | &rq_create->u.response); |
| 13096 | if ((hrq->db_format != LPFC_DB_LIST_FORMAT) && |
| 13097 | (hrq->db_format != LPFC_DB_RING_FORMAT)) { |
| 13098 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 13099 | "3262 RQ [%d] doorbell format not " |
| 13100 | "supported: x%x\n", hrq->queue_id, |
| 13101 | hrq->db_format); |
| 13102 | status = -EINVAL; |
| 13103 | goto out; |
| 13104 | } |
| 13105 | |
| 13106 | pci_barset = bf_get(lpfc_mbx_rq_create_bar_set, |
| 13107 | &rq_create->u.response); |
| 13108 | bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, pci_barset); |
| 13109 | if (!bar_memmap_p) { |
| 13110 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 13111 | "3269 RQ[%d] failed to memmap pci " |
| 13112 | "barset:x%x\n", hrq->queue_id, |
| 13113 | pci_barset); |
| 13114 | status = -ENOMEM; |
| 13115 | goto out; |
| 13116 | } |
| 13117 | |
| 13118 | db_offset = rq_create->u.response.doorbell_offset; |
| 13119 | if ((db_offset != LPFC_ULP0_RQ_DOORBELL) && |
| 13120 | (db_offset != LPFC_ULP1_RQ_DOORBELL)) { |
| 13121 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 13122 | "3270 RQ[%d] doorbell offset not " |
| 13123 | "supported: x%x\n", hrq->queue_id, |
| 13124 | db_offset); |
| 13125 | status = -EINVAL; |
| 13126 | goto out; |
| 13127 | } |
| 13128 | hrq->db_regaddr = bar_memmap_p + db_offset; |
| 13129 | lpfc_printf_log(phba, KERN_INFO, LOG_INIT, |
| 13130 | "3266 RQ[qid:%d]: barset:x%x, offset:x%x\n", |
| 13131 | hrq->queue_id, pci_barset, db_offset); |
| 13132 | } else { |
| 13133 | hrq->db_format = LPFC_DB_RING_FORMAT; |
| 13134 | hrq->db_regaddr = phba->sli4_hba.RQDBregaddr; |
| 13135 | } |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13136 | hrq->type = LPFC_HRQ; |
James Smart | 2a622bf | 2011-02-16 12:40:06 -0500 | [diff] [blame] | 13137 | hrq->assoc_qid = cq->queue_id; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13138 | hrq->subtype = subtype; |
| 13139 | hrq->host_index = 0; |
| 13140 | hrq->hba_index = 0; |
| 13141 | |
| 13142 | /* now create the data queue */ |
| 13143 | lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE, |
| 13144 | LPFC_MBOX_OPCODE_FCOE_RQ_CREATE, |
| 13145 | length, LPFC_SLI4_MBX_EMBED); |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 13146 | bf_set(lpfc_mbox_hdr_version, &shdr->request, |
| 13147 | phba->sli4_hba.pc_sli4_params.rqv); |
| 13148 | if (phba->sli4_hba.pc_sli4_params.rqv == LPFC_Q_CREATE_VERSION_1) { |
| 13149 | bf_set(lpfc_rq_context_rqe_count_1, |
James Smart | c31098c | 2011-04-16 11:03:33 -0400 | [diff] [blame] | 13150 | &rq_create->u.request.context, hrq->entry_count); |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 13151 | rq_create->u.request.context.buffer_size = LPFC_DATA_BUF_SIZE; |
James Smart | c31098c | 2011-04-16 11:03:33 -0400 | [diff] [blame] | 13152 | bf_set(lpfc_rq_context_rqe_size, &rq_create->u.request.context, |
| 13153 | LPFC_RQE_SIZE_8); |
| 13154 | bf_set(lpfc_rq_context_page_size, &rq_create->u.request.context, |
| 13155 | (PAGE_SIZE/SLI4_PAGE_SIZE)); |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 13156 | } else { |
| 13157 | switch (drq->entry_count) { |
| 13158 | default: |
| 13159 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 13160 | "2536 Unsupported RQ count. (%d)\n", |
| 13161 | drq->entry_count); |
James Smart | 4f4c186 | 2012-06-12 13:54:02 -0400 | [diff] [blame] | 13162 | if (drq->entry_count < 512) { |
| 13163 | status = -EINVAL; |
| 13164 | goto out; |
| 13165 | } |
James Smart | 5a6f133 | 2011-03-11 16:05:35 -0500 | [diff] [blame] | 13166 | /* otherwise default to smallest count (drop through) */ |
| 13167 | case 512: |
| 13168 | bf_set(lpfc_rq_context_rqe_count, |
| 13169 | &rq_create->u.request.context, |
| 13170 | LPFC_RQ_RING_SIZE_512); |
| 13171 | break; |
| 13172 | case 1024: |
| 13173 | bf_set(lpfc_rq_context_rqe_count, |
| 13174 | &rq_create->u.request.context, |
| 13175 | LPFC_RQ_RING_SIZE_1024); |
| 13176 | break; |
| 13177 | case 2048: |
| 13178 | bf_set(lpfc_rq_context_rqe_count, |
| 13179 | &rq_create->u.request.context, |
| 13180 | LPFC_RQ_RING_SIZE_2048); |
| 13181 | break; |
| 13182 | case 4096: |
| 13183 | bf_set(lpfc_rq_context_rqe_count, |
| 13184 | &rq_create->u.request.context, |
| 13185 | LPFC_RQ_RING_SIZE_4096); |
| 13186 | break; |
| 13187 | } |
| 13188 | bf_set(lpfc_rq_context_buf_size, &rq_create->u.request.context, |
| 13189 | LPFC_DATA_BUF_SIZE); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13190 | } |
| 13191 | bf_set(lpfc_rq_context_cq_id, &rq_create->u.request.context, |
| 13192 | cq->queue_id); |
| 13193 | bf_set(lpfc_mbx_rq_create_num_pages, &rq_create->u.request, |
| 13194 | drq->page_count); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13195 | list_for_each_entry(dmabuf, &drq->page_list, list) { |
| 13196 | rq_create->u.request.page[dmabuf->buffer_tag].addr_lo = |
| 13197 | putPaddrLow(dmabuf->phys); |
| 13198 | rq_create->u.request.page[dmabuf->buffer_tag].addr_hi = |
| 13199 | putPaddrHigh(dmabuf->phys); |
| 13200 | } |
James Smart | 962bc51 | 2013-01-03 15:44:00 -0500 | [diff] [blame] | 13201 | if (phba->sli4_hba.fw_func_mode & LPFC_DUA_MODE) |
| 13202 | bf_set(lpfc_mbx_rq_create_dua, &rq_create->u.request, 1); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13203 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL); |
| 13204 | /* The IOCTL status is embedded in the mailbox subheader. */ |
| 13205 | shdr = (union lpfc_sli4_cfg_shdr *) &rq_create->header.cfg_shdr; |
| 13206 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); |
| 13207 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); |
| 13208 | if (shdr_status || shdr_add_status || rc) { |
| 13209 | status = -ENXIO; |
| 13210 | goto out; |
| 13211 | } |
| 13212 | drq->queue_id = bf_get(lpfc_mbx_rq_create_q_id, &rq_create->u.response); |
| 13213 | if (drq->queue_id == 0xFFFF) { |
| 13214 | status = -ENXIO; |
| 13215 | goto out; |
| 13216 | } |
| 13217 | drq->type = LPFC_DRQ; |
James Smart | 2a622bf | 2011-02-16 12:40:06 -0500 | [diff] [blame] | 13218 | drq->assoc_qid = cq->queue_id; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13219 | drq->subtype = subtype; |
| 13220 | drq->host_index = 0; |
| 13221 | drq->hba_index = 0; |
| 13222 | |
| 13223 | /* link the header and data RQs onto the parent cq child list */ |
| 13224 | list_add_tail(&hrq->list, &cq->child_list); |
| 13225 | list_add_tail(&drq->list, &cq->child_list); |
| 13226 | |
| 13227 | out: |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 13228 | mempool_free(mbox, phba->mbox_mem_pool); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13229 | return status; |
| 13230 | } |
| 13231 | |
| 13232 | /** |
| 13233 | * lpfc_eq_destroy - Destroy an event Queue on the HBA |
| 13234 | * @eq: The queue structure associated with the queue to destroy. |
| 13235 | * |
| 13236 | * This function destroys a queue, as detailed in @eq by sending an mailbox |
| 13237 | * command, specific to the type of queue, to the HBA. |
| 13238 | * |
| 13239 | * The @eq struct is used to get the queue ID of the queue to destroy. |
| 13240 | * |
| 13241 | * On success this function will return a zero. If the queue destroy mailbox |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 13242 | * command fails this function will return -ENXIO. |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13243 | **/ |
| 13244 | uint32_t |
| 13245 | lpfc_eq_destroy(struct lpfc_hba *phba, struct lpfc_queue *eq) |
| 13246 | { |
| 13247 | LPFC_MBOXQ_t *mbox; |
| 13248 | int rc, length, status = 0; |
| 13249 | uint32_t shdr_status, shdr_add_status; |
| 13250 | union lpfc_sli4_cfg_shdr *shdr; |
| 13251 | |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 13252 | /* sanity check on queue memory */ |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13253 | if (!eq) |
| 13254 | return -ENODEV; |
| 13255 | mbox = mempool_alloc(eq->phba->mbox_mem_pool, GFP_KERNEL); |
| 13256 | if (!mbox) |
| 13257 | return -ENOMEM; |
| 13258 | length = (sizeof(struct lpfc_mbx_eq_destroy) - |
| 13259 | sizeof(struct lpfc_sli4_cfg_mhdr)); |
| 13260 | lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON, |
| 13261 | LPFC_MBOX_OPCODE_EQ_DESTROY, |
| 13262 | length, LPFC_SLI4_MBX_EMBED); |
| 13263 | bf_set(lpfc_mbx_eq_destroy_q_id, &mbox->u.mqe.un.eq_destroy.u.request, |
| 13264 | eq->queue_id); |
| 13265 | mbox->vport = eq->phba->pport; |
| 13266 | mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
| 13267 | |
| 13268 | rc = lpfc_sli_issue_mbox(eq->phba, mbox, MBX_POLL); |
| 13269 | /* The IOCTL status is embedded in the mailbox subheader. */ |
| 13270 | shdr = (union lpfc_sli4_cfg_shdr *) |
| 13271 | &mbox->u.mqe.un.eq_destroy.header.cfg_shdr; |
| 13272 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); |
| 13273 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); |
| 13274 | if (shdr_status || shdr_add_status || rc) { |
| 13275 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 13276 | "2505 EQ_DESTROY mailbox failed with " |
| 13277 | "status x%x add_status x%x, mbx status x%x\n", |
| 13278 | shdr_status, shdr_add_status, rc); |
| 13279 | status = -ENXIO; |
| 13280 | } |
| 13281 | |
| 13282 | /* Remove eq from any list */ |
| 13283 | list_del_init(&eq->list); |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 13284 | mempool_free(mbox, eq->phba->mbox_mem_pool); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13285 | return status; |
| 13286 | } |
| 13287 | |
| 13288 | /** |
| 13289 | * lpfc_cq_destroy - Destroy a Completion Queue on the HBA |
| 13290 | * @cq: The queue structure associated with the queue to destroy. |
| 13291 | * |
| 13292 | * This function destroys a queue, as detailed in @cq by sending an mailbox |
| 13293 | * command, specific to the type of queue, to the HBA. |
| 13294 | * |
| 13295 | * The @cq struct is used to get the queue ID of the queue to destroy. |
| 13296 | * |
| 13297 | * On success this function will return a zero. If the queue destroy mailbox |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 13298 | * command fails this function will return -ENXIO. |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13299 | **/ |
| 13300 | uint32_t |
| 13301 | lpfc_cq_destroy(struct lpfc_hba *phba, struct lpfc_queue *cq) |
| 13302 | { |
| 13303 | LPFC_MBOXQ_t *mbox; |
| 13304 | int rc, length, status = 0; |
| 13305 | uint32_t shdr_status, shdr_add_status; |
| 13306 | union lpfc_sli4_cfg_shdr *shdr; |
| 13307 | |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 13308 | /* sanity check on queue memory */ |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13309 | if (!cq) |
| 13310 | return -ENODEV; |
| 13311 | mbox = mempool_alloc(cq->phba->mbox_mem_pool, GFP_KERNEL); |
| 13312 | if (!mbox) |
| 13313 | return -ENOMEM; |
| 13314 | length = (sizeof(struct lpfc_mbx_cq_destroy) - |
| 13315 | sizeof(struct lpfc_sli4_cfg_mhdr)); |
| 13316 | lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON, |
| 13317 | LPFC_MBOX_OPCODE_CQ_DESTROY, |
| 13318 | length, LPFC_SLI4_MBX_EMBED); |
| 13319 | bf_set(lpfc_mbx_cq_destroy_q_id, &mbox->u.mqe.un.cq_destroy.u.request, |
| 13320 | cq->queue_id); |
| 13321 | mbox->vport = cq->phba->pport; |
| 13322 | mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
| 13323 | rc = lpfc_sli_issue_mbox(cq->phba, mbox, MBX_POLL); |
| 13324 | /* The IOCTL status is embedded in the mailbox subheader. */ |
| 13325 | shdr = (union lpfc_sli4_cfg_shdr *) |
| 13326 | &mbox->u.mqe.un.wq_create.header.cfg_shdr; |
| 13327 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); |
| 13328 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); |
| 13329 | if (shdr_status || shdr_add_status || rc) { |
| 13330 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 13331 | "2506 CQ_DESTROY mailbox failed with " |
| 13332 | "status x%x add_status x%x, mbx status x%x\n", |
| 13333 | shdr_status, shdr_add_status, rc); |
| 13334 | status = -ENXIO; |
| 13335 | } |
| 13336 | /* Remove cq from any list */ |
| 13337 | list_del_init(&cq->list); |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 13338 | mempool_free(mbox, cq->phba->mbox_mem_pool); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13339 | return status; |
| 13340 | } |
| 13341 | |
| 13342 | /** |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 13343 | * lpfc_mq_destroy - Destroy a Mailbox Queue on the HBA |
| 13344 | * @qm: The queue structure associated with the queue to destroy. |
| 13345 | * |
| 13346 | * This function destroys a queue, as detailed in @mq by sending an mailbox |
| 13347 | * command, specific to the type of queue, to the HBA. |
| 13348 | * |
| 13349 | * The @mq struct is used to get the queue ID of the queue to destroy. |
| 13350 | * |
| 13351 | * On success this function will return a zero. If the queue destroy mailbox |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 13352 | * command fails this function will return -ENXIO. |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 13353 | **/ |
| 13354 | uint32_t |
| 13355 | lpfc_mq_destroy(struct lpfc_hba *phba, struct lpfc_queue *mq) |
| 13356 | { |
| 13357 | LPFC_MBOXQ_t *mbox; |
| 13358 | int rc, length, status = 0; |
| 13359 | uint32_t shdr_status, shdr_add_status; |
| 13360 | union lpfc_sli4_cfg_shdr *shdr; |
| 13361 | |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 13362 | /* sanity check on queue memory */ |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 13363 | if (!mq) |
| 13364 | return -ENODEV; |
| 13365 | mbox = mempool_alloc(mq->phba->mbox_mem_pool, GFP_KERNEL); |
| 13366 | if (!mbox) |
| 13367 | return -ENOMEM; |
| 13368 | length = (sizeof(struct lpfc_mbx_mq_destroy) - |
| 13369 | sizeof(struct lpfc_sli4_cfg_mhdr)); |
| 13370 | lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON, |
| 13371 | LPFC_MBOX_OPCODE_MQ_DESTROY, |
| 13372 | length, LPFC_SLI4_MBX_EMBED); |
| 13373 | bf_set(lpfc_mbx_mq_destroy_q_id, &mbox->u.mqe.un.mq_destroy.u.request, |
| 13374 | mq->queue_id); |
| 13375 | mbox->vport = mq->phba->pport; |
| 13376 | mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
| 13377 | rc = lpfc_sli_issue_mbox(mq->phba, mbox, MBX_POLL); |
| 13378 | /* The IOCTL status is embedded in the mailbox subheader. */ |
| 13379 | shdr = (union lpfc_sli4_cfg_shdr *) |
| 13380 | &mbox->u.mqe.un.mq_destroy.header.cfg_shdr; |
| 13381 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); |
| 13382 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); |
| 13383 | if (shdr_status || shdr_add_status || rc) { |
| 13384 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 13385 | "2507 MQ_DESTROY mailbox failed with " |
| 13386 | "status x%x add_status x%x, mbx status x%x\n", |
| 13387 | shdr_status, shdr_add_status, rc); |
| 13388 | status = -ENXIO; |
| 13389 | } |
| 13390 | /* Remove mq from any list */ |
| 13391 | list_del_init(&mq->list); |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 13392 | mempool_free(mbox, mq->phba->mbox_mem_pool); |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 13393 | return status; |
| 13394 | } |
| 13395 | |
| 13396 | /** |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13397 | * lpfc_wq_destroy - Destroy a Work Queue on the HBA |
| 13398 | * @wq: The queue structure associated with the queue to destroy. |
| 13399 | * |
| 13400 | * This function destroys a queue, as detailed in @wq by sending an mailbox |
| 13401 | * command, specific to the type of queue, to the HBA. |
| 13402 | * |
| 13403 | * The @wq struct is used to get the queue ID of the queue to destroy. |
| 13404 | * |
| 13405 | * On success this function will return a zero. If the queue destroy mailbox |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 13406 | * command fails this function will return -ENXIO. |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13407 | **/ |
| 13408 | uint32_t |
| 13409 | lpfc_wq_destroy(struct lpfc_hba *phba, struct lpfc_queue *wq) |
| 13410 | { |
| 13411 | LPFC_MBOXQ_t *mbox; |
| 13412 | int rc, length, status = 0; |
| 13413 | uint32_t shdr_status, shdr_add_status; |
| 13414 | union lpfc_sli4_cfg_shdr *shdr; |
| 13415 | |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 13416 | /* sanity check on queue memory */ |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13417 | if (!wq) |
| 13418 | return -ENODEV; |
| 13419 | mbox = mempool_alloc(wq->phba->mbox_mem_pool, GFP_KERNEL); |
| 13420 | if (!mbox) |
| 13421 | return -ENOMEM; |
| 13422 | length = (sizeof(struct lpfc_mbx_wq_destroy) - |
| 13423 | sizeof(struct lpfc_sli4_cfg_mhdr)); |
| 13424 | lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE, |
| 13425 | LPFC_MBOX_OPCODE_FCOE_WQ_DESTROY, |
| 13426 | length, LPFC_SLI4_MBX_EMBED); |
| 13427 | bf_set(lpfc_mbx_wq_destroy_q_id, &mbox->u.mqe.un.wq_destroy.u.request, |
| 13428 | wq->queue_id); |
| 13429 | mbox->vport = wq->phba->pport; |
| 13430 | mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
| 13431 | rc = lpfc_sli_issue_mbox(wq->phba, mbox, MBX_POLL); |
| 13432 | shdr = (union lpfc_sli4_cfg_shdr *) |
| 13433 | &mbox->u.mqe.un.wq_destroy.header.cfg_shdr; |
| 13434 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); |
| 13435 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); |
| 13436 | if (shdr_status || shdr_add_status || rc) { |
| 13437 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 13438 | "2508 WQ_DESTROY mailbox failed with " |
| 13439 | "status x%x add_status x%x, mbx status x%x\n", |
| 13440 | shdr_status, shdr_add_status, rc); |
| 13441 | status = -ENXIO; |
| 13442 | } |
| 13443 | /* Remove wq from any list */ |
| 13444 | list_del_init(&wq->list); |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 13445 | mempool_free(mbox, wq->phba->mbox_mem_pool); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13446 | return status; |
| 13447 | } |
| 13448 | |
| 13449 | /** |
| 13450 | * lpfc_rq_destroy - Destroy a Receive Queue on the HBA |
| 13451 | * @rq: The queue structure associated with the queue to destroy. |
| 13452 | * |
| 13453 | * This function destroys a queue, as detailed in @rq by sending an mailbox |
| 13454 | * command, specific to the type of queue, to the HBA. |
| 13455 | * |
| 13456 | * The @rq struct is used to get the queue ID of the queue to destroy. |
| 13457 | * |
| 13458 | * On success this function will return a zero. If the queue destroy mailbox |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 13459 | * command fails this function will return -ENXIO. |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13460 | **/ |
| 13461 | uint32_t |
| 13462 | lpfc_rq_destroy(struct lpfc_hba *phba, struct lpfc_queue *hrq, |
| 13463 | struct lpfc_queue *drq) |
| 13464 | { |
| 13465 | LPFC_MBOXQ_t *mbox; |
| 13466 | int rc, length, status = 0; |
| 13467 | uint32_t shdr_status, shdr_add_status; |
| 13468 | union lpfc_sli4_cfg_shdr *shdr; |
| 13469 | |
James Smart | 2e90f4b | 2011-12-13 13:22:37 -0500 | [diff] [blame] | 13470 | /* sanity check on queue memory */ |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13471 | if (!hrq || !drq) |
| 13472 | return -ENODEV; |
| 13473 | mbox = mempool_alloc(hrq->phba->mbox_mem_pool, GFP_KERNEL); |
| 13474 | if (!mbox) |
| 13475 | return -ENOMEM; |
| 13476 | length = (sizeof(struct lpfc_mbx_rq_destroy) - |
James Smart | fedd3b7 | 2011-02-16 12:39:24 -0500 | [diff] [blame] | 13477 | sizeof(struct lpfc_sli4_cfg_mhdr)); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13478 | lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE, |
| 13479 | LPFC_MBOX_OPCODE_FCOE_RQ_DESTROY, |
| 13480 | length, LPFC_SLI4_MBX_EMBED); |
| 13481 | bf_set(lpfc_mbx_rq_destroy_q_id, &mbox->u.mqe.un.rq_destroy.u.request, |
| 13482 | hrq->queue_id); |
| 13483 | mbox->vport = hrq->phba->pport; |
| 13484 | mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
| 13485 | rc = lpfc_sli_issue_mbox(hrq->phba, mbox, MBX_POLL); |
| 13486 | /* The IOCTL status is embedded in the mailbox subheader. */ |
| 13487 | shdr = (union lpfc_sli4_cfg_shdr *) |
| 13488 | &mbox->u.mqe.un.rq_destroy.header.cfg_shdr; |
| 13489 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); |
| 13490 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); |
| 13491 | if (shdr_status || shdr_add_status || rc) { |
| 13492 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 13493 | "2509 RQ_DESTROY mailbox failed with " |
| 13494 | "status x%x add_status x%x, mbx status x%x\n", |
| 13495 | shdr_status, shdr_add_status, rc); |
| 13496 | if (rc != MBX_TIMEOUT) |
| 13497 | mempool_free(mbox, hrq->phba->mbox_mem_pool); |
| 13498 | return -ENXIO; |
| 13499 | } |
| 13500 | bf_set(lpfc_mbx_rq_destroy_q_id, &mbox->u.mqe.un.rq_destroy.u.request, |
| 13501 | drq->queue_id); |
| 13502 | rc = lpfc_sli_issue_mbox(drq->phba, mbox, MBX_POLL); |
| 13503 | shdr = (union lpfc_sli4_cfg_shdr *) |
| 13504 | &mbox->u.mqe.un.rq_destroy.header.cfg_shdr; |
| 13505 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); |
| 13506 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); |
| 13507 | if (shdr_status || shdr_add_status || rc) { |
| 13508 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 13509 | "2510 RQ_DESTROY mailbox failed with " |
| 13510 | "status x%x add_status x%x, mbx status x%x\n", |
| 13511 | shdr_status, shdr_add_status, rc); |
| 13512 | status = -ENXIO; |
| 13513 | } |
| 13514 | list_del_init(&hrq->list); |
| 13515 | list_del_init(&drq->list); |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 13516 | mempool_free(mbox, hrq->phba->mbox_mem_pool); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13517 | return status; |
| 13518 | } |
| 13519 | |
| 13520 | /** |
| 13521 | * lpfc_sli4_post_sgl - Post scatter gather list for an XRI to HBA |
| 13522 | * @phba: The virtual port for which this call being executed. |
| 13523 | * @pdma_phys_addr0: Physical address of the 1st SGL page. |
| 13524 | * @pdma_phys_addr1: Physical address of the 2nd SGL page. |
| 13525 | * @xritag: the xritag that ties this io to the SGL pages. |
| 13526 | * |
| 13527 | * This routine will post the sgl pages for the IO that has the xritag |
| 13528 | * that is in the iocbq structure. The xritag is assigned during iocbq |
| 13529 | * creation and persists for as long as the driver is loaded. |
| 13530 | * if the caller has fewer than 256 scatter gather segments to map then |
| 13531 | * pdma_phys_addr1 should be 0. |
| 13532 | * If the caller needs to map more than 256 scatter gather segment then |
| 13533 | * pdma_phys_addr1 should be a valid physical address. |
| 13534 | * physical address for SGLs must be 64 byte aligned. |
| 13535 | * If you are going to map 2 SGL's then the first one must have 256 entries |
| 13536 | * the second sgl can have between 1 and 256 entries. |
| 13537 | * |
| 13538 | * Return codes: |
| 13539 | * 0 - Success |
| 13540 | * -ENXIO, -ENOMEM - Failure |
| 13541 | **/ |
| 13542 | int |
| 13543 | lpfc_sli4_post_sgl(struct lpfc_hba *phba, |
| 13544 | dma_addr_t pdma_phys_addr0, |
| 13545 | dma_addr_t pdma_phys_addr1, |
| 13546 | uint16_t xritag) |
| 13547 | { |
| 13548 | struct lpfc_mbx_post_sgl_pages *post_sgl_pages; |
| 13549 | LPFC_MBOXQ_t *mbox; |
| 13550 | int rc; |
| 13551 | uint32_t shdr_status, shdr_add_status; |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 13552 | uint32_t mbox_tmo; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13553 | union lpfc_sli4_cfg_shdr *shdr; |
| 13554 | |
| 13555 | if (xritag == NO_XRI) { |
| 13556 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 13557 | "0364 Invalid param:\n"); |
| 13558 | return -EINVAL; |
| 13559 | } |
| 13560 | |
| 13561 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 13562 | if (!mbox) |
| 13563 | return -ENOMEM; |
| 13564 | |
| 13565 | lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE, |
| 13566 | LPFC_MBOX_OPCODE_FCOE_POST_SGL_PAGES, |
| 13567 | sizeof(struct lpfc_mbx_post_sgl_pages) - |
James Smart | fedd3b7 | 2011-02-16 12:39:24 -0500 | [diff] [blame] | 13568 | sizeof(struct lpfc_sli4_cfg_mhdr), LPFC_SLI4_MBX_EMBED); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13569 | |
| 13570 | post_sgl_pages = (struct lpfc_mbx_post_sgl_pages *) |
| 13571 | &mbox->u.mqe.un.post_sgl_pages; |
| 13572 | bf_set(lpfc_post_sgl_pages_xri, post_sgl_pages, xritag); |
| 13573 | bf_set(lpfc_post_sgl_pages_xricnt, post_sgl_pages, 1); |
| 13574 | |
| 13575 | post_sgl_pages->sgl_pg_pairs[0].sgl_pg0_addr_lo = |
| 13576 | cpu_to_le32(putPaddrLow(pdma_phys_addr0)); |
| 13577 | post_sgl_pages->sgl_pg_pairs[0].sgl_pg0_addr_hi = |
| 13578 | cpu_to_le32(putPaddrHigh(pdma_phys_addr0)); |
| 13579 | |
| 13580 | post_sgl_pages->sgl_pg_pairs[0].sgl_pg1_addr_lo = |
| 13581 | cpu_to_le32(putPaddrLow(pdma_phys_addr1)); |
| 13582 | post_sgl_pages->sgl_pg_pairs[0].sgl_pg1_addr_hi = |
| 13583 | cpu_to_le32(putPaddrHigh(pdma_phys_addr1)); |
| 13584 | if (!phba->sli4_hba.intr_enable) |
| 13585 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL); |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 13586 | else { |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 13587 | mbox_tmo = lpfc_mbox_tmo_val(phba, mbox); |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 13588 | rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo); |
| 13589 | } |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13590 | /* The IOCTL status is embedded in the mailbox subheader. */ |
| 13591 | shdr = (union lpfc_sli4_cfg_shdr *) &post_sgl_pages->header.cfg_shdr; |
| 13592 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); |
| 13593 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); |
| 13594 | if (rc != MBX_TIMEOUT) |
| 13595 | mempool_free(mbox, phba->mbox_mem_pool); |
| 13596 | if (shdr_status || shdr_add_status || rc) { |
| 13597 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 13598 | "2511 POST_SGL mailbox failed with " |
| 13599 | "status x%x add_status x%x, mbx status x%x\n", |
| 13600 | shdr_status, shdr_add_status, rc); |
| 13601 | rc = -ENXIO; |
| 13602 | } |
| 13603 | return 0; |
| 13604 | } |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13605 | |
| 13606 | /** |
James Smart | 88a2cfb | 2011-07-22 18:36:33 -0400 | [diff] [blame] | 13607 | * lpfc_sli4_alloc_xri - Get an available rpi in the device's range |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 13608 | * @phba: pointer to lpfc hba data structure. |
| 13609 | * |
| 13610 | * This routine is invoked to post rpi header templates to the |
James Smart | 88a2cfb | 2011-07-22 18:36:33 -0400 | [diff] [blame] | 13611 | * HBA consistent with the SLI-4 interface spec. This routine |
| 13612 | * posts a SLI4_PAGE_SIZE memory region to the port to hold up to |
| 13613 | * SLI4_PAGE_SIZE modulo 64 rpi context headers. |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 13614 | * |
James Smart | 88a2cfb | 2011-07-22 18:36:33 -0400 | [diff] [blame] | 13615 | * Returns |
| 13616 | * A nonzero rpi defined as rpi_base <= rpi < max_rpi if successful |
| 13617 | * LPFC_RPI_ALLOC_ERROR if no rpis are available. |
| 13618 | **/ |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 13619 | uint16_t |
| 13620 | lpfc_sli4_alloc_xri(struct lpfc_hba *phba) |
| 13621 | { |
| 13622 | unsigned long xri; |
| 13623 | |
| 13624 | /* |
| 13625 | * Fetch the next logical xri. Because this index is logical, |
| 13626 | * the driver starts at 0 each time. |
| 13627 | */ |
| 13628 | spin_lock_irq(&phba->hbalock); |
| 13629 | xri = find_next_zero_bit(phba->sli4_hba.xri_bmask, |
| 13630 | phba->sli4_hba.max_cfg_param.max_xri, 0); |
| 13631 | if (xri >= phba->sli4_hba.max_cfg_param.max_xri) { |
| 13632 | spin_unlock_irq(&phba->hbalock); |
| 13633 | return NO_XRI; |
| 13634 | } else { |
| 13635 | set_bit(xri, phba->sli4_hba.xri_bmask); |
| 13636 | phba->sli4_hba.max_cfg_param.xri_used++; |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 13637 | } |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 13638 | spin_unlock_irq(&phba->hbalock); |
| 13639 | return xri; |
| 13640 | } |
| 13641 | |
| 13642 | /** |
| 13643 | * lpfc_sli4_free_xri - Release an xri for reuse. |
| 13644 | * @phba: pointer to lpfc hba data structure. |
| 13645 | * |
| 13646 | * This routine is invoked to release an xri to the pool of |
| 13647 | * available rpis maintained by the driver. |
| 13648 | **/ |
| 13649 | void |
| 13650 | __lpfc_sli4_free_xri(struct lpfc_hba *phba, int xri) |
| 13651 | { |
| 13652 | if (test_and_clear_bit(xri, phba->sli4_hba.xri_bmask)) { |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 13653 | phba->sli4_hba.max_cfg_param.xri_used--; |
| 13654 | } |
| 13655 | } |
| 13656 | |
| 13657 | /** |
| 13658 | * lpfc_sli4_free_xri - Release an xri for reuse. |
| 13659 | * @phba: pointer to lpfc hba data structure. |
| 13660 | * |
| 13661 | * This routine is invoked to release an xri to the pool of |
| 13662 | * available rpis maintained by the driver. |
| 13663 | **/ |
| 13664 | void |
| 13665 | lpfc_sli4_free_xri(struct lpfc_hba *phba, int xri) |
| 13666 | { |
| 13667 | spin_lock_irq(&phba->hbalock); |
| 13668 | __lpfc_sli4_free_xri(phba, xri); |
| 13669 | spin_unlock_irq(&phba->hbalock); |
| 13670 | } |
| 13671 | |
| 13672 | /** |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13673 | * lpfc_sli4_next_xritag - Get an xritag for the io |
| 13674 | * @phba: Pointer to HBA context object. |
| 13675 | * |
| 13676 | * This function gets an xritag for the iocb. If there is no unused xritag |
| 13677 | * it will return 0xffff. |
| 13678 | * The function returns the allocated xritag if successful, else returns zero. |
| 13679 | * Zero is not a valid xritag. |
| 13680 | * The caller is not required to hold any lock. |
| 13681 | **/ |
| 13682 | uint16_t |
| 13683 | lpfc_sli4_next_xritag(struct lpfc_hba *phba) |
| 13684 | { |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 13685 | uint16_t xri_index; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13686 | |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 13687 | xri_index = lpfc_sli4_alloc_xri(phba); |
James Smart | 8137805 | 2012-05-09 21:17:37 -0400 | [diff] [blame] | 13688 | if (xri_index == NO_XRI) |
| 13689 | lpfc_printf_log(phba, KERN_WARNING, LOG_SLI, |
| 13690 | "2004 Failed to allocate XRI.last XRITAG is %d" |
| 13691 | " Max XRI is %d, Used XRI is %d\n", |
| 13692 | xri_index, |
| 13693 | phba->sli4_hba.max_cfg_param.max_xri, |
| 13694 | phba->sli4_hba.max_cfg_param.xri_used); |
| 13695 | return xri_index; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13696 | } |
| 13697 | |
| 13698 | /** |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 13699 | * lpfc_sli4_post_els_sgl_list - post a block of ELS sgls to the port. |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13700 | * @phba: pointer to lpfc hba data structure. |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 13701 | * @post_sgl_list: pointer to els sgl entry list. |
| 13702 | * @count: number of els sgl entries on the list. |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13703 | * |
| 13704 | * This routine is invoked to post a block of driver's sgl pages to the |
| 13705 | * HBA using non-embedded mailbox command. No Lock is held. This routine |
| 13706 | * is only called when the driver is loading and after all IO has been |
| 13707 | * stopped. |
| 13708 | **/ |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 13709 | static int |
| 13710 | lpfc_sli4_post_els_sgl_list(struct lpfc_hba *phba, |
| 13711 | struct list_head *post_sgl_list, |
| 13712 | int post_cnt) |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13713 | { |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 13714 | struct lpfc_sglq *sglq_entry = NULL, *sglq_next = NULL; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13715 | struct lpfc_mbx_post_uembed_sgl_page1 *sgl; |
| 13716 | struct sgl_page_pairs *sgl_pg_pairs; |
| 13717 | void *viraddr; |
| 13718 | LPFC_MBOXQ_t *mbox; |
| 13719 | uint32_t reqlen, alloclen, pg_pairs; |
| 13720 | uint32_t mbox_tmo; |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 13721 | uint16_t xritag_start = 0; |
| 13722 | int rc = 0; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13723 | uint32_t shdr_status, shdr_add_status; |
| 13724 | union lpfc_sli4_cfg_shdr *shdr; |
| 13725 | |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 13726 | reqlen = phba->sli4_hba.els_xri_cnt * sizeof(struct sgl_page_pairs) + |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13727 | sizeof(union lpfc_sli4_cfg_shdr) + sizeof(uint32_t); |
James Smart | 49198b3 | 2010-04-06 15:04:33 -0400 | [diff] [blame] | 13728 | if (reqlen > SLI4_PAGE_SIZE) { |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13729 | lpfc_printf_log(phba, KERN_WARNING, LOG_INIT, |
| 13730 | "2559 Block sgl registration required DMA " |
| 13731 | "size (%d) great than a page\n", reqlen); |
| 13732 | return -ENOMEM; |
| 13733 | } |
| 13734 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 13735 | if (!mbox) |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13736 | return -ENOMEM; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13737 | |
| 13738 | /* Allocate DMA memory and set up the non-embedded mailbox command */ |
| 13739 | alloclen = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE, |
| 13740 | LPFC_MBOX_OPCODE_FCOE_POST_SGL_PAGES, reqlen, |
| 13741 | LPFC_SLI4_MBX_NEMBED); |
| 13742 | |
| 13743 | if (alloclen < reqlen) { |
| 13744 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 13745 | "0285 Allocated DMA memory size (%d) is " |
| 13746 | "less than the requested DMA memory " |
| 13747 | "size (%d)\n", alloclen, reqlen); |
| 13748 | lpfc_sli4_mbox_cmd_free(phba, mbox); |
| 13749 | return -ENOMEM; |
| 13750 | } |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13751 | /* Set up the SGL pages in the non-embedded DMA pages */ |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 13752 | viraddr = mbox->sge_array->addr[0]; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13753 | sgl = (struct lpfc_mbx_post_uembed_sgl_page1 *)viraddr; |
| 13754 | sgl_pg_pairs = &sgl->sgl_pg_pairs; |
| 13755 | |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 13756 | pg_pairs = 0; |
| 13757 | list_for_each_entry_safe(sglq_entry, sglq_next, post_sgl_list, list) { |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13758 | /* Set up the sge entry */ |
| 13759 | sgl_pg_pairs->sgl_pg0_addr_lo = |
| 13760 | cpu_to_le32(putPaddrLow(sglq_entry->phys)); |
| 13761 | sgl_pg_pairs->sgl_pg0_addr_hi = |
| 13762 | cpu_to_le32(putPaddrHigh(sglq_entry->phys)); |
| 13763 | sgl_pg_pairs->sgl_pg1_addr_lo = |
| 13764 | cpu_to_le32(putPaddrLow(0)); |
| 13765 | sgl_pg_pairs->sgl_pg1_addr_hi = |
| 13766 | cpu_to_le32(putPaddrHigh(0)); |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 13767 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13768 | /* Keep the first xritag on the list */ |
| 13769 | if (pg_pairs == 0) |
| 13770 | xritag_start = sglq_entry->sli4_xritag; |
| 13771 | sgl_pg_pairs++; |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 13772 | pg_pairs++; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13773 | } |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 13774 | |
| 13775 | /* Complete initialization and perform endian conversion. */ |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13776 | bf_set(lpfc_post_sgl_pages_xri, sgl, xritag_start); |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 13777 | bf_set(lpfc_post_sgl_pages_xricnt, sgl, phba->sli4_hba.els_xri_cnt); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13778 | sgl->word0 = cpu_to_le32(sgl->word0); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13779 | if (!phba->sli4_hba.intr_enable) |
| 13780 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL); |
| 13781 | else { |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 13782 | mbox_tmo = lpfc_mbox_tmo_val(phba, mbox); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13783 | rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo); |
| 13784 | } |
| 13785 | shdr = (union lpfc_sli4_cfg_shdr *) &sgl->cfg_shdr; |
| 13786 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); |
| 13787 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); |
| 13788 | if (rc != MBX_TIMEOUT) |
| 13789 | lpfc_sli4_mbox_cmd_free(phba, mbox); |
| 13790 | if (shdr_status || shdr_add_status || rc) { |
| 13791 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 13792 | "2513 POST_SGL_BLOCK mailbox command failed " |
| 13793 | "status x%x add_status x%x mbx status x%x\n", |
| 13794 | shdr_status, shdr_add_status, rc); |
| 13795 | rc = -ENXIO; |
| 13796 | } |
| 13797 | return rc; |
| 13798 | } |
| 13799 | |
| 13800 | /** |
| 13801 | * lpfc_sli4_post_scsi_sgl_block - post a block of scsi sgl list to firmware |
| 13802 | * @phba: pointer to lpfc hba data structure. |
| 13803 | * @sblist: pointer to scsi buffer list. |
| 13804 | * @count: number of scsi buffers on the list. |
| 13805 | * |
| 13806 | * This routine is invoked to post a block of @count scsi sgl pages from a |
| 13807 | * SCSI buffer list @sblist to the HBA using non-embedded mailbox command. |
| 13808 | * No Lock is held. |
| 13809 | * |
| 13810 | **/ |
| 13811 | int |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 13812 | lpfc_sli4_post_scsi_sgl_block(struct lpfc_hba *phba, |
| 13813 | struct list_head *sblist, |
| 13814 | int count) |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13815 | { |
| 13816 | struct lpfc_scsi_buf *psb; |
| 13817 | struct lpfc_mbx_post_uembed_sgl_page1 *sgl; |
| 13818 | struct sgl_page_pairs *sgl_pg_pairs; |
| 13819 | void *viraddr; |
| 13820 | LPFC_MBOXQ_t *mbox; |
| 13821 | uint32_t reqlen, alloclen, pg_pairs; |
| 13822 | uint32_t mbox_tmo; |
| 13823 | uint16_t xritag_start = 0; |
| 13824 | int rc = 0; |
| 13825 | uint32_t shdr_status, shdr_add_status; |
| 13826 | dma_addr_t pdma_phys_bpl1; |
| 13827 | union lpfc_sli4_cfg_shdr *shdr; |
| 13828 | |
| 13829 | /* Calculate the requested length of the dma memory */ |
James Smart | 8a9d2e8 | 2012-05-09 21:16:12 -0400 | [diff] [blame] | 13830 | reqlen = count * sizeof(struct sgl_page_pairs) + |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13831 | sizeof(union lpfc_sli4_cfg_shdr) + sizeof(uint32_t); |
James Smart | 49198b3 | 2010-04-06 15:04:33 -0400 | [diff] [blame] | 13832 | if (reqlen > SLI4_PAGE_SIZE) { |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13833 | lpfc_printf_log(phba, KERN_WARNING, LOG_INIT, |
| 13834 | "0217 Block sgl registration required DMA " |
| 13835 | "size (%d) great than a page\n", reqlen); |
| 13836 | return -ENOMEM; |
| 13837 | } |
| 13838 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 13839 | if (!mbox) { |
| 13840 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 13841 | "0283 Failed to allocate mbox cmd memory\n"); |
| 13842 | return -ENOMEM; |
| 13843 | } |
| 13844 | |
| 13845 | /* Allocate DMA memory and set up the non-embedded mailbox command */ |
| 13846 | alloclen = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE, |
| 13847 | LPFC_MBOX_OPCODE_FCOE_POST_SGL_PAGES, reqlen, |
| 13848 | LPFC_SLI4_MBX_NEMBED); |
| 13849 | |
| 13850 | if (alloclen < reqlen) { |
| 13851 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 13852 | "2561 Allocated DMA memory size (%d) is " |
| 13853 | "less than the requested DMA memory " |
| 13854 | "size (%d)\n", alloclen, reqlen); |
| 13855 | lpfc_sli4_mbox_cmd_free(phba, mbox); |
| 13856 | return -ENOMEM; |
| 13857 | } |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 13858 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13859 | /* Get the first SGE entry from the non-embedded DMA memory */ |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13860 | viraddr = mbox->sge_array->addr[0]; |
| 13861 | |
| 13862 | /* Set up the SGL pages in the non-embedded DMA pages */ |
| 13863 | sgl = (struct lpfc_mbx_post_uembed_sgl_page1 *)viraddr; |
| 13864 | sgl_pg_pairs = &sgl->sgl_pg_pairs; |
| 13865 | |
| 13866 | pg_pairs = 0; |
| 13867 | list_for_each_entry(psb, sblist, list) { |
| 13868 | /* Set up the sge entry */ |
| 13869 | sgl_pg_pairs->sgl_pg0_addr_lo = |
| 13870 | cpu_to_le32(putPaddrLow(psb->dma_phys_bpl)); |
| 13871 | sgl_pg_pairs->sgl_pg0_addr_hi = |
| 13872 | cpu_to_le32(putPaddrHigh(psb->dma_phys_bpl)); |
| 13873 | if (phba->cfg_sg_dma_buf_size > SGL_PAGE_SIZE) |
| 13874 | pdma_phys_bpl1 = psb->dma_phys_bpl + SGL_PAGE_SIZE; |
| 13875 | else |
| 13876 | pdma_phys_bpl1 = 0; |
| 13877 | sgl_pg_pairs->sgl_pg1_addr_lo = |
| 13878 | cpu_to_le32(putPaddrLow(pdma_phys_bpl1)); |
| 13879 | sgl_pg_pairs->sgl_pg1_addr_hi = |
| 13880 | cpu_to_le32(putPaddrHigh(pdma_phys_bpl1)); |
| 13881 | /* Keep the first xritag on the list */ |
| 13882 | if (pg_pairs == 0) |
| 13883 | xritag_start = psb->cur_iocbq.sli4_xritag; |
| 13884 | sgl_pg_pairs++; |
| 13885 | pg_pairs++; |
| 13886 | } |
| 13887 | bf_set(lpfc_post_sgl_pages_xri, sgl, xritag_start); |
| 13888 | bf_set(lpfc_post_sgl_pages_xricnt, sgl, pg_pairs); |
| 13889 | /* Perform endian conversion if necessary */ |
| 13890 | sgl->word0 = cpu_to_le32(sgl->word0); |
| 13891 | |
| 13892 | if (!phba->sli4_hba.intr_enable) |
| 13893 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL); |
| 13894 | else { |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 13895 | mbox_tmo = lpfc_mbox_tmo_val(phba, mbox); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13896 | rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo); |
| 13897 | } |
| 13898 | shdr = (union lpfc_sli4_cfg_shdr *) &sgl->cfg_shdr; |
| 13899 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); |
| 13900 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); |
| 13901 | if (rc != MBX_TIMEOUT) |
| 13902 | lpfc_sli4_mbox_cmd_free(phba, mbox); |
| 13903 | if (shdr_status || shdr_add_status || rc) { |
| 13904 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 13905 | "2564 POST_SGL_BLOCK mailbox command failed " |
| 13906 | "status x%x add_status x%x mbx status x%x\n", |
| 13907 | shdr_status, shdr_add_status, rc); |
| 13908 | rc = -ENXIO; |
| 13909 | } |
| 13910 | return rc; |
| 13911 | } |
| 13912 | |
| 13913 | /** |
| 13914 | * lpfc_fc_frame_check - Check that this frame is a valid frame to handle |
| 13915 | * @phba: pointer to lpfc_hba struct that the frame was received on |
| 13916 | * @fc_hdr: A pointer to the FC Header data (In Big Endian Format) |
| 13917 | * |
| 13918 | * This function checks the fields in the @fc_hdr to see if the FC frame is a |
| 13919 | * valid type of frame that the LPFC driver will handle. This function will |
| 13920 | * return a zero if the frame is a valid frame or a non zero value when the |
| 13921 | * frame does not pass the check. |
| 13922 | **/ |
| 13923 | static int |
| 13924 | lpfc_fc_frame_check(struct lpfc_hba *phba, struct fc_frame_header *fc_hdr) |
| 13925 | { |
Tomas Henzl | 474ffb7 | 2010-12-22 16:52:40 +0100 | [diff] [blame] | 13926 | /* make rctl_names static to save stack space */ |
| 13927 | static char *rctl_names[] = FC_RCTL_NAMES_INIT; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13928 | char *type_names[] = FC_TYPE_NAMES_INIT; |
| 13929 | struct fc_vft_header *fc_vft_hdr; |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 13930 | uint32_t *header = (uint32_t *) fc_hdr; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13931 | |
| 13932 | switch (fc_hdr->fh_r_ctl) { |
| 13933 | case FC_RCTL_DD_UNCAT: /* uncategorized information */ |
| 13934 | case FC_RCTL_DD_SOL_DATA: /* solicited data */ |
| 13935 | case FC_RCTL_DD_UNSOL_CTL: /* unsolicited control */ |
| 13936 | case FC_RCTL_DD_SOL_CTL: /* solicited control or reply */ |
| 13937 | case FC_RCTL_DD_UNSOL_DATA: /* unsolicited data */ |
| 13938 | case FC_RCTL_DD_DATA_DESC: /* data descriptor */ |
| 13939 | case FC_RCTL_DD_UNSOL_CMD: /* unsolicited command */ |
| 13940 | case FC_RCTL_DD_CMD_STATUS: /* command status */ |
| 13941 | case FC_RCTL_ELS_REQ: /* extended link services request */ |
| 13942 | case FC_RCTL_ELS_REP: /* extended link services reply */ |
| 13943 | case FC_RCTL_ELS4_REQ: /* FC-4 ELS request */ |
| 13944 | case FC_RCTL_ELS4_REP: /* FC-4 ELS reply */ |
| 13945 | case FC_RCTL_BA_NOP: /* basic link service NOP */ |
| 13946 | case FC_RCTL_BA_ABTS: /* basic link service abort */ |
| 13947 | case FC_RCTL_BA_RMC: /* remove connection */ |
| 13948 | case FC_RCTL_BA_ACC: /* basic accept */ |
| 13949 | case FC_RCTL_BA_RJT: /* basic reject */ |
| 13950 | case FC_RCTL_BA_PRMT: |
| 13951 | case FC_RCTL_ACK_1: /* acknowledge_1 */ |
| 13952 | case FC_RCTL_ACK_0: /* acknowledge_0 */ |
| 13953 | case FC_RCTL_P_RJT: /* port reject */ |
| 13954 | case FC_RCTL_F_RJT: /* fabric reject */ |
| 13955 | case FC_RCTL_P_BSY: /* port busy */ |
| 13956 | case FC_RCTL_F_BSY: /* fabric busy to data frame */ |
| 13957 | case FC_RCTL_F_BSYL: /* fabric busy to link control frame */ |
| 13958 | case FC_RCTL_LCR: /* link credit reset */ |
| 13959 | case FC_RCTL_END: /* end */ |
| 13960 | break; |
| 13961 | case FC_RCTL_VFTH: /* Virtual Fabric tagging Header */ |
| 13962 | fc_vft_hdr = (struct fc_vft_header *)fc_hdr; |
| 13963 | fc_hdr = &((struct fc_frame_header *)fc_vft_hdr)[1]; |
| 13964 | return lpfc_fc_frame_check(phba, fc_hdr); |
| 13965 | default: |
| 13966 | goto drop; |
| 13967 | } |
| 13968 | switch (fc_hdr->fh_type) { |
| 13969 | case FC_TYPE_BLS: |
| 13970 | case FC_TYPE_ELS: |
| 13971 | case FC_TYPE_FCP: |
| 13972 | case FC_TYPE_CT: |
| 13973 | break; |
| 13974 | case FC_TYPE_IP: |
| 13975 | case FC_TYPE_ILS: |
| 13976 | default: |
| 13977 | goto drop; |
| 13978 | } |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 13979 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13980 | lpfc_printf_log(phba, KERN_INFO, LOG_ELS, |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 13981 | "2538 Received frame rctl:%s type:%s " |
| 13982 | "Frame Data:%08x %08x %08x %08x %08x %08x\n", |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13983 | rctl_names[fc_hdr->fh_r_ctl], |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 13984 | type_names[fc_hdr->fh_type], |
| 13985 | be32_to_cpu(header[0]), be32_to_cpu(header[1]), |
| 13986 | be32_to_cpu(header[2]), be32_to_cpu(header[3]), |
| 13987 | be32_to_cpu(header[4]), be32_to_cpu(header[5])); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 13988 | return 0; |
| 13989 | drop: |
| 13990 | lpfc_printf_log(phba, KERN_WARNING, LOG_ELS, |
| 13991 | "2539 Dropped frame rctl:%s type:%s\n", |
| 13992 | rctl_names[fc_hdr->fh_r_ctl], |
| 13993 | type_names[fc_hdr->fh_type]); |
| 13994 | return 1; |
| 13995 | } |
| 13996 | |
| 13997 | /** |
| 13998 | * lpfc_fc_hdr_get_vfi - Get the VFI from an FC frame |
| 13999 | * @fc_hdr: A pointer to the FC Header data (In Big Endian Format) |
| 14000 | * |
| 14001 | * This function processes the FC header to retrieve the VFI from the VF |
| 14002 | * header, if one exists. This function will return the VFI if one exists |
| 14003 | * or 0 if no VSAN Header exists. |
| 14004 | **/ |
| 14005 | static uint32_t |
| 14006 | lpfc_fc_hdr_get_vfi(struct fc_frame_header *fc_hdr) |
| 14007 | { |
| 14008 | struct fc_vft_header *fc_vft_hdr = (struct fc_vft_header *)fc_hdr; |
| 14009 | |
| 14010 | if (fc_hdr->fh_r_ctl != FC_RCTL_VFTH) |
| 14011 | return 0; |
| 14012 | return bf_get(fc_vft_hdr_vf_id, fc_vft_hdr); |
| 14013 | } |
| 14014 | |
| 14015 | /** |
| 14016 | * lpfc_fc_frame_to_vport - Finds the vport that a frame is destined to |
| 14017 | * @phba: Pointer to the HBA structure to search for the vport on |
| 14018 | * @fc_hdr: A pointer to the FC Header data (In Big Endian Format) |
| 14019 | * @fcfi: The FC Fabric ID that the frame came from |
| 14020 | * |
| 14021 | * This function searches the @phba for a vport that matches the content of the |
| 14022 | * @fc_hdr passed in and the @fcfi. This function uses the @fc_hdr to fetch the |
| 14023 | * VFI, if the Virtual Fabric Tagging Header exists, and the DID. This function |
| 14024 | * returns the matching vport pointer or NULL if unable to match frame to a |
| 14025 | * vport. |
| 14026 | **/ |
| 14027 | static struct lpfc_vport * |
| 14028 | lpfc_fc_frame_to_vport(struct lpfc_hba *phba, struct fc_frame_header *fc_hdr, |
| 14029 | uint16_t fcfi) |
| 14030 | { |
| 14031 | struct lpfc_vport **vports; |
| 14032 | struct lpfc_vport *vport = NULL; |
| 14033 | int i; |
| 14034 | uint32_t did = (fc_hdr->fh_d_id[0] << 16 | |
| 14035 | fc_hdr->fh_d_id[1] << 8 | |
| 14036 | fc_hdr->fh_d_id[2]); |
James Smart | 939723a | 2012-05-09 21:19:03 -0400 | [diff] [blame] | 14037 | |
James Smart | bf08611 | 2011-08-21 21:48:13 -0400 | [diff] [blame] | 14038 | if (did == Fabric_DID) |
| 14039 | return phba->pport; |
James Smart | 939723a | 2012-05-09 21:19:03 -0400 | [diff] [blame] | 14040 | if ((phba->pport->fc_flag & FC_PT2PT) && |
| 14041 | !(phba->link_state == LPFC_HBA_READY)) |
| 14042 | return phba->pport; |
| 14043 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 14044 | vports = lpfc_create_vport_work_array(phba); |
| 14045 | if (vports != NULL) |
| 14046 | for (i = 0; i <= phba->max_vpi && vports[i] != NULL; i++) { |
| 14047 | if (phba->fcf.fcfi == fcfi && |
| 14048 | vports[i]->vfi == lpfc_fc_hdr_get_vfi(fc_hdr) && |
| 14049 | vports[i]->fc_myDID == did) { |
| 14050 | vport = vports[i]; |
| 14051 | break; |
| 14052 | } |
| 14053 | } |
| 14054 | lpfc_destroy_vport_work_array(phba, vports); |
| 14055 | return vport; |
| 14056 | } |
| 14057 | |
| 14058 | /** |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 14059 | * lpfc_update_rcv_time_stamp - Update vport's rcv seq time stamp |
| 14060 | * @vport: The vport to work on. |
| 14061 | * |
| 14062 | * This function updates the receive sequence time stamp for this vport. The |
| 14063 | * receive sequence time stamp indicates the time that the last frame of the |
| 14064 | * the sequence that has been idle for the longest amount of time was received. |
| 14065 | * the driver uses this time stamp to indicate if any received sequences have |
| 14066 | * timed out. |
| 14067 | **/ |
| 14068 | void |
| 14069 | lpfc_update_rcv_time_stamp(struct lpfc_vport *vport) |
| 14070 | { |
| 14071 | struct lpfc_dmabuf *h_buf; |
| 14072 | struct hbq_dmabuf *dmabuf = NULL; |
| 14073 | |
| 14074 | /* get the oldest sequence on the rcv list */ |
| 14075 | h_buf = list_get_first(&vport->rcv_buffer_list, |
| 14076 | struct lpfc_dmabuf, list); |
| 14077 | if (!h_buf) |
| 14078 | return; |
| 14079 | dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf); |
| 14080 | vport->rcv_buffer_time_stamp = dmabuf->time_stamp; |
| 14081 | } |
| 14082 | |
| 14083 | /** |
| 14084 | * lpfc_cleanup_rcv_buffers - Cleans up all outstanding receive sequences. |
| 14085 | * @vport: The vport that the received sequences were sent to. |
| 14086 | * |
| 14087 | * This function cleans up all outstanding received sequences. This is called |
| 14088 | * by the driver when a link event or user action invalidates all the received |
| 14089 | * sequences. |
| 14090 | **/ |
| 14091 | void |
| 14092 | lpfc_cleanup_rcv_buffers(struct lpfc_vport *vport) |
| 14093 | { |
| 14094 | struct lpfc_dmabuf *h_buf, *hnext; |
| 14095 | struct lpfc_dmabuf *d_buf, *dnext; |
| 14096 | struct hbq_dmabuf *dmabuf = NULL; |
| 14097 | |
| 14098 | /* start with the oldest sequence on the rcv list */ |
| 14099 | list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) { |
| 14100 | dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf); |
| 14101 | list_del_init(&dmabuf->hbuf.list); |
| 14102 | list_for_each_entry_safe(d_buf, dnext, |
| 14103 | &dmabuf->dbuf.list, list) { |
| 14104 | list_del_init(&d_buf->list); |
| 14105 | lpfc_in_buf_free(vport->phba, d_buf); |
| 14106 | } |
| 14107 | lpfc_in_buf_free(vport->phba, &dmabuf->dbuf); |
| 14108 | } |
| 14109 | } |
| 14110 | |
| 14111 | /** |
| 14112 | * lpfc_rcv_seq_check_edtov - Cleans up timed out receive sequences. |
| 14113 | * @vport: The vport that the received sequences were sent to. |
| 14114 | * |
| 14115 | * This function determines whether any received sequences have timed out by |
| 14116 | * first checking the vport's rcv_buffer_time_stamp. If this time_stamp |
| 14117 | * indicates that there is at least one timed out sequence this routine will |
| 14118 | * go through the received sequences one at a time from most inactive to most |
| 14119 | * active to determine which ones need to be cleaned up. Once it has determined |
| 14120 | * that a sequence needs to be cleaned up it will simply free up the resources |
| 14121 | * without sending an abort. |
| 14122 | **/ |
| 14123 | void |
| 14124 | lpfc_rcv_seq_check_edtov(struct lpfc_vport *vport) |
| 14125 | { |
| 14126 | struct lpfc_dmabuf *h_buf, *hnext; |
| 14127 | struct lpfc_dmabuf *d_buf, *dnext; |
| 14128 | struct hbq_dmabuf *dmabuf = NULL; |
| 14129 | unsigned long timeout; |
| 14130 | int abort_count = 0; |
| 14131 | |
| 14132 | timeout = (msecs_to_jiffies(vport->phba->fc_edtov) + |
| 14133 | vport->rcv_buffer_time_stamp); |
| 14134 | if (list_empty(&vport->rcv_buffer_list) || |
| 14135 | time_before(jiffies, timeout)) |
| 14136 | return; |
| 14137 | /* start with the oldest sequence on the rcv list */ |
| 14138 | list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) { |
| 14139 | dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf); |
| 14140 | timeout = (msecs_to_jiffies(vport->phba->fc_edtov) + |
| 14141 | dmabuf->time_stamp); |
| 14142 | if (time_before(jiffies, timeout)) |
| 14143 | break; |
| 14144 | abort_count++; |
| 14145 | list_del_init(&dmabuf->hbuf.list); |
| 14146 | list_for_each_entry_safe(d_buf, dnext, |
| 14147 | &dmabuf->dbuf.list, list) { |
| 14148 | list_del_init(&d_buf->list); |
| 14149 | lpfc_in_buf_free(vport->phba, d_buf); |
| 14150 | } |
| 14151 | lpfc_in_buf_free(vport->phba, &dmabuf->dbuf); |
| 14152 | } |
| 14153 | if (abort_count) |
| 14154 | lpfc_update_rcv_time_stamp(vport); |
| 14155 | } |
| 14156 | |
| 14157 | /** |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 14158 | * lpfc_fc_frame_add - Adds a frame to the vport's list of received sequences |
| 14159 | * @dmabuf: pointer to a dmabuf that describes the hdr and data of the FC frame |
| 14160 | * |
| 14161 | * This function searches through the existing incomplete sequences that have |
| 14162 | * been sent to this @vport. If the frame matches one of the incomplete |
| 14163 | * sequences then the dbuf in the @dmabuf is added to the list of frames that |
| 14164 | * make up that sequence. If no sequence is found that matches this frame then |
| 14165 | * the function will add the hbuf in the @dmabuf to the @vport's rcv_buffer_list |
| 14166 | * This function returns a pointer to the first dmabuf in the sequence list that |
| 14167 | * the frame was linked to. |
| 14168 | **/ |
| 14169 | static struct hbq_dmabuf * |
| 14170 | lpfc_fc_frame_add(struct lpfc_vport *vport, struct hbq_dmabuf *dmabuf) |
| 14171 | { |
| 14172 | struct fc_frame_header *new_hdr; |
| 14173 | struct fc_frame_header *temp_hdr; |
| 14174 | struct lpfc_dmabuf *d_buf; |
| 14175 | struct lpfc_dmabuf *h_buf; |
| 14176 | struct hbq_dmabuf *seq_dmabuf = NULL; |
| 14177 | struct hbq_dmabuf *temp_dmabuf = NULL; |
| 14178 | |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 14179 | INIT_LIST_HEAD(&dmabuf->dbuf.list); |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 14180 | dmabuf->time_stamp = jiffies; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 14181 | new_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt; |
| 14182 | /* Use the hdr_buf to find the sequence that this frame belongs to */ |
| 14183 | list_for_each_entry(h_buf, &vport->rcv_buffer_list, list) { |
| 14184 | temp_hdr = (struct fc_frame_header *)h_buf->virt; |
| 14185 | if ((temp_hdr->fh_seq_id != new_hdr->fh_seq_id) || |
| 14186 | (temp_hdr->fh_ox_id != new_hdr->fh_ox_id) || |
| 14187 | (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3))) |
| 14188 | continue; |
| 14189 | /* found a pending sequence that matches this frame */ |
| 14190 | seq_dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf); |
| 14191 | break; |
| 14192 | } |
| 14193 | if (!seq_dmabuf) { |
| 14194 | /* |
| 14195 | * This indicates first frame received for this sequence. |
| 14196 | * Queue the buffer on the vport's rcv_buffer_list. |
| 14197 | */ |
| 14198 | list_add_tail(&dmabuf->hbuf.list, &vport->rcv_buffer_list); |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 14199 | lpfc_update_rcv_time_stamp(vport); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 14200 | return dmabuf; |
| 14201 | } |
| 14202 | temp_hdr = seq_dmabuf->hbuf.virt; |
James Smart | eeead81 | 2009-12-21 17:01:23 -0500 | [diff] [blame] | 14203 | if (be16_to_cpu(new_hdr->fh_seq_cnt) < |
| 14204 | be16_to_cpu(temp_hdr->fh_seq_cnt)) { |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 14205 | list_del_init(&seq_dmabuf->hbuf.list); |
| 14206 | list_add_tail(&dmabuf->hbuf.list, &vport->rcv_buffer_list); |
| 14207 | list_add_tail(&dmabuf->dbuf.list, &seq_dmabuf->dbuf.list); |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 14208 | lpfc_update_rcv_time_stamp(vport); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 14209 | return dmabuf; |
| 14210 | } |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 14211 | /* move this sequence to the tail to indicate a young sequence */ |
| 14212 | list_move_tail(&seq_dmabuf->hbuf.list, &vport->rcv_buffer_list); |
| 14213 | seq_dmabuf->time_stamp = jiffies; |
| 14214 | lpfc_update_rcv_time_stamp(vport); |
James Smart | eeead81 | 2009-12-21 17:01:23 -0500 | [diff] [blame] | 14215 | if (list_empty(&seq_dmabuf->dbuf.list)) { |
| 14216 | temp_hdr = dmabuf->hbuf.virt; |
| 14217 | list_add_tail(&dmabuf->dbuf.list, &seq_dmabuf->dbuf.list); |
| 14218 | return seq_dmabuf; |
| 14219 | } |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 14220 | /* find the correct place in the sequence to insert this frame */ |
| 14221 | list_for_each_entry_reverse(d_buf, &seq_dmabuf->dbuf.list, list) { |
| 14222 | temp_dmabuf = container_of(d_buf, struct hbq_dmabuf, dbuf); |
| 14223 | temp_hdr = (struct fc_frame_header *)temp_dmabuf->hbuf.virt; |
| 14224 | /* |
| 14225 | * If the frame's sequence count is greater than the frame on |
| 14226 | * the list then insert the frame right after this frame |
| 14227 | */ |
James Smart | eeead81 | 2009-12-21 17:01:23 -0500 | [diff] [blame] | 14228 | if (be16_to_cpu(new_hdr->fh_seq_cnt) > |
| 14229 | be16_to_cpu(temp_hdr->fh_seq_cnt)) { |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 14230 | list_add(&dmabuf->dbuf.list, &temp_dmabuf->dbuf.list); |
| 14231 | return seq_dmabuf; |
| 14232 | } |
| 14233 | } |
| 14234 | return NULL; |
| 14235 | } |
| 14236 | |
| 14237 | /** |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14238 | * lpfc_sli4_abort_partial_seq - Abort partially assembled unsol sequence |
| 14239 | * @vport: pointer to a vitural port |
| 14240 | * @dmabuf: pointer to a dmabuf that describes the FC sequence |
| 14241 | * |
| 14242 | * This function tries to abort from the partially assembed sequence, described |
| 14243 | * by the information from basic abbort @dmabuf. It checks to see whether such |
| 14244 | * partially assembled sequence held by the driver. If so, it shall free up all |
| 14245 | * the frames from the partially assembled sequence. |
| 14246 | * |
| 14247 | * Return |
| 14248 | * true -- if there is matching partially assembled sequence present and all |
| 14249 | * the frames freed with the sequence; |
| 14250 | * false -- if there is no matching partially assembled sequence present so |
| 14251 | * nothing got aborted in the lower layer driver |
| 14252 | **/ |
| 14253 | static bool |
| 14254 | lpfc_sli4_abort_partial_seq(struct lpfc_vport *vport, |
| 14255 | struct hbq_dmabuf *dmabuf) |
| 14256 | { |
| 14257 | struct fc_frame_header *new_hdr; |
| 14258 | struct fc_frame_header *temp_hdr; |
| 14259 | struct lpfc_dmabuf *d_buf, *n_buf, *h_buf; |
| 14260 | struct hbq_dmabuf *seq_dmabuf = NULL; |
| 14261 | |
| 14262 | /* Use the hdr_buf to find the sequence that matches this frame */ |
| 14263 | INIT_LIST_HEAD(&dmabuf->dbuf.list); |
| 14264 | INIT_LIST_HEAD(&dmabuf->hbuf.list); |
| 14265 | new_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt; |
| 14266 | list_for_each_entry(h_buf, &vport->rcv_buffer_list, list) { |
| 14267 | temp_hdr = (struct fc_frame_header *)h_buf->virt; |
| 14268 | if ((temp_hdr->fh_seq_id != new_hdr->fh_seq_id) || |
| 14269 | (temp_hdr->fh_ox_id != new_hdr->fh_ox_id) || |
| 14270 | (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3))) |
| 14271 | continue; |
| 14272 | /* found a pending sequence that matches this frame */ |
| 14273 | seq_dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf); |
| 14274 | break; |
| 14275 | } |
| 14276 | |
| 14277 | /* Free up all the frames from the partially assembled sequence */ |
| 14278 | if (seq_dmabuf) { |
| 14279 | list_for_each_entry_safe(d_buf, n_buf, |
| 14280 | &seq_dmabuf->dbuf.list, list) { |
| 14281 | list_del_init(&d_buf->list); |
| 14282 | lpfc_in_buf_free(vport->phba, d_buf); |
| 14283 | } |
| 14284 | return true; |
| 14285 | } |
| 14286 | return false; |
| 14287 | } |
| 14288 | |
| 14289 | /** |
James Smart | 6dd9e31 | 2013-01-03 15:43:37 -0500 | [diff] [blame] | 14290 | * lpfc_sli4_abort_ulp_seq - Abort assembled unsol sequence from ulp |
| 14291 | * @vport: pointer to a vitural port |
| 14292 | * @dmabuf: pointer to a dmabuf that describes the FC sequence |
| 14293 | * |
| 14294 | * This function tries to abort from the assembed sequence from upper level |
| 14295 | * protocol, described by the information from basic abbort @dmabuf. It |
| 14296 | * checks to see whether such pending context exists at upper level protocol. |
| 14297 | * If so, it shall clean up the pending context. |
| 14298 | * |
| 14299 | * Return |
| 14300 | * true -- if there is matching pending context of the sequence cleaned |
| 14301 | * at ulp; |
| 14302 | * false -- if there is no matching pending context of the sequence present |
| 14303 | * at ulp. |
| 14304 | **/ |
| 14305 | static bool |
| 14306 | lpfc_sli4_abort_ulp_seq(struct lpfc_vport *vport, struct hbq_dmabuf *dmabuf) |
| 14307 | { |
| 14308 | struct lpfc_hba *phba = vport->phba; |
| 14309 | int handled; |
| 14310 | |
| 14311 | /* Accepting abort at ulp with SLI4 only */ |
| 14312 | if (phba->sli_rev < LPFC_SLI_REV4) |
| 14313 | return false; |
| 14314 | |
| 14315 | /* Register all caring upper level protocols to attend abort */ |
| 14316 | handled = lpfc_ct_handle_unsol_abort(phba, dmabuf); |
| 14317 | if (handled) |
| 14318 | return true; |
| 14319 | |
| 14320 | return false; |
| 14321 | } |
| 14322 | |
| 14323 | /** |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 14324 | * lpfc_sli4_seq_abort_rsp_cmpl - BLS ABORT RSP seq abort iocb complete handler |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14325 | * @phba: Pointer to HBA context object. |
| 14326 | * @cmd_iocbq: pointer to the command iocbq structure. |
| 14327 | * @rsp_iocbq: pointer to the response iocbq structure. |
| 14328 | * |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 14329 | * This function handles the sequence abort response iocb command complete |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14330 | * event. It properly releases the memory allocated to the sequence abort |
| 14331 | * accept iocb. |
| 14332 | **/ |
| 14333 | static void |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 14334 | lpfc_sli4_seq_abort_rsp_cmpl(struct lpfc_hba *phba, |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14335 | struct lpfc_iocbq *cmd_iocbq, |
| 14336 | struct lpfc_iocbq *rsp_iocbq) |
| 14337 | { |
James Smart | 6dd9e31 | 2013-01-03 15:43:37 -0500 | [diff] [blame] | 14338 | struct lpfc_nodelist *ndlp; |
| 14339 | |
| 14340 | if (cmd_iocbq) { |
| 14341 | ndlp = (struct lpfc_nodelist *)cmd_iocbq->context1; |
| 14342 | lpfc_nlp_put(ndlp); |
| 14343 | lpfc_nlp_not_used(ndlp); |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14344 | lpfc_sli_release_iocbq(phba, cmd_iocbq); |
James Smart | 6dd9e31 | 2013-01-03 15:43:37 -0500 | [diff] [blame] | 14345 | } |
James Smart | 6b5151f | 2012-01-18 16:24:06 -0500 | [diff] [blame] | 14346 | |
| 14347 | /* Failure means BLS ABORT RSP did not get delivered to remote node*/ |
| 14348 | if (rsp_iocbq && rsp_iocbq->iocb.ulpStatus) |
| 14349 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 14350 | "3154 BLS ABORT RSP failed, data: x%x/x%x\n", |
| 14351 | rsp_iocbq->iocb.ulpStatus, |
| 14352 | rsp_iocbq->iocb.un.ulpWord[4]); |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14353 | } |
| 14354 | |
| 14355 | /** |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 14356 | * lpfc_sli4_xri_inrange - check xri is in range of xris owned by driver. |
| 14357 | * @phba: Pointer to HBA context object. |
| 14358 | * @xri: xri id in transaction. |
| 14359 | * |
| 14360 | * This function validates the xri maps to the known range of XRIs allocated an |
| 14361 | * used by the driver. |
| 14362 | **/ |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 14363 | uint16_t |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 14364 | lpfc_sli4_xri_inrange(struct lpfc_hba *phba, |
| 14365 | uint16_t xri) |
| 14366 | { |
| 14367 | int i; |
| 14368 | |
| 14369 | for (i = 0; i < phba->sli4_hba.max_cfg_param.max_xri; i++) { |
| 14370 | if (xri == phba->sli4_hba.xri_ids[i]) |
| 14371 | return i; |
| 14372 | } |
| 14373 | return NO_XRI; |
| 14374 | } |
| 14375 | |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 14376 | /** |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 14377 | * lpfc_sli4_seq_abort_rsp - bls rsp to sequence abort |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14378 | * @phba: Pointer to HBA context object. |
| 14379 | * @fc_hdr: pointer to a FC frame header. |
| 14380 | * |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 14381 | * This function sends a basic response to a previous unsol sequence abort |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14382 | * event after aborting the sequence handling. |
| 14383 | **/ |
| 14384 | static void |
James Smart | 6dd9e31 | 2013-01-03 15:43:37 -0500 | [diff] [blame] | 14385 | lpfc_sli4_seq_abort_rsp(struct lpfc_vport *vport, |
| 14386 | struct fc_frame_header *fc_hdr, bool aborted) |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14387 | { |
James Smart | 6dd9e31 | 2013-01-03 15:43:37 -0500 | [diff] [blame] | 14388 | struct lpfc_hba *phba = vport->phba; |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14389 | struct lpfc_iocbq *ctiocb = NULL; |
| 14390 | struct lpfc_nodelist *ndlp; |
James Smart | ee0f4fe | 2012-05-09 21:19:14 -0400 | [diff] [blame] | 14391 | uint16_t oxid, rxid, xri, lxri; |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 14392 | uint32_t sid, fctl; |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14393 | IOCB_t *icmd; |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 14394 | int rc; |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14395 | |
| 14396 | if (!lpfc_is_link_up(phba)) |
| 14397 | return; |
| 14398 | |
| 14399 | sid = sli4_sid_from_fc_hdr(fc_hdr); |
| 14400 | oxid = be16_to_cpu(fc_hdr->fh_ox_id); |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 14401 | rxid = be16_to_cpu(fc_hdr->fh_rx_id); |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14402 | |
James Smart | 6dd9e31 | 2013-01-03 15:43:37 -0500 | [diff] [blame] | 14403 | ndlp = lpfc_findnode_did(vport, sid); |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14404 | if (!ndlp) { |
James Smart | 6dd9e31 | 2013-01-03 15:43:37 -0500 | [diff] [blame] | 14405 | ndlp = mempool_alloc(phba->nlp_mem_pool, GFP_KERNEL); |
| 14406 | if (!ndlp) { |
| 14407 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_ELS, |
| 14408 | "1268 Failed to allocate ndlp for " |
| 14409 | "oxid:x%x SID:x%x\n", oxid, sid); |
| 14410 | return; |
| 14411 | } |
| 14412 | lpfc_nlp_init(vport, ndlp, sid); |
| 14413 | /* Put ndlp onto pport node list */ |
| 14414 | lpfc_enqueue_node(vport, ndlp); |
| 14415 | } else if (!NLP_CHK_NODE_ACT(ndlp)) { |
| 14416 | /* re-setup ndlp without removing from node list */ |
| 14417 | ndlp = lpfc_enable_node(vport, ndlp, NLP_STE_UNUSED_NODE); |
| 14418 | if (!ndlp) { |
| 14419 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_ELS, |
| 14420 | "3275 Failed to active ndlp found " |
| 14421 | "for oxid:x%x SID:x%x\n", oxid, sid); |
| 14422 | return; |
| 14423 | } |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14424 | } |
| 14425 | |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 14426 | /* Allocate buffer for rsp iocb */ |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14427 | ctiocb = lpfc_sli_get_iocbq(phba); |
| 14428 | if (!ctiocb) |
| 14429 | return; |
| 14430 | |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 14431 | /* Extract the F_CTL field from FC_HDR */ |
| 14432 | fctl = sli4_fctl_from_fc_hdr(fc_hdr); |
| 14433 | |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14434 | icmd = &ctiocb->iocb; |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14435 | icmd->un.xseq64.bdl.bdeSize = 0; |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 14436 | icmd->un.xseq64.bdl.ulpIoTag32 = 0; |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14437 | icmd->un.xseq64.w5.hcsw.Dfctl = 0; |
| 14438 | icmd->un.xseq64.w5.hcsw.Rctl = FC_RCTL_BA_ACC; |
| 14439 | icmd->un.xseq64.w5.hcsw.Type = FC_TYPE_BLS; |
| 14440 | |
| 14441 | /* Fill in the rest of iocb fields */ |
| 14442 | icmd->ulpCommand = CMD_XMIT_BLS_RSP64_CX; |
| 14443 | icmd->ulpBdeCount = 0; |
| 14444 | icmd->ulpLe = 1; |
| 14445 | icmd->ulpClass = CLASS3; |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 14446 | icmd->ulpContext = phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]; |
James Smart | 6dd9e31 | 2013-01-03 15:43:37 -0500 | [diff] [blame] | 14447 | ctiocb->context1 = lpfc_nlp_get(ndlp); |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14448 | |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14449 | ctiocb->iocb_cmpl = NULL; |
| 14450 | ctiocb->vport = phba->pport; |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 14451 | ctiocb->iocb_cmpl = lpfc_sli4_seq_abort_rsp_cmpl; |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 14452 | ctiocb->sli4_lxritag = NO_XRI; |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 14453 | ctiocb->sli4_xritag = NO_XRI; |
| 14454 | |
James Smart | ee0f4fe | 2012-05-09 21:19:14 -0400 | [diff] [blame] | 14455 | if (fctl & FC_FC_EX_CTX) |
| 14456 | /* Exchange responder sent the abort so we |
| 14457 | * own the oxid. |
| 14458 | */ |
| 14459 | xri = oxid; |
| 14460 | else |
| 14461 | xri = rxid; |
| 14462 | lxri = lpfc_sli4_xri_inrange(phba, xri); |
| 14463 | if (lxri != NO_XRI) |
| 14464 | lpfc_set_rrq_active(phba, ndlp, lxri, |
| 14465 | (xri == oxid) ? rxid : oxid, 0); |
James Smart | 6dd9e31 | 2013-01-03 15:43:37 -0500 | [diff] [blame] | 14466 | /* For BA_ABTS from exchange responder, if the logical xri with |
| 14467 | * the oxid maps to the FCP XRI range, the port no longer has |
| 14468 | * that exchange context, send a BLS_RJT. Override the IOCB for |
| 14469 | * a BA_RJT. |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 14470 | */ |
James Smart | 6dd9e31 | 2013-01-03 15:43:37 -0500 | [diff] [blame] | 14471 | if ((fctl & FC_FC_EX_CTX) && |
| 14472 | (lxri > lpfc_sli4_get_els_iocb_cnt(phba))) { |
| 14473 | icmd->un.xseq64.w5.hcsw.Rctl = FC_RCTL_BA_RJT; |
| 14474 | bf_set(lpfc_vndr_code, &icmd->un.bls_rsp, 0); |
| 14475 | bf_set(lpfc_rsn_expln, &icmd->un.bls_rsp, FC_BA_RJT_INV_XID); |
| 14476 | bf_set(lpfc_rsn_code, &icmd->un.bls_rsp, FC_BA_RJT_UNABLE); |
| 14477 | } |
| 14478 | |
| 14479 | /* If BA_ABTS failed to abort a partially assembled receive sequence, |
| 14480 | * the driver no longer has that exchange, send a BLS_RJT. Override |
| 14481 | * the IOCB for a BA_RJT. |
| 14482 | */ |
| 14483 | if (aborted == false) { |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 14484 | icmd->un.xseq64.w5.hcsw.Rctl = FC_RCTL_BA_RJT; |
| 14485 | bf_set(lpfc_vndr_code, &icmd->un.bls_rsp, 0); |
| 14486 | bf_set(lpfc_rsn_expln, &icmd->un.bls_rsp, FC_BA_RJT_INV_XID); |
| 14487 | bf_set(lpfc_rsn_code, &icmd->un.bls_rsp, FC_BA_RJT_UNABLE); |
| 14488 | } |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14489 | |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 14490 | if (fctl & FC_FC_EX_CTX) { |
| 14491 | /* ABTS sent by responder to CT exchange, construction |
| 14492 | * of BA_ACC will use OX_ID from ABTS for the XRI_TAG |
| 14493 | * field and RX_ID from ABTS for RX_ID field. |
| 14494 | */ |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 14495 | bf_set(lpfc_abts_orig, &icmd->un.bls_rsp, LPFC_ABTS_UNSOL_RSP); |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 14496 | } else { |
| 14497 | /* ABTS sent by initiator to CT exchange, construction |
| 14498 | * of BA_ACC will need to allocate a new XRI as for the |
James Smart | f09c3ac | 2012-03-01 22:33:29 -0500 | [diff] [blame] | 14499 | * XRI_TAG field. |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 14500 | */ |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 14501 | bf_set(lpfc_abts_orig, &icmd->un.bls_rsp, LPFC_ABTS_UNSOL_INT); |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 14502 | } |
James Smart | f09c3ac | 2012-03-01 22:33:29 -0500 | [diff] [blame] | 14503 | bf_set(lpfc_abts_rxid, &icmd->un.bls_rsp, rxid); |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 14504 | bf_set(lpfc_abts_oxid, &icmd->un.bls_rsp, oxid); |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 14505 | |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 14506 | /* Xmit CT abts response on exchange <xid> */ |
James Smart | 6dd9e31 | 2013-01-03 15:43:37 -0500 | [diff] [blame] | 14507 | lpfc_printf_vlog(vport, KERN_INFO, LOG_ELS, |
| 14508 | "1200 Send BLS cmd x%x on oxid x%x Data: x%x\n", |
| 14509 | icmd->un.xseq64.w5.hcsw.Rctl, oxid, phba->link_state); |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 14510 | |
| 14511 | rc = lpfc_sli_issue_iocb(phba, LPFC_ELS_RING, ctiocb, 0); |
| 14512 | if (rc == IOCB_ERROR) { |
James Smart | 6dd9e31 | 2013-01-03 15:43:37 -0500 | [diff] [blame] | 14513 | lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS, |
| 14514 | "2925 Failed to issue CT ABTS RSP x%x on " |
| 14515 | "xri x%x, Data x%x\n", |
| 14516 | icmd->un.xseq64.w5.hcsw.Rctl, oxid, |
| 14517 | phba->link_state); |
| 14518 | lpfc_nlp_put(ndlp); |
| 14519 | ctiocb->context1 = NULL; |
James Smart | 546fc85 | 2011-03-11 16:06:29 -0500 | [diff] [blame] | 14520 | lpfc_sli_release_iocbq(phba, ctiocb); |
| 14521 | } |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14522 | } |
| 14523 | |
| 14524 | /** |
| 14525 | * lpfc_sli4_handle_unsol_abort - Handle sli-4 unsolicited abort event |
| 14526 | * @vport: Pointer to the vport on which this sequence was received |
| 14527 | * @dmabuf: pointer to a dmabuf that describes the FC sequence |
| 14528 | * |
| 14529 | * This function handles an SLI-4 unsolicited abort event. If the unsolicited |
| 14530 | * receive sequence is only partially assembed by the driver, it shall abort |
| 14531 | * the partially assembled frames for the sequence. Otherwise, if the |
| 14532 | * unsolicited receive sequence has been completely assembled and passed to |
| 14533 | * the Upper Layer Protocol (UPL), it then mark the per oxid status for the |
| 14534 | * unsolicited sequence has been aborted. After that, it will issue a basic |
| 14535 | * accept to accept the abort. |
| 14536 | **/ |
| 14537 | void |
| 14538 | lpfc_sli4_handle_unsol_abort(struct lpfc_vport *vport, |
| 14539 | struct hbq_dmabuf *dmabuf) |
| 14540 | { |
| 14541 | struct lpfc_hba *phba = vport->phba; |
| 14542 | struct fc_frame_header fc_hdr; |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 14543 | uint32_t fctl; |
James Smart | 6dd9e31 | 2013-01-03 15:43:37 -0500 | [diff] [blame] | 14544 | bool aborted; |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14545 | |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14546 | /* Make a copy of fc_hdr before the dmabuf being released */ |
| 14547 | memcpy(&fc_hdr, dmabuf->hbuf.virt, sizeof(struct fc_frame_header)); |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 14548 | fctl = sli4_fctl_from_fc_hdr(&fc_hdr); |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14549 | |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 14550 | if (fctl & FC_FC_EX_CTX) { |
James Smart | 6dd9e31 | 2013-01-03 15:43:37 -0500 | [diff] [blame] | 14551 | /* ABTS by responder to exchange, no cleanup needed */ |
| 14552 | aborted = true; |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 14553 | } else { |
James Smart | 6dd9e31 | 2013-01-03 15:43:37 -0500 | [diff] [blame] | 14554 | /* ABTS by initiator to exchange, need to do cleanup */ |
| 14555 | aborted = lpfc_sli4_abort_partial_seq(vport, dmabuf); |
| 14556 | if (aborted == false) |
| 14557 | aborted = lpfc_sli4_abort_ulp_seq(vport, dmabuf); |
James Smart | 5ffc266 | 2009-11-18 15:39:44 -0500 | [diff] [blame] | 14558 | } |
James Smart | 6dd9e31 | 2013-01-03 15:43:37 -0500 | [diff] [blame] | 14559 | lpfc_in_buf_free(phba, &dmabuf->dbuf); |
| 14560 | |
| 14561 | /* Respond with BA_ACC or BA_RJT accordingly */ |
| 14562 | lpfc_sli4_seq_abort_rsp(vport, &fc_hdr, aborted); |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14563 | } |
| 14564 | |
| 14565 | /** |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 14566 | * lpfc_seq_complete - Indicates if a sequence is complete |
| 14567 | * @dmabuf: pointer to a dmabuf that describes the FC sequence |
| 14568 | * |
| 14569 | * This function checks the sequence, starting with the frame described by |
| 14570 | * @dmabuf, to see if all the frames associated with this sequence are present. |
| 14571 | * the frames associated with this sequence are linked to the @dmabuf using the |
| 14572 | * dbuf list. This function looks for two major things. 1) That the first frame |
| 14573 | * has a sequence count of zero. 2) There is a frame with last frame of sequence |
| 14574 | * set. 3) That there are no holes in the sequence count. The function will |
| 14575 | * return 1 when the sequence is complete, otherwise it will return 0. |
| 14576 | **/ |
| 14577 | static int |
| 14578 | lpfc_seq_complete(struct hbq_dmabuf *dmabuf) |
| 14579 | { |
| 14580 | struct fc_frame_header *hdr; |
| 14581 | struct lpfc_dmabuf *d_buf; |
| 14582 | struct hbq_dmabuf *seq_dmabuf; |
| 14583 | uint32_t fctl; |
| 14584 | int seq_count = 0; |
| 14585 | |
| 14586 | hdr = (struct fc_frame_header *)dmabuf->hbuf.virt; |
| 14587 | /* make sure first fame of sequence has a sequence count of zero */ |
| 14588 | if (hdr->fh_seq_cnt != seq_count) |
| 14589 | return 0; |
| 14590 | fctl = (hdr->fh_f_ctl[0] << 16 | |
| 14591 | hdr->fh_f_ctl[1] << 8 | |
| 14592 | hdr->fh_f_ctl[2]); |
| 14593 | /* If last frame of sequence we can return success. */ |
| 14594 | if (fctl & FC_FC_END_SEQ) |
| 14595 | return 1; |
| 14596 | list_for_each_entry(d_buf, &dmabuf->dbuf.list, list) { |
| 14597 | seq_dmabuf = container_of(d_buf, struct hbq_dmabuf, dbuf); |
| 14598 | hdr = (struct fc_frame_header *)seq_dmabuf->hbuf.virt; |
| 14599 | /* If there is a hole in the sequence count then fail. */ |
James Smart | eeead81 | 2009-12-21 17:01:23 -0500 | [diff] [blame] | 14600 | if (++seq_count != be16_to_cpu(hdr->fh_seq_cnt)) |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 14601 | return 0; |
| 14602 | fctl = (hdr->fh_f_ctl[0] << 16 | |
| 14603 | hdr->fh_f_ctl[1] << 8 | |
| 14604 | hdr->fh_f_ctl[2]); |
| 14605 | /* If last frame of sequence we can return success. */ |
| 14606 | if (fctl & FC_FC_END_SEQ) |
| 14607 | return 1; |
| 14608 | } |
| 14609 | return 0; |
| 14610 | } |
| 14611 | |
| 14612 | /** |
| 14613 | * lpfc_prep_seq - Prep sequence for ULP processing |
| 14614 | * @vport: Pointer to the vport on which this sequence was received |
| 14615 | * @dmabuf: pointer to a dmabuf that describes the FC sequence |
| 14616 | * |
| 14617 | * This function takes a sequence, described by a list of frames, and creates |
| 14618 | * a list of iocbq structures to describe the sequence. This iocbq list will be |
| 14619 | * used to issue to the generic unsolicited sequence handler. This routine |
| 14620 | * returns a pointer to the first iocbq in the list. If the function is unable |
| 14621 | * to allocate an iocbq then it throw out the received frames that were not |
| 14622 | * able to be described and return a pointer to the first iocbq. If unable to |
| 14623 | * allocate any iocbqs (including the first) this function will return NULL. |
| 14624 | **/ |
| 14625 | static struct lpfc_iocbq * |
| 14626 | lpfc_prep_seq(struct lpfc_vport *vport, struct hbq_dmabuf *seq_dmabuf) |
| 14627 | { |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 14628 | struct hbq_dmabuf *hbq_buf; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 14629 | struct lpfc_dmabuf *d_buf, *n_buf; |
| 14630 | struct lpfc_iocbq *first_iocbq, *iocbq; |
| 14631 | struct fc_frame_header *fc_hdr; |
| 14632 | uint32_t sid; |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 14633 | uint32_t len, tot_len; |
James Smart | eeead81 | 2009-12-21 17:01:23 -0500 | [diff] [blame] | 14634 | struct ulp_bde64 *pbde; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 14635 | |
| 14636 | fc_hdr = (struct fc_frame_header *)seq_dmabuf->hbuf.virt; |
| 14637 | /* remove from receive buffer list */ |
| 14638 | list_del_init(&seq_dmabuf->hbuf.list); |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 14639 | lpfc_update_rcv_time_stamp(vport); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 14640 | /* get the Remote Port's SID */ |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14641 | sid = sli4_sid_from_fc_hdr(fc_hdr); |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 14642 | tot_len = 0; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 14643 | /* Get an iocbq struct to fill in. */ |
| 14644 | first_iocbq = lpfc_sli_get_iocbq(vport->phba); |
| 14645 | if (first_iocbq) { |
| 14646 | /* Initialize the first IOCB. */ |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 14647 | first_iocbq->iocb.unsli3.rcvsli3.acc_len = 0; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 14648 | first_iocbq->iocb.ulpStatus = IOSTAT_SUCCESS; |
James Smart | 939723a | 2012-05-09 21:19:03 -0400 | [diff] [blame] | 14649 | |
| 14650 | /* Check FC Header to see what TYPE of frame we are rcv'ing */ |
| 14651 | if (sli4_type_from_fc_hdr(fc_hdr) == FC_TYPE_ELS) { |
| 14652 | first_iocbq->iocb.ulpCommand = CMD_IOCB_RCV_ELS64_CX; |
| 14653 | first_iocbq->iocb.un.rcvels.parmRo = |
| 14654 | sli4_did_from_fc_hdr(fc_hdr); |
| 14655 | first_iocbq->iocb.ulpPU = PARM_NPIV_DID; |
| 14656 | } else |
| 14657 | first_iocbq->iocb.ulpCommand = CMD_IOCB_RCV_SEQ64_CX; |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 14658 | first_iocbq->iocb.ulpContext = NO_XRI; |
| 14659 | first_iocbq->iocb.unsli3.rcvsli3.ox_id = |
| 14660 | be16_to_cpu(fc_hdr->fh_ox_id); |
| 14661 | /* iocbq is prepped for internal consumption. Physical vpi. */ |
| 14662 | first_iocbq->iocb.unsli3.rcvsli3.vpi = |
| 14663 | vport->phba->vpi_ids[vport->vpi]; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 14664 | /* put the first buffer into the first IOCBq */ |
| 14665 | first_iocbq->context2 = &seq_dmabuf->dbuf; |
| 14666 | first_iocbq->context3 = NULL; |
| 14667 | first_iocbq->iocb.ulpBdeCount = 1; |
| 14668 | first_iocbq->iocb.un.cont64[0].tus.f.bdeSize = |
| 14669 | LPFC_DATA_BUF_SIZE; |
| 14670 | first_iocbq->iocb.un.rcvels.remoteID = sid; |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 14671 | tot_len = bf_get(lpfc_rcqe_length, |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 14672 | &seq_dmabuf->cq_event.cqe.rcqe_cmpl); |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 14673 | first_iocbq->iocb.unsli3.rcvsli3.acc_len = tot_len; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 14674 | } |
| 14675 | iocbq = first_iocbq; |
| 14676 | /* |
| 14677 | * Each IOCBq can have two Buffers assigned, so go through the list |
| 14678 | * of buffers for this sequence and save two buffers in each IOCBq |
| 14679 | */ |
| 14680 | list_for_each_entry_safe(d_buf, n_buf, &seq_dmabuf->dbuf.list, list) { |
| 14681 | if (!iocbq) { |
| 14682 | lpfc_in_buf_free(vport->phba, d_buf); |
| 14683 | continue; |
| 14684 | } |
| 14685 | if (!iocbq->context3) { |
| 14686 | iocbq->context3 = d_buf; |
| 14687 | iocbq->iocb.ulpBdeCount++; |
James Smart | eeead81 | 2009-12-21 17:01:23 -0500 | [diff] [blame] | 14688 | pbde = (struct ulp_bde64 *) |
| 14689 | &iocbq->iocb.unsli3.sli3Words[4]; |
| 14690 | pbde->tus.f.bdeSize = LPFC_DATA_BUF_SIZE; |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 14691 | |
| 14692 | /* We need to get the size out of the right CQE */ |
| 14693 | hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf); |
| 14694 | len = bf_get(lpfc_rcqe_length, |
| 14695 | &hbq_buf->cq_event.cqe.rcqe_cmpl); |
| 14696 | iocbq->iocb.unsli3.rcvsli3.acc_len += len; |
| 14697 | tot_len += len; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 14698 | } else { |
| 14699 | iocbq = lpfc_sli_get_iocbq(vport->phba); |
| 14700 | if (!iocbq) { |
| 14701 | if (first_iocbq) { |
| 14702 | first_iocbq->iocb.ulpStatus = |
| 14703 | IOSTAT_FCP_RSP_ERROR; |
| 14704 | first_iocbq->iocb.un.ulpWord[4] = |
| 14705 | IOERR_NO_RESOURCES; |
| 14706 | } |
| 14707 | lpfc_in_buf_free(vport->phba, d_buf); |
| 14708 | continue; |
| 14709 | } |
| 14710 | iocbq->context2 = d_buf; |
| 14711 | iocbq->context3 = NULL; |
| 14712 | iocbq->iocb.ulpBdeCount = 1; |
| 14713 | iocbq->iocb.un.cont64[0].tus.f.bdeSize = |
| 14714 | LPFC_DATA_BUF_SIZE; |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 14715 | |
| 14716 | /* We need to get the size out of the right CQE */ |
| 14717 | hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf); |
| 14718 | len = bf_get(lpfc_rcqe_length, |
| 14719 | &hbq_buf->cq_event.cqe.rcqe_cmpl); |
| 14720 | tot_len += len; |
| 14721 | iocbq->iocb.unsli3.rcvsli3.acc_len = tot_len; |
| 14722 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 14723 | iocbq->iocb.un.rcvels.remoteID = sid; |
| 14724 | list_add_tail(&iocbq->list, &first_iocbq->list); |
| 14725 | } |
| 14726 | } |
| 14727 | return first_iocbq; |
| 14728 | } |
| 14729 | |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14730 | static void |
| 14731 | lpfc_sli4_send_seq_to_ulp(struct lpfc_vport *vport, |
| 14732 | struct hbq_dmabuf *seq_dmabuf) |
| 14733 | { |
| 14734 | struct fc_frame_header *fc_hdr; |
| 14735 | struct lpfc_iocbq *iocbq, *curr_iocb, *next_iocb; |
| 14736 | struct lpfc_hba *phba = vport->phba; |
| 14737 | |
| 14738 | fc_hdr = (struct fc_frame_header *)seq_dmabuf->hbuf.virt; |
| 14739 | iocbq = lpfc_prep_seq(vport, seq_dmabuf); |
| 14740 | if (!iocbq) { |
| 14741 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 14742 | "2707 Ring %d handler: Failed to allocate " |
| 14743 | "iocb Rctl x%x Type x%x received\n", |
| 14744 | LPFC_ELS_RING, |
| 14745 | fc_hdr->fh_r_ctl, fc_hdr->fh_type); |
| 14746 | return; |
| 14747 | } |
| 14748 | if (!lpfc_complete_unsol_iocb(phba, |
| 14749 | &phba->sli.ring[LPFC_ELS_RING], |
| 14750 | iocbq, fc_hdr->fh_r_ctl, |
| 14751 | fc_hdr->fh_type)) |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 14752 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14753 | "2540 Ring %d handler: unexpected Rctl " |
| 14754 | "x%x Type x%x received\n", |
| 14755 | LPFC_ELS_RING, |
| 14756 | fc_hdr->fh_r_ctl, fc_hdr->fh_type); |
| 14757 | |
| 14758 | /* Free iocb created in lpfc_prep_seq */ |
| 14759 | list_for_each_entry_safe(curr_iocb, next_iocb, |
| 14760 | &iocbq->list, list) { |
| 14761 | list_del_init(&curr_iocb->list); |
| 14762 | lpfc_sli_release_iocbq(phba, curr_iocb); |
| 14763 | } |
| 14764 | lpfc_sli_release_iocbq(phba, iocbq); |
| 14765 | } |
| 14766 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 14767 | /** |
| 14768 | * lpfc_sli4_handle_received_buffer - Handle received buffers from firmware |
| 14769 | * @phba: Pointer to HBA context object. |
| 14770 | * |
| 14771 | * This function is called with no lock held. This function processes all |
| 14772 | * the received buffers and gives it to upper layers when a received buffer |
| 14773 | * indicates that it is the final frame in the sequence. The interrupt |
| 14774 | * service routine processes received buffers at interrupt contexts and adds |
| 14775 | * received dma buffers to the rb_pend_list queue and signals the worker thread. |
| 14776 | * Worker thread calls lpfc_sli4_handle_received_buffer, which will call the |
| 14777 | * appropriate receive function when the final frame in a sequence is received. |
| 14778 | **/ |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 14779 | void |
| 14780 | lpfc_sli4_handle_received_buffer(struct lpfc_hba *phba, |
| 14781 | struct hbq_dmabuf *dmabuf) |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 14782 | { |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 14783 | struct hbq_dmabuf *seq_dmabuf; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 14784 | struct fc_frame_header *fc_hdr; |
| 14785 | struct lpfc_vport *vport; |
| 14786 | uint32_t fcfi; |
James Smart | 939723a | 2012-05-09 21:19:03 -0400 | [diff] [blame] | 14787 | uint32_t did; |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 14788 | |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 14789 | /* Process each received buffer */ |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 14790 | fc_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt; |
| 14791 | /* check to see if this a valid type of frame */ |
| 14792 | if (lpfc_fc_frame_check(phba, fc_hdr)) { |
| 14793 | lpfc_in_buf_free(phba, &dmabuf->dbuf); |
| 14794 | return; |
| 14795 | } |
James Smart | 7851fe2 | 2011-07-22 18:36:52 -0400 | [diff] [blame] | 14796 | if ((bf_get(lpfc_cqe_code, |
| 14797 | &dmabuf->cq_event.cqe.rcqe_cmpl) == CQE_CODE_RECEIVE_V1)) |
| 14798 | fcfi = bf_get(lpfc_rcqe_fcf_id_v1, |
| 14799 | &dmabuf->cq_event.cqe.rcqe_cmpl); |
| 14800 | else |
| 14801 | fcfi = bf_get(lpfc_rcqe_fcf_id, |
| 14802 | &dmabuf->cq_event.cqe.rcqe_cmpl); |
James Smart | 939723a | 2012-05-09 21:19:03 -0400 | [diff] [blame] | 14803 | |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 14804 | vport = lpfc_fc_frame_to_vport(phba, fc_hdr, fcfi); |
James Smart | 939723a | 2012-05-09 21:19:03 -0400 | [diff] [blame] | 14805 | if (!vport) { |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 14806 | /* throw out the frame */ |
| 14807 | lpfc_in_buf_free(phba, &dmabuf->dbuf); |
| 14808 | return; |
| 14809 | } |
James Smart | 939723a | 2012-05-09 21:19:03 -0400 | [diff] [blame] | 14810 | |
| 14811 | /* d_id this frame is directed to */ |
| 14812 | did = sli4_did_from_fc_hdr(fc_hdr); |
| 14813 | |
| 14814 | /* vport is registered unless we rcv a FLOGI directed to Fabric_DID */ |
| 14815 | if (!(vport->vpi_state & LPFC_VPI_REGISTERED) && |
| 14816 | (did != Fabric_DID)) { |
| 14817 | /* |
| 14818 | * Throw out the frame if we are not pt2pt. |
| 14819 | * The pt2pt protocol allows for discovery frames |
| 14820 | * to be received without a registered VPI. |
| 14821 | */ |
| 14822 | if (!(vport->fc_flag & FC_PT2PT) || |
| 14823 | (phba->link_state == LPFC_HBA_READY)) { |
| 14824 | lpfc_in_buf_free(phba, &dmabuf->dbuf); |
| 14825 | return; |
| 14826 | } |
| 14827 | } |
| 14828 | |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14829 | /* Handle the basic abort sequence (BA_ABTS) event */ |
| 14830 | if (fc_hdr->fh_r_ctl == FC_RCTL_BA_ABTS) { |
| 14831 | lpfc_sli4_handle_unsol_abort(vport, dmabuf); |
| 14832 | return; |
| 14833 | } |
| 14834 | |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 14835 | /* Link this frame */ |
| 14836 | seq_dmabuf = lpfc_fc_frame_add(vport, dmabuf); |
| 14837 | if (!seq_dmabuf) { |
| 14838 | /* unable to add frame to vport - throw it out */ |
| 14839 | lpfc_in_buf_free(phba, &dmabuf->dbuf); |
| 14840 | return; |
| 14841 | } |
| 14842 | /* If not last frame in sequence continue processing frames. */ |
James Smart | def9c7a | 2009-12-21 17:02:28 -0500 | [diff] [blame] | 14843 | if (!lpfc_seq_complete(seq_dmabuf)) |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 14844 | return; |
James Smart | def9c7a | 2009-12-21 17:02:28 -0500 | [diff] [blame] | 14845 | |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 14846 | /* Send the complete sequence to the upper layer protocol */ |
| 14847 | lpfc_sli4_send_seq_to_ulp(vport, seq_dmabuf); |
James Smart | 4f77451 | 2009-05-22 14:52:35 -0400 | [diff] [blame] | 14848 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 14849 | |
| 14850 | /** |
| 14851 | * lpfc_sli4_post_all_rpi_hdrs - Post the rpi header memory region to the port |
| 14852 | * @phba: pointer to lpfc hba data structure. |
| 14853 | * |
| 14854 | * This routine is invoked to post rpi header templates to the |
| 14855 | * HBA consistent with the SLI-4 interface spec. This routine |
James Smart | 49198b3 | 2010-04-06 15:04:33 -0400 | [diff] [blame] | 14856 | * posts a SLI4_PAGE_SIZE memory region to the port to hold up to |
| 14857 | * SLI4_PAGE_SIZE modulo 64 rpi context headers. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 14858 | * |
| 14859 | * This routine does not require any locks. It's usage is expected |
| 14860 | * to be driver load or reset recovery when the driver is |
| 14861 | * sequential. |
| 14862 | * |
| 14863 | * Return codes |
André Goddard Rosa | af901ca | 2009-11-14 13:09:05 -0200 | [diff] [blame] | 14864 | * 0 - successful |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 14865 | * -EIO - The mailbox failed to complete successfully. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 14866 | * When this error occurs, the driver is not guaranteed |
| 14867 | * to have any rpi regions posted to the device and |
| 14868 | * must either attempt to repost the regions or take a |
| 14869 | * fatal error. |
| 14870 | **/ |
| 14871 | int |
| 14872 | lpfc_sli4_post_all_rpi_hdrs(struct lpfc_hba *phba) |
| 14873 | { |
| 14874 | struct lpfc_rpi_hdr *rpi_page; |
| 14875 | uint32_t rc = 0; |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 14876 | uint16_t lrpi = 0; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 14877 | |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 14878 | /* SLI4 ports that support extents do not require RPI headers. */ |
| 14879 | if (!phba->sli4_hba.rpi_hdrs_in_use) |
| 14880 | goto exit; |
| 14881 | if (phba->sli4_hba.extents_in_use) |
| 14882 | return -EIO; |
| 14883 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 14884 | list_for_each_entry(rpi_page, &phba->sli4_hba.lpfc_rpi_hdr_list, list) { |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 14885 | /* |
| 14886 | * Assign the rpi headers a physical rpi only if the driver |
| 14887 | * has not initialized those resources. A port reset only |
| 14888 | * needs the headers posted. |
| 14889 | */ |
| 14890 | if (bf_get(lpfc_rpi_rsrc_rdy, &phba->sli4_hba.sli4_flags) != |
| 14891 | LPFC_RPI_RSRC_RDY) |
| 14892 | rpi_page->start_rpi = phba->sli4_hba.rpi_ids[lrpi]; |
| 14893 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 14894 | rc = lpfc_sli4_post_rpi_hdr(phba, rpi_page); |
| 14895 | if (rc != MBX_SUCCESS) { |
| 14896 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 14897 | "2008 Error %d posting all rpi " |
| 14898 | "headers\n", rc); |
| 14899 | rc = -EIO; |
| 14900 | break; |
| 14901 | } |
| 14902 | } |
| 14903 | |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 14904 | exit: |
| 14905 | bf_set(lpfc_rpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, |
| 14906 | LPFC_RPI_RSRC_RDY); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 14907 | return rc; |
| 14908 | } |
| 14909 | |
| 14910 | /** |
| 14911 | * lpfc_sli4_post_rpi_hdr - Post an rpi header memory region to the port |
| 14912 | * @phba: pointer to lpfc hba data structure. |
| 14913 | * @rpi_page: pointer to the rpi memory region. |
| 14914 | * |
| 14915 | * This routine is invoked to post a single rpi header to the |
| 14916 | * HBA consistent with the SLI-4 interface spec. This memory region |
| 14917 | * maps up to 64 rpi context regions. |
| 14918 | * |
| 14919 | * Return codes |
André Goddard Rosa | af901ca | 2009-11-14 13:09:05 -0200 | [diff] [blame] | 14920 | * 0 - successful |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 14921 | * -ENOMEM - No available memory |
| 14922 | * -EIO - The mailbox failed to complete successfully. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 14923 | **/ |
| 14924 | int |
| 14925 | lpfc_sli4_post_rpi_hdr(struct lpfc_hba *phba, struct lpfc_rpi_hdr *rpi_page) |
| 14926 | { |
| 14927 | LPFC_MBOXQ_t *mboxq; |
| 14928 | struct lpfc_mbx_post_hdr_tmpl *hdr_tmpl; |
| 14929 | uint32_t rc = 0; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 14930 | uint32_t shdr_status, shdr_add_status; |
| 14931 | union lpfc_sli4_cfg_shdr *shdr; |
| 14932 | |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 14933 | /* SLI4 ports that support extents do not require RPI headers. */ |
| 14934 | if (!phba->sli4_hba.rpi_hdrs_in_use) |
| 14935 | return rc; |
| 14936 | if (phba->sli4_hba.extents_in_use) |
| 14937 | return -EIO; |
| 14938 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 14939 | /* The port is notified of the header region via a mailbox command. */ |
| 14940 | mboxq = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 14941 | if (!mboxq) { |
| 14942 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 14943 | "2001 Unable to allocate memory for issuing " |
| 14944 | "SLI_CONFIG_SPECIAL mailbox command\n"); |
| 14945 | return -ENOMEM; |
| 14946 | } |
| 14947 | |
| 14948 | /* Post all rpi memory regions to the port. */ |
| 14949 | hdr_tmpl = &mboxq->u.mqe.un.hdr_tmpl; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 14950 | lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_FCOE, |
| 14951 | LPFC_MBOX_OPCODE_FCOE_POST_HDR_TEMPLATE, |
| 14952 | sizeof(struct lpfc_mbx_post_hdr_tmpl) - |
James Smart | fedd3b7 | 2011-02-16 12:39:24 -0500 | [diff] [blame] | 14953 | sizeof(struct lpfc_sli4_cfg_mhdr), |
| 14954 | LPFC_SLI4_MBX_EMBED); |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 14955 | |
| 14956 | |
| 14957 | /* Post the physical rpi to the port for this rpi header. */ |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 14958 | bf_set(lpfc_mbx_post_hdr_tmpl_rpi_offset, hdr_tmpl, |
| 14959 | rpi_page->start_rpi); |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 14960 | bf_set(lpfc_mbx_post_hdr_tmpl_page_cnt, |
| 14961 | hdr_tmpl, rpi_page->page_count); |
| 14962 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 14963 | hdr_tmpl->rpi_paddr_lo = putPaddrLow(rpi_page->dmabuf->phys); |
| 14964 | hdr_tmpl->rpi_paddr_hi = putPaddrHigh(rpi_page->dmabuf->phys); |
James Smart | f112668 | 2009-06-10 17:22:44 -0400 | [diff] [blame] | 14965 | rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 14966 | shdr = (union lpfc_sli4_cfg_shdr *) &hdr_tmpl->header.cfg_shdr; |
| 14967 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); |
| 14968 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); |
| 14969 | if (rc != MBX_TIMEOUT) |
| 14970 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 14971 | if (shdr_status || shdr_add_status || rc) { |
| 14972 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 14973 | "2514 POST_RPI_HDR mailbox failed with " |
| 14974 | "status x%x add_status x%x, mbx status x%x\n", |
| 14975 | shdr_status, shdr_add_status, rc); |
| 14976 | rc = -ENXIO; |
| 14977 | } |
| 14978 | return rc; |
| 14979 | } |
| 14980 | |
| 14981 | /** |
| 14982 | * lpfc_sli4_alloc_rpi - Get an available rpi in the device's range |
| 14983 | * @phba: pointer to lpfc hba data structure. |
| 14984 | * |
| 14985 | * This routine is invoked to post rpi header templates to the |
| 14986 | * HBA consistent with the SLI-4 interface spec. This routine |
James Smart | 49198b3 | 2010-04-06 15:04:33 -0400 | [diff] [blame] | 14987 | * posts a SLI4_PAGE_SIZE memory region to the port to hold up to |
| 14988 | * SLI4_PAGE_SIZE modulo 64 rpi context headers. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 14989 | * |
| 14990 | * Returns |
André Goddard Rosa | af901ca | 2009-11-14 13:09:05 -0200 | [diff] [blame] | 14991 | * A nonzero rpi defined as rpi_base <= rpi < max_rpi if successful |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 14992 | * LPFC_RPI_ALLOC_ERROR if no rpis are available. |
| 14993 | **/ |
| 14994 | int |
| 14995 | lpfc_sli4_alloc_rpi(struct lpfc_hba *phba) |
| 14996 | { |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 14997 | unsigned long rpi; |
| 14998 | uint16_t max_rpi, rpi_limit; |
| 14999 | uint16_t rpi_remaining, lrpi = 0; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15000 | struct lpfc_rpi_hdr *rpi_hdr; |
| 15001 | |
| 15002 | max_rpi = phba->sli4_hba.max_cfg_param.max_rpi; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15003 | rpi_limit = phba->sli4_hba.next_rpi; |
| 15004 | |
| 15005 | /* |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 15006 | * Fetch the next logical rpi. Because this index is logical, |
| 15007 | * the driver starts at 0 each time. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15008 | */ |
| 15009 | spin_lock_irq(&phba->hbalock); |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 15010 | rpi = find_next_zero_bit(phba->sli4_hba.rpi_bmask, rpi_limit, 0); |
| 15011 | if (rpi >= rpi_limit) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15012 | rpi = LPFC_RPI_ALLOC_ERROR; |
| 15013 | else { |
| 15014 | set_bit(rpi, phba->sli4_hba.rpi_bmask); |
| 15015 | phba->sli4_hba.max_cfg_param.rpi_used++; |
| 15016 | phba->sli4_hba.rpi_count++; |
| 15017 | } |
| 15018 | |
| 15019 | /* |
| 15020 | * Don't try to allocate more rpi header regions if the device limit |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 15021 | * has been exhausted. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15022 | */ |
| 15023 | if ((rpi == LPFC_RPI_ALLOC_ERROR) && |
| 15024 | (phba->sli4_hba.rpi_count >= max_rpi)) { |
| 15025 | spin_unlock_irq(&phba->hbalock); |
| 15026 | return rpi; |
| 15027 | } |
| 15028 | |
| 15029 | /* |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 15030 | * RPI header postings are not required for SLI4 ports capable of |
| 15031 | * extents. |
| 15032 | */ |
| 15033 | if (!phba->sli4_hba.rpi_hdrs_in_use) { |
| 15034 | spin_unlock_irq(&phba->hbalock); |
| 15035 | return rpi; |
| 15036 | } |
| 15037 | |
| 15038 | /* |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15039 | * If the driver is running low on rpi resources, allocate another |
| 15040 | * page now. Note that the next_rpi value is used because |
| 15041 | * it represents how many are actually in use whereas max_rpi notes |
| 15042 | * how many are supported max by the device. |
| 15043 | */ |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 15044 | rpi_remaining = phba->sli4_hba.next_rpi - phba->sli4_hba.rpi_count; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15045 | spin_unlock_irq(&phba->hbalock); |
| 15046 | if (rpi_remaining < LPFC_RPI_LOW_WATER_MARK) { |
| 15047 | rpi_hdr = lpfc_sli4_create_rpi_hdr(phba); |
| 15048 | if (!rpi_hdr) { |
| 15049 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 15050 | "2002 Error Could not grow rpi " |
| 15051 | "count\n"); |
| 15052 | } else { |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 15053 | lrpi = rpi_hdr->start_rpi; |
| 15054 | rpi_hdr->start_rpi = phba->sli4_hba.rpi_ids[lrpi]; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15055 | lpfc_sli4_post_rpi_hdr(phba, rpi_hdr); |
| 15056 | } |
| 15057 | } |
| 15058 | |
| 15059 | return rpi; |
| 15060 | } |
| 15061 | |
| 15062 | /** |
| 15063 | * lpfc_sli4_free_rpi - Release an rpi for reuse. |
| 15064 | * @phba: pointer to lpfc hba data structure. |
| 15065 | * |
| 15066 | * This routine is invoked to release an rpi to the pool of |
| 15067 | * available rpis maintained by the driver. |
| 15068 | **/ |
| 15069 | void |
James Smart | d7c4799 | 2010-06-08 18:31:54 -0400 | [diff] [blame] | 15070 | __lpfc_sli4_free_rpi(struct lpfc_hba *phba, int rpi) |
| 15071 | { |
| 15072 | if (test_and_clear_bit(rpi, phba->sli4_hba.rpi_bmask)) { |
| 15073 | phba->sli4_hba.rpi_count--; |
| 15074 | phba->sli4_hba.max_cfg_param.rpi_used--; |
| 15075 | } |
| 15076 | } |
| 15077 | |
| 15078 | /** |
| 15079 | * lpfc_sli4_free_rpi - Release an rpi for reuse. |
| 15080 | * @phba: pointer to lpfc hba data structure. |
| 15081 | * |
| 15082 | * This routine is invoked to release an rpi to the pool of |
| 15083 | * available rpis maintained by the driver. |
| 15084 | **/ |
| 15085 | void |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15086 | lpfc_sli4_free_rpi(struct lpfc_hba *phba, int rpi) |
| 15087 | { |
| 15088 | spin_lock_irq(&phba->hbalock); |
James Smart | d7c4799 | 2010-06-08 18:31:54 -0400 | [diff] [blame] | 15089 | __lpfc_sli4_free_rpi(phba, rpi); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15090 | spin_unlock_irq(&phba->hbalock); |
| 15091 | } |
| 15092 | |
| 15093 | /** |
| 15094 | * lpfc_sli4_remove_rpis - Remove the rpi bitmask region |
| 15095 | * @phba: pointer to lpfc hba data structure. |
| 15096 | * |
| 15097 | * This routine is invoked to remove the memory region that |
| 15098 | * provided rpi via a bitmask. |
| 15099 | **/ |
| 15100 | void |
| 15101 | lpfc_sli4_remove_rpis(struct lpfc_hba *phba) |
| 15102 | { |
| 15103 | kfree(phba->sli4_hba.rpi_bmask); |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 15104 | kfree(phba->sli4_hba.rpi_ids); |
| 15105 | bf_set(lpfc_rpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15106 | } |
| 15107 | |
| 15108 | /** |
| 15109 | * lpfc_sli4_resume_rpi - Remove the rpi bitmask region |
| 15110 | * @phba: pointer to lpfc hba data structure. |
| 15111 | * |
| 15112 | * This routine is invoked to remove the memory region that |
| 15113 | * provided rpi via a bitmask. |
| 15114 | **/ |
| 15115 | int |
James Smart | 6b5151f | 2012-01-18 16:24:06 -0500 | [diff] [blame] | 15116 | lpfc_sli4_resume_rpi(struct lpfc_nodelist *ndlp, |
| 15117 | void (*cmpl)(struct lpfc_hba *, LPFC_MBOXQ_t *), void *arg) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15118 | { |
| 15119 | LPFC_MBOXQ_t *mboxq; |
| 15120 | struct lpfc_hba *phba = ndlp->phba; |
| 15121 | int rc; |
| 15122 | |
| 15123 | /* The port is notified of the header region via a mailbox command. */ |
| 15124 | mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 15125 | if (!mboxq) |
| 15126 | return -ENOMEM; |
| 15127 | |
| 15128 | /* Post all rpi memory regions to the port. */ |
| 15129 | lpfc_resume_rpi(mboxq, ndlp); |
James Smart | 6b5151f | 2012-01-18 16:24:06 -0500 | [diff] [blame] | 15130 | if (cmpl) { |
| 15131 | mboxq->mbox_cmpl = cmpl; |
| 15132 | mboxq->context1 = arg; |
| 15133 | mboxq->context2 = ndlp; |
James Smart | 7285990 | 2012-01-18 16:25:38 -0500 | [diff] [blame] | 15134 | } else |
| 15135 | mboxq->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
James Smart | 6b5151f | 2012-01-18 16:24:06 -0500 | [diff] [blame] | 15136 | mboxq->vport = ndlp->vport; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15137 | rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT); |
| 15138 | if (rc == MBX_NOT_FINISHED) { |
| 15139 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 15140 | "2010 Resume RPI Mailbox failed " |
| 15141 | "status %d, mbxStatus x%x\n", rc, |
| 15142 | bf_get(lpfc_mqe_status, &mboxq->u.mqe)); |
| 15143 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 15144 | return -EIO; |
| 15145 | } |
| 15146 | return 0; |
| 15147 | } |
| 15148 | |
| 15149 | /** |
| 15150 | * lpfc_sli4_init_vpi - Initialize a vpi with the port |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 15151 | * @vport: Pointer to the vport for which the vpi is being initialized |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15152 | * |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 15153 | * This routine is invoked to activate a vpi with the port. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15154 | * |
| 15155 | * Returns: |
| 15156 | * 0 success |
| 15157 | * -Evalue otherwise |
| 15158 | **/ |
| 15159 | int |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 15160 | lpfc_sli4_init_vpi(struct lpfc_vport *vport) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15161 | { |
| 15162 | LPFC_MBOXQ_t *mboxq; |
| 15163 | int rc = 0; |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 15164 | int retval = MBX_SUCCESS; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15165 | uint32_t mbox_tmo; |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 15166 | struct lpfc_hba *phba = vport->phba; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15167 | mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 15168 | if (!mboxq) |
| 15169 | return -ENOMEM; |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 15170 | lpfc_init_vpi(phba, mboxq, vport->vpi); |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 15171 | mbox_tmo = lpfc_mbox_tmo_val(phba, mboxq); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15172 | rc = lpfc_sli_issue_mbox_wait(phba, mboxq, mbox_tmo); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15173 | if (rc != MBX_SUCCESS) { |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 15174 | lpfc_printf_vlog(vport, KERN_ERR, LOG_SLI, |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15175 | "2022 INIT VPI Mailbox failed " |
| 15176 | "status %d, mbxStatus x%x\n", rc, |
| 15177 | bf_get(lpfc_mqe_status, &mboxq->u.mqe)); |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 15178 | retval = -EIO; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15179 | } |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 15180 | if (rc != MBX_TIMEOUT) |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 15181 | mempool_free(mboxq, vport->phba->mbox_mem_pool); |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 15182 | |
| 15183 | return retval; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15184 | } |
| 15185 | |
| 15186 | /** |
| 15187 | * lpfc_mbx_cmpl_add_fcf_record - add fcf mbox completion handler. |
| 15188 | * @phba: pointer to lpfc hba data structure. |
| 15189 | * @mboxq: Pointer to mailbox object. |
| 15190 | * |
| 15191 | * This routine is invoked to manually add a single FCF record. The caller |
| 15192 | * must pass a completely initialized FCF_Record. This routine takes |
| 15193 | * care of the nonembedded mailbox operations. |
| 15194 | **/ |
| 15195 | static void |
| 15196 | lpfc_mbx_cmpl_add_fcf_record(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 15197 | { |
| 15198 | void *virt_addr; |
| 15199 | union lpfc_sli4_cfg_shdr *shdr; |
| 15200 | uint32_t shdr_status, shdr_add_status; |
| 15201 | |
| 15202 | virt_addr = mboxq->sge_array->addr[0]; |
| 15203 | /* The IOCTL status is embedded in the mailbox subheader. */ |
| 15204 | shdr = (union lpfc_sli4_cfg_shdr *) virt_addr; |
| 15205 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); |
| 15206 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); |
| 15207 | |
| 15208 | if ((shdr_status || shdr_add_status) && |
| 15209 | (shdr_status != STATUS_FCF_IN_USE)) |
| 15210 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 15211 | "2558 ADD_FCF_RECORD mailbox failed with " |
| 15212 | "status x%x add_status x%x\n", |
| 15213 | shdr_status, shdr_add_status); |
| 15214 | |
| 15215 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
| 15216 | } |
| 15217 | |
| 15218 | /** |
| 15219 | * lpfc_sli4_add_fcf_record - Manually add an FCF Record. |
| 15220 | * @phba: pointer to lpfc hba data structure. |
| 15221 | * @fcf_record: pointer to the initialized fcf record to add. |
| 15222 | * |
| 15223 | * This routine is invoked to manually add a single FCF record. The caller |
| 15224 | * must pass a completely initialized FCF_Record. This routine takes |
| 15225 | * care of the nonembedded mailbox operations. |
| 15226 | **/ |
| 15227 | int |
| 15228 | lpfc_sli4_add_fcf_record(struct lpfc_hba *phba, struct fcf_record *fcf_record) |
| 15229 | { |
| 15230 | int rc = 0; |
| 15231 | LPFC_MBOXQ_t *mboxq; |
| 15232 | uint8_t *bytep; |
| 15233 | void *virt_addr; |
| 15234 | dma_addr_t phys_addr; |
| 15235 | struct lpfc_mbx_sge sge; |
| 15236 | uint32_t alloc_len, req_len; |
| 15237 | uint32_t fcfindex; |
| 15238 | |
| 15239 | mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 15240 | if (!mboxq) { |
| 15241 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 15242 | "2009 Failed to allocate mbox for ADD_FCF cmd\n"); |
| 15243 | return -ENOMEM; |
| 15244 | } |
| 15245 | |
| 15246 | req_len = sizeof(struct fcf_record) + sizeof(union lpfc_sli4_cfg_shdr) + |
| 15247 | sizeof(uint32_t); |
| 15248 | |
| 15249 | /* Allocate DMA memory and set up the non-embedded mailbox command */ |
| 15250 | alloc_len = lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_FCOE, |
| 15251 | LPFC_MBOX_OPCODE_FCOE_ADD_FCF, |
| 15252 | req_len, LPFC_SLI4_MBX_NEMBED); |
| 15253 | if (alloc_len < req_len) { |
| 15254 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 15255 | "2523 Allocated DMA memory size (x%x) is " |
| 15256 | "less than the requested DMA memory " |
| 15257 | "size (x%x)\n", alloc_len, req_len); |
| 15258 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
| 15259 | return -ENOMEM; |
| 15260 | } |
| 15261 | |
| 15262 | /* |
| 15263 | * Get the first SGE entry from the non-embedded DMA memory. This |
| 15264 | * routine only uses a single SGE. |
| 15265 | */ |
| 15266 | lpfc_sli4_mbx_sge_get(mboxq, 0, &sge); |
| 15267 | phys_addr = getPaddr(sge.pa_hi, sge.pa_lo); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15268 | virt_addr = mboxq->sge_array->addr[0]; |
| 15269 | /* |
| 15270 | * Configure the FCF record for FCFI 0. This is the driver's |
| 15271 | * hardcoded default and gets used in nonFIP mode. |
| 15272 | */ |
| 15273 | fcfindex = bf_get(lpfc_fcf_record_fcf_index, fcf_record); |
| 15274 | bytep = virt_addr + sizeof(union lpfc_sli4_cfg_shdr); |
| 15275 | lpfc_sli_pcimem_bcopy(&fcfindex, bytep, sizeof(uint32_t)); |
| 15276 | |
| 15277 | /* |
| 15278 | * Copy the fcf_index and the FCF Record Data. The data starts after |
| 15279 | * the FCoE header plus word10. The data copy needs to be endian |
| 15280 | * correct. |
| 15281 | */ |
| 15282 | bytep += sizeof(uint32_t); |
| 15283 | lpfc_sli_pcimem_bcopy(fcf_record, bytep, sizeof(struct fcf_record)); |
| 15284 | mboxq->vport = phba->pport; |
| 15285 | mboxq->mbox_cmpl = lpfc_mbx_cmpl_add_fcf_record; |
| 15286 | rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT); |
| 15287 | if (rc == MBX_NOT_FINISHED) { |
| 15288 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 15289 | "2515 ADD_FCF_RECORD mailbox failed with " |
| 15290 | "status 0x%x\n", rc); |
| 15291 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
| 15292 | rc = -EIO; |
| 15293 | } else |
| 15294 | rc = 0; |
| 15295 | |
| 15296 | return rc; |
| 15297 | } |
| 15298 | |
| 15299 | /** |
| 15300 | * lpfc_sli4_build_dflt_fcf_record - Build the driver's default FCF Record. |
| 15301 | * @phba: pointer to lpfc hba data structure. |
| 15302 | * @fcf_record: pointer to the fcf record to write the default data. |
| 15303 | * @fcf_index: FCF table entry index. |
| 15304 | * |
| 15305 | * This routine is invoked to build the driver's default FCF record. The |
| 15306 | * values used are hardcoded. This routine handles memory initialization. |
| 15307 | * |
| 15308 | **/ |
| 15309 | void |
| 15310 | lpfc_sli4_build_dflt_fcf_record(struct lpfc_hba *phba, |
| 15311 | struct fcf_record *fcf_record, |
| 15312 | uint16_t fcf_index) |
| 15313 | { |
| 15314 | memset(fcf_record, 0, sizeof(struct fcf_record)); |
| 15315 | fcf_record->max_rcv_size = LPFC_FCOE_MAX_RCV_SIZE; |
| 15316 | fcf_record->fka_adv_period = LPFC_FCOE_FKA_ADV_PER; |
| 15317 | fcf_record->fip_priority = LPFC_FCOE_FIP_PRIORITY; |
| 15318 | bf_set(lpfc_fcf_record_mac_0, fcf_record, phba->fc_map[0]); |
| 15319 | bf_set(lpfc_fcf_record_mac_1, fcf_record, phba->fc_map[1]); |
| 15320 | bf_set(lpfc_fcf_record_mac_2, fcf_record, phba->fc_map[2]); |
| 15321 | bf_set(lpfc_fcf_record_mac_3, fcf_record, LPFC_FCOE_FCF_MAC3); |
| 15322 | bf_set(lpfc_fcf_record_mac_4, fcf_record, LPFC_FCOE_FCF_MAC4); |
| 15323 | bf_set(lpfc_fcf_record_mac_5, fcf_record, LPFC_FCOE_FCF_MAC5); |
| 15324 | bf_set(lpfc_fcf_record_fc_map_0, fcf_record, phba->fc_map[0]); |
| 15325 | bf_set(lpfc_fcf_record_fc_map_1, fcf_record, phba->fc_map[1]); |
| 15326 | bf_set(lpfc_fcf_record_fc_map_2, fcf_record, phba->fc_map[2]); |
| 15327 | bf_set(lpfc_fcf_record_fcf_valid, fcf_record, 1); |
James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 15328 | bf_set(lpfc_fcf_record_fcf_avail, fcf_record, 1); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15329 | bf_set(lpfc_fcf_record_fcf_index, fcf_record, fcf_index); |
| 15330 | bf_set(lpfc_fcf_record_mac_addr_prov, fcf_record, |
| 15331 | LPFC_FCF_FPMA | LPFC_FCF_SPMA); |
| 15332 | /* Set the VLAN bit map */ |
| 15333 | if (phba->valid_vlan) { |
| 15334 | fcf_record->vlan_bitmap[phba->vlan_id / 8] |
| 15335 | = 1 << (phba->vlan_id % 8); |
| 15336 | } |
| 15337 | } |
| 15338 | |
| 15339 | /** |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15340 | * lpfc_sli4_fcf_scan_read_fcf_rec - Read hba fcf record for fcf scan. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15341 | * @phba: pointer to lpfc hba data structure. |
| 15342 | * @fcf_index: FCF table entry offset. |
| 15343 | * |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15344 | * This routine is invoked to scan the entire FCF table by reading FCF |
| 15345 | * record and processing it one at a time starting from the @fcf_index |
| 15346 | * for initial FCF discovery or fast FCF failover rediscovery. |
| 15347 | * |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 15348 | * Return 0 if the mailbox command is submitted successfully, none 0 |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15349 | * otherwise. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15350 | **/ |
| 15351 | int |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15352 | lpfc_sli4_fcf_scan_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15353 | { |
| 15354 | int rc = 0, error; |
| 15355 | LPFC_MBOXQ_t *mboxq; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15356 | |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 15357 | phba->fcoe_eventtag_at_fcf_scan = phba->fcoe_eventtag; |
James Smart | 80c1784 | 2012-03-01 22:35:45 -0500 | [diff] [blame] | 15358 | phba->fcoe_cvl_eventtag_attn = phba->fcoe_cvl_eventtag; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15359 | mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 15360 | if (!mboxq) { |
| 15361 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 15362 | "2000 Failed to allocate mbox for " |
| 15363 | "READ_FCF cmd\n"); |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 15364 | error = -ENOMEM; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15365 | goto fail_fcf_scan; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15366 | } |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 15367 | /* Construct the read FCF record mailbox command */ |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15368 | rc = lpfc_sli4_mbx_read_fcf_rec(phba, mboxq, fcf_index); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 15369 | if (rc) { |
| 15370 | error = -EINVAL; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15371 | goto fail_fcf_scan; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15372 | } |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 15373 | /* Issue the mailbox command asynchronously */ |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15374 | mboxq->vport = phba->pport; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15375 | mboxq->mbox_cmpl = lpfc_mbx_cmpl_fcf_scan_read_fcf_rec; |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 15376 | |
| 15377 | spin_lock_irq(&phba->hbalock); |
| 15378 | phba->hba_flag |= FCF_TS_INPROG; |
| 15379 | spin_unlock_irq(&phba->hbalock); |
| 15380 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15381 | rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 15382 | if (rc == MBX_NOT_FINISHED) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15383 | error = -EIO; |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 15384 | else { |
James Smart | 38b92ef | 2010-08-04 16:11:39 -0400 | [diff] [blame] | 15385 | /* Reset eligible FCF count for new scan */ |
| 15386 | if (fcf_index == LPFC_FCOE_FCF_GET_FIRST) |
James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 15387 | phba->fcf.eligible_fcf_cnt = 0; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15388 | error = 0; |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 15389 | } |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15390 | fail_fcf_scan: |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 15391 | if (error) { |
| 15392 | if (mboxq) |
| 15393 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 15394 | /* FCF scan failed, clear FCF_TS_INPROG flag */ |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 15395 | spin_lock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 15396 | phba->hba_flag &= ~FCF_TS_INPROG; |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 15397 | spin_unlock_irq(&phba->hbalock); |
| 15398 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 15399 | return error; |
| 15400 | } |
James Smart | a0c87cb | 2009-07-19 10:01:10 -0400 | [diff] [blame] | 15401 | |
| 15402 | /** |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 15403 | * lpfc_sli4_fcf_rr_read_fcf_rec - Read hba fcf record for roundrobin fcf. |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15404 | * @phba: pointer to lpfc hba data structure. |
| 15405 | * @fcf_index: FCF table entry offset. |
| 15406 | * |
| 15407 | * This routine is invoked to read an FCF record indicated by @fcf_index |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 15408 | * and to use it for FLOGI roundrobin FCF failover. |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15409 | * |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 15410 | * Return 0 if the mailbox command is submitted successfully, none 0 |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15411 | * otherwise. |
| 15412 | **/ |
| 15413 | int |
| 15414 | lpfc_sli4_fcf_rr_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index) |
| 15415 | { |
| 15416 | int rc = 0, error; |
| 15417 | LPFC_MBOXQ_t *mboxq; |
| 15418 | |
| 15419 | mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 15420 | if (!mboxq) { |
| 15421 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP | LOG_INIT, |
| 15422 | "2763 Failed to allocate mbox for " |
| 15423 | "READ_FCF cmd\n"); |
| 15424 | error = -ENOMEM; |
| 15425 | goto fail_fcf_read; |
| 15426 | } |
| 15427 | /* Construct the read FCF record mailbox command */ |
| 15428 | rc = lpfc_sli4_mbx_read_fcf_rec(phba, mboxq, fcf_index); |
| 15429 | if (rc) { |
| 15430 | error = -EINVAL; |
| 15431 | goto fail_fcf_read; |
| 15432 | } |
| 15433 | /* Issue the mailbox command asynchronously */ |
| 15434 | mboxq->vport = phba->pport; |
| 15435 | mboxq->mbox_cmpl = lpfc_mbx_cmpl_fcf_rr_read_fcf_rec; |
| 15436 | rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT); |
| 15437 | if (rc == MBX_NOT_FINISHED) |
| 15438 | error = -EIO; |
| 15439 | else |
| 15440 | error = 0; |
| 15441 | |
| 15442 | fail_fcf_read: |
| 15443 | if (error && mboxq) |
| 15444 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
| 15445 | return error; |
| 15446 | } |
| 15447 | |
| 15448 | /** |
| 15449 | * lpfc_sli4_read_fcf_rec - Read hba fcf record for update eligible fcf bmask. |
| 15450 | * @phba: pointer to lpfc hba data structure. |
| 15451 | * @fcf_index: FCF table entry offset. |
| 15452 | * |
| 15453 | * This routine is invoked to read an FCF record indicated by @fcf_index to |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 15454 | * determine whether it's eligible for FLOGI roundrobin failover list. |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15455 | * |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 15456 | * Return 0 if the mailbox command is submitted successfully, none 0 |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15457 | * otherwise. |
| 15458 | **/ |
| 15459 | int |
| 15460 | lpfc_sli4_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index) |
| 15461 | { |
| 15462 | int rc = 0, error; |
| 15463 | LPFC_MBOXQ_t *mboxq; |
| 15464 | |
| 15465 | mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 15466 | if (!mboxq) { |
| 15467 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP | LOG_INIT, |
| 15468 | "2758 Failed to allocate mbox for " |
| 15469 | "READ_FCF cmd\n"); |
| 15470 | error = -ENOMEM; |
| 15471 | goto fail_fcf_read; |
| 15472 | } |
| 15473 | /* Construct the read FCF record mailbox command */ |
| 15474 | rc = lpfc_sli4_mbx_read_fcf_rec(phba, mboxq, fcf_index); |
| 15475 | if (rc) { |
| 15476 | error = -EINVAL; |
| 15477 | goto fail_fcf_read; |
| 15478 | } |
| 15479 | /* Issue the mailbox command asynchronously */ |
| 15480 | mboxq->vport = phba->pport; |
| 15481 | mboxq->mbox_cmpl = lpfc_mbx_cmpl_read_fcf_rec; |
| 15482 | rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT); |
| 15483 | if (rc == MBX_NOT_FINISHED) |
| 15484 | error = -EIO; |
| 15485 | else |
| 15486 | error = 0; |
| 15487 | |
| 15488 | fail_fcf_read: |
| 15489 | if (error && mboxq) |
| 15490 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
| 15491 | return error; |
| 15492 | } |
| 15493 | |
| 15494 | /** |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 15495 | * lpfc_check_next_fcf_pri |
| 15496 | * phba pointer to the lpfc_hba struct for this port. |
| 15497 | * This routine is called from the lpfc_sli4_fcf_rr_next_index_get |
| 15498 | * routine when the rr_bmask is empty. The FCF indecies are put into the |
| 15499 | * rr_bmask based on their priority level. Starting from the highest priority |
| 15500 | * to the lowest. The most likely FCF candidate will be in the highest |
| 15501 | * priority group. When this routine is called it searches the fcf_pri list for |
| 15502 | * next lowest priority group and repopulates the rr_bmask with only those |
| 15503 | * fcf_indexes. |
| 15504 | * returns: |
| 15505 | * 1=success 0=failure |
| 15506 | **/ |
| 15507 | int |
| 15508 | lpfc_check_next_fcf_pri_level(struct lpfc_hba *phba) |
| 15509 | { |
| 15510 | uint16_t next_fcf_pri; |
| 15511 | uint16_t last_index; |
| 15512 | struct lpfc_fcf_pri *fcf_pri; |
| 15513 | int rc; |
| 15514 | int ret = 0; |
| 15515 | |
| 15516 | last_index = find_first_bit(phba->fcf.fcf_rr_bmask, |
| 15517 | LPFC_SLI4_FCF_TBL_INDX_MAX); |
| 15518 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 15519 | "3060 Last IDX %d\n", last_index); |
James Smart | 2562669 | 2013-03-01 16:36:54 -0500 | [diff] [blame] | 15520 | |
| 15521 | /* Verify the priority list has 2 or more entries */ |
| 15522 | spin_lock_irq(&phba->hbalock); |
| 15523 | if (list_empty(&phba->fcf.fcf_pri_list) || |
| 15524 | list_is_singular(&phba->fcf.fcf_pri_list)) { |
| 15525 | spin_unlock_irq(&phba->hbalock); |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 15526 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP, |
| 15527 | "3061 Last IDX %d\n", last_index); |
| 15528 | return 0; /* Empty rr list */ |
| 15529 | } |
James Smart | 2562669 | 2013-03-01 16:36:54 -0500 | [diff] [blame] | 15530 | spin_unlock_irq(&phba->hbalock); |
| 15531 | |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 15532 | next_fcf_pri = 0; |
| 15533 | /* |
| 15534 | * Clear the rr_bmask and set all of the bits that are at this |
| 15535 | * priority. |
| 15536 | */ |
| 15537 | memset(phba->fcf.fcf_rr_bmask, 0, |
| 15538 | sizeof(*phba->fcf.fcf_rr_bmask)); |
| 15539 | spin_lock_irq(&phba->hbalock); |
| 15540 | list_for_each_entry(fcf_pri, &phba->fcf.fcf_pri_list, list) { |
| 15541 | if (fcf_pri->fcf_rec.flag & LPFC_FCF_FLOGI_FAILED) |
| 15542 | continue; |
| 15543 | /* |
| 15544 | * the 1st priority that has not FLOGI failed |
| 15545 | * will be the highest. |
| 15546 | */ |
| 15547 | if (!next_fcf_pri) |
| 15548 | next_fcf_pri = fcf_pri->fcf_rec.priority; |
| 15549 | spin_unlock_irq(&phba->hbalock); |
| 15550 | if (fcf_pri->fcf_rec.priority == next_fcf_pri) { |
| 15551 | rc = lpfc_sli4_fcf_rr_index_set(phba, |
| 15552 | fcf_pri->fcf_rec.fcf_index); |
| 15553 | if (rc) |
| 15554 | return 0; |
| 15555 | } |
| 15556 | spin_lock_irq(&phba->hbalock); |
| 15557 | } |
| 15558 | /* |
| 15559 | * if next_fcf_pri was not set above and the list is not empty then |
| 15560 | * we have failed flogis on all of them. So reset flogi failed |
Anatol Pomozov | 4907cb7 | 2012-09-01 10:31:09 -0700 | [diff] [blame] | 15561 | * and start at the beginning. |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 15562 | */ |
| 15563 | if (!next_fcf_pri && !list_empty(&phba->fcf.fcf_pri_list)) { |
| 15564 | list_for_each_entry(fcf_pri, &phba->fcf.fcf_pri_list, list) { |
| 15565 | fcf_pri->fcf_rec.flag &= ~LPFC_FCF_FLOGI_FAILED; |
| 15566 | /* |
| 15567 | * the 1st priority that has not FLOGI failed |
| 15568 | * will be the highest. |
| 15569 | */ |
| 15570 | if (!next_fcf_pri) |
| 15571 | next_fcf_pri = fcf_pri->fcf_rec.priority; |
| 15572 | spin_unlock_irq(&phba->hbalock); |
| 15573 | if (fcf_pri->fcf_rec.priority == next_fcf_pri) { |
| 15574 | rc = lpfc_sli4_fcf_rr_index_set(phba, |
| 15575 | fcf_pri->fcf_rec.fcf_index); |
| 15576 | if (rc) |
| 15577 | return 0; |
| 15578 | } |
| 15579 | spin_lock_irq(&phba->hbalock); |
| 15580 | } |
| 15581 | } else |
| 15582 | ret = 1; |
| 15583 | spin_unlock_irq(&phba->hbalock); |
| 15584 | |
| 15585 | return ret; |
| 15586 | } |
| 15587 | /** |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15588 | * lpfc_sli4_fcf_rr_next_index_get - Get next eligible fcf record index |
| 15589 | * @phba: pointer to lpfc hba data structure. |
| 15590 | * |
| 15591 | * This routine is to get the next eligible FCF record index in a round |
| 15592 | * robin fashion. If the next eligible FCF record index equals to the |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 15593 | * initial roundrobin FCF record index, LPFC_FCOE_FCF_NEXT_NONE (0xFFFF) |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15594 | * shall be returned, otherwise, the next eligible FCF record's index |
| 15595 | * shall be returned. |
| 15596 | **/ |
| 15597 | uint16_t |
| 15598 | lpfc_sli4_fcf_rr_next_index_get(struct lpfc_hba *phba) |
| 15599 | { |
| 15600 | uint16_t next_fcf_index; |
| 15601 | |
James Smart | 421c662 | 2013-01-03 15:44:16 -0500 | [diff] [blame] | 15602 | initial_priority: |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 15603 | /* Search start from next bit of currently registered FCF index */ |
James Smart | 421c662 | 2013-01-03 15:44:16 -0500 | [diff] [blame] | 15604 | next_fcf_index = phba->fcf.current_rec.fcf_indx; |
| 15605 | |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 15606 | next_priority: |
James Smart | 421c662 | 2013-01-03 15:44:16 -0500 | [diff] [blame] | 15607 | /* Determine the next fcf index to check */ |
| 15608 | next_fcf_index = (next_fcf_index + 1) % LPFC_SLI4_FCF_TBL_INDX_MAX; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15609 | next_fcf_index = find_next_bit(phba->fcf.fcf_rr_bmask, |
| 15610 | LPFC_SLI4_FCF_TBL_INDX_MAX, |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 15611 | next_fcf_index); |
| 15612 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15613 | /* Wrap around condition on phba->fcf.fcf_rr_bmask */ |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 15614 | if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) { |
| 15615 | /* |
| 15616 | * If we have wrapped then we need to clear the bits that |
| 15617 | * have been tested so that we can detect when we should |
| 15618 | * change the priority level. |
| 15619 | */ |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15620 | next_fcf_index = find_next_bit(phba->fcf.fcf_rr_bmask, |
| 15621 | LPFC_SLI4_FCF_TBL_INDX_MAX, 0); |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 15622 | } |
| 15623 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15624 | |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 15625 | /* Check roundrobin failover list empty condition */ |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 15626 | if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX || |
| 15627 | next_fcf_index == phba->fcf.current_rec.fcf_indx) { |
| 15628 | /* |
| 15629 | * If next fcf index is not found check if there are lower |
| 15630 | * Priority level fcf's in the fcf_priority list. |
| 15631 | * Set up the rr_bmask with all of the avaiable fcf bits |
| 15632 | * at that level and continue the selection process. |
| 15633 | */ |
| 15634 | if (lpfc_check_next_fcf_pri_level(phba)) |
James Smart | 421c662 | 2013-01-03 15:44:16 -0500 | [diff] [blame] | 15635 | goto initial_priority; |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 15636 | lpfc_printf_log(phba, KERN_WARNING, LOG_FIP, |
| 15637 | "2844 No roundrobin failover FCF available\n"); |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 15638 | if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) |
| 15639 | return LPFC_FCOE_FCF_NEXT_NONE; |
| 15640 | else { |
| 15641 | lpfc_printf_log(phba, KERN_WARNING, LOG_FIP, |
| 15642 | "3063 Only FCF available idx %d, flag %x\n", |
| 15643 | next_fcf_index, |
| 15644 | phba->fcf.fcf_pri[next_fcf_index].fcf_rec.flag); |
| 15645 | return next_fcf_index; |
| 15646 | } |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 15647 | } |
| 15648 | |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 15649 | if (next_fcf_index < LPFC_SLI4_FCF_TBL_INDX_MAX && |
| 15650 | phba->fcf.fcf_pri[next_fcf_index].fcf_rec.flag & |
| 15651 | LPFC_FCF_FLOGI_FAILED) |
| 15652 | goto next_priority; |
| 15653 | |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 15654 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 15655 | "2845 Get next roundrobin failover FCF (x%x)\n", |
| 15656 | next_fcf_index); |
| 15657 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15658 | return next_fcf_index; |
| 15659 | } |
| 15660 | |
| 15661 | /** |
| 15662 | * lpfc_sli4_fcf_rr_index_set - Set bmask with eligible fcf record index |
| 15663 | * @phba: pointer to lpfc hba data structure. |
| 15664 | * |
| 15665 | * This routine sets the FCF record index in to the eligible bmask for |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 15666 | * roundrobin failover search. It checks to make sure that the index |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15667 | * does not go beyond the range of the driver allocated bmask dimension |
| 15668 | * before setting the bit. |
| 15669 | * |
| 15670 | * Returns 0 if the index bit successfully set, otherwise, it returns |
| 15671 | * -EINVAL. |
| 15672 | **/ |
| 15673 | int |
| 15674 | lpfc_sli4_fcf_rr_index_set(struct lpfc_hba *phba, uint16_t fcf_index) |
| 15675 | { |
| 15676 | if (fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) { |
| 15677 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP, |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 15678 | "2610 FCF (x%x) reached driver's book " |
| 15679 | "keeping dimension:x%x\n", |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15680 | fcf_index, LPFC_SLI4_FCF_TBL_INDX_MAX); |
| 15681 | return -EINVAL; |
| 15682 | } |
| 15683 | /* Set the eligible FCF record index bmask */ |
| 15684 | set_bit(fcf_index, phba->fcf.fcf_rr_bmask); |
| 15685 | |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 15686 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 15687 | "2790 Set FCF (x%x) to roundrobin FCF failover " |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 15688 | "bmask\n", fcf_index); |
| 15689 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15690 | return 0; |
| 15691 | } |
| 15692 | |
| 15693 | /** |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 15694 | * lpfc_sli4_fcf_rr_index_clear - Clear bmask from eligible fcf record index |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15695 | * @phba: pointer to lpfc hba data structure. |
| 15696 | * |
| 15697 | * This routine clears the FCF record index from the eligible bmask for |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 15698 | * roundrobin failover search. It checks to make sure that the index |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15699 | * does not go beyond the range of the driver allocated bmask dimension |
| 15700 | * before clearing the bit. |
| 15701 | **/ |
| 15702 | void |
| 15703 | lpfc_sli4_fcf_rr_index_clear(struct lpfc_hba *phba, uint16_t fcf_index) |
| 15704 | { |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 15705 | struct lpfc_fcf_pri *fcf_pri; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15706 | if (fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) { |
| 15707 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP, |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 15708 | "2762 FCF (x%x) reached driver's book " |
| 15709 | "keeping dimension:x%x\n", |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15710 | fcf_index, LPFC_SLI4_FCF_TBL_INDX_MAX); |
| 15711 | return; |
| 15712 | } |
| 15713 | /* Clear the eligible FCF record index bmask */ |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 15714 | spin_lock_irq(&phba->hbalock); |
| 15715 | list_for_each_entry(fcf_pri, &phba->fcf.fcf_pri_list, list) { |
| 15716 | if (fcf_pri->fcf_rec.fcf_index == fcf_index) { |
| 15717 | list_del_init(&fcf_pri->list); |
| 15718 | break; |
| 15719 | } |
| 15720 | } |
| 15721 | spin_unlock_irq(&phba->hbalock); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15722 | clear_bit(fcf_index, phba->fcf.fcf_rr_bmask); |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 15723 | |
| 15724 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 15725 | "2791 Clear FCF (x%x) from roundrobin failover " |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 15726 | "bmask\n", fcf_index); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15727 | } |
| 15728 | |
| 15729 | /** |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 15730 | * lpfc_mbx_cmpl_redisc_fcf_table - completion routine for rediscover FCF table |
| 15731 | * @phba: pointer to lpfc hba data structure. |
| 15732 | * |
| 15733 | * This routine is the completion routine for the rediscover FCF table mailbox |
| 15734 | * command. If the mailbox command returned failure, it will try to stop the |
| 15735 | * FCF rediscover wait timer. |
| 15736 | **/ |
| 15737 | void |
| 15738 | lpfc_mbx_cmpl_redisc_fcf_table(struct lpfc_hba *phba, LPFC_MBOXQ_t *mbox) |
| 15739 | { |
| 15740 | struct lpfc_mbx_redisc_fcf_tbl *redisc_fcf; |
| 15741 | uint32_t shdr_status, shdr_add_status; |
| 15742 | |
| 15743 | redisc_fcf = &mbox->u.mqe.un.redisc_fcf_tbl; |
| 15744 | |
| 15745 | shdr_status = bf_get(lpfc_mbox_hdr_status, |
| 15746 | &redisc_fcf->header.cfg_shdr.response); |
| 15747 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, |
| 15748 | &redisc_fcf->header.cfg_shdr.response); |
| 15749 | if (shdr_status || shdr_add_status) { |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15750 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP, |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 15751 | "2746 Requesting for FCF rediscovery failed " |
| 15752 | "status x%x add_status x%x\n", |
| 15753 | shdr_status, shdr_add_status); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15754 | if (phba->fcf.fcf_flag & FCF_ACVL_DISC) { |
James Smart | fc2b989 | 2010-02-26 14:15:29 -0500 | [diff] [blame] | 15755 | spin_lock_irq(&phba->hbalock); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15756 | phba->fcf.fcf_flag &= ~FCF_ACVL_DISC; |
James Smart | fc2b989 | 2010-02-26 14:15:29 -0500 | [diff] [blame] | 15757 | spin_unlock_irq(&phba->hbalock); |
| 15758 | /* |
| 15759 | * CVL event triggered FCF rediscover request failed, |
| 15760 | * last resort to re-try current registered FCF entry. |
| 15761 | */ |
| 15762 | lpfc_retry_pport_discovery(phba); |
| 15763 | } else { |
| 15764 | spin_lock_irq(&phba->hbalock); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15765 | phba->fcf.fcf_flag &= ~FCF_DEAD_DISC; |
James Smart | fc2b989 | 2010-02-26 14:15:29 -0500 | [diff] [blame] | 15766 | spin_unlock_irq(&phba->hbalock); |
| 15767 | /* |
| 15768 | * DEAD FCF event triggered FCF rediscover request |
| 15769 | * failed, last resort to fail over as a link down |
| 15770 | * to FCF registration. |
| 15771 | */ |
| 15772 | lpfc_sli4_fcf_dead_failthrough(phba); |
| 15773 | } |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15774 | } else { |
| 15775 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 15776 | "2775 Start FCF rediscover quiescent timer\n"); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 15777 | /* |
| 15778 | * Start FCF rediscovery wait timer for pending FCF |
| 15779 | * before rescan FCF record table. |
| 15780 | */ |
| 15781 | lpfc_fcf_redisc_wait_start_timer(phba); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15782 | } |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 15783 | |
| 15784 | mempool_free(mbox, phba->mbox_mem_pool); |
| 15785 | } |
| 15786 | |
| 15787 | /** |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 15788 | * lpfc_sli4_redisc_fcf_table - Request to rediscover entire FCF table by port. |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 15789 | * @phba: pointer to lpfc hba data structure. |
| 15790 | * |
| 15791 | * This routine is invoked to request for rediscovery of the entire FCF table |
| 15792 | * by the port. |
| 15793 | **/ |
| 15794 | int |
| 15795 | lpfc_sli4_redisc_fcf_table(struct lpfc_hba *phba) |
| 15796 | { |
| 15797 | LPFC_MBOXQ_t *mbox; |
| 15798 | struct lpfc_mbx_redisc_fcf_tbl *redisc_fcf; |
| 15799 | int rc, length; |
| 15800 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 15801 | /* Cancel retry delay timers to all vports before FCF rediscover */ |
| 15802 | lpfc_cancel_all_vport_retry_delay_timer(phba); |
| 15803 | |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 15804 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 15805 | if (!mbox) { |
| 15806 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 15807 | "2745 Failed to allocate mbox for " |
| 15808 | "requesting FCF rediscover.\n"); |
| 15809 | return -ENOMEM; |
| 15810 | } |
| 15811 | |
| 15812 | length = (sizeof(struct lpfc_mbx_redisc_fcf_tbl) - |
| 15813 | sizeof(struct lpfc_sli4_cfg_mhdr)); |
| 15814 | lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE, |
| 15815 | LPFC_MBOX_OPCODE_FCOE_REDISCOVER_FCF, |
| 15816 | length, LPFC_SLI4_MBX_EMBED); |
| 15817 | |
| 15818 | redisc_fcf = &mbox->u.mqe.un.redisc_fcf_tbl; |
| 15819 | /* Set count to 0 for invalidating the entire FCF database */ |
| 15820 | bf_set(lpfc_mbx_redisc_fcf_count, redisc_fcf, 0); |
| 15821 | |
| 15822 | /* Issue the mailbox command asynchronously */ |
| 15823 | mbox->vport = phba->pport; |
| 15824 | mbox->mbox_cmpl = lpfc_mbx_cmpl_redisc_fcf_table; |
| 15825 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); |
| 15826 | |
| 15827 | if (rc == MBX_NOT_FINISHED) { |
| 15828 | mempool_free(mbox, phba->mbox_mem_pool); |
| 15829 | return -EIO; |
| 15830 | } |
| 15831 | return 0; |
| 15832 | } |
| 15833 | |
| 15834 | /** |
James Smart | fc2b989 | 2010-02-26 14:15:29 -0500 | [diff] [blame] | 15835 | * lpfc_sli4_fcf_dead_failthrough - Failthrough routine to fcf dead event |
| 15836 | * @phba: pointer to lpfc hba data structure. |
| 15837 | * |
| 15838 | * This function is the failover routine as a last resort to the FCF DEAD |
| 15839 | * event when driver failed to perform fast FCF failover. |
| 15840 | **/ |
| 15841 | void |
| 15842 | lpfc_sli4_fcf_dead_failthrough(struct lpfc_hba *phba) |
| 15843 | { |
| 15844 | uint32_t link_state; |
| 15845 | |
| 15846 | /* |
| 15847 | * Last resort as FCF DEAD event failover will treat this as |
| 15848 | * a link down, but save the link state because we don't want |
| 15849 | * it to be changed to Link Down unless it is already down. |
| 15850 | */ |
| 15851 | link_state = phba->link_state; |
| 15852 | lpfc_linkdown(phba); |
| 15853 | phba->link_state = link_state; |
| 15854 | |
| 15855 | /* Unregister FCF if no devices connected to it */ |
| 15856 | lpfc_unregister_unused_fcf(phba); |
| 15857 | } |
| 15858 | |
| 15859 | /** |
James Smart | 026abb8 | 2011-12-13 13:20:45 -0500 | [diff] [blame] | 15860 | * lpfc_sli_get_config_region23 - Get sli3 port region 23 data. |
James Smart | a0c87cb | 2009-07-19 10:01:10 -0400 | [diff] [blame] | 15861 | * @phba: pointer to lpfc hba data structure. |
James Smart | 026abb8 | 2011-12-13 13:20:45 -0500 | [diff] [blame] | 15862 | * @rgn23_data: pointer to configure region 23 data. |
James Smart | a0c87cb | 2009-07-19 10:01:10 -0400 | [diff] [blame] | 15863 | * |
James Smart | 026abb8 | 2011-12-13 13:20:45 -0500 | [diff] [blame] | 15864 | * This function gets SLI3 port configure region 23 data through memory dump |
| 15865 | * mailbox command. When it successfully retrieves data, the size of the data |
| 15866 | * will be returned, otherwise, 0 will be returned. |
James Smart | a0c87cb | 2009-07-19 10:01:10 -0400 | [diff] [blame] | 15867 | **/ |
James Smart | 026abb8 | 2011-12-13 13:20:45 -0500 | [diff] [blame] | 15868 | static uint32_t |
| 15869 | lpfc_sli_get_config_region23(struct lpfc_hba *phba, char *rgn23_data) |
James Smart | a0c87cb | 2009-07-19 10:01:10 -0400 | [diff] [blame] | 15870 | { |
| 15871 | LPFC_MBOXQ_t *pmb = NULL; |
| 15872 | MAILBOX_t *mb; |
James Smart | 026abb8 | 2011-12-13 13:20:45 -0500 | [diff] [blame] | 15873 | uint32_t offset = 0; |
James Smart | a0c87cb | 2009-07-19 10:01:10 -0400 | [diff] [blame] | 15874 | int rc; |
| 15875 | |
James Smart | 026abb8 | 2011-12-13 13:20:45 -0500 | [diff] [blame] | 15876 | if (!rgn23_data) |
| 15877 | return 0; |
| 15878 | |
James Smart | a0c87cb | 2009-07-19 10:01:10 -0400 | [diff] [blame] | 15879 | pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 15880 | if (!pmb) { |
| 15881 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
James Smart | 026abb8 | 2011-12-13 13:20:45 -0500 | [diff] [blame] | 15882 | "2600 failed to allocate mailbox memory\n"); |
| 15883 | return 0; |
James Smart | a0c87cb | 2009-07-19 10:01:10 -0400 | [diff] [blame] | 15884 | } |
| 15885 | mb = &pmb->u.mb; |
| 15886 | |
James Smart | a0c87cb | 2009-07-19 10:01:10 -0400 | [diff] [blame] | 15887 | do { |
| 15888 | lpfc_dump_mem(phba, pmb, offset, DMP_REGION_23); |
| 15889 | rc = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL); |
| 15890 | |
| 15891 | if (rc != MBX_SUCCESS) { |
| 15892 | lpfc_printf_log(phba, KERN_INFO, LOG_INIT, |
James Smart | 026abb8 | 2011-12-13 13:20:45 -0500 | [diff] [blame] | 15893 | "2601 failed to read config " |
| 15894 | "region 23, rc 0x%x Status 0x%x\n", |
| 15895 | rc, mb->mbxStatus); |
James Smart | a0c87cb | 2009-07-19 10:01:10 -0400 | [diff] [blame] | 15896 | mb->un.varDmp.word_cnt = 0; |
| 15897 | } |
| 15898 | /* |
| 15899 | * dump mem may return a zero when finished or we got a |
| 15900 | * mailbox error, either way we are done. |
| 15901 | */ |
| 15902 | if (mb->un.varDmp.word_cnt == 0) |
| 15903 | break; |
| 15904 | if (mb->un.varDmp.word_cnt > DMP_RGN23_SIZE - offset) |
| 15905 | mb->un.varDmp.word_cnt = DMP_RGN23_SIZE - offset; |
| 15906 | |
| 15907 | lpfc_sli_pcimem_bcopy(((uint8_t *)mb) + DMP_RSP_OFFSET, |
James Smart | 026abb8 | 2011-12-13 13:20:45 -0500 | [diff] [blame] | 15908 | rgn23_data + offset, |
| 15909 | mb->un.varDmp.word_cnt); |
James Smart | a0c87cb | 2009-07-19 10:01:10 -0400 | [diff] [blame] | 15910 | offset += mb->un.varDmp.word_cnt; |
| 15911 | } while (mb->un.varDmp.word_cnt && offset < DMP_RGN23_SIZE); |
| 15912 | |
James Smart | 026abb8 | 2011-12-13 13:20:45 -0500 | [diff] [blame] | 15913 | mempool_free(pmb, phba->mbox_mem_pool); |
| 15914 | return offset; |
| 15915 | } |
| 15916 | |
| 15917 | /** |
| 15918 | * lpfc_sli4_get_config_region23 - Get sli4 port region 23 data. |
| 15919 | * @phba: pointer to lpfc hba data structure. |
| 15920 | * @rgn23_data: pointer to configure region 23 data. |
| 15921 | * |
| 15922 | * This function gets SLI4 port configure region 23 data through memory dump |
| 15923 | * mailbox command. When it successfully retrieves data, the size of the data |
| 15924 | * will be returned, otherwise, 0 will be returned. |
| 15925 | **/ |
| 15926 | static uint32_t |
| 15927 | lpfc_sli4_get_config_region23(struct lpfc_hba *phba, char *rgn23_data) |
| 15928 | { |
| 15929 | LPFC_MBOXQ_t *mboxq = NULL; |
| 15930 | struct lpfc_dmabuf *mp = NULL; |
| 15931 | struct lpfc_mqe *mqe; |
| 15932 | uint32_t data_length = 0; |
| 15933 | int rc; |
| 15934 | |
| 15935 | if (!rgn23_data) |
| 15936 | return 0; |
| 15937 | |
| 15938 | mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 15939 | if (!mboxq) { |
| 15940 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 15941 | "3105 failed to allocate mailbox memory\n"); |
| 15942 | return 0; |
| 15943 | } |
| 15944 | |
| 15945 | if (lpfc_sli4_dump_cfg_rg23(phba, mboxq)) |
| 15946 | goto out; |
| 15947 | mqe = &mboxq->u.mqe; |
| 15948 | mp = (struct lpfc_dmabuf *) mboxq->context1; |
| 15949 | rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL); |
| 15950 | if (rc) |
| 15951 | goto out; |
| 15952 | data_length = mqe->un.mb_words[5]; |
| 15953 | if (data_length == 0) |
| 15954 | goto out; |
| 15955 | if (data_length > DMP_RGN23_SIZE) { |
| 15956 | data_length = 0; |
| 15957 | goto out; |
| 15958 | } |
| 15959 | lpfc_sli_pcimem_bcopy((char *)mp->virt, rgn23_data, data_length); |
| 15960 | out: |
| 15961 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 15962 | if (mp) { |
| 15963 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 15964 | kfree(mp); |
| 15965 | } |
| 15966 | return data_length; |
| 15967 | } |
| 15968 | |
| 15969 | /** |
| 15970 | * lpfc_sli_read_link_ste - Read region 23 to decide if link is disabled. |
| 15971 | * @phba: pointer to lpfc hba data structure. |
| 15972 | * |
| 15973 | * This function read region 23 and parse TLV for port status to |
| 15974 | * decide if the user disaled the port. If the TLV indicates the |
| 15975 | * port is disabled, the hba_flag is set accordingly. |
| 15976 | **/ |
| 15977 | void |
| 15978 | lpfc_sli_read_link_ste(struct lpfc_hba *phba) |
| 15979 | { |
| 15980 | uint8_t *rgn23_data = NULL; |
| 15981 | uint32_t if_type, data_size, sub_tlv_len, tlv_offset; |
| 15982 | uint32_t offset = 0; |
| 15983 | |
| 15984 | /* Get adapter Region 23 data */ |
| 15985 | rgn23_data = kzalloc(DMP_RGN23_SIZE, GFP_KERNEL); |
| 15986 | if (!rgn23_data) |
| 15987 | goto out; |
| 15988 | |
| 15989 | if (phba->sli_rev < LPFC_SLI_REV4) |
| 15990 | data_size = lpfc_sli_get_config_region23(phba, rgn23_data); |
| 15991 | else { |
| 15992 | if_type = bf_get(lpfc_sli_intf_if_type, |
| 15993 | &phba->sli4_hba.sli_intf); |
| 15994 | if (if_type == LPFC_SLI_INTF_IF_TYPE_0) |
| 15995 | goto out; |
| 15996 | data_size = lpfc_sli4_get_config_region23(phba, rgn23_data); |
| 15997 | } |
James Smart | a0c87cb | 2009-07-19 10:01:10 -0400 | [diff] [blame] | 15998 | |
| 15999 | if (!data_size) |
| 16000 | goto out; |
| 16001 | |
| 16002 | /* Check the region signature first */ |
| 16003 | if (memcmp(&rgn23_data[offset], LPFC_REGION23_SIGNATURE, 4)) { |
| 16004 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 16005 | "2619 Config region 23 has bad signature\n"); |
| 16006 | goto out; |
| 16007 | } |
| 16008 | offset += 4; |
| 16009 | |
| 16010 | /* Check the data structure version */ |
| 16011 | if (rgn23_data[offset] != LPFC_REGION23_VERSION) { |
| 16012 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 16013 | "2620 Config region 23 has bad version\n"); |
| 16014 | goto out; |
| 16015 | } |
| 16016 | offset += 4; |
| 16017 | |
| 16018 | /* Parse TLV entries in the region */ |
| 16019 | while (offset < data_size) { |
| 16020 | if (rgn23_data[offset] == LPFC_REGION23_LAST_REC) |
| 16021 | break; |
| 16022 | /* |
| 16023 | * If the TLV is not driver specific TLV or driver id is |
| 16024 | * not linux driver id, skip the record. |
| 16025 | */ |
| 16026 | if ((rgn23_data[offset] != DRIVER_SPECIFIC_TYPE) || |
| 16027 | (rgn23_data[offset + 2] != LINUX_DRIVER_ID) || |
| 16028 | (rgn23_data[offset + 3] != 0)) { |
| 16029 | offset += rgn23_data[offset + 1] * 4 + 4; |
| 16030 | continue; |
| 16031 | } |
| 16032 | |
| 16033 | /* Driver found a driver specific TLV in the config region */ |
| 16034 | sub_tlv_len = rgn23_data[offset + 1] * 4; |
| 16035 | offset += 4; |
| 16036 | tlv_offset = 0; |
| 16037 | |
| 16038 | /* |
| 16039 | * Search for configured port state sub-TLV. |
| 16040 | */ |
| 16041 | while ((offset < data_size) && |
| 16042 | (tlv_offset < sub_tlv_len)) { |
| 16043 | if (rgn23_data[offset] == LPFC_REGION23_LAST_REC) { |
| 16044 | offset += 4; |
| 16045 | tlv_offset += 4; |
| 16046 | break; |
| 16047 | } |
| 16048 | if (rgn23_data[offset] != PORT_STE_TYPE) { |
| 16049 | offset += rgn23_data[offset + 1] * 4 + 4; |
| 16050 | tlv_offset += rgn23_data[offset + 1] * 4 + 4; |
| 16051 | continue; |
| 16052 | } |
| 16053 | |
| 16054 | /* This HBA contains PORT_STE configured */ |
| 16055 | if (!rgn23_data[offset + 2]) |
| 16056 | phba->hba_flag |= LINK_DISABLED; |
| 16057 | |
| 16058 | goto out; |
| 16059 | } |
| 16060 | } |
James Smart | 026abb8 | 2011-12-13 13:20:45 -0500 | [diff] [blame] | 16061 | |
James Smart | a0c87cb | 2009-07-19 10:01:10 -0400 | [diff] [blame] | 16062 | out: |
James Smart | a0c87cb | 2009-07-19 10:01:10 -0400 | [diff] [blame] | 16063 | kfree(rgn23_data); |
| 16064 | return; |
| 16065 | } |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 16066 | |
| 16067 | /** |
James Smart | 52d5244 | 2011-05-24 11:42:45 -0400 | [diff] [blame] | 16068 | * lpfc_wr_object - write an object to the firmware |
| 16069 | * @phba: HBA structure that indicates port to create a queue on. |
| 16070 | * @dmabuf_list: list of dmabufs to write to the port. |
| 16071 | * @size: the total byte value of the objects to write to the port. |
| 16072 | * @offset: the current offset to be used to start the transfer. |
| 16073 | * |
| 16074 | * This routine will create a wr_object mailbox command to send to the port. |
| 16075 | * the mailbox command will be constructed using the dma buffers described in |
| 16076 | * @dmabuf_list to create a list of BDEs. This routine will fill in as many |
| 16077 | * BDEs that the imbedded mailbox can support. The @offset variable will be |
| 16078 | * used to indicate the starting offset of the transfer and will also return |
| 16079 | * the offset after the write object mailbox has completed. @size is used to |
| 16080 | * determine the end of the object and whether the eof bit should be set. |
| 16081 | * |
| 16082 | * Return 0 is successful and offset will contain the the new offset to use |
| 16083 | * for the next write. |
| 16084 | * Return negative value for error cases. |
| 16085 | **/ |
| 16086 | int |
| 16087 | lpfc_wr_object(struct lpfc_hba *phba, struct list_head *dmabuf_list, |
| 16088 | uint32_t size, uint32_t *offset) |
| 16089 | { |
| 16090 | struct lpfc_mbx_wr_object *wr_object; |
| 16091 | LPFC_MBOXQ_t *mbox; |
| 16092 | int rc = 0, i = 0; |
| 16093 | uint32_t shdr_status, shdr_add_status; |
| 16094 | uint32_t mbox_tmo; |
| 16095 | union lpfc_sli4_cfg_shdr *shdr; |
| 16096 | struct lpfc_dmabuf *dmabuf; |
| 16097 | uint32_t written = 0; |
| 16098 | |
| 16099 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 16100 | if (!mbox) |
| 16101 | return -ENOMEM; |
| 16102 | |
| 16103 | lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON, |
| 16104 | LPFC_MBOX_OPCODE_WRITE_OBJECT, |
| 16105 | sizeof(struct lpfc_mbx_wr_object) - |
| 16106 | sizeof(struct lpfc_sli4_cfg_mhdr), LPFC_SLI4_MBX_EMBED); |
| 16107 | |
| 16108 | wr_object = (struct lpfc_mbx_wr_object *)&mbox->u.mqe.un.wr_object; |
| 16109 | wr_object->u.request.write_offset = *offset; |
| 16110 | sprintf((uint8_t *)wr_object->u.request.object_name, "/"); |
| 16111 | wr_object->u.request.object_name[0] = |
| 16112 | cpu_to_le32(wr_object->u.request.object_name[0]); |
| 16113 | bf_set(lpfc_wr_object_eof, &wr_object->u.request, 0); |
| 16114 | list_for_each_entry(dmabuf, dmabuf_list, list) { |
| 16115 | if (i >= LPFC_MBX_WR_CONFIG_MAX_BDE || written >= size) |
| 16116 | break; |
| 16117 | wr_object->u.request.bde[i].addrLow = putPaddrLow(dmabuf->phys); |
| 16118 | wr_object->u.request.bde[i].addrHigh = |
| 16119 | putPaddrHigh(dmabuf->phys); |
| 16120 | if (written + SLI4_PAGE_SIZE >= size) { |
| 16121 | wr_object->u.request.bde[i].tus.f.bdeSize = |
| 16122 | (size - written); |
| 16123 | written += (size - written); |
| 16124 | bf_set(lpfc_wr_object_eof, &wr_object->u.request, 1); |
| 16125 | } else { |
| 16126 | wr_object->u.request.bde[i].tus.f.bdeSize = |
| 16127 | SLI4_PAGE_SIZE; |
| 16128 | written += SLI4_PAGE_SIZE; |
| 16129 | } |
| 16130 | i++; |
| 16131 | } |
| 16132 | wr_object->u.request.bde_count = i; |
| 16133 | bf_set(lpfc_wr_object_write_length, &wr_object->u.request, written); |
| 16134 | if (!phba->sli4_hba.intr_enable) |
| 16135 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL); |
| 16136 | else { |
James Smart | a183a15 | 2011-10-10 21:32:43 -0400 | [diff] [blame] | 16137 | mbox_tmo = lpfc_mbox_tmo_val(phba, mbox); |
James Smart | 52d5244 | 2011-05-24 11:42:45 -0400 | [diff] [blame] | 16138 | rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo); |
| 16139 | } |
| 16140 | /* The IOCTL status is embedded in the mailbox subheader. */ |
| 16141 | shdr = (union lpfc_sli4_cfg_shdr *) &wr_object->header.cfg_shdr; |
| 16142 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); |
| 16143 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); |
| 16144 | if (rc != MBX_TIMEOUT) |
| 16145 | mempool_free(mbox, phba->mbox_mem_pool); |
| 16146 | if (shdr_status || shdr_add_status || rc) { |
| 16147 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 16148 | "3025 Write Object mailbox failed with " |
| 16149 | "status x%x add_status x%x, mbx status x%x\n", |
| 16150 | shdr_status, shdr_add_status, rc); |
| 16151 | rc = -ENXIO; |
| 16152 | } else |
| 16153 | *offset += wr_object->u.response.actual_write_length; |
| 16154 | return rc; |
| 16155 | } |
| 16156 | |
| 16157 | /** |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 16158 | * lpfc_cleanup_pending_mbox - Free up vport discovery mailbox commands. |
| 16159 | * @vport: pointer to vport data structure. |
| 16160 | * |
| 16161 | * This function iterate through the mailboxq and clean up all REG_LOGIN |
| 16162 | * and REG_VPI mailbox commands associated with the vport. This function |
| 16163 | * is called when driver want to restart discovery of the vport due to |
| 16164 | * a Clear Virtual Link event. |
| 16165 | **/ |
| 16166 | void |
| 16167 | lpfc_cleanup_pending_mbox(struct lpfc_vport *vport) |
| 16168 | { |
| 16169 | struct lpfc_hba *phba = vport->phba; |
| 16170 | LPFC_MBOXQ_t *mb, *nextmb; |
| 16171 | struct lpfc_dmabuf *mp; |
James Smart | 78730cf | 2010-04-06 15:06:30 -0400 | [diff] [blame] | 16172 | struct lpfc_nodelist *ndlp; |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 16173 | struct lpfc_nodelist *act_mbx_ndlp = NULL; |
James Smart | 589a52d | 2010-07-14 15:30:54 -0400 | [diff] [blame] | 16174 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 16175 | LIST_HEAD(mbox_cmd_list); |
James Smart | 63e801c | 2010-11-20 23:14:19 -0500 | [diff] [blame] | 16176 | uint8_t restart_loop; |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 16177 | |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 16178 | /* Clean up internally queued mailbox commands with the vport */ |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 16179 | spin_lock_irq(&phba->hbalock); |
| 16180 | list_for_each_entry_safe(mb, nextmb, &phba->sli.mboxq, list) { |
| 16181 | if (mb->vport != vport) |
| 16182 | continue; |
| 16183 | |
| 16184 | if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) && |
| 16185 | (mb->u.mb.mbxCommand != MBX_REG_VPI)) |
| 16186 | continue; |
| 16187 | |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 16188 | list_del(&mb->list); |
| 16189 | list_add_tail(&mb->list, &mbox_cmd_list); |
| 16190 | } |
| 16191 | /* Clean up active mailbox command with the vport */ |
| 16192 | mb = phba->sli.mbox_active; |
| 16193 | if (mb && (mb->vport == vport)) { |
| 16194 | if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) || |
| 16195 | (mb->u.mb.mbxCommand == MBX_REG_VPI)) |
| 16196 | mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
| 16197 | if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) { |
| 16198 | act_mbx_ndlp = (struct lpfc_nodelist *)mb->context2; |
| 16199 | /* Put reference count for delayed processing */ |
| 16200 | act_mbx_ndlp = lpfc_nlp_get(act_mbx_ndlp); |
| 16201 | /* Unregister the RPI when mailbox complete */ |
| 16202 | mb->mbox_flag |= LPFC_MBX_IMED_UNREG; |
| 16203 | } |
| 16204 | } |
James Smart | 63e801c | 2010-11-20 23:14:19 -0500 | [diff] [blame] | 16205 | /* Cleanup any mailbox completions which are not yet processed */ |
| 16206 | do { |
| 16207 | restart_loop = 0; |
| 16208 | list_for_each_entry(mb, &phba->sli.mboxq_cmpl, list) { |
| 16209 | /* |
| 16210 | * If this mailox is already processed or it is |
| 16211 | * for another vport ignore it. |
| 16212 | */ |
| 16213 | if ((mb->vport != vport) || |
| 16214 | (mb->mbox_flag & LPFC_MBX_IMED_UNREG)) |
| 16215 | continue; |
| 16216 | |
| 16217 | if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) && |
| 16218 | (mb->u.mb.mbxCommand != MBX_REG_VPI)) |
| 16219 | continue; |
| 16220 | |
| 16221 | mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
| 16222 | if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) { |
| 16223 | ndlp = (struct lpfc_nodelist *)mb->context2; |
| 16224 | /* Unregister the RPI when mailbox complete */ |
| 16225 | mb->mbox_flag |= LPFC_MBX_IMED_UNREG; |
| 16226 | restart_loop = 1; |
| 16227 | spin_unlock_irq(&phba->hbalock); |
| 16228 | spin_lock(shost->host_lock); |
| 16229 | ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL; |
| 16230 | spin_unlock(shost->host_lock); |
| 16231 | spin_lock_irq(&phba->hbalock); |
| 16232 | break; |
| 16233 | } |
| 16234 | } |
| 16235 | } while (restart_loop); |
| 16236 | |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 16237 | spin_unlock_irq(&phba->hbalock); |
| 16238 | |
| 16239 | /* Release the cleaned-up mailbox commands */ |
| 16240 | while (!list_empty(&mbox_cmd_list)) { |
| 16241 | list_remove_head(&mbox_cmd_list, mb, LPFC_MBOXQ_t, list); |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 16242 | if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) { |
| 16243 | mp = (struct lpfc_dmabuf *) (mb->context1); |
| 16244 | if (mp) { |
| 16245 | __lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 16246 | kfree(mp); |
| 16247 | } |
James Smart | 78730cf | 2010-04-06 15:06:30 -0400 | [diff] [blame] | 16248 | ndlp = (struct lpfc_nodelist *) mb->context2; |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 16249 | mb->context2 = NULL; |
James Smart | 78730cf | 2010-04-06 15:06:30 -0400 | [diff] [blame] | 16250 | if (ndlp) { |
Dan Carpenter | ec21b3b | 2010-08-08 00:15:17 +0200 | [diff] [blame] | 16251 | spin_lock(shost->host_lock); |
James Smart | 589a52d | 2010-07-14 15:30:54 -0400 | [diff] [blame] | 16252 | ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL; |
Dan Carpenter | ec21b3b | 2010-08-08 00:15:17 +0200 | [diff] [blame] | 16253 | spin_unlock(shost->host_lock); |
James Smart | 78730cf | 2010-04-06 15:06:30 -0400 | [diff] [blame] | 16254 | lpfc_nlp_put(ndlp); |
James Smart | 78730cf | 2010-04-06 15:06:30 -0400 | [diff] [blame] | 16255 | } |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 16256 | } |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 16257 | mempool_free(mb, phba->mbox_mem_pool); |
| 16258 | } |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 16259 | |
| 16260 | /* Release the ndlp with the cleaned-up active mailbox command */ |
| 16261 | if (act_mbx_ndlp) { |
| 16262 | spin_lock(shost->host_lock); |
| 16263 | act_mbx_ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL; |
| 16264 | spin_unlock(shost->host_lock); |
| 16265 | lpfc_nlp_put(act_mbx_ndlp); |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 16266 | } |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 16267 | } |
| 16268 | |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 16269 | /** |
| 16270 | * lpfc_drain_txq - Drain the txq |
| 16271 | * @phba: Pointer to HBA context object. |
| 16272 | * |
| 16273 | * This function attempt to submit IOCBs on the txq |
| 16274 | * to the adapter. For SLI4 adapters, the txq contains |
| 16275 | * ELS IOCBs that have been deferred because the there |
| 16276 | * are no SGLs. This congestion can occur with large |
| 16277 | * vport counts during node discovery. |
| 16278 | **/ |
| 16279 | |
| 16280 | uint32_t |
| 16281 | lpfc_drain_txq(struct lpfc_hba *phba) |
| 16282 | { |
| 16283 | LIST_HEAD(completions); |
| 16284 | struct lpfc_sli_ring *pring = &phba->sli.ring[LPFC_ELS_RING]; |
| 16285 | struct lpfc_iocbq *piocbq = 0; |
| 16286 | unsigned long iflags = 0; |
| 16287 | char *fail_msg = NULL; |
| 16288 | struct lpfc_sglq *sglq; |
| 16289 | union lpfc_wqe wqe; |
James Smart | 0e9bb8d | 2013-03-01 16:35:12 -0500 | [diff] [blame] | 16290 | int txq_cnt = 0; |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 16291 | |
| 16292 | spin_lock_irqsave(&phba->hbalock, iflags); |
James Smart | 0e9bb8d | 2013-03-01 16:35:12 -0500 | [diff] [blame] | 16293 | list_for_each_entry(piocbq, &pring->txq, list) { |
| 16294 | txq_cnt++; |
| 16295 | } |
| 16296 | |
| 16297 | if (txq_cnt > pring->txq_max) |
| 16298 | pring->txq_max = txq_cnt; |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 16299 | |
| 16300 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 16301 | |
James Smart | 0e9bb8d | 2013-03-01 16:35:12 -0500 | [diff] [blame] | 16302 | while (!list_empty(&pring->txq)) { |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 16303 | spin_lock_irqsave(&phba->hbalock, iflags); |
| 16304 | |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 16305 | piocbq = lpfc_sli_ringtx_get(phba, pring); |
James Smart | a629852 | 2012-06-12 13:54:11 -0400 | [diff] [blame] | 16306 | if (!piocbq) { |
| 16307 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 16308 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 16309 | "2823 txq empty and txq_cnt is %d\n ", |
James Smart | 0e9bb8d | 2013-03-01 16:35:12 -0500 | [diff] [blame] | 16310 | txq_cnt); |
James Smart | a629852 | 2012-06-12 13:54:11 -0400 | [diff] [blame] | 16311 | break; |
| 16312 | } |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 16313 | sglq = __lpfc_sli_get_sglq(phba, piocbq); |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 16314 | if (!sglq) { |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 16315 | __lpfc_sli_ringtx_put(phba, pring, piocbq); |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 16316 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 16317 | break; |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 16318 | } |
James Smart | 0e9bb8d | 2013-03-01 16:35:12 -0500 | [diff] [blame] | 16319 | txq_cnt--; |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 16320 | |
| 16321 | /* The xri and iocb resources secured, |
| 16322 | * attempt to issue request |
| 16323 | */ |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 16324 | piocbq->sli4_lxritag = sglq->sli4_lxritag; |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 16325 | piocbq->sli4_xritag = sglq->sli4_xritag; |
| 16326 | if (NO_XRI == lpfc_sli4_bpl2sgl(phba, piocbq, sglq)) |
| 16327 | fail_msg = "to convert bpl to sgl"; |
| 16328 | else if (lpfc_sli4_iocb2wqe(phba, piocbq, &wqe)) |
| 16329 | fail_msg = "to convert iocb to wqe"; |
| 16330 | else if (lpfc_sli4_wq_put(phba->sli4_hba.els_wq, &wqe)) |
| 16331 | fail_msg = " - Wq is full"; |
| 16332 | else |
| 16333 | lpfc_sli_ringtxcmpl_put(phba, pring, piocbq); |
| 16334 | |
| 16335 | if (fail_msg) { |
| 16336 | /* Failed means we can't issue and need to cancel */ |
| 16337 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 16338 | "2822 IOCB failed %s iotag 0x%x " |
| 16339 | "xri 0x%x\n", |
| 16340 | fail_msg, |
| 16341 | piocbq->iotag, piocbq->sli4_xritag); |
| 16342 | list_add_tail(&piocbq->list, &completions); |
| 16343 | } |
| 16344 | spin_unlock_irqrestore(&phba->hbalock, iflags); |
| 16345 | } |
| 16346 | |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 16347 | /* Cancel all the IOCBs that cannot be issued */ |
| 16348 | lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT, |
| 16349 | IOERR_SLI_ABORTED); |
| 16350 | |
James Smart | 0e9bb8d | 2013-03-01 16:35:12 -0500 | [diff] [blame] | 16351 | return txq_cnt; |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 16352 | } |