bucket_type      1119 drivers/scsi/lpfc/lpfc.h 	uint8_t  bucket_type;
bucket_type      4195 drivers/scsi/lpfc/lpfc_attr.c 	unsigned long base, step, bucket_type;
bucket_type      4213 drivers/scsi/lpfc/lpfc_attr.c 			bucket_type = LPFC_LINEAR_BUCKET;
bucket_type      4215 drivers/scsi/lpfc/lpfc_attr.c 			bucket_type = LPFC_POWER2_BUCKET;
bucket_type      4247 drivers/scsi/lpfc/lpfc_attr.c 		phba->bucket_type = bucket_type;
bucket_type      4278 drivers/scsi/lpfc/lpfc_attr.c 		phba->bucket_type = LPFC_NO_BUCKET;
bucket_type      4286 drivers/scsi/lpfc/lpfc_attr.c 		if (phba->bucket_type == LPFC_NO_BUCKET)
bucket_type      4312 drivers/scsi/lpfc/lpfc_attr.c 		if ((phba->bucket_type == LPFC_NO_BUCKET)
bucket_type      4344 drivers/scsi/lpfc/lpfc_attr.c 	char *bucket_type;
bucket_type      4347 drivers/scsi/lpfc/lpfc_attr.c 	switch (phba->bucket_type) {
bucket_type      4349 drivers/scsi/lpfc/lpfc_attr.c 		bucket_type = "linear";
bucket_type      4352 drivers/scsi/lpfc/lpfc_attr.c 		bucket_type = "power2";
bucket_type      4355 drivers/scsi/lpfc/lpfc_attr.c 		bucket_type = "No Bucket";
bucket_type      4363 drivers/scsi/lpfc/lpfc_attr.c 		bucket_type, phba->bucket_base, phba->bucket_step);
bucket_type      4365 drivers/scsi/lpfc/lpfc_attr.c 	if (phba->bucket_type != LPFC_NO_BUCKET) {
bucket_type      4367 drivers/scsi/lpfc/lpfc_attr.c 			if (phba->bucket_type == LPFC_LINEAR_BUCKET)
bucket_type      4432 drivers/scsi/lpfc/lpfc_attr.c 		|| (phba->bucket_type == LPFC_NO_BUCKET))
bucket_type       167 drivers/scsi/lpfc/lpfc_scsi.c 	    (phba->bucket_type == LPFC_NO_BUCKET)) {
bucket_type       172 drivers/scsi/lpfc/lpfc_scsi.c 	if (phba->bucket_type == LPFC_LINEAR_BUCKET) {