Lines Matching refs:rcode
37 u32 rcode = NX_RCODE_SUCCESS; in netxen_issue_cmd() local
61 rcode = NX_RCODE_TIMEOUT; in netxen_issue_cmd()
63 rcode = NXRD32(adapter, NX_ARG1_CRB_OFFSET); in netxen_issue_cmd()
66 netxen_nic_driver_name, rcode); in netxen_issue_cmd()
80 return rcode; in netxen_issue_cmd()
219 u32 rcode = NX_RCODE_SUCCESS; in nx_fw_cmd_set_mtu() local
230 rcode = netxen_issue_cmd(adapter, &cmd); in nx_fw_cmd_set_mtu()
232 if (rcode != NX_RCODE_SUCCESS) in nx_fw_cmd_set_mtu()
525 u32 rcode; in nx_fw_cmd_query_phy() local
534 rcode = netxen_issue_cmd(adapter, &cmd); in nx_fw_cmd_query_phy()
535 if (rcode != NX_RCODE_SUCCESS) in nx_fw_cmd_query_phy()
548 u32 rcode; in nx_fw_cmd_set_phy() local
556 rcode = netxen_issue_cmd(adapter, &cmd); in nx_fw_cmd_set_phy()
557 if (rcode != NX_RCODE_SUCCESS) in nx_fw_cmd_set_phy()