Home
last modified time | relevance | path

Searched defs:be_ring (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/scsi/be2iscsi/
Dbe_main.h787 struct be_ring { struct
788 u32 pages; /* queue size in pages */
789 u32 id; /* queue id assigned by beklib */
790 u32 num; /* number of elements in queue */
791 u32 cidx; /* consumer index */
792 u32 pidx; /* producer index -- not used by most rings */
793 u32 item_size; /* size in bytes of one object */
795 void *va; /* The virtual address of the ring. This