Searched refs:eeprom_buf (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/e1000/
H A De1000_nvm.h58 s32 e1000_read_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf,
61 s32 e1000_write_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf,
63 s32 e1000_get_pba_block_size(struct e1000_hw *hw, u16 *eeprom_buf,
H A De1000_nvm.c923 * @eeprom_buf: optional pointer to EEPROM image
928 * Reads PBA from EEPROM image when eeprom_buf is not NULL.
929 * Reads PBA from physical EEPROM device when eeprom_buf is NULL.
932 s32 e1000_read_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf, argument
942 if (eeprom_buf == NULL) {
949 pba->word[0] = eeprom_buf[NVM_PBA_OFFSET_0];
950 pba->word[1] = eeprom_buf[NVM_PBA_OFFSET_1];
960 ret_val = e1000_get_pba_block_size(hw, eeprom_buf,
969 if (eeprom_buf == NULL) {
979 &eeprom_buf[pb
1001 e1000_write_pba_raw(struct e1000_hw *hw, u16 *eeprom_buf, u32 eeprom_buf_size, struct e1000_pba *pba) argument
1060 e1000_get_pba_block_size(struct e1000_hw *hw, u16 *eeprom_buf, u32 eeprom_buf_size, u16 *pba_block_size) argument
[all...]
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_common.h62 s32 ixgbe_read_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf,
65 s32 ixgbe_write_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf,
67 s32 ixgbe_get_pba_block_size(struct ixgbe_hw *hw, u16 *eeprom_buf,
H A Dixgbe_common.c742 * @eeprom_buf: optional pointer to EEPROM image
747 * Reads PBA from EEPROM image when eeprom_buf is not NULL.
748 * Reads PBA from physical EEPROM device when eeprom_buf is NULL.
751 s32 ixgbe_read_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf, argument
761 if (eeprom_buf == NULL) {
768 pba->word[0] = eeprom_buf[IXGBE_PBANUM0_PTR];
769 pba->word[1] = eeprom_buf[IXGBE_PBANUM1_PTR];
779 ret_val = ixgbe_get_pba_block_size(hw, eeprom_buf,
788 if (eeprom_buf == NULL) {
798 &eeprom_buf[pb
820 ixgbe_write_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf, u32 eeprom_buf_size, struct ixgbe_pba *pba) argument
879 ixgbe_get_pba_block_size(struct ixgbe_hw *hw, u16 *eeprom_buf, u32 eeprom_buf_size, u16 *pba_block_size) argument
[all...]

Completed in 100 milliseconds