Searched refs:mthca_mailbox (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/sys/dev/mthca/ |
| HD | mthca_cmd.h | 115 struct mthca_mailbox { struct 251 struct mthca_mailbox *mthca_alloc_mailbox(struct mthca_dev *dev, 253 void mthca_free_mailbox(struct mthca_dev *dev, struct mthca_mailbox *mailbox); 283 int mthca_SW2HW_MPT(struct mthca_dev *dev, struct mthca_mailbox *mailbox, 285 int mthca_HW2SW_MPT(struct mthca_dev *dev, struct mthca_mailbox *mailbox, 287 int mthca_WRITE_MTT(struct mthca_dev *dev, struct mthca_mailbox *mailbox, 292 int mthca_SW2HW_EQ(struct mthca_dev *dev, struct mthca_mailbox *mailbox, 294 int mthca_HW2SW_EQ(struct mthca_dev *dev, struct mthca_mailbox *mailbox, 296 int mthca_SW2HW_CQ(struct mthca_dev *dev, struct mthca_mailbox *mailbox, 298 int mthca_HW2SW_CQ(struct mthca_dev *dev, struct mthca_mailbox *mailbox, [all …]
|
| HD | mthca_cmd.c | 604 struct mthca_mailbox *mthca_alloc_mailbox(struct mthca_dev *dev, in mthca_alloc_mailbox() 607 struct mthca_mailbox *mailbox; in mthca_alloc_mailbox() 622 void mthca_free_mailbox(struct mthca_dev *dev, struct mthca_mailbox *mailbox) in mthca_free_mailbox() 655 struct mthca_mailbox *mailbox; in mthca_map_cmd() 778 struct mthca_mailbox *mailbox; in mthca_QUERY_FW() 886 struct mthca_mailbox *mailbox; in mthca_ENABLE_LAM() 941 struct mthca_mailbox *mailbox; in mthca_QUERY_DDR() 992 struct mthca_mailbox *mailbox; in mthca_QUERY_DEV_LIM() 1272 struct mthca_mailbox *mailbox; in mthca_QUERY_ADAPTER() 1315 struct mthca_mailbox *mailbox; in mthca_INIT_HCA() [all …]
|
| HD | mthca_mcg.c | 64 u8 *gid, struct mthca_mailbox *mgm_mailbox, in find_mgm() 67 struct mthca_mailbox *mailbox; in find_mgm() 123 struct mthca_mailbox *mailbox; in mthca_multicast_attach() 217 struct mthca_mailbox *mailbox; in mthca_multicast_detach()
|
| HD | mthca_srq.c | 204 struct mthca_mailbox *mailbox; in mthca_alloc_srq() 334 struct mthca_mailbox *mailbox; in mthca_free_srq() 394 struct mthca_mailbox *mailbox; in mthca_query_srq()
|
| HD | mthca_mr.c | 257 struct mthca_mailbox *mailbox; in __mthca_write_mtt() 432 struct mthca_mailbox *mailbox; in mthca_mr_alloc() 571 struct mthca_mailbox *mailbox; in mthca_fmr_alloc()
|
| HD | mthca_eq.c | 473 struct mthca_mailbox *mailbox; in mthca_create_eq() 591 struct mthca_mailbox *mailbox; in mthca_free_eq()
|
| HD | mthca_cq.c | 777 struct mthca_mailbox *mailbox; in mthca_init_cq() 906 struct mthca_mailbox *mailbox; in mthca_free_cq()
|
| HD | mthca_qp.c | 431 struct mthca_mailbox *mailbox = NULL; in mthca_query_qp() 554 struct mthca_mailbox *mailbox; in __mthca_modify_qp()
|