Lines Matching refs:u16
154 u16 length;
155 u16 next_to_watch;
158 u16 mapped_as_page;
176 u16 next_to_use;
177 u16 next_to_clean;
196 u16 bmcr; /* basic mode control register */
197 u16 bmsr; /* basic mode status register */
198 u16 advertise; /* auto-negotiation advertisement */
199 u16 lpa; /* link partner ability register */
200 u16 expansion; /* auto-negotiation expansion reg */
201 u16 ctrl1000; /* 1000BASE-T control register */
202 u16 stat1000; /* 1000BASE-T status register */
203 u16 estatus; /* extended status register */
220 u16 mng_vlan_id;
221 u16 link_speed;
222 u16 link_duplex;
223 u16 eeprom_vers;
231 u16 tx_itr;
232 u16 rx_itr;
290 u16 rx_ps_bsize0;
334 u16 tx_ring_count;
335 u16 rx_ring_count;
349 u16 eee_advert;
518 static inline s32 e1e_rphy(struct e1000_hw *hw, u32 offset, u16 *data) in e1e_rphy()
523 static inline s32 e1e_rphy_locked(struct e1000_hw *hw, u32 offset, u16 *data) in e1e_rphy_locked()
528 static inline s32 e1e_wphy(struct e1000_hw *hw, u32 offset, u16 data) in e1e_wphy()
533 static inline s32 e1e_wphy_locked(struct e1000_hw *hw, u32 offset, u16 data) in e1e_wphy_locked()
558 static inline s32 e1000_read_nvm(struct e1000_hw *hw, u16 offset, u16 words, in e1000_read_nvm()
559 u16 *data) in e1000_read_nvm()
564 static inline s32 e1000_write_nvm(struct e1000_hw *hw, u16 offset, u16 words, in e1000_write_nvm()
565 u16 *data) in e1000_write_nvm()