Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c577 int got_resp; in typhoon_issue_command() local
645 got_resp = 0; in typhoon_issue_command()
646 for (i = 0; i < TYPHOON_WAIT_TIMEOUT && !got_resp; i++) { in typhoon_issue_command()
648 got_resp = typhoon_process_response(tp, num_resp, in typhoon_issue_command()
653 if (!got_resp) { in typhoon_issue_command()