• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/e1000/

Lines Matching refs:u16

40 s32  e1000_null_read_reg(struct e1000_hw *hw, u32 offset, u16 *data);
43 s32 e1000_null_write_reg(struct e1000_hw *hw, u32 offset, u16 data);
44 s32 e1000_null_set_page(struct e1000_hw *hw, u16 data);
71 void e1000_phy_force_speed_duplex_setup(struct e1000_hw *hw, u16 *phy_ctrl);
74 s32 e1000_read_kmrn_reg_generic(struct e1000_hw *hw, u32 offset, u16 *data);
75 s32 e1000_read_kmrn_reg_locked(struct e1000_hw *hw, u32 offset, u16 *data);
76 s32 e1000_set_page_igp(struct e1000_hw *hw, u16 page);
77 s32 e1000_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data);
78 s32 e1000_read_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 *data);
79 s32 e1000_read_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 *data);
82 s32 e1000_write_kmrn_reg_generic(struct e1000_hw *hw, u32 offset, u16 data);
83 s32 e1000_write_kmrn_reg_locked(struct e1000_hw *hw, u32 offset, u16 data);
84 s32 e1000_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data);
85 s32 e1000_write_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 data);
86 s32 e1000_write_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 data);
92 s32 e1000_write_phy_reg_bm(struct e1000_hw *hw, u32 offset, u16 data);
93 s32 e1000_read_phy_reg_bm(struct e1000_hw *hw, u32 offset, u16 *data);
94 s32 e1000_enable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg);
95 s32 e1000_disable_phy_wakeup_reg_access_bm(struct e1000_hw *hw, u16 *phy_reg);
96 s32 e1000_read_phy_reg_bm2(struct e1000_hw *hw, u32 offset, u16 *data);
97 s32 e1000_write_phy_reg_bm2(struct e1000_hw *hw, u32 offset, u16 data);
100 s32 e1000_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data);
101 s32 e1000_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data);
102 s32 e1000_read_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 *data);
103 s32 e1000_write_phy_reg_i2c(struct e1000_hw *hw, u32 offset, u16 data);
104 s32 e1000_read_sfp_data_byte(struct e1000_hw *hw, u16 offset, u8 *data);
105 s32 e1000_write_sfp_data_byte(struct e1000_hw *hw, u16 offset, u8 data);
106 s32 e1000_read_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 *data);
107 s32 e1000_read_phy_reg_hv_locked(struct e1000_hw *hw, u32 offset, u16 *data);
108 s32 e1000_read_phy_reg_page_hv(struct e1000_hw *hw, u32 offset, u16 *data);
109 s32 e1000_write_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 data);
110 s32 e1000_write_phy_reg_hv_locked(struct e1000_hw *hw, u32 offset, u16 data);
111 s32 e1000_write_phy_reg_page_hv(struct e1000_hw *hw, u32 offset, u16 data);
118 s32 e1000_write_phy_reg_gs40g(struct e1000_hw *hw, u32 offset, u16 data);
119 s32 e1000_read_phy_reg_gs40g(struct e1000_hw *hw, u32 offset, u16 *data);
166 ((u16)(((offset) >> PHY_PAGE_SHIFT) & 0xFFFF))
168 ((u16)(((offset) & MAX_PHY_REG_ADDRESS) |\