Searched refs:NXWR32 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_ctx.c | 45 NXWR32(adapter, NX_SIGN_CRB_OFFSET, signature); in netxen_issue_cmd() 47 NXWR32(adapter, NX_ARG1_CRB_OFFSET, cmd->req.arg1); in netxen_issue_cmd() 49 NXWR32(adapter, NX_ARG2_CRB_OFFSET, cmd->req.arg2); in netxen_issue_cmd() 51 NXWR32(adapter, NX_ARG3_CRB_OFFSET, cmd->req.arg3); in netxen_issue_cmd() 53 NXWR32(adapter, NX_CDRP_CRB_OFFSET, NX_CDRP_FORM_CMD(cmd->req.cmd)); in netxen_issue_cmd() 722 NXWR32(adapter, CRB_CTX_ADDR_REG_LO(port), in netxen_init_old_ctx() 724 NXWR32(adapter, CRB_CTX_ADDR_REG_HI(port), in netxen_init_old_ctx() 726 NXWR32(adapter, CRB_CTX_SIGNATURE_REG(port), in netxen_init_old_ctx() 865 NXWR32(adapter, CRB_CTX_SIGNATURE_REG(port), in netxen_free_hw_resources()
|
H A D | netxen_nic_ethtool.c | 546 NXWR32(adapter, NETXEN_NIU_GB_MAC_CONFIG_0(port), in netxen_nic_set_pauseparam() 577 NXWR32(adapter, NETXEN_NIU_GB_PAUSE_CTL, val); in netxen_nic_set_pauseparam() 593 NXWR32(adapter, NETXEN_NIU_XG_PAUSE_CTL, val); in netxen_nic_set_pauseparam() 616 NXWR32(adapter, CRB_SCRATCHPAD_TEST, data_written); in netxen_nic_reg_test() 727 NXWR32(adapter, NETXEN_WOL_CONFIG, wol_cfg); in netxen_nic_set_wol()
|
H A D | netxen_nic.h | 1689 #define NXWR32(adapter, off, val) \ macro
|