Searched refs:dcbx (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_dcbnl.c | 89 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() 152 priv->dcbx.tc_tsa[i] = IEEE_8021QAZ_TSA_ETS; in mlx5e_dcbnl_ieee_getets() 155 priv->dcbx.tc_tsa[i] = IEEE_8021QAZ_TSA_VENDOR; in mlx5e_dcbnl_ieee_getets() 157 memcpy(ets->tc_tsa, priv->dcbx.tc_tsa, sizeof(ets->tc_tsa)); in mlx5e_dcbnl_ieee_getets() 273 memcpy(priv->dcbx.tc_tsa, ets->tc_tsa, sizeof(ets->tc_tsa)); in mlx5e_dcbnl_ieee_setets_core() 355 pfc->delay = priv->dcbx.cable_len; in mlx5e_dcbnl_ieee_getpfc() 365 u32 old_cable_len = priv->dcbx.cable_len; in mlx5e_dcbnl_ieee_setpfc() [all …]
|
D | en.h | 946 struct mlx5e_dcbx dcbx; member
|
/linux-6.1.9/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-dcb.c | 262 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()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | port_buffer.c | 37 u16 port_buff_cell_sz = priv->dcbx.port_buff_cell_sz; in mlx5e_port_query_buffer() 92 u16 port_buff_cell_sz = priv->dcbx.port_buff_cell_sz; in port_set_buffer() 142 xoff = (301 + 216 * priv->dcbx.cable_len / 100) * speed / 1000 + 272 * mtu / 100; in calculate_xoff() 269 u16 port_buff_cell_sz = priv->dcbx.port_buff_cell_sz; in mlx5e_port_manual_buffer_config() 343 if (!update_buffer && xoff != priv->dcbx.xoff) { in mlx5e_port_manual_buffer_config() 349 priv->dcbx.xoff = xoff; in mlx5e_port_manual_buffer_config()
|
/linux-6.1.9/net/dcb/ |
D | dcbnl.c | 1036 int dcbx; in dcbnl_ieee_fill() local 1129 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in dcbnl_ieee_fill() 1131 dcbx = -EOPNOTSUPP; in dcbnl_ieee_fill() 1165 if (dcbx >= 0) { in dcbnl_ieee_fill() 1166 err = nla_put_u8(skb, DCB_ATTR_DCBX, dcbx); in dcbnl_ieee_fill() 1232 int dcbx, i, err = -EMSGSIZE; in dcbnl_cee_fill() local 1304 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in dcbnl_cee_fill() 1306 dcbx = -EOPNOTSUPP; in dcbnl_cee_fill() 1356 if (dcbx >= 0) { in dcbnl_cee_fill() 1357 err = nla_put_u8(skb, DCB_ATTR_DCBX, dcbx); in dcbnl_cee_fill() [all …]
|
/linux-6.1.9/include/net/ |
D | dcbnl.h | 19 u8 dcbx; member
|
/linux-6.1.9/drivers/target/iscsi/cxgbit/ |
D | cxgbit_main.c | 598 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()
|
/linux-6.1.9/drivers/scsi/fcoe/ |
D | fcoe.c | 1805 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()
|
/linux-6.1.9/drivers/scsi/qedf/ |
D | qedf.h | 324 atomic_t dcbx; member
|
D | qedf_main.c | 599 if (atomic_read(&qedf->dcbx) == QEDF_DCBX_DONE || in qedf_link_update() 616 atomic_set(&qedf->dcbx, QEDF_DCBX_PENDING); in qedf_link_update() 645 if (atomic_read(&qedf->dcbx) == QEDF_DCBX_DONE) { in qedf_dcbx_handler() 651 atomic_set(&qedf->dcbx, QEDF_DCBX_DONE); in qedf_dcbx_handler() 4042 atomic_set(&qedf->dcbx, QEDF_DCBX_PENDING); in qedf_recovery_handler()
|
/linux-6.1.9/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 2391 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()
|
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/mellanox/ |
D | mlx5.rst | 57 …ps://community.mellanox.com/s/article/howto-auto-config-pfc-and-ets-on-connectx-4-via-lldp-dcbx>`_.
|
/linux-6.1.9/include/linux/mlx5/ |
D | mlx5_ifc.h | 1561 u8 dcbx[0x1]; member
|