net/qede/base: use passed ptt handler
[dpdk.git] / drivers / net / qede / base / ecore_sriov.h
1 /*
2  * Copyright (c) 2016 QLogic Corporation.
3  * All rights reserved.
4  * www.qlogic.com
5  *
6  * See LICENSE.qede_pmd for copyright and licensing details.
7  */
8
9 #ifndef __ECORE_SRIOV_H__
10 #define __ECORE_SRIOV_H__
11
12 #include "ecore_status.h"
13 #include "ecore_vfpf_if.h"
14 #include "ecore_iov_api.h"
15 #include "ecore_hsi_common.h"
16 #include "ecore_l2.h"
17
18 #define ECORE_ETH_MAX_VF_NUM_VLAN_FILTERS \
19         (E4_MAX_NUM_VFS * ECORE_ETH_VF_NUM_VLAN_FILTERS)
20
21 /* Represents a full message. Both the request filled by VF
22  * and the response filled by the PF. The VF needs one copy
23  * of this message, it fills the request part and sends it to
24  * the PF. The PF will copy the response to the response part for
25  * the VF to later read it. The PF needs to hold a message like this
26  * per VF, the request that is copied to the PF is placed in the
27  * request size, and the response is filled by the PF before sending
28  * it to the VF.
29  */
30 struct ecore_vf_mbx_msg {
31         union vfpf_tlvs req;
32         union pfvf_tlvs resp;
33 };
34
35 /* This mailbox is maintained per VF in its PF
36  * contains all information required for sending / receiving
37  * a message
38  */
39 struct ecore_iov_vf_mbx {
40         union vfpf_tlvs         *req_virt;
41         dma_addr_t              req_phys;
42         union pfvf_tlvs         *reply_virt;
43         dma_addr_t              reply_phys;
44
45         /* Address in VF where a pending message is located */
46         dma_addr_t              pending_req;
47
48         u8 *offset;
49
50 #ifdef CONFIG_ECORE_SW_CHANNEL
51         struct ecore_iov_sw_mbx sw_mbx;
52 #endif
53
54         /* VF GPA address */
55         u32                     vf_addr_lo;
56         u32                     vf_addr_hi;
57
58         struct vfpf_first_tlv   first_tlv;      /* saved VF request header */
59
60         u8                      flags;
61 #define VF_MSG_INPROCESS        0x1     /* failsafe - the FW should prevent
62                                          * more then one pending msg
63                                          */
64 };
65
66 #define ECORE_IOV_LEGACY_QID_RX (0)
67 #define ECORE_IOV_LEGACY_QID_TX (1)
68 #define ECORE_IOV_QID_INVALID (0xFE)
69
70 struct ecore_vf_queue_cid {
71         bool b_is_tx;
72         struct ecore_queue_cid *p_cid;
73 };
74
75 /* Describes a qzone associated with the VF */
76 struct ecore_vf_queue {
77         /* Input from upper-layer, mapping relateive queue to queue-zone */
78         u16 fw_rx_qid;
79         u16 fw_tx_qid;
80
81         struct ecore_vf_queue_cid cids[MAX_QUEUES_PER_QZONE];
82 };
83
84 enum vf_state {
85         VF_FREE         = 0,    /* VF ready to be acquired holds no resc */
86         VF_ACQUIRED     = 1,    /* VF, acquired, but not initalized */
87         VF_ENABLED      = 2,    /* VF, Enabled */
88         VF_RESET        = 3,    /* VF, FLR'd, pending cleanup */
89         VF_STOPPED      = 4     /* VF, Stopped */
90 };
91
92 struct ecore_vf_vlan_shadow {
93         bool used;
94         u16 vid;
95 };
96
97 struct ecore_vf_shadow_config {
98         /* Shadow copy of all guest vlans */
99         struct ecore_vf_vlan_shadow vlans[ECORE_ETH_VF_NUM_VLAN_FILTERS + 1];
100
101         /* Shadow copy of all configured MACs; Empty if forcing MACs */
102         u8 macs[ECORE_ETH_VF_NUM_MAC_FILTERS][ETH_ALEN];
103         u8 inner_vlan_removal;
104 };
105
106 /* PFs maintain an array of this structure, per VF */
107 struct ecore_vf_info {
108         struct ecore_iov_vf_mbx vf_mbx;
109         enum vf_state state;
110         bool b_init;
111         bool b_malicious;
112         u8                      to_disable;
113
114         struct ecore_bulletin   bulletin;
115         dma_addr_t              vf_bulletin;
116
117         /* PF saves a copy of the last VF acquire message */
118         struct vfpf_acquire_tlv acquire;
119
120         u32                     concrete_fid;
121         u16                     opaque_fid;
122         u16                     mtu;
123
124         u8                      vport_id;
125         u8                      rss_eng_id;
126         u8                      relative_vf_id;
127         u8                      abs_vf_id;
128 #define ECORE_VF_ABS_ID(p_hwfn, p_vf)   (ECORE_PATH_ID(p_hwfn) ? \
129                                          (p_vf)->abs_vf_id + MAX_NUM_VFS_BB : \
130                                          (p_vf)->abs_vf_id)
131
132         u8                      vport_instance; /* Number of active vports */
133         u8                      num_rxqs;
134         u8                      num_txqs;
135
136         u16                     rx_coal;
137         u16                     tx_coal;
138
139         u8                      num_sbs;
140
141         u8                      num_mac_filters;
142         u8                      num_vlan_filters;
143
144         struct ecore_vf_queue   vf_queues[ECORE_MAX_VF_CHAINS_PER_PF];
145         u16                     igu_sbs[ECORE_MAX_VF_CHAINS_PER_PF];
146
147         /* TODO - Only windows is using it - should be removed */
148         u8 was_malicious;
149         u8 num_active_rxqs;
150         void *ctx;
151         struct ecore_public_vf_info p_vf_info;
152         bool spoof_chk;         /* Current configured on HW */
153         bool req_spoofchk_val;  /* Requested value */
154
155         /* Stores the configuration requested by VF */
156         struct ecore_vf_shadow_config shadow_config;
157
158         /* A bitfield using bulletin's valid-map bits, used to indicate
159          * which of the bulletin board features have been configured.
160          */
161         u64 configured_features;
162 #define ECORE_IOV_CONFIGURED_FEATURES_MASK      ((1 << MAC_ADDR_FORCED) | \
163                                                  (1 << VLAN_ADDR_FORCED))
164 };
165
166 /* This structure is part of ecore_hwfn and used only for PFs that have sriov
167  * capability enabled.
168  */
169 struct ecore_pf_iov {
170         struct ecore_vf_info    vfs_array[E4_MAX_NUM_VFS];
171         u64                     pending_events[ECORE_VF_ARRAY_LENGTH];
172         u64                     pending_flr[ECORE_VF_ARRAY_LENGTH];
173
174 #ifndef REMOVE_DBG
175         /* This doesn't serve anything functionally, but it makes windows
176          * debugging of IOV related issues easier.
177          */
178         u64                     active_vfs[ECORE_VF_ARRAY_LENGTH];
179 #endif
180
181         /* Allocate message address continuosuly and split to each VF */
182         void                    *mbx_msg_virt_addr;
183         dma_addr_t              mbx_msg_phys_addr;
184         u32                     mbx_msg_size;
185         void                    *mbx_reply_virt_addr;
186         dma_addr_t              mbx_reply_phys_addr;
187         u32                     mbx_reply_size;
188         void                    *p_bulletins;
189         dma_addr_t              bulletins_phys;
190         u32                     bulletins_size;
191 };
192
193 #ifdef CONFIG_ECORE_SRIOV
194 /**
195  * @brief Read sriov related information and allocated resources
196  *  reads from configuraiton space, shmem, etc.
197  *
198  * @param p_hwfn
199  *
200  * @return enum _ecore_status_t
201  */
202 enum _ecore_status_t ecore_iov_hw_info(struct ecore_hwfn *p_hwfn);
203
204 /**
205  * @brief ecore_add_tlv - place a given tlv on the tlv buffer at next offset
206  *
207  * @param p_hwfn
208  * @param p_iov
209  * @param type
210  * @param length
211  *
212  * @return pointer to the newly placed tlv
213  */
214 void *ecore_add_tlv(struct ecore_hwfn   *p_hwfn,
215                     u8                  **offset,
216                     u16                 type,
217                     u16                 length);
218
219 /**
220  * @brief list the types and lengths of the tlvs on the buffer
221  *
222  * @param p_hwfn
223  * @param tlvs_list
224  */
225 void ecore_dp_tlv_list(struct ecore_hwfn *p_hwfn,
226                        void *tlvs_list);
227
228 /**
229  * @brief ecore_iov_alloc - allocate sriov related resources
230  *
231  * @param p_hwfn
232  *
233  * @return enum _ecore_status_t
234  */
235 enum _ecore_status_t ecore_iov_alloc(struct ecore_hwfn *p_hwfn);
236
237 /**
238  * @brief ecore_iov_setup - setup sriov related resources
239  *
240  * @param p_hwfn
241  */
242 void ecore_iov_setup(struct ecore_hwfn  *p_hwfn);
243
244 /**
245  * @brief ecore_iov_free - free sriov related resources
246  *
247  * @param p_hwfn
248  */
249 void ecore_iov_free(struct ecore_hwfn *p_hwfn);
250
251 /**
252  * @brief free sriov related memory that was allocated during hw_prepare
253  *
254  * @param p_dev
255  */
256 void ecore_iov_free_hw_info(struct ecore_dev *p_dev);
257
258 /**
259  * @brief ecore_sriov_eqe_event - handle async sriov event arrived on eqe.
260  *
261  * @param p_hwfn
262  * @param opcode
263  * @param echo
264  * @param data
265  */
266 enum _ecore_status_t ecore_sriov_eqe_event(struct ecore_hwfn     *p_hwfn,
267                                            u8                    opcode,
268                                            __le16                echo,
269                                            union event_ring_data *data);
270
271 /**
272  * @brief Mark structs of vfs that have been FLR-ed.
273  *
274  * @param p_hwfn
275  * @param disabled_vfs - bitmask of all VFs on path that were FLRed
276  *
277  * @return 1 iff one of the PF's vfs got FLRed. 0 otherwise.
278  */
279 bool ecore_iov_mark_vf_flr(struct ecore_hwfn *p_hwfn,
280                            u32 *disabled_vfs);
281
282 /**
283  * @brief Search extended TLVs in request/reply buffer.
284  *
285  * @param p_hwfn
286  * @param p_tlvs_list - Pointer to tlvs list
287  * @param req_type - Type of TLV
288  *
289  * @return pointer to tlv type if found, otherwise returns NULL.
290  */
291 void *ecore_iov_search_list_tlvs(struct ecore_hwfn *p_hwfn,
292                                  void *p_tlvs_list, u16 req_type);
293
294 /**
295  * @brief ecore_iov_get_vf_info - return the database of a
296  *        specific VF
297  *
298  * @param p_hwfn
299  * @param relative_vf_id - relative id of the VF for which info
300  *                       is requested
301  * @param b_enabled_only - false iff want to access even if vf is disabled
302  *
303  * @return struct ecore_vf_info*
304  */
305 struct ecore_vf_info *ecore_iov_get_vf_info(struct ecore_hwfn *p_hwfn,
306                                             u16 relative_vf_id,
307                                             bool b_enabled_only);
308 #endif
309 #endif /* __ECORE_SRIOV_H__ */