Searched refs:read_opcode (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/dev/isci/scil/ |
| H A D | sati_move.c | 95 U8 read_opcode in sati_move_set_ata_command() argument 103 sati_set_ata_command(register_fis, read_opcode); in sati_move_set_ata_command() 128 U8 read_opcode in sati_move_small_udma_translate_command() argument 134 sati_move_set_ata_command(sequence, ata_io, write_opcode, read_opcode); in sati_move_small_udma_translate_command() 168 U8 read_opcode in sati_move_large_udma_translate_command() argument 171 sati_move_set_ata_command(sequence, ata_io, write_opcode, read_opcode); in sati_move_large_udma_translate_command()
|
| /freebsd-13.1/sys/dev/e1000/ |
| H A D | e1000_nvm.c | 454 u8 read_opcode = NVM_READ_OPCODE_SPI; in e1000_read_nvm_spi() local 478 read_opcode |= NVM_A8_OPCODE_SPI; in e1000_read_nvm_spi() 481 e1000_shift_out_eec_bits(hw, read_opcode, nvm->opcode_bits); in e1000_read_nvm_spi() 514 u8 read_opcode = NVM_READ_OPCODE_MICROWIRE; in e1000_read_nvm_microwire() local 537 e1000_shift_out_eec_bits(hw, read_opcode, nvm->opcode_bits); in e1000_read_nvm_microwire()
|
| /freebsd-13.1/contrib/ofed/libibverbs/ |
| H A D | verbs.h | 1097 enum ibv_wc_opcode (*read_opcode)(struct ibv_cq_ex *current); member 1135 return cq->read_opcode(cq); in ibv_wc_read_opcode()
|
| /freebsd-13.1/contrib/ofed/libmlx4/ |
| H A D | cq.c | 660 cq->ibv_cq.read_opcode = mlx4_cq_read_wc_opcode; in mlx4_cq_fill_pfns()
|
| /freebsd-13.1/sys/dev/ixgbe/ |
| H A D | ixgbe_common.c | 1526 u8 read_opcode = IXGBE_EEPROM_READ_OPCODE_SPI; in ixgbe_read_eeprom_buffer_bit_bang() local 1550 read_opcode |= IXGBE_EEPROM_A8_OPCODE_SPI; in ixgbe_read_eeprom_buffer_bit_bang() 1553 ixgbe_shift_out_eeprom_bits(hw, read_opcode, in ixgbe_read_eeprom_buffer_bit_bang()
|
| /freebsd-13.1/contrib/ofed/libmlx5/ |
| H A D | cq.c | 1256 cq->ibv_cq.read_opcode = mlx5_cq_read_wc_opcode; in mlx5_cq_fill_pfns()
|