Searched refs:idctxt (Results 1 – 2 of 2) sorted by relevance
6798 c.u.idctxt.msg_ctxtflush = cpu_to_be32(FW_LDST_CMD_CTXTFLUSH_F); in t4_sge_ctxt_flush()10355 c.u.idctxt.physid = cpu_to_be32(cid); in t4_sge_ctxt_rd()10359 data[0] = be32_to_cpu(c.u.idctxt.ctxt_data0); in t4_sge_ctxt_rd()10360 data[1] = be32_to_cpu(c.u.idctxt.ctxt_data1); in t4_sge_ctxt_rd()10361 data[2] = be32_to_cpu(c.u.idctxt.ctxt_data2); in t4_sge_ctxt_rd()10362 data[3] = be32_to_cpu(c.u.idctxt.ctxt_data3); in t4_sge_ctxt_rd()10363 data[4] = be32_to_cpu(c.u.idctxt.ctxt_data4); in t4_sge_ctxt_rd()10364 data[5] = be32_to_cpu(c.u.idctxt.ctxt_data5); in t4_sge_ctxt_rd()
955 } idctxt; member