Searched refs:idctxt (Results 1 – 2 of 2) sorted by relevance
6685 c.u.idctxt.msg_ctxtflush = cpu_to_be32(FW_LDST_CMD_CTXTFLUSH_F); in t4_sge_ctxt_flush()10067 c.u.idctxt.physid = cpu_to_be32(cid); in t4_sge_ctxt_rd()10071 data[0] = be32_to_cpu(c.u.idctxt.ctxt_data0); in t4_sge_ctxt_rd()10072 data[1] = be32_to_cpu(c.u.idctxt.ctxt_data1); in t4_sge_ctxt_rd()10073 data[2] = be32_to_cpu(c.u.idctxt.ctxt_data2); in t4_sge_ctxt_rd()10074 data[3] = be32_to_cpu(c.u.idctxt.ctxt_data3); in t4_sge_ctxt_rd()10075 data[4] = be32_to_cpu(c.u.idctxt.ctxt_data4); in t4_sge_ctxt_rd()10076 data[5] = be32_to_cpu(c.u.idctxt.ctxt_data5); in t4_sge_ctxt_rd()
907 } idctxt; member