Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h2263 #define BNXT_FLAG_RFS 0x100 macro
2288 BNXT_FLAG_RFS | \
H A Dbnxt.c4622 if (bp->flags & BNXT_FLAG_RFS) { in bnxt_alloc_vnics()
5379 if (!(bp->flags & BNXT_FLAG_RFS) || bp->ntp_fltr_bmap) in bnxt_alloc_ntp_fltrs()
5584 if (BNXT_SUPPORTS_NTUPLE_VNIC(bp) && (bp->flags & BNXT_FLAG_RFS)) in bnxt_alloc_mem()
7902 if (bp->flags & BNXT_FLAG_RFS) { in bnxt_get_total_vnics()
11029 if (bp->flags & BNXT_FLAG_RFS) { in bnxt_init_chip()
11137 if (bp->flags & BNXT_FLAG_RFS) in bnxt_set_real_num_queues()
13758 flags |= BNXT_FLAG_RFS; in bnxt_set_features()
13774 if (changes & BNXT_FLAG_RFS) in bnxt_set_features()
14168 if ((bp->flags & BNXT_FLAG_RFS) && bp->ntp_fltr_count) in bnxt_timer()
14901 bp->flags &= ~BNXT_FLAG_RFS; in bnxt_set_dflt_rfs()
[all …]