Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173546
b: refs/heads/master
c: cef7a12
h: refs/heads/master
v: v3
  • Loading branch information
Kashyap, Desai authored and James Bottomley committed Oct 29, 2009
1 parent 8ce2599 commit 53f575d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fa7f31673583a6e0876f8bb420735cdd8a3ffa57
refs/heads/master: cef7a12cd1e0647ce2b566a76bbf4cd132b9118d
20 changes: 10 additions & 10 deletions trunk/drivers/scsi/mpt2sas/mpt2sas_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ _base_fault_reset_work(struct work_struct *work)

/**
* mpt2sas_base_start_watchdog - start the fault_reset_work_q
* @ioc: pointer to scsi command object
* @ioc: per adapter object
* Context: sleep.
*
* Return nothing.
Expand Down Expand Up @@ -181,7 +181,7 @@ mpt2sas_base_start_watchdog(struct MPT2SAS_ADAPTER *ioc)

/**
* mpt2sas_base_stop_watchdog - stop the fault_reset_work_q
* @ioc: pointer to scsi command object
* @ioc: per adapter object
* Context: sleep.
*
* Return nothing.
Expand Down Expand Up @@ -251,7 +251,7 @@ mpt2sas_halt_firmware(struct MPT2SAS_ADAPTER *ioc)
#ifdef CONFIG_SCSI_MPT2SAS_LOGGING
/**
* _base_sas_ioc_info - verbose translation of the ioc status
* @ioc: pointer to scsi command object
* @ioc: per adapter object
* @mpi_reply: reply mf payload returned from firmware
* @request_hdr: request mf
*
Expand Down Expand Up @@ -465,7 +465,7 @@ _base_sas_ioc_info(struct MPT2SAS_ADAPTER *ioc, MPI2DefaultReply_t *mpi_reply,

/**
* _base_display_event_data - verbose translation of firmware asyn events
* @ioc: pointer to scsi command object
* @ioc: per adapter object
* @mpi_reply: reply mf payload returned from firmware
*
* Return nothing.
Expand Down Expand Up @@ -545,7 +545,7 @@ _base_display_event_data(struct MPT2SAS_ADAPTER *ioc,

/**
* _base_sas_log_info - verbose translation of firmware log info
* @ioc: pointer to scsi command object
* @ioc: per adapter object
* @log_info: log info
*
* Return nothing.
Expand Down Expand Up @@ -598,7 +598,7 @@ _base_sas_log_info(struct MPT2SAS_ADAPTER *ioc , u32 log_info)

/**
* _base_display_reply_info -
* @ioc: pointer to scsi command object
* @ioc: per adapter object
* @smid: system request message index
* @msix_index: MSIX table index supplied by the OS
* @reply: reply message frame(lower 32bit addr)
Expand Down Expand Up @@ -627,7 +627,7 @@ _base_display_reply_info(struct MPT2SAS_ADAPTER *ioc, u16 smid, u8 msix_index,

/**
* mpt2sas_base_done - base internal command completion routine
* @ioc: pointer to scsi command object
* @ioc: per adapter object
* @smid: system request message index
* @msix_index: MSIX table index supplied by the OS
* @reply: reply message frame(lower 32bit addr)
Expand Down Expand Up @@ -660,7 +660,7 @@ mpt2sas_base_done(struct MPT2SAS_ADAPTER *ioc, u16 smid, u8 msix_index,

/**
* _base_async_event - main callback handler for firmware asyn events
* @ioc: pointer to scsi command object
* @ioc: per adapter object
* @msix_index: MSIX table index supplied by the OS
* @reply: reply message frame(lower 32bit addr)
*
Expand Down Expand Up @@ -741,7 +741,7 @@ _base_get_cb_idx(struct MPT2SAS_ADAPTER *ioc, u16 smid)

/**
* _base_mask_interrupts - disable interrupts
* @ioc: pointer to scsi command object
* @ioc: per adapter object
*
* Disabling ResetIRQ, Reply and Doorbell Interrupts
*
Expand All @@ -761,7 +761,7 @@ _base_mask_interrupts(struct MPT2SAS_ADAPTER *ioc)

/**
* _base_unmask_interrupts - enable interrupts
* @ioc: pointer to scsi command object
* @ioc: per adapter object
*
* Enabling only Reply Interrupts
*
Expand Down

0 comments on commit 53f575d

Please sign in to comment.