Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/3com/
Dtyphoon.c578 int num_resp, struct resp_desc *resp) in typhoon_issue_command() argument
593 if(freeCmd < num_cmd || freeResp < num_resp) { in typhoon_issue_command()
595 freeCmd, num_cmd, freeResp, num_resp); in typhoon_issue_command()
607 num_resp = 1; in typhoon_issue_command()
655 got_resp = typhoon_process_response(tp, num_resp, in typhoon_issue_command()