• Home
  • Raw
  • Download

Lines Matching refs:hfi1_ctxtdata

196 struct hfi1_ctxtdata {  struct
313 int (*do_interrupt)(struct hfi1_ctxtdata *rcd, int threaded); argument
333 struct hfi1_ctxtdata *rcd; argument
939 struct hfi1_ctxtdata *ctxt[HFI1_NUM_VNIC_CTXT];
1280 struct hfi1_ctxtdata **rcd;
1360 struct hfi1_ctxtdata *uctxt;
1394 void handle_user_interrupt(struct hfi1_ctxtdata *rcd);
1396 int hfi1_create_rcvhdrq(struct hfi1_devdata *dd, struct hfi1_ctxtdata *rcd);
1397 int hfi1_setup_eagerbufs(struct hfi1_ctxtdata *rcd);
1400 struct hfi1_ctxtdata **rcd);
1401 void hfi1_free_ctxt(struct hfi1_ctxtdata *rcd);
1404 void hfi1_free_ctxtdata(struct hfi1_devdata *dd, struct hfi1_ctxtdata *rcd);
1405 int hfi1_rcd_put(struct hfi1_ctxtdata *rcd);
1406 int hfi1_rcd_get(struct hfi1_ctxtdata *rcd);
1407 struct hfi1_ctxtdata *hfi1_rcd_get_by_index(struct hfi1_devdata *dd, u16 ctxt);
1408 int handle_receive_interrupt(struct hfi1_ctxtdata *rcd, int thread);
1409 int handle_receive_interrupt_nodma_rtail(struct hfi1_ctxtdata *rcd, int thread);
1410 int handle_receive_interrupt_dma_rtail(struct hfi1_ctxtdata *rcd, int thread);
1413 void hfi1_set_vnic_msix_info(struct hfi1_ctxtdata *rcd);
1414 void hfi1_reset_vnic_msix_info(struct hfi1_ctxtdata *rcd);
1431 static inline __le32 *get_rhf_addr(struct hfi1_ctxtdata *rcd) in get_rhf_addr()
1776 static inline struct hfi1_ibport *rcd_to_iport(struct hfi1_ctxtdata *rcd) in rcd_to_iport()
1934 static inline void clear_rcvhdrtail(const struct hfi1_ctxtdata *rcd) in clear_rcvhdrtail()
1939 static inline u32 get_rcvhdrtail(const struct hfi1_ctxtdata *rcd) in get_rcvhdrtail()
2000 void seqfile_dump_rcd(struct seq_file *s, struct hfi1_ctxtdata *rcd);