Searched refs:V_FW_CMD_OP (Results 1 – 6 of 6) sorted by relevance
984 cpu_to_be32(V_FW_CMD_OP(FW_LDST_CMD) | in t4_read_pcie_cfg4()3368 cmd.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_PFVF_CMD) | in t4_get_pfres()4425 cpu_to_be32(V_FW_CMD_OP(FW_PARAMS_CMD) | in t4_fwcache()5460 cmd.op_to_viid = cpu_to_be32(V_FW_CMD_OP(FW_RSS_IND_TBL_CMD) | in t4_config_rss_range()5539 c.op_to_write = cpu_to_be32(V_FW_CMD_OP(FW_RSS_GLB_CONFIG_CMD) | in t4_config_glbl_rss()5573 c.op_to_viid = cpu_to_be32(V_FW_CMD_OP(FW_RSS_VI_CONFIG_CMD) | in t4_config_vi_rss()5639 c.op_to_addrspace = cpu_to_be32(V_FW_CMD_OP(FW_LDST_CMD) | in t4_tp_fw_ldst_rw()6907 (var).op_to_write = cpu_to_be32(V_FW_CMD_OP(FW_##cmd##_CMD) | \6921 c.op_to_addrspace = cpu_to_be32(V_FW_CMD_OP(FW_LDST_CMD) | in t4_fwaddrspace_write()6952 c.op_to_addrspace = cpu_to_be32(V_FW_CMD_OP(FW_LDST_CMD) | in t4_mdio_rd()[all …]
1404 caps.op_to_write = BE_32(V_FW_CMD_OP(FW_CAPS_CONFIG_CMD) | in partition_resources()1433 caps.op_to_write = htonl(V_FW_CMD_OP(FW_CAPS_CONFIG_CMD) | in partition_resources()1515 cmd.op_to_write = htonl(V_FW_CMD_OP(FW_DEVLOG_CMD) | in get_params__pre_init()1580 caps.op_to_write = htonl(V_FW_CMD_OP(FW_CAPS_CONFIG_CMD) | in get_params__post_init()
1114 c.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_IQ_CMD) | F_FW_CMD_REQUEST | in alloc_iq_fl()1400 c.op_to_vfn = BE_32(V_FW_CMD_OP(FW_EQ_CTRL_CMD) | F_FW_CMD_REQUEST | in ctrl_eq_alloc()1444 c.op_to_vfn = BE_32(V_FW_CMD_OP(FW_EQ_ETH_CMD) | F_FW_CMD_REQUEST | in eth_eq_alloc()
720 c.op_to_viid = htonl(V_FW_CMD_OP(FW_VI_MAC_CMD) | F_FW_CMD_REQUEST | in t4_mc_multicst()
3579 htonl(V_FW_CMD_OP(FW_LDST_CMD) | in collect_mps_tcam()
4205 #define V_FW_CMD_OP(x) ((x) << S_FW_CMD_OP) macro