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

/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_enet.c118 ethport->link_status = BNA_LINK_DOWN;
119 ethport->link_cbfn(ethport->bna->bnad, BNA_LINK_DOWN);
246 ethport->link_status = BNA_LINK_DOWN;
249 ethport->link_cbfn(ethport->bna->bnad, BNA_LINK_DOWN);
726 ethport->link_status = BNA_LINK_DOWN;
771 if (ethport->link_status != BNA_LINK_DOWN) {
772 ethport->link_status = BNA_LINK_DOWN;
773 ethport->link_cbfn(ethport->bna->bnad, BNA_LINK_DOWN);
H A Dbna_types.h191 BNA_LINK_DOWN = 0, enumerator in enum:bna_link_status

Completed in 133 milliseconds