Searched refs:ucast_pending_mac (Results 1 – 2 of 2) sorted by relevance
628 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()
744 struct bna_mac *ucast_pending_mac; member