Home
last modified time | relevance | path

Searched refs:ieee_pfc (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/axgbe/
H A Dxgbe-dcb.c206 struct ieee_pfc *pfc)
222 struct ieee_pfc *pfc)
237 pdata->pfc = (struct ieee_pfc *)malloc(sizeof(struct ieee_pfc),
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dport_buffer.h63 struct ieee_pfc { struct
74 struct ieee_pfc *pfc, argument
H A Dmlx5_en_port_buffer.c241 struct ieee_pfc *pfc, in mlx5e_port_manual_buffer_config()
H A Dmlx5_en_ethtool.c735 struct ieee_pfc pfc; in mlx5e_update_buf_lossy()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_dcb.c673 struct bnxt_ieee_pfc *my_pfc = softc->ieee_pfc; in bnxt_dcb_ieee_getpfc()
695 struct bnxt_ieee_pfc *my_pfc = softc->ieee_pfc; in bnxt_dcb_ieee_setpfc()
838 softc->ieee_pfc = malloc(sizeof(struct bnxt_ieee_pfc), M_DEVBUF, M_NOWAIT | M_ZERO); in bnxt_dcb_init()
839 if (!softc->ieee_pfc) in bnxt_dcb_init()
859 free(softc->ieee_pfc, M_DEVBUF); in bnxt_dcb_free()
860 softc->ieee_pfc = NULL; in bnxt_dcb_free()
H A Dbnxt.h1042 struct bnxt_ieee_pfc *ieee_pfc;
1041 struct bnxt_ieee_pfc *ieee_pfc; global() member