Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_attr.c2595 unsigned long base, step, bucket_type; in lpfc_stat_data_ctrl_store() local
2613 bucket_type = LPFC_LINEAR_BUCKET; in lpfc_stat_data_ctrl_store()
2615 bucket_type = LPFC_POWER2_BUCKET; in lpfc_stat_data_ctrl_store()
2647 phba->bucket_type = bucket_type; in lpfc_stat_data_ctrl_store()
2678 phba->bucket_type = LPFC_NO_BUCKET; in lpfc_stat_data_ctrl_store()
2686 if (phba->bucket_type == LPFC_NO_BUCKET) in lpfc_stat_data_ctrl_store()
2712 if ((phba->bucket_type == LPFC_NO_BUCKET) in lpfc_stat_data_ctrl_store()
2744 char *bucket_type; in lpfc_stat_data_ctrl_show() local
2747 switch (phba->bucket_type) { in lpfc_stat_data_ctrl_show()
2749 bucket_type = "linear"; in lpfc_stat_data_ctrl_show()
[all …]
Dlpfc.h837 uint8_t bucket_type; member
Dlpfc_scsi.c174 (phba->bucket_type == LPFC_NO_BUCKET)) { in lpfc_update_stats()
179 if (phba->bucket_type == LPFC_LINEAR_BUCKET) { in lpfc_update_stats()