Searched defs:pcishpc_issue_command (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c82 static int pcishpc_issue_command(pcie_hp_ctrl_t *ctrl_p,
1596 * pcishpc_issue_command()
1601 pcishpc_issue_command(pcie_hp_ctrl_t *ctrl_p, uint32_t cmd_code) function
1607 PCIE_DBG("pcishpc_issue_command() cmd_code=%02x\n", cmd_code);
1624 PCIE_DBG("pcishpc_issue_command() Failed on "
1631 PCIE_DBG("pcishpc_issue_command() Failed on cmd_code=%02x\n",
1634 PCIE_DBG("pcishpc_issue_command() Success on "
1873 return (pcishpc_issue_command(slot_p->hs_ctrl, cmd_code));
2041 if (pcishpc_issue_command(ctrl_p, ((1+slot_p->hs_num)<<8) |
2154 if (pcishpc_issue_command(ctrl_
[all...]

Completed in 59 milliseconds