Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/smartpqi/
H A Dsmartpqi_init.c88 softs->pqi_dev_cap.max_iqs = capability->max_iqs; in pqisrc_report_pqi_capability()
89 softs->pqi_dev_cap.max_iq_elements = capability->max_iq_elements; in pqisrc_report_pqi_capability()
90 softs->pqi_dev_cap.max_iq_elem_len = capability->max_iq_elem_len; in pqisrc_report_pqi_capability()
91 softs->pqi_dev_cap.min_iq_elem_len = capability->min_iq_elem_len; in pqisrc_report_pqi_capability()
92 softs->pqi_dev_cap.max_oqs = capability->max_oqs; in pqisrc_report_pqi_capability()
93 softs->pqi_dev_cap.max_oq_elements = capability->max_oq_elements; in pqisrc_report_pqi_capability()
94 softs->pqi_dev_cap.max_oq_elem_len = capability->max_oq_elem_len; in pqisrc_report_pqi_capability()
256 softs->ibq_elem_size = softs->pqi_dev_cap.max_iq_elem_len * 16; in pqisrc_decide_opq_config()
257 softs->obq_elem_size = softs->pqi_dev_cap.max_oq_elem_len * 16; in pqisrc_decide_opq_config()
277 softs->pqi_dev_cap.max_iq_elements); in pqisrc_decide_opq_config()
[all …]
H A Dsmartpqi_structures.h1144 pqi_dev_cap_t pqi_dev_cap; member