Lines Matching refs:u32

42 		IXGBE_WRITE_REG(hw, reg, (u32) value); \
43 IXGBE_WRITE_REG(hw, reg + 4, (u32) (value >> 32)); \
60 s32 ixgbe_read_pba_num_generic(struct ixgbe_hw *hw, u32 *pba_num);
62 u32 pba_num_size);
64 u32 eeprom_buf_size, u16 max_pba_block_size,
67 u32 eeprom_buf_size, struct ixgbe_pba *pba);
69 u32 eeprom_buf_size, u16 *pba_block_size);
76 s32 ixgbe_led_on_generic(struct ixgbe_hw *hw, u32 index);
77 s32 ixgbe_led_off_generic(struct ixgbe_hw *hw, u32 index);
98 s32 ixgbe_poll_eerd_eewr_done(struct ixgbe_hw *hw, u32 ee_reg);
100 s32 ixgbe_set_rar_generic(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
101 u32 enable_addr);
102 s32 ixgbe_clear_rar_generic(struct ixgbe_hw *hw, u32 index);
105 u32 mc_addr_count,
108 u32 addr_count, ixgbe_mc_addr_itr func);
111 s32 ixgbe_enable_rx_dma_generic(struct ixgbe_hw *hw, u32 regval);
121 s32 ixgbe_acquire_swfw_sync(struct ixgbe_hw *hw, u32 mask);
122 void ixgbe_release_swfw_sync(struct ixgbe_hw *hw, u32 mask);
125 s32 prot_autoc_read_generic(struct ixgbe_hw *hw, bool *, u32 *reg_val);
126 s32 prot_autoc_write_generic(struct ixgbe_hw *hw, u32 reg_val, bool locked);
128 s32 ixgbe_blink_led_start_generic(struct ixgbe_hw *hw, u32 index);
129 s32 ixgbe_blink_led_stop_generic(struct ixgbe_hw *hw, u32 index);
134 s32 ixgbe_set_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
135 s32 ixgbe_set_vmdq_san_mac_generic(struct ixgbe_hw *hw, u32 vmdq);
136 s32 ixgbe_clear_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq);
137 s32 ixgbe_insert_mac_addr_generic(struct ixgbe_hw *hw, u8 *addr, u32 vmdq);
139 s32 ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan,
140 u32 vind, bool vlan_on, bool vlvf_bypass);
141 s32 ixgbe_set_vlvf_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind,
142 bool vlan_on, u32 *vfta_delta, u32 vfta,
145 s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass);
158 void ixgbe_set_rxpba_generic(struct ixgbe_hw *hw, int num_pb, u32 headroom,
163 u8 ixgbe_calculate_checksum(u8 *buffer, u32 length);
164 s32 ixgbe_host_interface_command(struct ixgbe_hw *hw, u32 *buffer,
165 u32 length, u32 timeout, bool return_data);
166 s32 ixgbe_hic_unlocked(struct ixgbe_hw *, u32 *buffer, u32 length, u32 timeout);
169 u32 (*data)[FW_PHY_ACT_DATA_COUNT]);
171 s32 ixgbe_bypass_rw_generic(struct ixgbe_hw *hw, u32 cmd, u32 *status);
172 bool ixgbe_bypass_valid_rd_generic(u32 in_reg, u32 out_reg);
173 s32 ixgbe_bypass_set_generic(struct ixgbe_hw *hw, u32 ctrl, u32 event,
174 u32 action);
175 s32 ixgbe_bypass_rd_eep_generic(struct ixgbe_hw *hw, u32 addr, u8 *value);