Home
last modified time | relevance | path

Searched refs:V_FW_CMD_OP (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c984 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()
7868 c.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_PARAMS_CMD) | in t4_query_params_rw()
7939 c.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_PARAMS_CMD) | in t4_set_params_timeout()
8135 c.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_VI_CMD) | in t4_free_vi()
8219 c.op_to_viid = cpu_to_be32(V_FW_CMD_OP(FW_VI_MAC_CMD) | in t4_alloc_encap_mac_filt()
8266 c.op_to_viid = cpu_to_be32(V_FW_CMD_OP(FW_VI_MAC_CMD) | in t4_alloc_raw_mac_filt()
8787 c.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_EQ_ETH_CMD) | in t4_eth_eq_free()
10577 cpu_to_be32(V_FW_CMD_OP(FW_RSS_VI_CONFIG_CMD) | in t4_init_rss_mode()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1507 caps.op_to_write = BE_32(V_FW_CMD_OP(FW_CAPS_CONFIG_CMD) | in partition_resources()
1536 caps.op_to_write = htonl(V_FW_CMD_OP(FW_CAPS_CONFIG_CMD) | in partition_resources()
1617 cmd.op_to_write = htonl(V_FW_CMD_OP(FW_DEVLOG_CMD) | in get_params__pre_init()
1683 caps.op_to_write = htonl(V_FW_CMD_OP(FW_CAPS_CONFIG_CMD) | in get_params__post_init()
H A Dt4_sge.c1326 c.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_IQ_CMD) | F_FW_CMD_REQUEST | in alloc_iq_fl()
1660 c.op_to_vfn = BE_32(V_FW_CMD_OP(FW_EQ_CTRL_CMD) | F_FW_CMD_REQUEST | in ctrl_eq_alloc()
1704 c.op_to_vfn = BE_32(V_FW_CMD_OP(FW_EQ_ETH_CMD) | F_FW_CMD_REQUEST | in eth_eq_alloc()
1748 c.op_to_vfn = htonl(V_FW_CMD_OP(FW_EQ_OFLD_CMD) | F_FW_CMD_REQUEST | in ofld_eq_alloc()
H A Dt4_mac.c724 c.op_to_viid = htonl(V_FW_CMD_OP(FW_VI_MAC_CMD) | F_FW_CMD_REQUEST | in t4_mc_multicst()
H A Dcudbg_lib.c3579 htonl(V_FW_CMD_OP(FW_LDST_CMD) | in collect_mps_tcam()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h4205 #define V_FW_CMD_OP(x) ((x) << S_FW_CMD_OP) macro