Searched refs:SET_MFW_FIELD (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_dcbx.c | 1516 SET_MFW_FIELD(mb_param, DRV_MB_PARAM_LLDP_AGENT, val); in ecore_lldp_register_tlv() 1517 SET_MFW_FIELD(mb_param, DRV_MB_PARAM_LLDP_TLV_RX_TYPE, tlv_type); in ecore_lldp_register_tlv() 1640 SET_MFW_FIELD(mb_param, DRV_MB_PARAM_LLDP_AGENT, val); in ecore_lldp_set_params() 1645 SET_MFW_FIELD(lldp_params.config, LLDP_CONFIG_TX_INTERVAL, in ecore_lldp_set_params() 1647 SET_MFW_FIELD(lldp_params.config, LLDP_CONFIG_HOLD, p_params->tx_hold); in ecore_lldp_set_params() 1648 SET_MFW_FIELD(lldp_params.config, LLDP_CONFIG_MAX_CREDIT, in ecore_lldp_set_params() 1650 SET_MFW_FIELD(lldp_params.config, LLDP_CONFIG_ENABLE_RX, in ecore_lldp_set_params() 1652 SET_MFW_FIELD(lldp_params.config, LLDP_CONFIG_ENABLE_TX, in ecore_lldp_set_params() 1693 SET_MFW_FIELD(lld_tlv_buf.flags, LLDP_SYSTEM_TLV_VALID, 1); in ecore_lldp_set_system_tlvs() 1694 SET_MFW_FIELD(lld_tlv_buf.flags, LLDP_SYSTEM_TLV_MANDATORY, in ecore_lldp_set_system_tlvs() [all …]
|
H A D | ecore_mcp.c | 944 SET_MFW_FIELD(load_req.misc0, LOAD_REQ_ROLE, p_in_params->drv_role); in __ecore_mcp_load_req() 945 SET_MFW_FIELD(load_req.misc0, LOAD_REQ_LOCK_TO, in __ecore_mcp_load_req() 947 SET_MFW_FIELD(load_req.misc0, (u64)LOAD_REQ_FORCE, p_in_params->force_cmd); in __ecore_mcp_load_req() 948 SET_MFW_FIELD(load_req.misc0, (u64)LOAD_REQ_FLAGS0, in __ecore_mcp_load_req() 4343 SET_MFW_FIELD(param, RESOURCE_CMD_REQ_RESC, p_params->resource); in __ecore_mcp_resc_lock() 4344 SET_MFW_FIELD(param, RESOURCE_CMD_REQ_OPCODE, opcode); in __ecore_mcp_resc_lock() 4345 SET_MFW_FIELD(param, RESOURCE_CMD_REQ_AGE, timeout); in __ecore_mcp_resc_lock() 4424 SET_MFW_FIELD(param, RESOURCE_CMD_REQ_RESC, p_params->resource); in ecore_mcp_resc_unlock() 4425 SET_MFW_FIELD(param, RESOURCE_CMD_REQ_OPCODE, opcode); in ecore_mcp_resc_unlock() 4632 SET_MFW_FIELD(mb_params.param, DRV_MB_PARAM_ATTRIBUTE_KEY, in ecore_mcp_drv_attribute() [all …]
|
H A D | ecore.h | 122 #define SET_MFW_FIELD(name, field, value) \ macro
|