Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/3com/
H A Dtyphoon.c583 int freeCmd, freeResp; in typhoon_issue_command() local
588 freeCmd = typhoon_num_free_cmd(tp); in typhoon_issue_command()
591 if (freeCmd < num_cmd || freeResp < num_resp) { in typhoon_issue_command()
593 freeCmd, num_cmd, freeResp, num_resp); in typhoon_issue_command()
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/
H A Dtyphoon.c578 int freeCmd, freeResp; in typhoon_issue_command() local
583 freeCmd = typhoon_num_free_cmd(tp); in typhoon_issue_command()
586 if (freeCmd < num_cmd || freeResp < num_resp) { in typhoon_issue_command()
588 freeCmd, num_cmd, freeResp, num_resp); in typhoon_issue_command()

Completed in 7 milliseconds