Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_phy.c1735 u32 resp_cmd; in ecore_phy_extphy_read() local
1742 &resp_cmd, in ecore_phy_extphy_read()
1745 if ((rc != ECORE_SUCCESS) || (resp_cmd != FW_MSG_CODE_PHY_OK)) { in ecore_phy_extphy_read()
1760 u32 resp_cmd; in ecore_phy_extphy_write() local
1767 &resp_cmd, in ecore_phy_extphy_write()
1772 if ((rc != ECORE_SUCCESS) || (resp_cmd != FW_MSG_CODE_PHY_OK)) { in ecore_phy_extphy_write()
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c107 static int rmclomv_do_cmd(int req_cmd, int resp_cmd, int resp_len,
1169 rmclomv_do_cmd(int req_cmd, int resp_cmd, int resp_len, intptr_t arg_req, in rmclomv_do_cmd() argument
1180 resp->msg_type = resp_cmd; in rmclomv_do_cmd()