Searched refs:ucast_pending_mac (Results 1 – 2 of 2) sorted by relevance
756 rxf->ucast_pending_mac = NULL; in bna_rxf_init()803 if (rxf->ucast_pending_mac) { in bna_rxf_uninit()804 bfa_q_qe_init(&rxf->ucast_pending_mac->qe); in bna_rxf_uninit()806 rxf->ucast_pending_mac); in bna_rxf_uninit()807 rxf->ucast_pending_mac = NULL; in bna_rxf_uninit()871 if (rxf->ucast_pending_mac == NULL) { in bna_rx_ucast_set()872 rxf->ucast_pending_mac = in bna_rx_ucast_set()874 if (rxf->ucast_pending_mac == NULL) in bna_rx_ucast_set()876 bfa_q_qe_init(&rxf->ucast_pending_mac->qe); in bna_rx_ucast_set()879 memcpy(rxf->ucast_pending_mac->addr, ucmac, ETH_ALEN); in bna_rx_ucast_set()[all …]
762 struct bna_mac *ucast_pending_mac; member