Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_dcb.h273 bool *dcbx_agent_status, struct ice_sq_cd *cd);
H A Dice_dcb.c848 * @dcbx_agent_status: FW indicates back the DCBX agent status
855 * 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()
H A Dice_lib.c8449 bool dcbx_agent_status; in ice_start_dcbx_agent() local
8461 status = ice_aq_start_stop_dcbx(hw, true, &dcbx_agent_status, NULL); in ice_start_dcbx_agent()