Searched refs:read_opcode (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/isci/scil/ |
H A D | sati_move.c | 93 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 D | e1000_nvm.c | 453 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 D | verbs.h | 1099 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 D | cq.c | 660 cq->ibv_cq.read_opcode = mlx4_cq_read_wc_opcode; in mlx4_cq_fill_pfns()
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_common.c | 1535 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 D | cq.c | 1256 cq->ibv_cq.read_opcode = mlx5_cq_read_wc_opcode; in mlx5_cq_fill_pfns()
|
/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_uverbs.c | 1132 ibvcq_ex->read_opcode = irdma_wc_read_opcode; in irdma_ibvcq_ex_fill_priv_funcs()
|