BNXT_FLAG_RFS
if (bp->flags & BNXT_FLAG_RFS) {
if (bp->flags & BNXT_FLAG_RFS)
flags |= BNXT_FLAG_RFS;
if (changes & BNXT_FLAG_RFS)
if ((bp->flags & BNXT_FLAG_RFS) && bp->ntp_fltr_count)
bp->flags &= ~BNXT_FLAG_RFS;
bp->flags |= BNXT_FLAG_RFS;
if (bp->flags & BNXT_FLAG_RFS) {
if (!(bp->flags & BNXT_FLAG_RFS) || bp->ntp_fltr_bmap)
if (BNXT_SUPPORTS_NTUPLE_VNIC(bp) && (bp->flags & BNXT_FLAG_RFS))
if (bp->flags & BNXT_FLAG_RFS) {
BNXT_FLAG_RFS | \
if (!(bp->flags & BNXT_FLAG_RFS))