Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxgbe/
H A Dql_hw.c2006 q80_config_fw_lro_t *fw_lro; in qla_config_fw_lro()
2012 fw_lro = (q80_config_fw_lro_t *)ha->hw.mbox; in qla_config_fw_lro()
2013 bzero(fw_lro, sizeof(q80_config_fw_lro_t)); in qla_config_fw_lro()
2016 fw_lro->count_version = (sizeof (q80_config_fw_lro_t) >> 2); in qla_config_fw_lro()
2025 (sizeof (q80_config_fw_lro_t) >> 2), in qla_config_fw_lro()
H A Dql_hw.h584 } __packed q80_config_fw_lro_t; typedef