Searched refs:flashfw (Results 1 – 2 of 2) sorted by relevance
1625 pt->CoppCP.cmd.flashfw.op_code == in ips_make_passthru()1657 if (IPS_IS_TROMBONE(ha) && pt->CoppCP.cmd.flashfw.type == IPS_FW_IMAGE) { in ips_flash_copperhead()1668 if (pt->CoppCP.cmd.flashfw.type == IPS_BIOS_IMAGE && in ips_flash_copperhead()1669 pt->CoppCP.cmd.flashfw.direction == IPS_ERASE_BIOS) { in ips_flash_copperhead()1672 } else if (pt->CoppCP.cmd.flashfw.packet_num == 0) { in ips_flash_copperhead()1679 datasize = pt->CoppCP.cmd.flashfw.total_packets * in ips_flash_copperhead()1680 pt->CoppCP.cmd.flashfw.count; in ips_flash_copperhead()1692 if (pt->CoppCP.cmd.flashfw.count + ha->flash_datasize > in ips_flash_copperhead()1704 pt->CoppCP.cmd.flashfw.count); in ips_flash_copperhead()1705 ha->flash_datasize += pt->CoppCP.cmd.flashfw.count; in ips_flash_copperhead()[all …]
594 IPS_FLASHFW_CMD flashfw; member