Searched refs:write_cmd (Results 1 – 6 of 6) sorted by relevance
79 extern const struct ngcmd write_cmd;
52 const struct ngcmd write_cmd = { variable
114 &write_cmd,
222 } write_cmd; member
151 sdd->write_cmd.portid = rbp->dportid; in dpaa2_qdma_populate_fle()156 sdd->write_cmd.rbp = rbp->drbp; in dpaa2_qdma_populate_fle()157 sdd->write_cmd.wrttype = DPAA2_RBP_MEM_RW; in dpaa2_qdma_populate_fle()159 sdd->write_cmd.wrttype = dpaa2_coherent_alloc_cache; in dpaa2_qdma_populate_fle()165 sdd->write_cmd.wrttype = dpaa2_coherent_alloc_cache; in dpaa2_qdma_populate_fle()
1266 struct ixgbe_hic_internal_phy_req write_cmd; in ixgbe_write_iosf_sb_reg_x550a() local1270 memset(&write_cmd, 0, sizeof(write_cmd)); in ixgbe_write_iosf_sb_reg_x550a()1271 write_cmd.hdr.cmd = FW_INT_PHY_REQ_CMD; in ixgbe_write_iosf_sb_reg_x550a()1272 write_cmd.hdr.buf_len = FW_INT_PHY_REQ_LEN; in ixgbe_write_iosf_sb_reg_x550a()1273 write_cmd.hdr.checksum = FW_DEFAULT_CHECKSUM; in ixgbe_write_iosf_sb_reg_x550a()1274 write_cmd.port_number = hw->bus.lan_id; in ixgbe_write_iosf_sb_reg_x550a()1275 write_cmd.command_type = FW_INT_PHY_REQ_WRITE; in ixgbe_write_iosf_sb_reg_x550a()1276 write_cmd.address = IXGBE_CPU_TO_BE16(reg_addr); in ixgbe_write_iosf_sb_reg_x550a()1277 write_cmd.write_data = IXGBE_CPU_TO_BE32(data); in ixgbe_write_iosf_sb_reg_x550a()1279 status = ixgbe_host_interface_command(hw, (u32 *)&write_cmd, in ixgbe_write_iosf_sb_reg_x550a()[all …]