MEGARAID_MBOX_RUNPENDQ

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

megaraid_mbox_runpendq - execute commands queued in the pending queue  

SYNOPSIS

"SYNOPSIS"

void megaraid_mbox_runpendq (adapter_t * adapter, scb_t * scb_q);  

ARGUMENTS

adapter
-- undescribed --
scb_q
-- undescribed --
 

DESCRIPTION

adapter : controller's soft state scb : SCB to be queued in the pending list

scan the pending list for commands which are not yet issued and try to post to the controller. The SCB can be a null pointer, which would indicate no SCB to be queue, just try to execute the ones in the pending list.  

NOTE

We do not actually traverse the pending list. The SCBs are plucked out from the head of the pending list. If it is successfully issued, the next SCB is at the head now.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
NOTE

This document was created by man2html, using the manual pages.
Time: 00:02:28 GMT, October 09, 2005