Lines Matching refs:rcode
53 u32 rcode = NX_RCODE_SUCCESS; in netxen_issue_cmd() local
77 rcode = NX_RCODE_TIMEOUT; in netxen_issue_cmd()
79 rcode = NXRD32(adapter, NX_ARG1_CRB_OFFSET); in netxen_issue_cmd()
82 netxen_nic_driver_name, rcode); in netxen_issue_cmd()
96 return rcode; in netxen_issue_cmd()
234 u32 rcode = NX_RCODE_SUCCESS; in nx_fw_cmd_set_mtu() local
245 rcode = netxen_issue_cmd(adapter, &cmd); in nx_fw_cmd_set_mtu()
247 if (rcode != NX_RCODE_SUCCESS) in nx_fw_cmd_set_mtu()
540 u32 rcode; in nx_fw_cmd_query_phy() local
549 rcode = netxen_issue_cmd(adapter, &cmd); in nx_fw_cmd_query_phy()
550 if (rcode != NX_RCODE_SUCCESS) in nx_fw_cmd_query_phy()
563 u32 rcode; in nx_fw_cmd_set_phy() local
571 rcode = netxen_issue_cmd(adapter, &cmd); in nx_fw_cmd_set_phy()
572 if (rcode != NX_RCODE_SUCCESS) in nx_fw_cmd_set_phy()