Home
last modified time | relevance | path

Searched refs:port_num_chng (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c4810 cmd->port_num_chng = (oldport & ICE_AQC_Q_CFG_SRC_PRT_M); in ice_aq_cfg_lan_txq()
4811 cmd->port_num_chng |= FIELD_PREP(ICE_AQC_Q_CFG_DST_PRT_M, newport); in ice_aq_cfg_lan_txq()
4812 cmd->port_num_chng |= FIELD_PREP(ICE_AQC_Q_CFG_MODE_M, in ice_aq_cfg_lan_txq()
H A Dice_adminq_cmd.h2063 u8 port_num_chng; member