Home
last modified time | relevance | path

Searched refs:promisc_rid (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbna_tx_rx.c686 if (rxf->rx->bna->promisc_rid == rxf->rx->rid) in bna_rxf_uninit()
687 rxf->rx->bna->promisc_rid = BFI_INVALID_RID; in bna_rxf_uninit()
1064 bna->promisc_rid = BFI_INVALID_RID; in bna_rxf_promisc_cfg_apply()
1083 bna->promisc_rid = BFI_INVALID_RID; in bna_rxf_promisc_cfg_reset()
1177 bna->promisc_rid = rxf->rx->rid; in bna_rxf_promisc_enable()
1199 bna->promisc_rid = BFI_INVALID_RID; in bna_rxf_promisc_disable()
2612 if ((rx->bna->promisc_rid != BFI_INVALID_RID) && in bna_rx_mode_set()
2613 (rx->bna->promisc_rid != rxf->rx->rid)) in bna_rx_mode_set()
2633 if (rx->bna->promisc_rid != BFI_INVALID_RID) in bna_rx_mode_set()
Dbna_types.h935 int promisc_rid; member
Dbna_enet.c2008 bna->promisc_rid = BFI_INVALID_RID; in bna_mod_init()