Lines Matching defs:ctxt
359 #define MAX_EAGER_BUFFER_TOTAL (64 * (1 << 20)) /* max per ctxt 64MB */
625 static inline u64 read_kctxt_csr(const struct hfi1_devdata *dd, int ctxt,
629 return read_csr(dd, offset0 + (0x100 * ctxt));
632 static inline void write_kctxt_csr(struct hfi1_devdata *dd, int ctxt,
636 write_csr(dd, offset0 + (0x100 * ctxt), value);
648 int ctxt,
651 return get_csr_addr(dd, offset0 + (0x100 * ctxt));
660 static inline u64 read_uctxt_csr(const struct hfi1_devdata *dd, int ctxt,
664 return read_csr(dd, offset0 + (0x1000 * ctxt));
667 static inline void write_uctxt_csr(struct hfi1_devdata *dd, int ctxt,
671 write_csr(dd, offset0 + (0x1000 * ctxt), value);
706 void set_hdrq_regs(struct hfi1_devdata *dd, u8 ctxt, u8 entsize, u16 hdrcnt);
1438 int hfi1_clear_ctxt_jkey(struct hfi1_devdata *dd, struct hfi1_ctxtdata *ctxt);
1439 int hfi1_set_ctxt_pkey(struct hfi1_devdata *dd, struct hfi1_ctxtdata *ctxt,
1441 int hfi1_clear_ctxt_pkey(struct hfi1_devdata *dd, struct hfi1_ctxtdata *ctxt);