Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/i40e/
Di40e_dcb.c717 sync = (status & I40E_TLV_STATUS_SYNC) ? 1 : 0; in i40e_cee_to_dcb_config()
733 sync = (status & I40E_TLV_STATUS_SYNC) ? 1 : 0; in i40e_cee_to_dcb_config()
749 sync = (status & I40E_TLV_STATUS_SYNC) ? 1 : 0; in i40e_cee_to_dcb_config()
Di40e_type.h476 #define I40E_TLV_STATUS_SYNC 0x2 macro