Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
A Dlpfc_attr.c4345 unsigned long base, step, bucket_type; in lpfc_stat_data_ctrl_store() local
4363 bucket_type = LPFC_LINEAR_BUCKET; in lpfc_stat_data_ctrl_store()
4365 bucket_type = LPFC_POWER2_BUCKET; in lpfc_stat_data_ctrl_store()
4397 phba->bucket_type = bucket_type; in lpfc_stat_data_ctrl_store()
4428 phba->bucket_type = LPFC_NO_BUCKET; in lpfc_stat_data_ctrl_store()
4436 if (phba->bucket_type == LPFC_NO_BUCKET) in lpfc_stat_data_ctrl_store()
4495 char *bucket_type; in lpfc_stat_data_ctrl_show() local
4498 switch (phba->bucket_type) { in lpfc_stat_data_ctrl_show()
4500 bucket_type = "linear"; in lpfc_stat_data_ctrl_show()
4503 bucket_type = "power2"; in lpfc_stat_data_ctrl_show()
[all …]
A Dlpfc.h1422 uint8_t bucket_type; member
A Dlpfc_scsi.c154 (phba->bucket_type == LPFC_NO_BUCKET)) { in lpfc_update_stats()
159 if (phba->bucket_type == LPFC_LINEAR_BUCKET) { in lpfc_update_stats()

Completed in 32 milliseconds