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

/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dtavor.c210 tfi_data.tf_type = TAVOR_FLASH_READ_SECTOR;
276 tfi_data.tf_type = TAVOR_FLASH_READ_SECTOR;
985 info.tf_type = TAVOR_FLASH_READ_SECTOR;
1013 info.tf_type = TAVOR_FLASH_READ_SECTOR;
1042 info.tf_type = TAVOR_FLASH_READ_SECTOR;
1236 info.tf_type = TAVOR_FLASH_READ_QUADLET;
1277 info.tf_type = TAVOR_FLASH_READ_QUADLET;
1501 cmd.tf_type = TAVOR_FLASH_WRITE_SECTOR;
1512 "\tcmd.tf_type %d\n"
1515 cmd.tf_type, dat
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_ioctl.h137 * read_sector: tf_type, tf_sector, tf_sector_num
138 * read_quadlet: tf_type, tf_addr, tf_quadlet
139 * write_sector: tf_type, tf_sector, tf_sector_num
140 * write_byte: tf_type, tf_addr, tf_byte
141 * erase_sector: tf_type, tf_sector_num
142 * erase_chip: tf_type
148 uint32_t tf_type; member in struct:tavor_flash_ioctl_s
H A Dtavor_misc.h449 uint32_t tf_type; member in struct:tavor_flash_ioctl32_s
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ioctl.c260 ioctl_info.tf_type = info32.tf_type;
278 switch (ioctl_info.tf_type) {
335 info32.tf_type = ioctl_info.tf_type;
401 ioctl_info.tf_type = info32.tf_type;
420 switch (ioctl_info.tf_type) {
515 ioctl_info.tf_type = info32.tf_type;
[all...]

Completed in 65 milliseconds