Lines Matching defs:ADV_SG_BLOCK
886 * command uses one or more ADV_SG_BLOCK each with 15 scatter-gather
887 * elements. Allow each command to have at least one ADV_SG_BLOCK structure.
888 * This allows about 15 commands to have the maximum 17 ADV_SG_BLOCK
1734 } ADV_SG_BLOCK;
1775 ADV_SG_BLOCK *sg_list_ptr; /* SG list virtual address. */
1786 * Zero or more ADV_SG_BLOCK are used with each ADV_SCSI_REQ_Q. Each
1787 * ADV_SG_BLOCK structure holds 15 scatter-gather elements. Under Linux
1794 ADV_SG_BLOCK sg_block; /* Sgblock structure. */
2069 (sizeof(ADV_SG_BLOCK) * \
2549 * Display an ADV_SG_BLOCK structure.
2551 static void asc_prt_adv_sgblock(int sgblockno, ADV_SG_BLOCK *b)
2555 printk(" ADV_SG_BLOCK at addr 0x%lx (sgblockno %d)\n",
2603 /* Display the request's ADV_SG_BLOCK structures. */
7616 * Additional ADV_SG_BLOCK structures will need to be allocated
7618 * NO_OF_SG_PER_BLOCK (15). The ADV_SG_BLOCK structures are
7632 ADV_SG_BLOCK *sg_block, *prev_sg_block;
7681 * Set ADV_SCSI_REQ_T ADV_SG_BLOCK virtual and physical
7691 * Point the previous ADV_SG_BLOCK structure to
7692 * the newly allocated ADV_SG_BLOCK structure.
7707 * Last ADV_SG_BLOCK and scatter-gather entry.
7710 sg_block->sg_ptr = 0L; /* Last ADV_SG_BLOCK in list. */