Home
last modified time | relevance | path

Searched refs:read_opcode (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dsati_move.c93 U8 read_opcode in sati_move_set_ata_command() argument
101 sati_set_ata_command(register_fis, read_opcode); in sati_move_set_ata_command()
126 U8 read_opcode in sati_move_small_udma_translate_command() argument
132 sati_move_set_ata_command(sequence, ata_io, write_opcode, read_opcode); in sati_move_small_udma_translate_command()
166 U8 read_opcode in sati_move_large_udma_translate_command() argument
169 sati_move_set_ata_command(sequence, ata_io, write_opcode, read_opcode); in sati_move_large_udma_translate_command()
/freebsd/sys/dev/e1000/
H A De1000_nvm.c453 u8 read_opcode = NVM_READ_OPCODE_SPI; in e1000_read_nvm_spi() local
477 read_opcode |= NVM_A8_OPCODE_SPI; in e1000_read_nvm_spi()
480 e1000_shift_out_eec_bits(hw, read_opcode, nvm->opcode_bits); in e1000_read_nvm_spi()
513 u8 read_opcode = NVM_READ_OPCODE_MICROWIRE; in e1000_read_nvm_microwire() local
536 e1000_shift_out_eec_bits(hw, read_opcode, nvm->opcode_bits); in e1000_read_nvm_microwire()
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h1099 enum ibv_wc_opcode (*read_opcode)(struct ibv_cq_ex *current); member
1137 return cq->read_opcode(cq); in ibv_wc_read_opcode()
/freebsd/contrib/ofed/libmlx4/
H A Dcq.c660 cq->ibv_cq.read_opcode = mlx4_cq_read_wc_opcode; in mlx4_cq_fill_pfns()
/freebsd/sys/dev/ixgbe/
H A Dixgbe_common.c1535 u8 read_opcode = IXGBE_EEPROM_READ_OPCODE_SPI; in ixgbe_read_eeprom_buffer_bit_bang() local
1559 read_opcode |= IXGBE_EEPROM_A8_OPCODE_SPI; in ixgbe_read_eeprom_buffer_bit_bang()
1562 ixgbe_shift_out_eeprom_bits(hw, read_opcode, in ixgbe_read_eeprom_buffer_bit_bang()
/freebsd/contrib/ofed/libmlx5/
H A Dcq.c1256 cq->ibv_cq.read_opcode = mlx5_cq_read_wc_opcode; in mlx5_cq_fill_pfns()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_uverbs.c1132 ibvcq_ex->read_opcode = irdma_wc_read_opcode; in irdma_ibvcq_ex_fill_priv_funcs()