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

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

Completed in 115 milliseconds