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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_link.c725 u32 init_crd, crd; local
732 init_crd = REG_RD(bp, PBF_REG_P0_INIT_CRD + port*4);
734 DP(NETIF_MSG_LINK, "init_crd 0x%x crd 0x%x\n", init_crd, crd);
736 while ((init_crd != crd) && count) {
743 if (init_crd != crd) {
744 DP(NETIF_MSG_LINK, "BUG! init_crd 0x%x != crd 0x%x\n",
745 init_crd, crd);
758 init_crd = 778; /* (800-18-4) */
769 init_crd
[all...]

Completed in 103 milliseconds