Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Di40e_dcb.c669 err = (status & I40E_TLV_STATUS_ERR) ? 1 : 0; in i40e_cee_to_dcb_v1_config()
751 err = (status & I40E_TLV_STATUS_ERR) ? 1 : 0; in i40e_cee_to_dcb_config()
767 err = (status & I40E_TLV_STATUS_ERR) ? 1 : 0; in i40e_cee_to_dcb_config()
783 err = (status & I40E_TLV_STATUS_ERR) ? 1 : 0; in i40e_cee_to_dcb_config()
H A Di40e_type.h635 #define I40E_TLV_STATUS_ERR 0x4 macro