Searched refs:sg_prot_tablesize (Results 1 – 7 of 7) sorted by relevance
393 unsigned short sg_prot_tablesize; member610 short unsigned int sg_prot_tablesize; member
443 shost->sg_prot_tablesize = sht->sg_prot_tablesize; in scsi_host_alloc()
1885 shost->sg_prot_tablesize = in __scsi_init_queue()1886 min_not_zero(shost->sg_prot_tablesize, in __scsi_init_queue()1888 BUG_ON(shost->sg_prot_tablesize < shost->sg_tablesize); in __scsi_init_queue()1889 blk_queue_max_integrity_segments(q, shost->sg_prot_tablesize); in __scsi_init_queue()
376 shost_rd_attr(sg_prot_tablesize, "%hu\n");
647 shost->sg_prot_tablesize = shost->sg_tablesize; in iscsi_iser_session_create()
841 shost->sg_prot_tablesize = adapter->qdio->max_sbale_per_req / 2; in zfcp_scsi_set_prot()
3233 .sg_prot_tablesize = HISI_SAS_SGE_PAGE_CNT,
Completed in 28 milliseconds