Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbna_tx_rx.c628 rxf->ucast_pending_mac = NULL; in bna_rxf_init()
672 if (rxf->ucast_pending_mac) { in bna_rxf_uninit()
673 list_add_tail(&rxf->ucast_pending_mac->qe, in bna_rxf_uninit()
675 rxf->ucast_pending_mac = NULL; in bna_rxf_uninit()
736 if (rxf->ucast_pending_mac == NULL) { in bna_rx_ucast_set()
737 rxf->ucast_pending_mac = in bna_rx_ucast_set()
739 if (rxf->ucast_pending_mac == NULL) in bna_rx_ucast_set()
743 ether_addr_copy(rxf->ucast_pending_mac->addr, ucmac); in bna_rx_ucast_set()
979 rxf->ucast_pending_mac->addr); in bna_rxf_ucast_cfg_apply()
Dbna_types.h744 struct bna_mac *ucast_pending_mac; member