Searched refs:idctxt (Results 1 – 2 of 2) sorted by relevance
6779 c.u.idctxt.msg_ctxtflush = cpu_to_be32(FW_LDST_CMD_CTXTFLUSH_F); in t4_sge_ctxt_flush()10335 c.u.idctxt.physid = cpu_to_be32(cid); in t4_sge_ctxt_rd()10339 data[0] = be32_to_cpu(c.u.idctxt.ctxt_data0); in t4_sge_ctxt_rd()10340 data[1] = be32_to_cpu(c.u.idctxt.ctxt_data1); in t4_sge_ctxt_rd()10341 data[2] = be32_to_cpu(c.u.idctxt.ctxt_data2); in t4_sge_ctxt_rd()10342 data[3] = be32_to_cpu(c.u.idctxt.ctxt_data3); in t4_sge_ctxt_rd()10343 data[4] = be32_to_cpu(c.u.idctxt.ctxt_data4); in t4_sge_ctxt_rd()10344 data[5] = be32_to_cpu(c.u.idctxt.ctxt_data5); in t4_sge_ctxt_rd()
957 } idctxt; member