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

/freebsd-10.2-release/sys/dev/qlxgbe/
H A Dql_hw.c1261 q80_config_fw_lro_t *fw_lro; local
1267 fw_lro = (q80_config_fw_lro_t *)ha->hw.mbox;
1268 bzero(fw_lro, sizeof(q80_config_fw_lro_t));
1270 fw_lro->opcode = Q8_MBX_CONFIG_FW_LRO;
1271 fw_lro->count_version = (sizeof (q80_config_fw_lro_t) >> 2);
1272 fw_lro->count_version |= Q8_MBX_CMD_VERSION;
1274 fw_lro->flags |= Q8_MBX_FW_LRO_IPV4 | Q8_MBX_FW_LRO_IPV4_WO_DST_IP_CHK;
1275 fw_lro->flags |= Q8_MBX_FW_LRO_IPV6 | Q8_MBX_FW_LRO_IPV6_WO_DST_IP_CHK;
1277 fw_lro->cntxt_id = cntxt_id;
1279 if (qla_mbx_cmd(ha, (uint32_t *)fw_lro,
[all...]

Completed in 106 milliseconds