Searched refs:E1000_UNUSEDARG (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | e1000_mbx.c | 41 static s32 e1000_null_mbx_check_for_flag(struct e1000_hw E1000_UNUSEDARG *hw, in e1000_null_mbx_check_for_flag() 42 u16 E1000_UNUSEDARG mbx_id) in e1000_null_mbx_check_for_flag() 53 static s32 e1000_null_mbx_transact(struct e1000_hw E1000_UNUSEDARG *hw, in e1000_null_mbx_transact() 54 u32 E1000_UNUSEDARG *msg, in e1000_null_mbx_transact() 55 u16 E1000_UNUSEDARG size, in e1000_null_mbx_transact() 56 u16 E1000_UNUSEDARG mbx_id) in e1000_null_mbx_transact() 361 u16 E1000_UNUSEDARG mbx_id) in e1000_check_for_msg_vf() 383 u16 E1000_UNUSEDARG mbx_id) in e1000_check_for_ack_vf() 405 u16 E1000_UNUSEDARG mbx_id) in e1000_check_for_rst_vf() 452 u16 E1000_UNUSEDARG mbx_id) in e1000_write_mbx_vf() [all …]
|
H A D | e1000_mac.c | 88 s32 e1000_null_ops_generic(struct e1000_hw E1000_UNUSEDARG *hw) in e1000_null_ops_generic() 98 void e1000_null_mac_generic(struct e1000_hw E1000_UNUSEDARG *hw) in e1000_null_mac_generic() 108 s32 e1000_null_link_info(struct e1000_hw E1000_UNUSEDARG *hw, in e1000_null_link_info() 109 u16 E1000_UNUSEDARG *s, u16 E1000_UNUSEDARG *d) in e1000_null_link_info() 119 bool e1000_null_mng_mode(struct e1000_hw E1000_UNUSEDARG *hw) in e1000_null_mng_mode() 129 void e1000_null_update_mc(struct e1000_hw E1000_UNUSEDARG *hw, in e1000_null_update_mc() 130 u8 E1000_UNUSEDARG *h, u32 E1000_UNUSEDARG a) in e1000_null_update_mc() 140 void e1000_null_write_vfta(struct e1000_hw E1000_UNUSEDARG *hw, in e1000_null_write_vfta() 141 u32 E1000_UNUSEDARG a, u32 E1000_UNUSEDARG b) in e1000_null_write_vfta() 151 int e1000_null_rar_set(struct e1000_hw E1000_UNUSEDARG *hw, in e1000_null_rar_set() [all …]
|
H A D | e1000_nvm.c | 66 s32 e1000_null_read_nvm(struct e1000_hw E1000_UNUSEDARG *hw, in e1000_null_read_nvm() 67 u16 E1000_UNUSEDARG a, u16 E1000_UNUSEDARG b, in e1000_null_read_nvm() 68 u16 E1000_UNUSEDARG *c) in e1000_null_read_nvm() 78 void e1000_null_nvm_generic(struct e1000_hw E1000_UNUSEDARG *hw) in e1000_null_nvm_generic() 88 s32 e1000_null_led_default(struct e1000_hw E1000_UNUSEDARG *hw, in e1000_null_led_default() 89 u16 E1000_UNUSEDARG *data) in e1000_null_led_default() 99 s32 e1000_null_write_nvm(struct e1000_hw E1000_UNUSEDARG *hw, in e1000_null_write_nvm() 100 u16 E1000_UNUSEDARG a, u16 E1000_UNUSEDARG b, in e1000_null_write_nvm() 101 u16 E1000_UNUSEDARG *c) in e1000_null_write_nvm()
|
H A D | e1000_vf.c | 162 static s32 e1000_acquire_vf(struct e1000_hw E1000_UNUSEDARG *hw) in e1000_acquire_vf() 175 static void e1000_release_vf(struct e1000_hw E1000_UNUSEDARG *hw) in e1000_release_vf() 186 static s32 e1000_setup_link_vf(struct e1000_hw E1000_UNUSEDARG *hw) in e1000_setup_link_vf() 324 u32 E1000_UNUSEDARG index) in e1000_rar_set_vf()
|
H A D | e1000_phy.c | 107 s32 e1000_null_set_page(struct e1000_hw E1000_UNUSEDARG *hw, in e1000_null_set_page() 108 u16 E1000_UNUSEDARG data) in e1000_null_set_page() 118 s32 e1000_null_read_reg(struct e1000_hw E1000_UNUSEDARG *hw, in e1000_null_read_reg() 119 u32 E1000_UNUSEDARG offset, u16 E1000_UNUSEDARG *data) in e1000_null_read_reg() 129 void e1000_null_phy_generic(struct e1000_hw E1000_UNUSEDARG *hw) in e1000_null_phy_generic() 139 s32 e1000_null_lplu_state(struct e1000_hw E1000_UNUSEDARG *hw, in e1000_null_lplu_state() 140 bool E1000_UNUSEDARG active) in e1000_null_lplu_state() 150 s32 e1000_null_write_reg(struct e1000_hw E1000_UNUSEDARG *hw, in e1000_null_write_reg() 151 u32 E1000_UNUSEDARG offset, u16 E1000_UNUSEDARG data) in e1000_null_write_reg() 165 s32 e1000_read_i2c_byte_null(struct e1000_hw E1000_UNUSEDARG *hw, in e1000_read_i2c_byte_null() [all …]
|
H A D | e1000_defines.h | 1472 #define E1000_UNUSEDARG macro
|
H A D | e1000_i210.c | 419 u16 E1000_UNUSEDARG words, u16 *data) in e1000_read_invm_i210()
|