qcacmn: Rename cmd ring to cmd_credit ring
Command ring is now renamed to credit ring on QCN9000 and used for credit based flow. Renaming the ring to give meaningful name. Change-Id: I726aed19477fcfb256e4e0cca8ddb9389035b58c CRs-Fixed: 2562640
Cette révision appartient à :
@@ -188,9 +188,9 @@
|
||||
#define WLAN_CFG_WBM_RELEASE_RING_SIZE_MIN 64
|
||||
#define WLAN_CFG_WBM_RELEASE_RING_SIZE_MAX 64
|
||||
|
||||
#define WLAN_CFG_TCL_CMD_RING_SIZE 32
|
||||
#define WLAN_CFG_TCL_CMD_RING_SIZE_MIN 32
|
||||
#define WLAN_CFG_TCL_CMD_RING_SIZE_MAX 32
|
||||
#define WLAN_CFG_TCL_CMD_CREDIT_RING_SIZE 32
|
||||
#define WLAN_CFG_TCL_CMD_CREDIT_RING_SIZE_MIN 32
|
||||
#define WLAN_CFG_TCL_CMD_CREDIT_RING_SIZE_MAX 32
|
||||
|
||||
#define WLAN_CFG_TCL_STATUS_RING_SIZE 32
|
||||
#define WLAN_CFG_TCL_STATUS_RING_SIZE_MIN 32
|
||||
@@ -550,12 +550,12 @@
|
||||
WLAN_CFG_WBM_RELEASE_RING_SIZE, \
|
||||
CFG_VALUE_OR_DEFAULT, "DP WBM Release Ring")
|
||||
|
||||
#define CFG_DP_TCL_CMD_RING \
|
||||
CFG_INI_UINT("dp_tcl_cmd_ring", \
|
||||
WLAN_CFG_TCL_CMD_RING_SIZE_MIN, \
|
||||
WLAN_CFG_TCL_CMD_RING_SIZE_MAX, \
|
||||
WLAN_CFG_TCL_CMD_RING_SIZE, \
|
||||
CFG_VALUE_OR_DEFAULT, "DP TCL command ring")
|
||||
#define CFG_DP_TCL_CMD_CREDIT_RING \
|
||||
CFG_INI_UINT("dp_tcl_cmd_credit_ring", \
|
||||
WLAN_CFG_TCL_CMD_CREDIT_RING_SIZE_MIN, \
|
||||
WLAN_CFG_TCL_CMD_CREDIT_RING_SIZE_MAX, \
|
||||
WLAN_CFG_TCL_CMD_CREDIT_RING_SIZE, \
|
||||
CFG_VALUE_OR_DEFAULT, "DP TCL Cmd_Credit ring")
|
||||
|
||||
#define CFG_DP_TCL_STATUS_RING \
|
||||
CFG_INI_UINT("dp_tcl_status_ring",\
|
||||
@@ -825,7 +825,7 @@
|
||||
CFG(CFG_DP_TCP_UDP_CKSUM_OFFLOAD) \
|
||||
CFG(CFG_DP_DEFRAG_TIMEOUT_CHECK) \
|
||||
CFG(CFG_DP_WBM_RELEASE_RING) \
|
||||
CFG(CFG_DP_TCL_CMD_RING) \
|
||||
CFG(CFG_DP_TCL_CMD_CREDIT_RING) \
|
||||
CFG(CFG_DP_TCL_STATUS_RING) \
|
||||
CFG(CFG_DP_REO_REINJECT_RING) \
|
||||
CFG(CFG_DP_RX_RELEASE_RING) \
|
||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur