Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb.c636 err = (status & I40E_TLV_STATUS_ERR) ? 1 : 0; in i40e_cee_to_dcb_v1_config()
718 err = (status & I40E_TLV_STATUS_ERR) ? 1 : 0; in i40e_cee_to_dcb_config()
734 err = (status & I40E_TLV_STATUS_ERR) ? 1 : 0; in i40e_cee_to_dcb_config()
750 err = (status & I40E_TLV_STATUS_ERR) ? 1 : 0; in i40e_cee_to_dcb_config()
H A Di40e_type.h439 #define I40E_TLV_STATUS_ERR 0x4 macro