Home
last modified time | relevance | path

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

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_init.c93 softs->max_ib_iu_length_per_fw = iu_layer_desc->max_ib_iu_len; in pqisrc_report_pqi_capability()
105 DBG_INIT("softs->max_ib_iu_length_per_fw: %d\n", softs->max_ib_iu_length_per_fw); in pqisrc_report_pqi_capability()
112 ASSERT(softs->max_ib_iu_length_per_fw == PQISRC_MAX_SPANNING_IU_LENGTH); in pqisrc_report_pqi_capability()
266 if (softs->max_ib_iu_length_per_fw == 256 && in pqisrc_decide_opq_config()
272 softs->max_ib_iu_length = PQISRC_ROUND_DOWN(softs->max_ib_iu_length_per_fw, in pqisrc_decide_opq_config()
H A Dsmartpqi_structures.h1328 uint16_t max_ib_iu_length_per_fw; member