Searched refs:mthca_alloc_mailbox (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/mthca/ | 
| D | mthca_cmd.c | 609 struct mthca_mailbox *mthca_alloc_mailbox(struct mthca_dev *dev,  in mthca_alloc_mailbox()  function 669 	mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);  in mthca_map_cmd() 805 	mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);  in mthca_QUERY_FW() 898 	mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);  in mthca_ENABLE_LAM() 953 	mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);  in mthca_QUERY_DDR() 1059 	mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);  in mthca_QUERY_DEV_LIM() 1282 	mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);  in mthca_QUERY_ADAPTER() 1356 	mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);  in mthca_INIT_HCA() 1459 	mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);  in mthca_INIT_IB() 1513 	mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);  in mthca_SET_IB() [all …] 
 | 
| D | mthca_mcg.c | 72 	mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);  in find_mgm() 131 	mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);  in mthca_multicast_attach() 224 	mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);  in mthca_multicast_detach()
  | 
| D | mthca_srq.c | 256 	mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);  in mthca_alloc_srq() 343 	mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);  in mthca_free_srq() 405 	mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);  in mthca_query_srq()
  | 
| D | mthca_mr.c | 262 	mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);  in __mthca_write_mtt() 452 	mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);  in mthca_mr_alloc() 623 	mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);  in mthca_fmr_alloc()
  | 
| D | mthca_cmd.h | 251 struct mthca_mailbox *mthca_alloc_mailbox(struct mthca_dev *dev,
  | 
| D | mthca_cq.c | 805 	mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);  in mthca_init_cq() 904 	mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);  in mthca_free_cq()
  | 
| D | mthca_eq.c | 494 	mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);  in mthca_create_eq() 597 	mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);  in mthca_free_eq()
  | 
| D | mthca_qp.c | 448 	mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);  in mthca_query_qp() 572 	mailbox = mthca_alloc_mailbox(dev, GFP_KERNEL);  in __mthca_modify_qp()
  |