HomeSort by: relevance | last modified time | path
    Searched defs:new_link_state (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_bnx.c 4487 uint32_t new_link_state, old_link_state; local in function:bnx_phy_intr
4491 new_link_state = sc->status_block->status_attn_bits &
4497 if (new_link_state != old_link_state) {
4505 if (new_link_state) {
if_bnx.c 4487 uint32_t new_link_state, old_link_state; local in function:bnx_phy_intr
4491 new_link_state = sc->status_block->status_attn_bits &
4497 if (new_link_state != old_link_state) {
4505 if (new_link_state) {

Completed in 30 milliseconds