Searched refs:dcbx (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-dcb.c | 256 static u8 xgbe_dcb_setdcbx(struct xgbe_prv_data *pdata, u8 dcbx) 260 axgbe_printf(1, "DCBX=%#hhx\n", dcbx); 262 if (dcbx & ~support) 265 if ((dcbx & support) != support)
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_port_buffer.c | 137 xoff = (301 + 216 * priv->dcbx.cable_len / 100) * speed / 1000 + 272 * mtu / 100; in calculate_xoff() 317 if (!update_buffer && xoff != priv->dcbx.xoff) { in mlx5e_port_manual_buffer_config() 323 priv->dcbx.xoff = xoff; in mlx5e_port_manual_buffer_config()
|
H A D | mlx5_en_ethtool.c | 811 cable_len = priv->dcbx.cable_len; in mlx5e_cable_length_handler() 814 cable_len != priv->dcbx.cable_len) { in mlx5e_cable_length_handler() 819 priv->dcbx.cable_len = cable_len; in mlx5e_cable_length_handler()
|
H A D | en.h | 1148 struct mlx5e_dcbx dcbx; member
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t5fw_cfg_fpga.txt | 433 dcb = ppp, dcbx # configure for DCB PPP and enable DCBX offload 441 dcb = ppp, dcbx 449 dcb = ppp, dcbx 457 dcb = ppp, dcbx
|
H A D | t4fw_cfg_uwire.txt | 509 dcb = ppp, dcbx # configure for DCB PPP and enable DCBX offload 520 dcb = ppp, dcbx 531 dcb = ppp, dcbx 542 dcb = ppp, dcbx
|
H A D | t5fw_cfg_uwire.txt | 556 dcb = ppp, dcbx # configure for DCB PPP and enable DCBX offload 568 dcb = ppp, dcbx 580 dcb = ppp, dcbx 592 dcb = ppp, dcbx
|
H A D | t6fw_cfg_fpga.txt | 455 dcb = ppp, dcbx, b2b # configure for DCB PPP and enable DCBX offload 465 dcb = ppp, dcbx, b2b
|
H A D | t6fw_cfg_uwire.txt | 572 dcb = ppp, dcbx # configure for DCB PPP and enable DCBX offload 583 dcb = ppp, dcbx
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_eq.c | 565 if (MLX5_CAP_GEN(dev, dcbx)) in mlx5_start_eqs()
|
/freebsd/sys/dev/mlx5/ |
H A D | mlx5_ifc.h | 1442 u8 dcbx[0x1]; member
|