Home
last modified time | relevance | path

Searched refs:dcbx (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dcbnl.c89 struct mlx5e_dcbx *dcbx = &priv->dcbx; in mlx5e_dcbnl_switch_to_host_mode() local
92 if (!MLX5_CAP_GEN(priv->mdev, dcbx)) in mlx5e_dcbnl_switch_to_host_mode()
95 if (dcbx->mode == MLX5E_DCBX_PARAM_VER_OPER_HOST) in mlx5e_dcbnl_switch_to_host_mode()
102 dcbx->mode = MLX5E_DCBX_PARAM_VER_OPER_HOST; in mlx5e_dcbnl_switch_to_host_mode()
154 priv->dcbx.tc_tsa[i] = IEEE_8021QAZ_TSA_ETS; in mlx5e_dcbnl_ieee_getets()
157 priv->dcbx.tc_tsa[i] = IEEE_8021QAZ_TSA_VENDOR; in mlx5e_dcbnl_ieee_getets()
159 memcpy(ets->tc_tsa, priv->dcbx.tc_tsa, sizeof(ets->tc_tsa)); in mlx5e_dcbnl_ieee_getets()
275 memcpy(priv->dcbx.tc_tsa, ets->tc_tsa, sizeof(ets->tc_tsa)); in mlx5e_dcbnl_ieee_setets_core()
357 pfc->delay = priv->dcbx.cable_len; in mlx5e_dcbnl_ieee_getpfc()
367 u32 old_cable_len = priv->dcbx.cable_len; in mlx5e_dcbnl_ieee_setpfc()
[all …]
H A Den.h916 struct mlx5e_dcbx dcbx; member
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dcb.c262 static u8 xgbe_dcb_setdcbx(struct net_device *netdev, u8 dcbx) in xgbe_dcb_setdcbx() argument
267 netif_dbg(pdata, drv, netdev, "DCBX=%#hhx\n", dcbx); in xgbe_dcb_setdcbx()
269 if (dcbx & ~support) in xgbe_dcb_setdcbx()
272 if ((dcbx & support) != support) in xgbe_dcb_setdcbx()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dport_buffer.c37 u16 port_buff_cell_sz = priv->dcbx.port_buff_cell_sz; in mlx5e_port_query_buffer()
288 u16 port_buff_cell_sz = priv->dcbx.port_buff_cell_sz; in port_set_buffer()
354 xoff = (301 + 216 * priv->dcbx.cable_len / 100) * speed / 1000 + 272 * mtu / 100; in calculate_xoff()
487 u16 port_buff_cell_sz = priv->dcbx.port_buff_cell_sz; in mlx5e_port_manual_buffer_config()
571 if (!update_buffer && xoff != priv->dcbx.xoff) { in mlx5e_port_manual_buffer_config()
577 priv->dcbx.xoff = xoff; in mlx5e_port_manual_buffer_config()
/openbmc/linux/net/dcb/
H A Ddcbnl.c1144 int dcbx; in dcbnl_ieee_fill() local
1238 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in dcbnl_ieee_fill()
1240 dcbx = -EOPNOTSUPP; in dcbnl_ieee_fill()
1301 if (dcbx >= 0) { in dcbnl_ieee_fill()
1302 err = nla_put_u8(skb, DCB_ATTR_DCBX, dcbx); in dcbnl_ieee_fill()
1368 int dcbx, i, err = -EMSGSIZE; in dcbnl_cee_fill() local
1440 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in dcbnl_cee_fill()
1442 dcbx = -EOPNOTSUPP; in dcbnl_cee_fill()
1492 if (dcbx >= 0) { in dcbnl_cee_fill()
1493 err = nla_put_u8(skb, DCB_ATTR_DCBX, dcbx); in dcbnl_cee_fill()
[all …]
/openbmc/linux/include/net/
H A Ddcbnl.h19 u8 dcbx; member
/openbmc/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_main.c598 if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_IEEE) { in cxgbit_dcb_workfn()
605 } else if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_CEE) { in cxgbit_dcb_workfn()
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe.c1805 if (entry->dcbx & DCB_CAP_DCBX_VER_CEE) in fcoe_dcb_app_notification()
2133 int dcbx; in fcoe_dcb_create() local
2143 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in fcoe_dcb_create()
2145 if (dcbx & DCB_CAP_DCBX_VER_IEEE) { in fcoe_dcb_create()
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf.h324 atomic_t dcbx; member
H A Dqedf_main.c607 if (atomic_read(&qedf->dcbx) == QEDF_DCBX_DONE || in qedf_link_update()
624 atomic_set(&qedf->dcbx, QEDF_DCBX_PENDING); in qedf_link_update()
653 if (atomic_read(&qedf->dcbx) == QEDF_DCBX_DONE) { in qedf_dcbx_handler()
659 atomic_set(&qedf->dcbx, QEDF_DCBX_DONE); in qedf_dcbx_handler()
4101 atomic_set(&qedf->dcbx, QEDF_DCBX_PENDING); in qedf_recovery_handler()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dkconfig.rst39 …terprise-support.nvidia.com/s/article/howto-auto-config-pfc-and-ets-on-connectx-4-via-lldp-dcbx>`_.
/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c2391 if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_IEEE) { in cxgb4_dcb_change_notify()
2397 } else if (iscsi_app->dcbx & DCB_CAP_DCBX_VER_CEE) { in cxgb4_dcb_change_notify()
/openbmc/linux/include/linux/mlx5/
H A Dmlx5_ifc.h1603 u8 dcbx[0x1]; member