Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_attr.c3929 unsigned long base, step, bucket_type; in lpfc_stat_data_ctrl_store() local
3947 bucket_type = LPFC_LINEAR_BUCKET; in lpfc_stat_data_ctrl_store()
3949 bucket_type = LPFC_POWER2_BUCKET; in lpfc_stat_data_ctrl_store()
3981 phba->bucket_type = bucket_type; in lpfc_stat_data_ctrl_store()
4012 phba->bucket_type = LPFC_NO_BUCKET; in lpfc_stat_data_ctrl_store()
4020 if (phba->bucket_type == LPFC_NO_BUCKET) in lpfc_stat_data_ctrl_store()
4046 if ((phba->bucket_type == LPFC_NO_BUCKET) in lpfc_stat_data_ctrl_store()
4078 char *bucket_type; in lpfc_stat_data_ctrl_show() local
4081 switch (phba->bucket_type) { in lpfc_stat_data_ctrl_show()
4083 bucket_type = "linear"; in lpfc_stat_data_ctrl_show()
[all …]
Dlpfc.h1073 uint8_t bucket_type; member
Dlpfc_scsi.c224 (phba->bucket_type == LPFC_NO_BUCKET)) { in lpfc_update_stats()
229 if (phba->bucket_type == LPFC_LINEAR_BUCKET) { in lpfc_update_stats()