Searched refs:byte_offset (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-9.3-release/sys/dev/isci/scil/
H A Dsati_inquiry.c389 U16 byte_offset = 4; local
431 byte_offset = 16;
439 scsi_io, byte_offset, SCSI_FC_PROTOCOL_IDENTIFIER | SCSI_ASCII_CODE_SET
441 byte_offset++;
443 scsi_io, byte_offset, SCSI_LUN_ASSOCIATION | SCSI_T10_IDENTIFIER_TYPE
445 byte_offset++;
446 sati_set_data_byte(sequence, scsi_io, byte_offset, 0);
447 byte_offset++;
454 byte_offset,
457 byte_offset
[all...]
H A Dsati_callbacks.h120 * @param[in] byte_offset This parameter specifies the offset into the
129 U32 byte_offset,
142 * @param[in] byte_offset This parameter specifies the offset into the
151 U32 byte_offset,
H A Dscif_sas_sati_binding.h89 #define sati_cb_get_data_byte(scsi_io, byte_offset, value) \
92 sci_object_get_association(scsi_io),(byte_offset)\
97 #define sati_cb_set_data_byte(scsi_io, byte_offset, value) \
100 sci_object_get_association(scsi_io),(byte_offset)\
H A Dsati_util.c389 * @param[in] byte_offset This parameter specifies the byte offset into
399 U32 byte_offset,
405 if (byte_offset < max_sense_data_len)
406 sense_data[byte_offset] = value;
1423 * @param[in] byte_offset This parameter specifies the offset into
1434 U32 byte_offset,
1438 if (byte_offset < sequence->allocation_length)
1439 sati_cb_get_data_byte(scsi_io, byte_offset, value);
1451 * @param[in] byte_offset This parameter specifies the offset into
1462 U32 byte_offset,
396 sati_set_sense_data_byte( U8 * sense_data, U32 max_sense_data_len, U32 byte_offset, U8 value ) argument
1431 sati_get_data_byte( SATI_TRANSLATOR_SEQUENCE_T * sequence, void * scsi_io, U32 byte_offset, U8 * value ) argument
1459 sati_set_data_byte( SATI_TRANSLATOR_SEQUENCE_T * sequence, void * scsi_io, U32 byte_offset, U8 value ) argument
1490 sati_set_data_dword( SATI_TRANSLATOR_SEQUENCE_T * sequence, void * scsi_io, U32 byte_offset, U32 value ) argument
[all...]
H A Dsati_util.h264 U32 byte_offset,
271 U32 byte_offset,
278 U32 byte_offset,
285 U32 byte_offset,
H A Dscic_user_callback.h225 * with the scsi_io and byte_offset supplied parameters.
234 * @param[in] byte_offset This parameter specifies the offset into the data
244 U32 byte_offset
H A Dscif_user_callback.h278 * with the scsi_io and byte_offset supplied parameters.
287 * @param[in] byte_offset This parameter specifies the offset into the data
297 U32 byte_offset
H A Dscif_sas_stp_io_request.c585 U32 byte_offset
593 byte_offset
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_82598.h46 s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset,
H A Dixgbe_phy.h154 s32 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
156 s32 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
158 s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
160 s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
H A Dixgbe_api.c1066 * @byte_offset: byte offset to read
1071 s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, argument
1074 return ixgbe_call_func(hw, hw->phy.ops.read_i2c_byte, (hw, byte_offset,
1081 * @byte_offset: byte offset to write
1087 s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, argument
1090 return ixgbe_call_func(hw, hw->phy.ops.write_i2c_byte, (hw, byte_offset,
1097 * @byte_offset: EEPROM byte offset to write
1103 u8 byte_offset, u8 eeprom_data)
1106 (hw, byte_offset, eeprom_data),
1113 * @byte_offset
1102 ixgbe_write_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 eeprom_data) argument
1118 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data) argument
[all...]
H A Dixgbe_api.h134 s32 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data);
165 s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr,
167 s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr,
169 s32 ixgbe_write_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 eeprom_data);
H A Dixgbe_phy.c50 static s32 ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset,
1362 * @byte_offset: EEPROM byte offset to read
1367 s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, argument
1372 return hw->phy.ops.read_i2c_byte(hw, byte_offset,
1380 * @byte_offset: byte offset at address 0xA2
1385 static s32 ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset, argument
1388 return hw->phy.ops.read_i2c_byte(hw, byte_offset,
1396 * @byte_offset: EEPROM byte offset to write
1401 s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, argument
1406 return hw->phy.ops.write_i2c_byte(hw, byte_offset,
1420 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, u8 *data) argument
1512 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, u8 data) argument
[all...]
H A Dixgbe_82598.c61 static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset,
1108 * @byte_offset: byte offset to read from dev_addr
1114 u8 byte_offset, u8 *eeprom_data)
1139 sfp_addr = (dev_addr << 8) + byte_offset;
1181 * @byte_offset: EEPROM byte offset to read
1186 s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset, argument
1190 byte_offset, eeprom_data);
1196 * @byte_offset: byte offset at address 0xA2
1201 static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset, argument
1205 byte_offset, sff8472_dat
1113 ixgbe_read_i2c_phy_82598(struct ixgbe_hw *hw, u8 dev_addr, u8 byte_offset, u8 *eeprom_data) argument
[all...]
/freebsd-9.3-release/sys/dev/e1000/
H A De1000_82575.h509 s32 e1000_read_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset,
511 s32 e1000_write_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset,
H A De1000_phy.h44 s32 e1000_read_i2c_byte_null(struct e1000_hw *hw, u8 byte_offset,
46 s32 e1000_write_i2c_byte_null(struct e1000_hw *hw, u8 byte_offset,
H A De1000_82575.c2773 * @byte_offset: byte offset to read
2780 s32 e1000_read_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset, argument
2812 status = e1000_clock_out_i2c_byte(hw, byte_offset);
2864 * @byte_offset: byte offset to write
2871 s32 e1000_write_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset, argument
2899 status = e1000_clock_out_i2c_byte(hw, byte_offset);
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-dfa.h429 uint64_t byte_offset : 16; /**< Number of bytes consumed */ member in struct:__anon6408::__anon6409
441 uint64_t byte_offset : 16; /**< Number of bytes consumed */ member in struct:__anon6408::__anon6410
H A Dcvmx-l2c.c1275 int byte_offset, virtid_offset; local
1339 byte_offset = l2c_vrt_ctl.s.memsz + l2c_vrt_ctl.s.numid + 16;
1351 int l2c_vrt_mem_bit_index = start_addr >> byte_offset;
/freebsd-9.3-release/sys/dev/isci/
H A Disci_io_request.c493 * with the scsi_io and byte_offset supplied parameters.
502 * @param[in] byte_offset This parameter specifies the offset into the data
512 uint32_t byte_offset)
538 return (ccb->csio.data_ptr + byte_offset);
511 scif_cb_io_request_get_virtual_address_from_sgl(void * scif_user_io_request, uint32_t byte_offset) argument
/freebsd-9.3-release/sys/dev/advansys/
H A Dadwlib.h701 u_int32_t byte_offset);
793 carrierbotov(struct adw_softc *adw, u_int32_t byte_offset) argument
795 return ((struct adw_carrier *)((caddr_t)adw->carriers + byte_offset));
/freebsd-9.3-release/sys/mips/rmi/dev/sec/
H A Drmilib.c392 uint64_t byte_offset, global_offset; local
402 byte_offset = addr - seg_addr;
404 global_offset = byte_offset & 0x7;
417 len = op->source_buf_size + byte_offset - global_offset;
439 cipher_offset_dwords = (op->iv_offset + byte_offset) >> 3;
591 (unsigned long long)seg_addr, (unsigned long long)byte_offset);
609 byte_offset = addr - seg_addr;
610 global_offset = byte_offset & 0x7;
616 (unsigned long long)seg_addr, (unsigned long long)byte_offset);
629 cipher_offset_dwords = (op->cipher_offset + byte_offset) >>
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dexpmed.c355 int byte_offset;
370 byte_offset = 0;
378 byte_offset += (difference / UNITS_PER_WORD) * UNITS_PER_WORD;
380 byte_offset += difference % UNITS_PER_WORD;
383 byte_offset = SUBREG_BYTE (op0);
385 bitnum += byte_offset * BITS_PER_UNIT;
450 byte_offset = (bitnum % BITS_PER_WORD) / BITS_PER_UNIT
458 && byte_offset % GET_MODE_SIZE (fieldmode) == 0)
467 byte_offset);
1107 int byte_offset;
354 int byte_offset; local
1103 int byte_offset; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvalops.c657 int byte_offset; local
668 byte_offset = VALUE_OFFSET (toval) - offset;
674 amount_to_copy = byte_offset + 1;
676 amount_to_copy = byte_offset + TYPE_LENGTH (type);
689 modify_field (buffer + byte_offset,
695 memcpy (buffer + byte_offset, VALUE_CONTENTS (fromval),
/freebsd-9.3-release/sys/dev/drm/
H A Dradeon_state.c1673 u32 offset, byte_offset; local
1858 byte_offset = (image->y & ~2047) * blit_width;
1873 OUT_RING((texpitch << 22) | ((tex->offset >> 10) + (byte_offset >> 10)));

Completed in 138 milliseconds

12