Lines Matching defs:enable
116 * is mapping entire bar as UC-. RoCE driver can't enable WC mapping
1107 "Failed to enable NQ with rc = 0x%x", rc);
1282 /* need to modify the VLAN enable setting of non VLAN GID only
1330 * done by L2 driver; just enable or disable priority vlan tagging
1517 ibdev_err(&rdev->ibdev, "Failed to enable RCFW channel: %#x\n",
1653 static void bnxt_re_setup_cc(struct bnxt_re_dev *rdev, bool enable)
1657 /* Do not enable congestion control on VFs */
1665 if (enable) {
1666 cc_param.enable = 1;
1675 ibdev_err(&rdev->ibdev, "Failed to setup CC enable = %d\n", enable);