Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/
Dips.c1091 if ((pt->CoppCP.cmd.reset.op_code == IPS_CMD_RESET_CHANNEL) && in ips_queue_lck()
1092 (pt->CoppCP.cmd.reset.adapter_flag == 1)) { in ips_queue_lck()
1629 pt->CoppCP.cmd.flashfw.op_code == in ips_make_passthru()
1661 if (IPS_IS_TROMBONE(ha) && pt->CoppCP.cmd.flashfw.type == IPS_FW_IMAGE) { in ips_flash_copperhead()
1672 if (pt->CoppCP.cmd.flashfw.type == IPS_BIOS_IMAGE && in ips_flash_copperhead()
1673 pt->CoppCP.cmd.flashfw.direction == IPS_ERASE_BIOS) { in ips_flash_copperhead()
1676 } else if (pt->CoppCP.cmd.flashfw.packet_num == 0) { in ips_flash_copperhead()
1683 datasize = pt->CoppCP.cmd.flashfw.total_packets * in ips_flash_copperhead()
1684 pt->CoppCP.cmd.flashfw.count; in ips_flash_copperhead()
1696 if (pt->CoppCP.cmd.flashfw.count + ha->flash_datasize > in ips_flash_copperhead()
[all …]
Dips.h1123 ips_scb_pt_t CoppCP; member