Searched defs:read (Results 51 - 60 of 60) sorted by relevance

123

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82575.h97 #define E1000_CTRL_EXT_NSICR 0x00000001 /* Disable Intr Clear all on read */
198 } read; member in union:e1000_adv_rx_desc
287 } read; member in union:e1000_adv_tx_desc
H A De1000_hw.h394 } read; member in union:e1000_rx_desc_extended
424 } read; member in union:e1000_rx_desc_packet_split
732 * Where X=[read|write], L=locking, P=sets page, A=register access
767 s32 (*read)(struct e1000_hw *, u16, u16, u16 *); member in struct:e1000_nvm_operations
891 s32 (*read)(struct e1000_hw *, u32 *, u16, u16); member in struct:e1000_mbx_operations
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c171 * Config space read-modify-write routines
1230 * and then re-read the register to get the final value of the
1244 * value read after the 5us delay. This seems to be due to the
1249 * the data from the original read that showed START clear.
1436 * All OK; read the SEEPROM data register, then write back
1437 * the value read from the address register in order to
1538 * All OK; read the data from the Flash read register
1856 bge_nvmem_access_cmd(bge_t *bgep, boolean_t read) argument
1866 return (read
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c235 /* Sliding window. Input bytes are read into the second half of the window,
874 * and total number of bytes read.
1105 * At least one byte has been read, or avail_in == 0; reads are
2969 * i.e. no pending output (hence s->read equals s->write), and the state must
3088 Bytef *read; /* window read pointer */ member in struct:inflate_blocks_state
3110 #define WAVAIL (q<s->read?s->read-q-1:s->end-q)
3112 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=WAVAIL;}}
3201 13. The literal/length and distance code bit lengths are read a
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c384 * Sliding window. Input bytes are read into the second half
1378 * and total number of bytes read. All deflate() input goes through
1716 * At least one byte has been read, or avail_in == 0; reads are
1813 "read too much");
3921 * i.e. no pending output (hence s->read equals s->write), and the state must
4190 Bytef *read; /* window read pointer */ member in struct:inflate_blocks_state
4213 #define WAVAIL (uInt)(q < s->read ? s->read-q-1 : s->end-q)
4215 #define WWRAP {if (q == s->end && s->read !
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c242 * on the exception we have to show a zero read or write before we show
305 static const char rd_str[] = "read";
445 st_read, /* read */
457 st_aread, /* async I/O read entry point */
636 static int st_recovery_get_position(struct scsi_tape *un, tapepos_t *read,
639 cmd_attribute const * cmd_att, tapepos_t *read);
1032 " For more information, read about "
2376 "fail to read block limits.\n");
2396 "fail to read vitial inquiry.\n");
3104 } else { /* error on read bloc
17690 st_recovery_get_position(struct scsi_tape *un, tapepos_t *read, read_pos_data_t *raw) argument
17742 st_compare_expected_position(struct scsi_tape *un, st_err_info *ei, cmd_attribute const * cmd_att, tapepos_t *read) argument
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1020 open_read_delegation4 read; member in union:open_delegation4::__anon632
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_type.h652 } read; member in union:i40e_16byte_rx_desc
682 } read; member in union:i40e_32byte_rx_desc
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h2238 #define IXGBE_EEPROM_READ_OPCODE_SPI 0x03 /* EEPROM read opcode */
2244 #define IXGBE_EEPROM_RDSR_OPCODE_SPI 0x05 /* EEPROM read Status reg */
2251 #define IXGBE_EEPROM_RW_REG_DATA 16 /* data offset in EEPROM read reg */
2275 /* Number of 5 microseconds we wait for EERD read and
3036 } read; member in union:ixgbe_adv_tx_desc
3059 } read; member in union:ixgbe_adv_rx_desc
3645 s32 (*read)(struct ixgbe_hw *, u16, u16 *); member in struct:ixgbe_eeprom_operations
3854 s32 (*read)(struct ixgbe_hw *, u32 *, u16, u16); member in struct:ixgbe_mbx_operations
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h1657 struct fw_ri_rdma_read_wr read; member in union:fw_ri_wr::fw_ri::fw_ri_init::fw_ri_init_p2p
5711 * These are read from module's EEPROM and determined once the module is

Completed in 238 milliseconds

123