Searched refs:dcbx_agent_status (Results 1 – 3 of 3) sorted by relevance
273 bool *dcbx_agent_status, struct ice_sq_cd *cd);
848 * @dcbx_agent_status: FW indicates back the DCBX agent status855 * value as stated in dcbx_agent_status, and react accordingly. (0x0A09)859 bool *dcbx_agent_status, struct ice_sq_cd *cd) in ice_aq_start_stop_dcbx() argument 877 *dcbx_agent_status = false; in ice_aq_start_stop_dcbx() 881 *dcbx_agent_status = true; in ice_aq_start_stop_dcbx()
8449 bool dcbx_agent_status; in ice_start_dcbx_agent() local8461 status = ice_aq_start_stop_dcbx(hw, true, &dcbx_agent_status, NULL); in ice_start_dcbx_agent()