Searched refs:ADV_SG_BLOCK (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/
H A Dadvansys.c890 * command uses one or more ADV_SG_BLOCK each with 15 scatter-gather
891 * elements. Allow each command to have at least one ADV_SG_BLOCK structure.
892 * This allows about 15 commands to have the maximum 17 ADV_SG_BLOCK
1738 } ADV_SG_BLOCK; typedef in typeref:struct:adv_sg_block
1779 ADV_SG_BLOCK *sg_list_ptr; /* SG list virtual address. */
1790 * Zero or more ADV_SG_BLOCK are used with each ADV_SCSI_REQ_Q. Each
1791 * ADV_SG_BLOCK structure holds 15 scatter-gather elements. Under Linux
1798 ADV_SG_BLOCK sg_block; /* Sgblock structure. */
2073 (sizeof(ADV_SG_BLOCK) * \
2553 * Display an ADV_SG_BLOCK structure.
2555 static void asc_prt_adv_sgblock(int sgblockno, ADV_SG_BLOCK *b) asc_prt_adv_sgblock()
2559 printk(" ADV_SG_BLOCK at addr 0x%lx (sgblockno %d)\n", asc_prt_adv_sgblock()
2607 /* Display the request's ADV_SG_BLOCK structures. */ asc_prt_adv_scsi_req_q()
7623 * Additional ADV_SG_BLOCK structures will need to be allocated
7625 * NO_OF_SG_PER_BLOCK (15). The ADV_SG_BLOCK structures are
7639 ADV_SG_BLOCK *sg_block, *prev_sg_block; adv_get_sglist()
7688 * Set ADV_SCSI_REQ_T ADV_SG_BLOCK virtual and physical adv_get_sglist()
7698 * Point the previous ADV_SG_BLOCK structure to adv_get_sglist()
7699 * the newly allocated ADV_SG_BLOCK structure. adv_get_sglist()
7714 * Last ADV_SG_BLOCK and scatter-gather entry. adv_get_sglist()
7717 sg_block->sg_ptr = 0L; /* Last ADV_SG_BLOCK in list. */ adv_get_sglist()

Completed in 130 milliseconds