Searched refs:fw_lro (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_hw.c2026 q80_config_fw_lro_t *fw_lro; local
2032 fw_lro = (q80_config_fw_lro_t *)ha->hw.mbox;
2033 bzero(fw_lro, sizeof(q80_config_fw_lro_t));
2035 fw_lro->opcode = Q8_MBX_CONFIG_FW_LRO;
2036 fw_lro->count_version = (sizeof (q80_config_fw_lro_t) >> 2);
2037 fw_lro->count_version |= Q8_MBX_CMD_VERSION;
2039 fw_lro->flags |= Q8_MBX_FW_LRO_IPV4 | Q8_MBX_FW_LRO_IPV4_WO_DST_IP_CHK;
2040 fw_lro->flags |= Q8_MBX_FW_LRO_IPV6 | Q8_MBX_FW_LRO_IPV6_WO_DST_IP_CHK;
2042 fw_lro->cntxt_id = cntxt_id;
2044 if (qla_mbx_cmd(ha, (uint32_t *)fw_lro,
[all...]

Completed in 103 milliseconds