Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ice/devlink/
A Ddevlink.c543 struct ice_aqc_nvm_tx_topo_user_sel usr_sel = {}; in ice_get_tx_topo_user_sel() local
552 sizeof(usr_sel), &usr_sel, true, true, NULL); in ice_get_tx_topo_user_sel()
556 if (usr_sel.data & ICE_AQC_NVM_TX_TOPO_USER_SEL) in ice_get_tx_topo_user_sel()
580 struct ice_aqc_nvm_tx_topo_user_sel usr_sel = {}; in ice_update_tx_topo_user_sel() local
589 sizeof(usr_sel), &usr_sel, true, true, NULL); in ice_update_tx_topo_user_sel()
594 usr_sel.data |= ICE_AQC_NVM_TX_TOPO_USER_SEL; in ice_update_tx_topo_user_sel()
596 usr_sel.data &= ~ICE_AQC_NVM_TX_TOPO_USER_SEL; in ice_update_tx_topo_user_sel()
599 sizeof(usr_sel.data), &usr_sel.data, in ice_update_tx_topo_user_sel()

Completed in 7 milliseconds