Searched refs:lldp_status (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_main.c3949 enum i40e_get_fw_lldp_status_resp lldp_status; local
4079 if (i40e_get_fw_lldp_status(hw, &lldp_status) == I40E_SUCCESS) {
4080 if (lldp_status == I40E_GET_FW_LLDP_STATUS_DISABLED) {
H A Dif_ixl.c460 enum i40e_get_fw_lldp_status_resp lldp_status; local
632 if (i40e_get_fw_lldp_status(hw, &lldp_status) == I40E_SUCCESS) {
633 if (lldp_status == I40E_GET_FW_LLDP_STATUS_DISABLED) {
H A Di40e_dcb.h229 enum i40e_get_fw_lldp_status_resp *lldp_status);
H A Di40e_dcb.c950 * @lldp_status: pointer to the status enum
953 * Status of agent is reported via @lldp_status parameter.
957 enum i40e_get_fw_lldp_status_resp *lldp_status)
963 if (!lldp_status)
976 *lldp_status = I40E_GET_FW_LLDP_STATUS_ENABLED;
979 *lldp_status = I40E_GET_FW_LLDP_STATUS_ENABLED;
982 *lldp_status = I40E_GET_FW_LLDP_STATUS_DISABLED;
956 i40e_get_fw_lldp_status(struct i40e_hw *hw, enum i40e_get_fw_lldp_status_resp *lldp_status) argument

Completed in 117 milliseconds