Lines Matching refs:u16
156 u16 length;
157 u16 next_to_watch;
160 u16 mapped_as_page;
178 u16 next_to_use;
179 u16 next_to_clean;
198 u16 bmcr; /* basic mode control register */
199 u16 bmsr; /* basic mode status register */
200 u16 advertise; /* auto-negotiation advertisement */
201 u16 lpa; /* link partner ability register */
202 u16 expansion; /* auto-negotiation expansion reg */
203 u16 ctrl1000; /* 1000BASE-T control register */
204 u16 stat1000; /* 1000BASE-T status register */
205 u16 estatus; /* extended status register */
222 u16 mng_vlan_id;
223 u16 link_speed;
224 u16 link_duplex;
225 u16 eeprom_vers;
233 u16 tx_itr;
234 u16 rx_itr;
292 u16 rx_ps_bsize0;
336 u16 tx_ring_count;
337 u16 rx_ring_count;
351 u16 eee_advert;
524 static inline s32 e1e_rphy(struct e1000_hw *hw, u32 offset, u16 *data) in e1e_rphy()
529 static inline s32 e1e_rphy_locked(struct e1000_hw *hw, u32 offset, u16 *data) in e1e_rphy_locked()
534 static inline s32 e1e_wphy(struct e1000_hw *hw, u32 offset, u16 data) in e1e_wphy()
539 static inline s32 e1e_wphy_locked(struct e1000_hw *hw, u32 offset, u16 data) in e1e_wphy_locked()
564 static inline s32 e1000_read_nvm(struct e1000_hw *hw, u16 offset, u16 words, in e1000_read_nvm()
565 u16 *data) in e1000_read_nvm()
570 static inline s32 e1000_write_nvm(struct e1000_hw *hw, u16 offset, u16 words, in e1000_write_nvm()
571 u16 *data) in e1000_write_nvm()