Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbna_tx_rx.c756 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 …]
Dbna_types.h762 struct bna_mac *ucast_pending_mac; member