Home
last modified time | relevance | path

Searched refs:pqi_dev_cap (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/dev/smartpqi/
H A Dsmartpqi_init.c85 softs->pqi_dev_cap.max_iqs = capability->max_iqs; in pqisrc_report_pqi_capability()
86 softs->pqi_dev_cap.max_iq_elements = capability->max_iq_elements; in pqisrc_report_pqi_capability()
87 softs->pqi_dev_cap.max_iq_elem_len = capability->max_iq_elem_len; in pqisrc_report_pqi_capability()
88 softs->pqi_dev_cap.min_iq_elem_len = capability->min_iq_elem_len; in pqisrc_report_pqi_capability()
89 softs->pqi_dev_cap.max_oqs = capability->max_oqs; in pqisrc_report_pqi_capability()
90 softs->pqi_dev_cap.max_oq_elements = capability->max_oq_elements; in pqisrc_report_pqi_capability()
91 softs->pqi_dev_cap.max_oq_elem_len = capability->max_oq_elem_len; in pqisrc_report_pqi_capability()
255 softs->ibq_elem_size = softs->pqi_dev_cap.max_iq_elem_len * 16; in pqisrc_decide_opq_config()
256 softs->obq_elem_size = softs->pqi_dev_cap.max_oq_elem_len * 16; in pqisrc_decide_opq_config()
276 softs->pqi_dev_cap.max_iq_elements); in pqisrc_decide_opq_config()
[all …]
H A Dsmartpqi_structures.h976 pqi_dev_cap_t pqi_dev_cap; member