Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/brocade/bna/
Dbna_tx_rx.c620 rxf->ucast_pending_mac = NULL; in bna_rxf_init()
664 if (rxf->ucast_pending_mac) { in bna_rxf_uninit()
665 list_add_tail(&rxf->ucast_pending_mac->qe, in bna_rxf_uninit()
667 rxf->ucast_pending_mac = NULL; in bna_rxf_uninit()
728 if (rxf->ucast_pending_mac == NULL) { in bna_rx_ucast_set()
729 rxf->ucast_pending_mac = in bna_rx_ucast_set()
731 if (rxf->ucast_pending_mac == NULL) in bna_rx_ucast_set()
735 ether_addr_copy(rxf->ucast_pending_mac->addr, ucmac); in bna_rx_ucast_set()
971 rxf->ucast_pending_mac->addr); in bna_rxf_ucast_cfg_apply()
Dbna_types.h748 struct bna_mac *ucast_pending_mac; member