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