Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mlx4.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2004, 2005 Topspin Communications. All rights reserved.
3  * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
4  * Copyright (c) 2005, 2006, 2007 Cisco Systems. All rights reserved.
5  * Copyright (c) 2005, 2006, 2007, 2008 Mellanox Technologies. All rights reserved.
6  * Copyright (c) 2004 Voltaire, Inc. All rights reserved.
7  *
8  * This software is available to you under a choice of one of two
9  * licenses. You may choose to be licensed under the terms of the GNU
10  * General Public License (GPL) Version 2, available from the file
11  * COPYING in the main directory of this source tree, or the
12  * OpenIB.org BSD license below:
13  *
14  * Redistribution and use in source and binary forms, with or
15  * without modification, are permitted provided that the following
16  * conditions are met:
17  *
18  * - Redistributions of source code must retain the above
19  * copyright notice, this list of conditions and the following
20  * disclaimer.
21  *
22  * - Redistributions in binary form must reproduce the above
23  * copyright notice, this list of conditions and the following
24  * disclaimer in the documentation and/or other materials
25  * provided with the distribution.
26  *
27  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
28  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
29  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
30  * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
31  * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
32  * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
33  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
34  * SOFTWARE.
35  */
36 
37 #ifndef MLX4_H
38 #define MLX4_H
39 
40 #include <linux/mutex.h>
41 #include <linux/radix-tree.h>
42 #include <linux/rbtree.h>
43 #include <linux/timer.h>
44 #include <linux/semaphore.h>
45 #include <linux/workqueue.h>
46 
47 #include <linux/mlx4/device.h>
48 #include <linux/mlx4/driver.h>
49 #include <linux/mlx4/doorbell.h>
50 #include <linux/mlx4/cmd.h>
51 
52 #define DRV_NAME "mlx4_core"
53 #define PFX DRV_NAME ": "
54 #define DRV_VERSION "1.1"
55 #define DRV_RELDATE "Dec, 2011"
56 
57 #define MLX4_FS_UDP_UC_EN (1 << 1)
58 #define MLX4_FS_TCP_UC_EN (1 << 2)
59 #define MLX4_FS_NUM_OF_L2_ADDR 8
60 #define MLX4_FS_MGM_LOG_ENTRY_SIZE 7
61 #define MLX4_FS_NUM_MCG (1 << 17)
62 
63 enum {
66 };
67 
68 #define MLX4_NUM_UP 8
69 #define MLX4_NUM_TC 8
70 #define MLX4_RATELIMIT_UNITS 3 /* 100 Mbps */
71 #define MLX4_RATELIMIT_DEFAULT 0xffff
72 
74  u8 prio2tc[4];
75 };
76 
80  __be16 max_bw_units; /* 3-100Mbps, 4-1Gbps, other values - reserved */
82 };
83 
86 };
87 
88 enum {
89  MLX4_HCR_BASE = 0x80680,
90  MLX4_HCR_SIZE = 0x0001c,
91  MLX4_CLR_INT_SIZE = 0x00008,
94 };
95 
96 enum {
100 };
101 
102 enum {
103  MLX4_NUM_PDS = 1 << 15
104 };
105 
106 enum {
112 };
113 
114 enum {
117 };
118 
123 };
124 
125 #define MLX4_COMM_TIME 10000
126 enum {
134 };
135 
136 /*The flag indicates that the slave should delay the RESET cmd*/
137 #define MLX4_DELAY_RESET_SLAVE 0xbbbbbbb
138 /*indicates how many retries will be done if we are in the middle of FLR*/
139 #define NUM_OF_RESET_RETRIES 10
140 #define SLEEP_TIME_IN_RESET (2 * 1000)
154 };
155 
160 };
161 
166 };
167 
168 /*
169  *Virtual HCR structures.
170  * mlx4_vhcr is the sw representation, in machine endianess
171  *
172  * mlx4_vhcr_cmd is the formalized structure, the one that is passed
173  * to FW to go through communication channel.
174  * It is big endian, and has the same structure as the physical HCR
175  * used by command interface
176  */
177 struct mlx4_vhcr {
186 };
187 
197 };
198 
201  bool has_inbox;
205  int (*verify)(struct mlx4_dev *dev, int slave, struct mlx4_vhcr *vhcr,
206  struct mlx4_cmd_mailbox *inbox);
207  int (*wrapper)(struct mlx4_dev *dev, int slave, struct mlx4_vhcr *vhcr,
208  struct mlx4_cmd_mailbox *inbox,
209  struct mlx4_cmd_mailbox *outbox,
210  struct mlx4_cmd_info *cmd);
211 };
212 
213 #ifdef CONFIG_MLX4_DEBUG
214 extern int mlx4_debug_level;
215 #else /* CONFIG_MLX4_DEBUG */
216 #define mlx4_debug_level (0)
217 #endif /* CONFIG_MLX4_DEBUG */
218 
219 #define mlx4_dbg(mdev, format, arg...) \
220 do { \
221  if (mlx4_debug_level) \
222  dev_printk(KERN_DEBUG, &mdev->pdev->dev, format, ##arg); \
223 } while (0)
224 
225 #define mlx4_err(mdev, format, arg...) \
226  dev_err(&mdev->pdev->dev, format, ##arg)
227 #define mlx4_info(mdev, format, arg...) \
228  dev_info(&mdev->pdev->dev, format, ##arg)
229 #define mlx4_warn(mdev, format, arg...) \
230  dev_warn(&mdev->pdev->dev, format, ##arg)
231 
232 extern int mlx4_log_num_mgm_entry_size;
233 extern int log_mtts_per_seg;
234 
235 #define MLX4_MAX_NUM_SLAVES (MLX4_MAX_NUM_PF + MLX4_MAX_NUM_VF)
236 #define ALL_SLAVES 0xff
237 
238 struct mlx4_bitmap {
246  unsigned long *table;
247 };
248 
249 struct mlx4_buddy {
250  unsigned long **bits;
251  unsigned int *num_free;
254 };
255 
256 struct mlx4_icm;
257 
260  int num_icm;
262  int obj_size;
263  int lowmem;
264  int coherent;
265  struct mutex mutex;
266  struct mlx4_icm **icm;
267 };
268 
269 /*
270  * Must be packed because mtt_seg is 64 bits but only aligned to 32 bits.
271  */
287 } __packed;
288 
289 /*
290  * Must be packed because start is 64 bits but only aligned to 32 bits.
291  */
311 };
312 
332 };
333 
352 };
353 
354 struct mlx4_eq {
355  struct mlx4_dev *dev;
357  int eqn;
361  int nent;
363  struct mlx4_mtt mtt;
364 };
365 
370 };
371 
373  int eqn;
375 };
376 
377 struct mlx4_profile {
378  int num_qp;
380  int num_srq;
381  int num_cq;
382  int num_mcg;
383  int num_mpt;
384  unsigned num_mtt;
385 };
386 
387 struct mlx4_fw {
391  struct mlx4_icm *fw_icm;
392  struct mlx4_icm *aux_icm;
398 };
399 
400 struct mlx4_comm {
403 };
404 
405 enum {
409 };
410 
411 #define VLAN_FLTR_SIZE 128
412 
415 };
416 
418  struct list_head list;
420 };
421 
423  struct list_head list;
425 };
426 
428  struct list_head list;
429  unsigned int index;
431 };
432 
433 #define MLX4_EVENT_TYPES_NUM 64
434 
439  bool active;
440  u8 function;
447  /* event type to eq number lookup */
452  /*initialized via the kzalloc*/
456 };
457 
458 struct slave_list {
459  struct mutex mutex;
461 };
462 
465  /* tree for each resources */
467  /* num_of_slave's lists, one per slave */
469 };
470 
471 #define SLAVE_EVENT_EQ_SIZE 128
478 };
479 
484 };
485 
502 };
503 
504 struct mlx4_mfunc {
508 
510 };
511 
512 struct mlx4_cmd {
513  struct pci_pool *pool;
514  void __iomem *hcr;
515  struct mutex hcr_mutex;
519  int max_cmds;
527 };
528 
531 };
532 
540 };
541 
548 };
549 
552  char *irq_names;
554  void __iomem **uar_map;
556  struct mlx4_eq *eq;
559  int have_irq;
561 };
562 
569 };
570 
581 };
582 
584  struct mutex mutex;
587 };
588 
592  struct list_head list;
593 };
594 
595 #define MLX4_MAX_MAC_NUM 128
596 #define MLX4_MAC_TABLE_SIZE (MLX4_MAX_MAC_NUM << 3)
597 
601  struct mutex mutex;
602  int total;
603  int max;
604 };
605 
606 #define MLX4_MAX_VLAN_NUM 128
607 #define MLX4_VLAN_TABLE_SIZE (MLX4_MAX_VLAN_NUM << 2)
608 
612  struct mutex mutex;
613  int total;
614  int max;
615 };
616 
617 #define SET_PORT_GEN_ALL_VALID 0x7
618 #define SET_PORT_PROMISC_SHIFT 31
619 #define SET_PORT_MC_PROMISC_SHIFT 30
620 
621 enum {
625 };
626 
627 
639 };
640 
657 };
658 
662 };
663 
665  struct mlx4_dev *dev;
666  int port;
667  char dev_name[16];
670  char dev_mtu_name[16];
675  int base_qpn;
676 };
677 
678 struct mlx4_sense {
679  struct mlx4_dev *dev;
683 };
684 
687  struct mutex pool_lock;
688 };
689 
690 struct mlx4_steer {
693 };
694 
700 };
701 
709  u8 dst_gid[16];
711 } __packed;
712 
717  u8 rsvd1[6];
730 } __packed;
731 
744 } __packed;
745 
755 } __packed;
756 
757 struct _rule_hw {
758  union {
759  struct {
763  };
768  };
769 };
770 
771 enum {
774 };
775 
776 struct mlx4_priv {
777  struct mlx4_dev dev;
778 
782 
784 
787 
788  struct mlx4_fw fw;
789  struct mlx4_cmd cmd;
791 
802 
804 
806 
808  void __iomem *kar;
813  struct mlx4_steer *steer;
815  struct mutex bf_mutex;
816  struct io_mapping *bf_mapping;
821 
822 };
823 
824 static inline struct mlx4_priv *mlx4_priv(struct mlx4_dev *dev)
825 {
826  return container_of(dev, struct mlx4_priv, dev);
827 }
828 
829 #define MLX4_SENSE_RANGE (HZ * 3)
830 
831 extern struct workqueue_struct *mlx4_wq;
832 
834 void mlx4_bitmap_free(struct mlx4_bitmap *bitmap, u32 obj);
836 void mlx4_bitmap_free_range(struct mlx4_bitmap *bitmap, u32 obj, int cnt);
838 int mlx4_bitmap_init(struct mlx4_bitmap *bitmap, u32 num, u32 mask,
839  u32 reserved_bot, u32 resetrved_top);
841 
842 int mlx4_reset(struct mlx4_dev *dev);
843 
844 int mlx4_alloc_eq_table(struct mlx4_dev *dev);
845 void mlx4_free_eq_table(struct mlx4_dev *dev);
846 
847 int mlx4_init_pd_table(struct mlx4_dev *dev);
848 int mlx4_init_xrcd_table(struct mlx4_dev *dev);
849 int mlx4_init_uar_table(struct mlx4_dev *dev);
850 int mlx4_init_mr_table(struct mlx4_dev *dev);
851 int mlx4_init_eq_table(struct mlx4_dev *dev);
852 int mlx4_init_cq_table(struct mlx4_dev *dev);
853 int mlx4_init_qp_table(struct mlx4_dev *dev);
854 int mlx4_init_srq_table(struct mlx4_dev *dev);
855 int mlx4_init_mcg_table(struct mlx4_dev *dev);
856 
857 void mlx4_cleanup_pd_table(struct mlx4_dev *dev);
858 void mlx4_cleanup_xrcd_table(struct mlx4_dev *dev);
859 void mlx4_cleanup_uar_table(struct mlx4_dev *dev);
860 void mlx4_cleanup_mr_table(struct mlx4_dev *dev);
861 void mlx4_cleanup_eq_table(struct mlx4_dev *dev);
862 void mlx4_cleanup_cq_table(struct mlx4_dev *dev);
863 void mlx4_cleanup_qp_table(struct mlx4_dev *dev);
864 void mlx4_cleanup_srq_table(struct mlx4_dev *dev);
865 void mlx4_cleanup_mcg_table(struct mlx4_dev *dev);
866 int __mlx4_qp_alloc_icm(struct mlx4_dev *dev, int qpn);
867 void __mlx4_qp_free_icm(struct mlx4_dev *dev, int qpn);
868 int __mlx4_cq_alloc_icm(struct mlx4_dev *dev, int *cqn);
869 void __mlx4_cq_free_icm(struct mlx4_dev *dev, int cqn);
870 int __mlx4_srq_alloc_icm(struct mlx4_dev *dev, int *srqn);
871 void __mlx4_srq_free_icm(struct mlx4_dev *dev, int srqn);
872 int __mlx4_mr_reserve(struct mlx4_dev *dev);
873 void __mlx4_mr_release(struct mlx4_dev *dev, u32 index);
875 void __mlx4_mr_free_icm(struct mlx4_dev *dev, u32 index);
877 void __mlx4_free_mtt_range(struct mlx4_dev *dev, u32 first_seg, int order);
878 
879 int mlx4_WRITE_MTT_wrapper(struct mlx4_dev *dev, int slave,
880  struct mlx4_vhcr *vhcr,
881  struct mlx4_cmd_mailbox *inbox,
882  struct mlx4_cmd_mailbox *outbox,
883  struct mlx4_cmd_info *cmd);
884 int mlx4_SYNC_TPT_wrapper(struct mlx4_dev *dev, int slave,
885  struct mlx4_vhcr *vhcr,
886  struct mlx4_cmd_mailbox *inbox,
887  struct mlx4_cmd_mailbox *outbox,
888  struct mlx4_cmd_info *cmd);
889 int mlx4_SW2HW_MPT_wrapper(struct mlx4_dev *dev, int slave,
890  struct mlx4_vhcr *vhcr,
891  struct mlx4_cmd_mailbox *inbox,
892  struct mlx4_cmd_mailbox *outbox,
893  struct mlx4_cmd_info *cmd);
894 int mlx4_HW2SW_MPT_wrapper(struct mlx4_dev *dev, int slave,
895  struct mlx4_vhcr *vhcr,
896  struct mlx4_cmd_mailbox *inbox,
897  struct mlx4_cmd_mailbox *outbox,
898  struct mlx4_cmd_info *cmd);
899 int mlx4_QUERY_MPT_wrapper(struct mlx4_dev *dev, int slave,
900  struct mlx4_vhcr *vhcr,
901  struct mlx4_cmd_mailbox *inbox,
902  struct mlx4_cmd_mailbox *outbox,
903  struct mlx4_cmd_info *cmd);
904 int mlx4_SW2HW_EQ_wrapper(struct mlx4_dev *dev, int slave,
905  struct mlx4_vhcr *vhcr,
906  struct mlx4_cmd_mailbox *inbox,
907  struct mlx4_cmd_mailbox *outbox,
908  struct mlx4_cmd_info *cmd);
909 int mlx4_DMA_wrapper(struct mlx4_dev *dev, int slave,
910  struct mlx4_vhcr *vhcr,
911  struct mlx4_cmd_mailbox *inbox,
912  struct mlx4_cmd_mailbox *outbox,
913  struct mlx4_cmd_info *cmd);
914 int __mlx4_qp_reserve_range(struct mlx4_dev *dev, int cnt, int align,
915  int *base);
916 void __mlx4_qp_release_range(struct mlx4_dev *dev, int base_qpn, int cnt);
917 int __mlx4_register_mac(struct mlx4_dev *dev, u8 port, u64 mac);
919 int __mlx4_replace_mac(struct mlx4_dev *dev, u8 port, int qpn, u64 new_mac);
920 int __mlx4_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt,
921  int start_index, int npages, u64 *page_list);
922 int __mlx4_counter_alloc(struct mlx4_dev *dev, u32 *idx);
923 void __mlx4_counter_free(struct mlx4_dev *dev, u32 idx);
924 int __mlx4_xrcd_alloc(struct mlx4_dev *dev, u32 *xrcdn);
925 void __mlx4_xrcd_free(struct mlx4_dev *dev, u32 xrcdn);
926 
927 void mlx4_start_catas_poll(struct mlx4_dev *dev);
928 void mlx4_stop_catas_poll(struct mlx4_dev *dev);
929 void mlx4_catas_init(void);
930 int mlx4_restart_one(struct pci_dev *pdev);
931 int mlx4_register_device(struct mlx4_dev *dev);
932 void mlx4_unregister_device(struct mlx4_dev *dev);
934  unsigned long param);
935 
936 struct mlx4_dev_cap;
937 struct mlx4_init_hca_param;
938 
940  struct mlx4_profile *request,
941  struct mlx4_dev_cap *dev_cap,
942  struct mlx4_init_hca_param *init_hca);
944 void mlx4_gen_slave_eqe(struct work_struct *work);
946 
947 int mlx4_ALLOC_RES_wrapper(struct mlx4_dev *dev, int slave,
948  struct mlx4_vhcr *vhcr,
949  struct mlx4_cmd_mailbox *inbox,
950  struct mlx4_cmd_mailbox *outbox,
951  struct mlx4_cmd_info *cmd);
952 int mlx4_FREE_RES_wrapper(struct mlx4_dev *dev, int slave,
953  struct mlx4_vhcr *vhcr,
954  struct mlx4_cmd_mailbox *inbox,
955  struct mlx4_cmd_mailbox *outbox,
956  struct mlx4_cmd_info *cmd);
957 int mlx4_MAP_EQ_wrapper(struct mlx4_dev *dev, int slave,
958  struct mlx4_vhcr *vhcr, struct mlx4_cmd_mailbox *inbox,
959  struct mlx4_cmd_mailbox *outbox,
960  struct mlx4_cmd_info *cmd);
961 int mlx4_COMM_INT_wrapper(struct mlx4_dev *dev, int slave,
962  struct mlx4_vhcr *vhcr,
963  struct mlx4_cmd_mailbox *inbox,
964  struct mlx4_cmd_mailbox *outbox,
965  struct mlx4_cmd_info *cmd);
966 int mlx4_HW2SW_EQ_wrapper(struct mlx4_dev *dev, int slave,
967  struct mlx4_vhcr *vhcr,
968  struct mlx4_cmd_mailbox *inbox,
969  struct mlx4_cmd_mailbox *outbox,
970  struct mlx4_cmd_info *cmd);
971 int mlx4_QUERY_EQ_wrapper(struct mlx4_dev *dev, int slave,
972  struct mlx4_vhcr *vhcr,
973  struct mlx4_cmd_mailbox *inbox,
974  struct mlx4_cmd_mailbox *outbox,
975  struct mlx4_cmd_info *cmd);
976 int mlx4_SW2HW_CQ_wrapper(struct mlx4_dev *dev, int slave,
977  struct mlx4_vhcr *vhcr,
978  struct mlx4_cmd_mailbox *inbox,
979  struct mlx4_cmd_mailbox *outbox,
980  struct mlx4_cmd_info *cmd);
981 int mlx4_HW2SW_CQ_wrapper(struct mlx4_dev *dev, int slave,
982  struct mlx4_vhcr *vhcr,
983  struct mlx4_cmd_mailbox *inbox,
984  struct mlx4_cmd_mailbox *outbox,
985  struct mlx4_cmd_info *cmd);
986 int mlx4_QUERY_CQ_wrapper(struct mlx4_dev *dev, int slave,
987  struct mlx4_vhcr *vhcr,
988  struct mlx4_cmd_mailbox *inbox,
989  struct mlx4_cmd_mailbox *outbox,
990  struct mlx4_cmd_info *cmd);
991 int mlx4_MODIFY_CQ_wrapper(struct mlx4_dev *dev, int slave,
992  struct mlx4_vhcr *vhcr,
993  struct mlx4_cmd_mailbox *inbox,
994  struct mlx4_cmd_mailbox *outbox,
995  struct mlx4_cmd_info *cmd);
996 int mlx4_SW2HW_SRQ_wrapper(struct mlx4_dev *dev, int slave,
997  struct mlx4_vhcr *vhcr,
998  struct mlx4_cmd_mailbox *inbox,
999  struct mlx4_cmd_mailbox *outbox,
1000  struct mlx4_cmd_info *cmd);
1001 int mlx4_HW2SW_SRQ_wrapper(struct mlx4_dev *dev, int slave,
1002  struct mlx4_vhcr *vhcr,
1003  struct mlx4_cmd_mailbox *inbox,
1004  struct mlx4_cmd_mailbox *outbox,
1005  struct mlx4_cmd_info *cmd);
1006 int mlx4_QUERY_SRQ_wrapper(struct mlx4_dev *dev, int slave,
1007  struct mlx4_vhcr *vhcr,
1008  struct mlx4_cmd_mailbox *inbox,
1009  struct mlx4_cmd_mailbox *outbox,
1010  struct mlx4_cmd_info *cmd);
1011 int mlx4_ARM_SRQ_wrapper(struct mlx4_dev *dev, int slave,
1012  struct mlx4_vhcr *vhcr,
1013  struct mlx4_cmd_mailbox *inbox,
1014  struct mlx4_cmd_mailbox *outbox,
1015  struct mlx4_cmd_info *cmd);
1016 int mlx4_GEN_QP_wrapper(struct mlx4_dev *dev, int slave,
1017  struct mlx4_vhcr *vhcr,
1018  struct mlx4_cmd_mailbox *inbox,
1019  struct mlx4_cmd_mailbox *outbox,
1020  struct mlx4_cmd_info *cmd);
1021 int mlx4_RST2INIT_QP_wrapper(struct mlx4_dev *dev, int slave,
1022  struct mlx4_vhcr *vhcr,
1023  struct mlx4_cmd_mailbox *inbox,
1024  struct mlx4_cmd_mailbox *outbox,
1025  struct mlx4_cmd_info *cmd);
1026 int mlx4_INIT2INIT_QP_wrapper(struct mlx4_dev *dev, int slave,
1027  struct mlx4_vhcr *vhcr,
1028  struct mlx4_cmd_mailbox *inbox,
1029  struct mlx4_cmd_mailbox *outbox,
1030  struct mlx4_cmd_info *cmd);
1031 int mlx4_INIT2RTR_QP_wrapper(struct mlx4_dev *dev, int slave,
1032  struct mlx4_vhcr *vhcr,
1033  struct mlx4_cmd_mailbox *inbox,
1034  struct mlx4_cmd_mailbox *outbox,
1035  struct mlx4_cmd_info *cmd);
1036 int mlx4_RTR2RTS_QP_wrapper(struct mlx4_dev *dev, int slave,
1037  struct mlx4_vhcr *vhcr,
1038  struct mlx4_cmd_mailbox *inbox,
1039  struct mlx4_cmd_mailbox *outbox,
1040  struct mlx4_cmd_info *cmd);
1041 int mlx4_RTS2RTS_QP_wrapper(struct mlx4_dev *dev, int slave,
1042  struct mlx4_vhcr *vhcr,
1043  struct mlx4_cmd_mailbox *inbox,
1044  struct mlx4_cmd_mailbox *outbox,
1045  struct mlx4_cmd_info *cmd);
1046 int mlx4_SQERR2RTS_QP_wrapper(struct mlx4_dev *dev, int slave,
1047  struct mlx4_vhcr *vhcr,
1048  struct mlx4_cmd_mailbox *inbox,
1049  struct mlx4_cmd_mailbox *outbox,
1050  struct mlx4_cmd_info *cmd);
1051 int mlx4_2ERR_QP_wrapper(struct mlx4_dev *dev, int slave,
1052  struct mlx4_vhcr *vhcr,
1053  struct mlx4_cmd_mailbox *inbox,
1054  struct mlx4_cmd_mailbox *outbox,
1055  struct mlx4_cmd_info *cmd);
1056 int mlx4_RTS2SQD_QP_wrapper(struct mlx4_dev *dev, int slave,
1057  struct mlx4_vhcr *vhcr,
1058  struct mlx4_cmd_mailbox *inbox,
1059  struct mlx4_cmd_mailbox *outbox,
1060  struct mlx4_cmd_info *cmd);
1061 int mlx4_SQD2SQD_QP_wrapper(struct mlx4_dev *dev, int slave,
1062  struct mlx4_vhcr *vhcr,
1063  struct mlx4_cmd_mailbox *inbox,
1064  struct mlx4_cmd_mailbox *outbox,
1065  struct mlx4_cmd_info *cmd);
1066 int mlx4_SQD2RTS_QP_wrapper(struct mlx4_dev *dev, int slave,
1067  struct mlx4_vhcr *vhcr,
1068  struct mlx4_cmd_mailbox *inbox,
1069  struct mlx4_cmd_mailbox *outbox,
1070  struct mlx4_cmd_info *cmd);
1071 int mlx4_2RST_QP_wrapper(struct mlx4_dev *dev, int slave,
1072  struct mlx4_vhcr *vhcr,
1073  struct mlx4_cmd_mailbox *inbox,
1074  struct mlx4_cmd_mailbox *outbox,
1075  struct mlx4_cmd_info *cmd);
1076 int mlx4_QUERY_QP_wrapper(struct mlx4_dev *dev, int slave,
1077  struct mlx4_vhcr *vhcr,
1078  struct mlx4_cmd_mailbox *inbox,
1079  struct mlx4_cmd_mailbox *outbox,
1080  struct mlx4_cmd_info *cmd);
1081 
1082 int mlx4_GEN_EQE(struct mlx4_dev *dev, int slave, struct mlx4_eqe *eqe);
1083 
1084 int mlx4_cmd_init(struct mlx4_dev *dev);
1085 void mlx4_cmd_cleanup(struct mlx4_dev *dev);
1086 int mlx4_multi_func_init(struct mlx4_dev *dev);
1087 void mlx4_multi_func_cleanup(struct mlx4_dev *dev);
1088 void mlx4_cmd_event(struct mlx4_dev *dev, u16 token, u8 status, u64 out_param);
1089 int mlx4_cmd_use_events(struct mlx4_dev *dev);
1090 void mlx4_cmd_use_polling(struct mlx4_dev *dev);
1091 
1092 int mlx4_comm_cmd(struct mlx4_dev *dev, u8 cmd, u16 param,
1093  unsigned long timeout);
1094 
1095 void mlx4_cq_completion(struct mlx4_dev *dev, u32 cqn);
1096 void mlx4_cq_event(struct mlx4_dev *dev, u32 cqn, int event_type);
1097 
1098 void mlx4_qp_event(struct mlx4_dev *dev, u32 qpn, int event_type);
1099 
1100 void mlx4_srq_event(struct mlx4_dev *dev, u32 srqn, int event_type);
1101 
1102 void mlx4_handle_catas_err(struct mlx4_dev *dev);
1103 
1104 int mlx4_SENSE_PORT(struct mlx4_dev *dev, int port,
1105  enum mlx4_port_type *type);
1106 void mlx4_do_sense_ports(struct mlx4_dev *dev,
1107  enum mlx4_port_type *stype,
1108  enum mlx4_port_type *defaults);
1109 void mlx4_start_sense(struct mlx4_dev *dev);
1110 void mlx4_stop_sense(struct mlx4_dev *dev);
1111 void mlx4_sense_init(struct mlx4_dev *dev);
1112 int mlx4_check_port_params(struct mlx4_dev *dev,
1113  enum mlx4_port_type *port_type);
1114 int mlx4_change_port_types(struct mlx4_dev *dev,
1115  enum mlx4_port_type *port_types);
1116 
1117 void mlx4_init_mac_table(struct mlx4_dev *dev, struct mlx4_mac_table *table);
1118 void mlx4_init_vlan_table(struct mlx4_dev *dev, struct mlx4_vlan_table *table);
1119 
1120 int mlx4_SET_PORT(struct mlx4_dev *dev, u8 port, int pkey_tbl_sz);
1121 /* resource tracker functions*/
1124  u64 resource_id, int *slave);
1125 void mlx4_delete_all_resources_for_slave(struct mlx4_dev *dev, int slave_id);
1127 
1130 
1131 int mlx4_QUERY_FW_wrapper(struct mlx4_dev *dev, int slave,
1132  struct mlx4_vhcr *vhcr,
1133  struct mlx4_cmd_mailbox *inbox,
1134  struct mlx4_cmd_mailbox *outbox,
1135  struct mlx4_cmd_info *cmd);
1136 int mlx4_SET_PORT_wrapper(struct mlx4_dev *dev, int slave,
1137  struct mlx4_vhcr *vhcr,
1138  struct mlx4_cmd_mailbox *inbox,
1139  struct mlx4_cmd_mailbox *outbox,
1140  struct mlx4_cmd_info *cmd);
1141 int mlx4_INIT_PORT_wrapper(struct mlx4_dev *dev, int slave,
1142  struct mlx4_vhcr *vhcr,
1143  struct mlx4_cmd_mailbox *inbox,
1144  struct mlx4_cmd_mailbox *outbox,
1145  struct mlx4_cmd_info *cmd);
1146 int mlx4_CLOSE_PORT_wrapper(struct mlx4_dev *dev, int slave,
1147  struct mlx4_vhcr *vhcr,
1148  struct mlx4_cmd_mailbox *inbox,
1149  struct mlx4_cmd_mailbox *outbox,
1150  struct mlx4_cmd_info *cmd);
1151 int mlx4_QUERY_DEV_CAP_wrapper(struct mlx4_dev *dev, int slave,
1152  struct mlx4_vhcr *vhcr,
1153  struct mlx4_cmd_mailbox *inbox,
1154  struct mlx4_cmd_mailbox *outbox,
1155  struct mlx4_cmd_info *cmd);
1156 int mlx4_QUERY_PORT_wrapper(struct mlx4_dev *dev, int slave,
1157  struct mlx4_vhcr *vhcr,
1158  struct mlx4_cmd_mailbox *inbox,
1159  struct mlx4_cmd_mailbox *outbox,
1160  struct mlx4_cmd_info *cmd);
1162 
1164  int *gid_tbl_len, int *pkey_tbl_len);
1165 
1166 int mlx4_QP_ATTACH_wrapper(struct mlx4_dev *dev, int slave,
1167  struct mlx4_vhcr *vhcr,
1168  struct mlx4_cmd_mailbox *inbox,
1169  struct mlx4_cmd_mailbox *outbox,
1170  struct mlx4_cmd_info *cmd);
1171 
1172 int mlx4_PROMISC_wrapper(struct mlx4_dev *dev, int slave,
1173  struct mlx4_vhcr *vhcr,
1174  struct mlx4_cmd_mailbox *inbox,
1175  struct mlx4_cmd_mailbox *outbox,
1176  struct mlx4_cmd_info *cmd);
1177 int mlx4_qp_detach_common(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16],
1178  enum mlx4_protocol prot, enum mlx4_steer_type steer);
1179 int mlx4_qp_attach_common(struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16],
1180  int block_mcast_loopback, enum mlx4_protocol prot,
1181  enum mlx4_steer_type steer);
1183  struct mlx4_vhcr *vhcr,
1184  struct mlx4_cmd_mailbox *inbox,
1185  struct mlx4_cmd_mailbox *outbox,
1186  struct mlx4_cmd_info *cmd);
1187 int mlx4_SET_VLAN_FLTR_wrapper(struct mlx4_dev *dev, int slave,
1188  struct mlx4_vhcr *vhcr,
1189  struct mlx4_cmd_mailbox *inbox,
1190  struct mlx4_cmd_mailbox *outbox,
1191  struct mlx4_cmd_info *cmd);
1192 int mlx4_common_set_vlan_fltr(struct mlx4_dev *dev, int function,
1193  int port, void *buf);
1194 int mlx4_common_dump_eth_stats(struct mlx4_dev *dev, int slave, u32 in_mod,
1195  struct mlx4_cmd_mailbox *outbox);
1197  struct mlx4_vhcr *vhcr,
1198  struct mlx4_cmd_mailbox *inbox,
1199  struct mlx4_cmd_mailbox *outbox,
1200  struct mlx4_cmd_info *cmd);
1201 int mlx4_PKEY_TABLE_wrapper(struct mlx4_dev *dev, int slave,
1202  struct mlx4_vhcr *vhcr,
1203  struct mlx4_cmd_mailbox *inbox,
1204  struct mlx4_cmd_mailbox *outbox,
1205  struct mlx4_cmd_info *cmd);
1206 int mlx4_QUERY_IF_STAT_wrapper(struct mlx4_dev *dev, int slave,
1207  struct mlx4_vhcr *vhcr,
1208  struct mlx4_cmd_mailbox *inbox,
1209  struct mlx4_cmd_mailbox *outbox,
1210  struct mlx4_cmd_info *cmd);
1212  struct mlx4_vhcr *vhcr,
1213  struct mlx4_cmd_mailbox *inbox,
1214  struct mlx4_cmd_mailbox *outbox,
1215  struct mlx4_cmd_info *cmd);
1217  struct mlx4_vhcr *vhcr,
1218  struct mlx4_cmd_mailbox *inbox,
1219  struct mlx4_cmd_mailbox *outbox,
1220  struct mlx4_cmd_info *cmd);
1221 
1222 int mlx4_get_mgm_entry_size(struct mlx4_dev *dev);
1223 int mlx4_get_qp_per_mgm(struct mlx4_dev *dev);
1224 
1225 static inline void set_param_l(u64 *arg, u32 val)
1226 {
1227  *((u32 *)arg) = val;
1228 }
1229 
1230 static inline void set_param_h(u64 *arg, u32 val)
1231 {
1232  *arg = (*arg & 0xffffffff) | ((u64) val << 32);
1233 }
1234 
1235 static inline u32 get_param_l(u64 *arg)
1236 {
1237  return (u32) (*arg & 0xffffffff);
1238 }
1239 
1240 static inline u32 get_param_h(u64 *arg)
1241 {
1242  return (u32)(*arg >> 32);
1243 }
1244 
1245 static inline spinlock_t *mlx4_tlock(struct mlx4_dev *dev)
1246 {
1247  return &mlx4_priv(dev)->mfunc.master.res_tracker.lock;
1248 }
1249 
1250 #define NOT_MASKED_PD_BITS 17
1251 
1252 #endif /* MLX4_H */