Searched refs:dcbx_remote_flags (Results 1 – 2 of 2) sorted by relevance
617 bp->dcbx_remote_flags = remote_mib.flags; in bnx2x_dcbx_read_shmem_remote_mib()2464 info->willing = (bp->dcbx_remote_flags & DCBX_APP_REM_WILLING) ?: 0; in bnx2x_peer_appinfo()2465 info->error = (bp->dcbx_remote_flags & DCBX_APP_RX_ERROR) ?: 0; in bnx2x_peer_appinfo()2501 pg->willing = (bp->dcbx_remote_flags & DCBX_ETS_REM_WILLING) ?: 0; in bnx2x_cee_peer_getpg()
1886 u32 dcbx_remote_flags; member