Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dtyphoon.c580 int num_resp, struct resp_desc *resp) in typhoon_issue_command() argument
595 if(freeCmd < num_cmd || freeResp < num_resp) { in typhoon_issue_command()
598 freeResp, num_resp); in typhoon_issue_command()
610 num_resp = 1; in typhoon_issue_command()
658 got_resp = typhoon_process_response(tp, num_resp, in typhoon_issue_command()