Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/cxgbe/common/
H A Dt4_hw.c750 struct fw_ldst_cmd ldst_cmd; in t4_read_pcie_cfg4() local
753 memset(&ldst_cmd, 0, sizeof(ldst_cmd)); in t4_read_pcie_cfg4()
754 ldst_cmd.op_to_addrspace = in t4_read_pcie_cfg4()
759 ldst_cmd.cycles_to_len16 = cpu_to_be32(FW_LEN16(ldst_cmd)); in t4_read_pcie_cfg4()
763 ldst_cmd.u.pcie.r = reg; in t4_read_pcie_cfg4()
769 ret = t4_wr_mbox(adap, adap->mbox, &ldst_cmd, sizeof(ldst_cmd), in t4_read_pcie_cfg4()
770 &ldst_cmd); in t4_read_pcie_cfg4()
11058 memset(&ldst_cmd, 0, sizeof(ldst_cmd)); in t4_i2c_io()
11059 ldst_cmd.op_to_addrspace = in t4_i2c_io()
11064 ldst_cmd.cycles_to_len16 = cpu_to_be32(FW_LEN16(ldst_cmd)); in t4_i2c_io()
[all …]
/freebsd-13.1/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c3602 struct fw_ldst_cmd ldst_cmd; in collect_mps_tcam() local
3605 memset(&ldst_cmd, 0, sizeof(ldst_cmd)); in collect_mps_tcam()
3606 ldst_cmd.op_to_addrspace = in collect_mps_tcam()
3613 ldst_cmd.cycles_to_len16 = htonl(FW_LEN16(ldst_cmd)); in collect_mps_tcam()
3615 ldst_cmd.u.mps.rplc.fid_idx = in collect_mps_tcam()
3622 rc = t4_wr_mbox(padap, padap->mbox, &ldst_cmd, in collect_mps_tcam()
3623 sizeof(ldst_cmd), &ldst_cmd); in collect_mps_tcam()
3630 mps_rplc = ldst_cmd.u.mps.rplc; in collect_mps_tcam()
/freebsd-13.1/sys/dev/cxgbe/
H A Dt4_main.c10073 struct fw_ldst_cmd ldst_cmd; in sysctl_mps_tcam() local
10075 memset(&ldst_cmd, 0, sizeof(ldst_cmd)); in sysctl_mps_tcam()
10076 ldst_cmd.op_to_addrspace = in sysctl_mps_tcam()
10080 ldst_cmd.cycles_to_len16 = htobe32(FW_LEN16(ldst_cmd)); in sysctl_mps_tcam()
10081 ldst_cmd.u.mps.rplc.fid_idx = in sysctl_mps_tcam()
10093 sizeof(ldst_cmd), &ldst_cmd); in sysctl_mps_tcam()
10250 struct fw_ldst_cmd ldst_cmd; in sysctl_mps_tcam_t6() local
10252 memset(&ldst_cmd, 0, sizeof(ldst_cmd)); in sysctl_mps_tcam_t6()
10253 ldst_cmd.op_to_addrspace = in sysctl_mps_tcam_t6()
10257 ldst_cmd.cycles_to_len16 = htobe32(FW_LEN16(ldst_cmd)); in sysctl_mps_tcam_t6()
[all …]