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

Lines Matching refs:u16

48 	u16 word[2];
49 u16 *pba_block;
55 u16 ixgbe_get_pcie_msix_count_generic(struct ixgbe_hw *hw);
64 s32 ixgbe_read_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf,
65 u32 eeprom_buf_size, u16 max_pba_block_size,
67 s32 ixgbe_write_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf,
69 s32 ixgbe_get_pba_block_size(struct ixgbe_hw *hw, u16 *eeprom_buf,
70 u32 eeprom_buf_size, u16 *pba_block_size);
73 void ixgbe_set_pci_config_data_generic(struct ixgbe_hw *hw, u16 link_status);
82 s32 ixgbe_write_eeprom_generic(struct ixgbe_hw *hw, u16 offset, u16 data);
83 s32 ixgbe_write_eeprom_buffer_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
84 u16 words, u16 *data);
85 s32 ixgbe_read_eerd_generic(struct ixgbe_hw *hw, u16 offset, u16 *data);
86 s32 ixgbe_read_eerd_buffer_generic(struct ixgbe_hw *hw, u16 offset,
87 u16 words, u16 *data);
88 s32 ixgbe_write_eewr_generic(struct ixgbe_hw *hw, u16 offset, u16 data);
89 s32 ixgbe_write_eewr_buffer_generic(struct ixgbe_hw *hw, u16 offset,
90 u16 words, u16 *data);
91 s32 ixgbe_read_eeprom_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
92 u16 *data);
93 s32 ixgbe_read_eeprom_buffer_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
94 u16 words, u16 *data);
97 u16 *checksum_val);
152 s32 ixgbe_get_wwn_prefix_generic(struct ixgbe_hw *hw, u16 *wwnn_prefix,
153 u16 *wwpn_prefix);
155 s32 ixgbe_get_fcoe_boot_status_generic(struct ixgbe_hw *hw, u16 *bs);
158 s32 ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps);
163 u8 build, u8 ver, u16 len, const char *str);
169 s32 ixgbe_fw_phy_activity(struct ixgbe_hw *, u16 activity,