reply_post_queue_depth 1519 drivers/scsi/mpt3sas/mpt3sas_base.c 		    (ioc->reply_post_queue_depth - 1)) ? 0 :
reply_post_queue_depth 4962 drivers/scsi/mpt3sas/mpt3sas_base.c 		ioc->reply_post_queue_depth = ioc->reply_free_queue_depth;
reply_post_queue_depth 4965 drivers/scsi/mpt3sas/mpt3sas_base.c 		ioc->reply_post_queue_depth = ioc->hba_queue_depth +
reply_post_queue_depth 4968 drivers/scsi/mpt3sas/mpt3sas_base.c 		if (ioc->reply_post_queue_depth % 16)
reply_post_queue_depth 4969 drivers/scsi/mpt3sas/mpt3sas_base.c 			ioc->reply_post_queue_depth += 16 -
reply_post_queue_depth 4970 drivers/scsi/mpt3sas/mpt3sas_base.c 				(ioc->reply_post_queue_depth % 16);
reply_post_queue_depth 4973 drivers/scsi/mpt3sas/mpt3sas_base.c 	if (ioc->reply_post_queue_depth >
reply_post_queue_depth 4975 drivers/scsi/mpt3sas/mpt3sas_base.c 		ioc->reply_post_queue_depth =
reply_post_queue_depth 4979 drivers/scsi/mpt3sas/mpt3sas_base.c 				((ioc->reply_post_queue_depth - 64) / 2) - 1;
reply_post_queue_depth 4991 drivers/scsi/mpt3sas/mpt3sas_base.c 	reply_post_free_sz = ioc->reply_post_queue_depth *
reply_post_queue_depth 5025 drivers/scsi/mpt3sas/mpt3sas_base.c 				     ioc->reply_post_queue_depth,
reply_post_queue_depth 6169 drivers/scsi/mpt3sas/mpt3sas_base.c 	    cpu_to_le16(ioc->reply_post_queue_depth);
reply_post_queue_depth 6817 drivers/scsi/mpt3sas/mpt3sas_base.c 			reply_post_free_contig += ioc->reply_post_queue_depth;
reply_post_queue_depth 6821 drivers/scsi/mpt3sas/mpt3sas_base.c 		for (i = 0; i < ioc->reply_post_queue_depth; i++)
reply_post_queue_depth 1401 drivers/scsi/mpt3sas/mpt3sas_base.h 	u16		reply_post_queue_depth;