HomeSort by: relevance | last modified time | path
    Searched refs:ixgbe_read_pba_string (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_api.h 68 s32 ixgbe_read_pba_string(struct ixgbe_hw *hw, u8 *pba_num, u32 pba_num_size);
ixgbe_api.c 448 * ixgbe_read_pba_string - Reads part number string from EEPROM
455 s32 ixgbe_read_pba_string(struct ixgbe_hw *hw, u8 *pba_num, u32 pba_num_size) function in typeref:typename:s32
ixgbe.c 1122 error = ixgbe_read_pba_string(hw, buf, IXGBE_PBANUM_LENGTH);

Completed in 216 milliseconds