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

/freebsd-13-stable/sys/dev/ice/
H A Dice_nvm.c687 u16 pfa_len, pfa_ptr; local
690 status = ice_read_sr_word(hw, ICE_SR_PFA_PTR, &pfa_ptr);
695 status = ice_read_sr_word(hw, pfa_ptr, &pfa_len);
703 next_tlv = pfa_ptr + 1;
704 while (next_tlv < pfa_ptr + pfa_len) {

Completed in 50 milliseconds