Searched refs:max_seconds (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/amd/pds_core/ |
| H A D | dev.c | 129 static int pdsc_devcmd_wait(struct pdsc *pdsc, u8 opcode, int max_seconds) in pdsc_devcmd_wait() argument 142 max_wait = start_time + (max_seconds * HZ); in pdsc_devcmd_wait() 168 max_seconds); in pdsc_devcmd_wait() 184 union pds_core_dev_comp *comp, int max_seconds) in pdsc_devcmd_locked() argument 193 err = pdsc_devcmd_wait(pdsc, cmd->opcode, max_seconds); in pdsc_devcmd_locked() 204 union pds_core_dev_comp *comp, int max_seconds) in pdsc_devcmd() argument 209 err = pdsc_devcmd_locked(pdsc, cmd, comp, max_seconds); in pdsc_devcmd()
|
| /linux/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_main.c | 514 static int __ionic_dev_cmd_wait(struct ionic *ionic, unsigned long max_seconds, in __ionic_dev_cmd_wait() argument 529 max_wait = jiffies + (max_seconds * HZ); in __ionic_dev_cmd_wait() 558 ionic_opcode_to_str(opcode), opcode, max_seconds); in __ionic_dev_cmd_wait() 589 int ionic_dev_cmd_wait(struct ionic *ionic, unsigned long max_seconds) in ionic_dev_cmd_wait() argument 591 return __ionic_dev_cmd_wait(ionic, max_seconds, true); in ionic_dev_cmd_wait() 594 int ionic_dev_cmd_wait_nomsg(struct ionic *ionic, unsigned long max_seconds) in ionic_dev_cmd_wait_nomsg() argument 596 return __ionic_dev_cmd_wait(ionic, max_seconds, false); in ionic_dev_cmd_wait_nomsg()
|