Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_dcb.c664 err = (status & I40E_TLV_STATUS_ERR) ? 1 : 0; in i40e_cee_to_dcb_v1_config()
746 err = (status & I40E_TLV_STATUS_ERR) ? 1 : 0; in i40e_cee_to_dcb_config()
762 err = (status & I40E_TLV_STATUS_ERR) ? 1 : 0; in i40e_cee_to_dcb_config()
778 err = (status & I40E_TLV_STATUS_ERR) ? 1 : 0; in i40e_cee_to_dcb_config()
H A Di40e_type.h639 #define I40E_TLV_STATUS_ERR 0x4 macro