Lines Matching defs:usr_sel
545 struct ice_aqc_nvm_tx_topo_user_sel usr_sel = {};
554 sizeof(usr_sel), &usr_sel, true, true, NULL);
558 if (usr_sel.data & ICE_AQC_NVM_TX_TOPO_USER_SEL)
582 struct ice_aqc_nvm_tx_topo_user_sel usr_sel = {};
591 sizeof(usr_sel), &usr_sel, true, true, NULL);
596 usr_sel.data |= ICE_AQC_NVM_TX_TOPO_USER_SEL;
598 usr_sel.data &= ~ICE_AQC_NVM_TX_TOPO_USER_SEL;
601 sizeof(usr_sel.data), &usr_sel.data,