I40E_AQ_LINK_PAUSE_RX
rx_pause = !!(resp->an_info & I40E_AQ_LINK_PAUSE_RX);
*val = (hw->phy.link_info.an_info & I40E_AQ_LINK_PAUSE_RX) != 0;