Searched refs:dcbx_remote_flags (Results 1 – 2 of 2) sorted by relevance
596 bp->dcbx_remote_flags = remote_mib.flags; in bnx2x_dcbx_read_shmem_remote_mib()2421 info->willing = (bp->dcbx_remote_flags & DCBX_APP_REM_WILLING) ?: 0; in bnx2x_peer_appinfo()2422 info->error = (bp->dcbx_remote_flags & DCBX_APP_RX_ERROR) ?: 0; in bnx2x_peer_appinfo()2458 pg->willing = (bp->dcbx_remote_flags & DCBX_ETS_REM_WILLING) ?: 0; in bnx2x_cee_peer_getpg()
1568 u32 dcbx_remote_flags; member