Home
last modified time | relevance | path

Searched refs:op_to_vfn (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c3368 cmd.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_PFVF_CMD) | in t4_get_pfres()
4424 c.op_to_vfn = 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()
8787 c.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_EQ_ETH_CMD) | in t4_eth_eq_free()
8812 c.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_EQ_CTRL_CMD) | in t4_ctrl_eq_free()
8837 c.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_EQ_OFLD_CMD) | in t4_ofld_eq_free()
11238 cmd.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_ACL_MAC_CMD) | in t4_set_vf_mac_acl()
12161 wdog.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_WATCHDOG_CMD) | in t4_config_watchdog()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h5073 __be32 op_to_vfn; member
5094 __be32 op_to_vfn; member
5208 __be32 op_to_vfn; member
5730 __be32 op_to_vfn; member
5917 __be32 op_to_vfn; member
6133 __be32 op_to_vfn; member
6320 __be32 op_to_vfn; member
6546 __be32 op_to_vfn; member
7031 __be32 op_to_vfn; member
7065 __be32 op_to_vfn; member
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
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()