Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/cxgbe/common/
H A Dt4_hw.c748 struct fw_ldst_cmd ldst_cmd; in t4_read_pcie_cfg4() local
751 memset(&ldst_cmd, 0, sizeof(ldst_cmd)); in t4_read_pcie_cfg4()
752 ldst_cmd.op_to_addrspace = in t4_read_pcie_cfg4()
757 ldst_cmd.cycles_to_len16 = cpu_to_be32(FW_LEN16(ldst_cmd)); in t4_read_pcie_cfg4()
761 ldst_cmd.u.pcie.r = reg; in t4_read_pcie_cfg4()
767 ret = t4_wr_mbox(adap, adap->mbox, &ldst_cmd, sizeof(ldst_cmd), in t4_read_pcie_cfg4()
768 &ldst_cmd); in t4_read_pcie_cfg4()
10991 memset(&ldst_cmd, 0, sizeof(ldst_cmd)); in t4_i2c_io()
10992 ldst_cmd.op_to_addrspace = in t4_i2c_io()
10997 ldst_cmd.cycles_to_len16 = cpu_to_be32(FW_LEN16(ldst_cmd)); in t4_i2c_io()
[all …]
/freebsd-14.2/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c3600 struct fw_ldst_cmd ldst_cmd; in collect_mps_tcam() local
3603 memset(&ldst_cmd, 0, sizeof(ldst_cmd)); in collect_mps_tcam()
3604 ldst_cmd.op_to_addrspace = in collect_mps_tcam()
3611 ldst_cmd.cycles_to_len16 = htonl(FW_LEN16(ldst_cmd)); in collect_mps_tcam()
3613 ldst_cmd.u.mps.rplc.fid_idx = in collect_mps_tcam()
3620 rc = t4_wr_mbox(padap, padap->mbox, &ldst_cmd, in collect_mps_tcam()
3621 sizeof(ldst_cmd), &ldst_cmd); in collect_mps_tcam()
3628 mps_rplc = ldst_cmd.u.mps.rplc; in collect_mps_tcam()
/freebsd-14.2/sys/dev/cxgbe/
H A Dt4_main.c10257 struct fw_ldst_cmd ldst_cmd; in sysctl_mps_tcam() local
10259 memset(&ldst_cmd, 0, sizeof(ldst_cmd)); in sysctl_mps_tcam()
10260 ldst_cmd.op_to_addrspace = in sysctl_mps_tcam()
10264 ldst_cmd.cycles_to_len16 = htobe32(FW_LEN16(ldst_cmd)); in sysctl_mps_tcam()
10265 ldst_cmd.u.mps.rplc.fid_idx = in sysctl_mps_tcam()
10277 sizeof(ldst_cmd), &ldst_cmd); in sysctl_mps_tcam()
10434 struct fw_ldst_cmd ldst_cmd; in sysctl_mps_tcam_t6() local
10436 memset(&ldst_cmd, 0, sizeof(ldst_cmd)); in sysctl_mps_tcam_t6()
10437 ldst_cmd.op_to_addrspace = in sysctl_mps_tcam_t6()
10441 ldst_cmd.cycles_to_len16 = htobe32(FW_LEN16(ldst_cmd)); in sysctl_mps_tcam_t6()
[all …]