Searched refs:idctxt (Results 1 – 2 of 2) sorted by relevance
6793 c.u.idctxt.msg_ctxtflush = cpu_to_be32(FW_LDST_CMD_CTXTFLUSH_F); in t4_sge_ctxt_flush()10309 c.u.idctxt.physid = cpu_to_be32(cid); in t4_sge_ctxt_rd()10313 data[0] = be32_to_cpu(c.u.idctxt.ctxt_data0); in t4_sge_ctxt_rd()10314 data[1] = be32_to_cpu(c.u.idctxt.ctxt_data1); in t4_sge_ctxt_rd()10315 data[2] = be32_to_cpu(c.u.idctxt.ctxt_data2); in t4_sge_ctxt_rd()10316 data[3] = be32_to_cpu(c.u.idctxt.ctxt_data3); in t4_sge_ctxt_rd()10317 data[4] = be32_to_cpu(c.u.idctxt.ctxt_data4); in t4_sge_ctxt_rd()10318 data[5] = be32_to_cpu(c.u.idctxt.ctxt_data5); in t4_sge_ctxt_rd()
907 } idctxt; member