Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_attr.c4158 unsigned long base, step, bucket_type; in lpfc_stat_data_ctrl_store() local
4176 bucket_type = LPFC_LINEAR_BUCKET; in lpfc_stat_data_ctrl_store()
4178 bucket_type = LPFC_POWER2_BUCKET; in lpfc_stat_data_ctrl_store()
4210 phba->bucket_type = bucket_type; in lpfc_stat_data_ctrl_store()
4241 phba->bucket_type = LPFC_NO_BUCKET; in lpfc_stat_data_ctrl_store()
4249 if (phba->bucket_type == LPFC_NO_BUCKET) in lpfc_stat_data_ctrl_store()
4275 if ((phba->bucket_type == LPFC_NO_BUCKET) in lpfc_stat_data_ctrl_store()
4307 char *bucket_type; in lpfc_stat_data_ctrl_show() local
4310 switch (phba->bucket_type) { in lpfc_stat_data_ctrl_show()
4312 bucket_type = "linear"; in lpfc_stat_data_ctrl_show()
[all …]
Dlpfc.h1146 uint8_t bucket_type; member
Dlpfc_scsi.c167 (phba->bucket_type == LPFC_NO_BUCKET)) { in lpfc_update_stats()
172 if (phba->bucket_type == LPFC_LINEAR_BUCKET) { in lpfc_update_stats()