Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/3com/
Dtyphoon.c576 typhoon_issue_command(struct typhoon *tp, int num_cmd, struct cmd_desc *cmd, in typhoon_issue_command() argument
592 if(freeCmd < num_cmd || freeResp < num_resp) { in typhoon_issue_command()
594 freeCmd, num_cmd, freeResp, num_resp); in typhoon_issue_command()
611 len = num_cmd * sizeof(*cmd); in typhoon_issue_command()
624 typhoon_inc_cmd_index(&ring->lastWrite, num_cmd); in typhoon_issue_command()