Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/smartpqi/
H A Dsmartpqi_init.c83 softs->pqi_dev_cap.max_iqs = capability->max_iqs; in pqisrc_report_pqi_capability()
84 softs->pqi_dev_cap.max_iq_elements = capability->max_iq_elements; in pqisrc_report_pqi_capability()
85 softs->pqi_dev_cap.max_iq_elem_len = capability->max_iq_elem_len; in pqisrc_report_pqi_capability()
86 softs->pqi_dev_cap.min_iq_elem_len = capability->min_iq_elem_len; in pqisrc_report_pqi_capability()
87 softs->pqi_dev_cap.max_oqs = capability->max_oqs; in pqisrc_report_pqi_capability()
88 softs->pqi_dev_cap.max_oq_elements = capability->max_oq_elements; in pqisrc_report_pqi_capability()
89 softs->pqi_dev_cap.max_oq_elem_len = capability->max_oq_elem_len; in pqisrc_report_pqi_capability()
264 softs->max_ibq_elem_size = softs->pqi_dev_cap.max_iq_elem_len * 16; in pqisrc_decide_opq_config()
265 softs->max_obq_elem_size = softs->pqi_dev_cap.max_oq_elem_len * 16; in pqisrc_decide_opq_config()
284 softs->pqi_dev_cap.max_iq_elements); in pqisrc_decide_opq_config()
[all …]
H A Dsmartpqi_structures.h1327 pqi_dev_cap_t pqi_dev_cap; member