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