Searched refs:pba_num (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/igb/
H A Digb_nvm.h48 s32 e1000_read_pba_num_generic(struct e1000_hw *hw, u32 *pba_num);
H A Digb_nvm.c733 * @pba_num: pointer to device part number
736 * the value in pba_num.
739 e1000_read_pba_num_generic(struct e1000_hw *hw, u32 *pba_num) argument
751 *pba_num = (u32)(nvm_data << 16);
758 *pba_num |= nvm_data;
H A Digb_api.c983 * @pba_num: pointer to device part number
986 * the value in pba_num.
991 e1000_read_pba_num(struct e1000_hw *hw, u32 *pba_num) argument
993 return (e1000_read_pba_num_generic(hw, pba_num));
/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A De1000_nvm.h45 s32 e1000_read_pba_num_generic(struct e1000_hw *hw, u32 *pba_num);
H A De1000_nvm.c792 * @pba_num: pointer to device part number
795 * the value in pba_num.
798 e1000_read_pba_num_generic(struct e1000_hw *hw, u32 *pba_num) argument
810 *pba_num = (u32)(nvm_data << 16);
817 *pba_num |= nvm_data;
H A De1000_api.c1132 * @pba_num: pointer to device part number
1135 * the value in pba_num.
1140 e1000_read_pba_num(struct e1000_hw *hw, u32 *pba_num) argument
1142 return (e1000_read_pba_num_generic(hw, pba_num));
/opensolaris-onvv-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_common.h51 s32 ixgbe_read_pba_num_generic(struct ixgbe_hw *hw, u32 *pba_num);
H A Dixgbe_api.c365 * @pba_num: stores the part number from the EEPROM
370 ixgbe_read_pba_num(struct ixgbe_hw *hw, u32 *pba_num) argument
372 return (ixgbe_read_pba_num_generic(hw, pba_num));
H A Dixgbe_api.h52 s32 ixgbe_read_pba_num(struct ixgbe_hw *hw, u32 *pba_num);
H A Dixgbe_common.c309 * @pba_num: stores the part number from the EEPROM
314 ixgbe_read_pba_num_generic(struct ixgbe_hw *hw, u32 *pba_num) argument
326 *pba_num = (u32)(data << 16);
333 *pba_num |= data;

Completed in 168 milliseconds