Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102648145
D42586.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D42586.diff
View Options
diff --git a/sys/dev/qlnx/qlnxe/ecore_l2.c b/sys/dev/qlnx/qlnxe/ecore_l2.c
--- a/sys/dev/qlnx/qlnxe/ecore_l2.c
+++ b/sys/dev/qlnx/qlnxe/ecore_l2.c
@@ -2240,7 +2240,8 @@
return ecore_spq_post(p_hwfn, p_ent, OSAL_NULL);
}
-int ecore_get_rxq_coalesce(struct ecore_hwfn *p_hwfn,
+enum _ecore_status_t
+ecore_get_rxq_coalesce(struct ecore_hwfn *p_hwfn,
struct ecore_ptt *p_ptt,
struct ecore_queue_cid *p_cid,
u16 *p_rx_coal)
@@ -2275,7 +2276,8 @@
return ECORE_SUCCESS;
}
-int ecore_get_txq_coalesce(struct ecore_hwfn *p_hwfn,
+enum _ecore_status_t
+ecore_get_txq_coalesce(struct ecore_hwfn *p_hwfn,
struct ecore_ptt *p_ptt,
struct ecore_queue_cid *p_cid,
u16 *p_tx_coal)
diff --git a/sys/dev/qlnx/qlnxe/ecore_sriov.c b/sys/dev/qlnx/qlnxe/ecore_sriov.c
--- a/sys/dev/qlnx/qlnxe/ecore_sriov.c
+++ b/sys/dev/qlnx/qlnxe/ecore_sriov.c
@@ -4925,7 +4925,7 @@
}
#endif
-enum _ecore_status_t
+int
ecore_iov_get_vf_min_rate(struct ecore_hwfn *p_hwfn, int vfid)
{
struct ecore_wfq_data *vf_vp_wfq;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 7:46 AM (21 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14655429
Default Alt Text
D42586.diff (1 KB)
Attached To
Mode
D42586: qlnx: Fix a couple of type mismatches in function declarations
Attached
Detach File
Event Timeline
Log In to Comment