Home
last modified time | relevance | path

Searched refs:bucket_type (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_attr.c3387 unsigned long base, step, bucket_type; in lpfc_stat_data_ctrl_store() local
3405 bucket_type = LPFC_LINEAR_BUCKET; in lpfc_stat_data_ctrl_store()
3407 bucket_type = LPFC_POWER2_BUCKET; in lpfc_stat_data_ctrl_store()
3439 phba->bucket_type = bucket_type; in lpfc_stat_data_ctrl_store()
3470 phba->bucket_type = LPFC_NO_BUCKET; in lpfc_stat_data_ctrl_store()
3478 if (phba->bucket_type == LPFC_NO_BUCKET) in lpfc_stat_data_ctrl_store()
3504 if ((phba->bucket_type == LPFC_NO_BUCKET) in lpfc_stat_data_ctrl_store()
3536 char *bucket_type; in lpfc_stat_data_ctrl_show() local
3539 switch (phba->bucket_type) { in lpfc_stat_data_ctrl_show()
3541 bucket_type = "linear"; in lpfc_stat_data_ctrl_show()
[all …]
Dlpfc.h962 uint8_t bucket_type; member
Dlpfc_scsi.c221 (phba->bucket_type == LPFC_NO_BUCKET)) { in lpfc_update_stats()
226 if (phba->bucket_type == LPFC_LINEAR_BUCKET) { in lpfc_update_stats()