Home
last modified time | relevance | path

Searched refs:pba_num (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/intel/e1000e/
H A Dnvm.h11 s32 e1000_read_pba_string_generic(struct e1000_hw *hw, u8 *pba_num,
/linux/drivers/net/ethernet/intel/ice/
H A Dice_nvm.h30 int ice_read_pba_string(struct ice_hw *hw, u8 *pba_num, u32 pba_num_size);
H A Dice_nvm.c530 int ice_read_pba_string(struct ice_hw *hw, u8 *pba_num, u32 pba_num_size) in ice_read_pba_string() argument
572 pba_num[(i * 2)] = (pba_word >> 8) & 0xFF; in ice_read_pba_string()
573 pba_num[(i * 2) + 1] = pba_word & 0xFF; in ice_read_pba_string()
575 pba_num[(pba_size * 2)] = '\0'; in ice_read_pba_string()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h15 int ixgbe_read_pba_string_generic(struct ixgbe_hw *hw, u8 *pba_num,
H A Dixgbe_e610.c3929 * @pba_num: stores the part number string from the NVM in __fwlog_send_cmd()
3936 static int ixgbe_read_pba_string_e610(struct ixgbe_hw *hw, u8 *pba_num, in ixgbe_fwlog_init()
3943 *pba_num = '\0'; in ixgbe_fwlog_init()
3972 pba_num[(i * 2)] = FIELD_GET(IXGBE_E610_SR_PBA_BLOCK_MASK,
3974 pba_num[(i * 2) + 1] = pba_word & 0xFF;
3977 pba_num[(pba_size * 2)] = '\0';
3878 ixgbe_read_pba_string_e610(struct ixgbe_hw * hw,u8 * pba_num,u32 pba_num_size) ixgbe_read_pba_string_e610() argument