You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
RDMA/cxgb4: Enable on-chip SQ support by default
Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
This commit is contained in:
committed by
Roland Dreier
parent
ffc3f7487f
commit
a9c7719800
@@ -31,9 +31,9 @@
|
|||||||
*/
|
*/
|
||||||
#include "iw_cxgb4.h"
|
#include "iw_cxgb4.h"
|
||||||
|
|
||||||
static int ocqp_support;
|
static int ocqp_support = 1;
|
||||||
module_param(ocqp_support, int, 0644);
|
module_param(ocqp_support, int, 0644);
|
||||||
MODULE_PARM_DESC(ocqp_support, "Support on-chip SQs (default=0)");
|
MODULE_PARM_DESC(ocqp_support, "Support on-chip SQs (default=1)");
|
||||||
|
|
||||||
static void set_state(struct c4iw_qp *qhp, enum c4iw_qp_state state)
|
static void set_state(struct c4iw_qp *qhp, enum c4iw_qp_state state)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user