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

/freebsd-11.0-release/sys/dev/ips/
H A Dips.c106 command->command_phys_addr = segments[0].ds_addr;
121 if(command->command_phys_addr == 0)
164 if(!command->command_phys_addr){
567 ips_write_4(command->sc, MORPHEUS_REG_IQPR, command->command_phys_addr);
744 ips_write_4(command->sc, COPPER_REG_CCSAR, command->command_phys_addr);
H A Dips.h107 u_int32_t command_phys_addr;/*WARNING! must be changed if 64bit addressing ever used*/ member in struct:ips_command
H A Dips_disk.c271 (uint32_t)command->command_phys_addr + IPS_COMMAND_LEN;
H A Dips_commands.c109 (u_int32_t)command->command_phys_addr + IPS_COMMAND_LEN;

Completed in 53 milliseconds