Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/axgbe/
HDxgbe-dcb.c206 struct ieee_pfc *pfc)
222 struct ieee_pfc *pfc)
237 pdata->pfc = (struct ieee_pfc *)malloc(sizeof(struct ieee_pfc),
/freebsd-14-stable/sys/dev/mlx5/mlx5_en/
HDport_buffer.h63 struct ieee_pfc { struct
74 struct ieee_pfc *pfc, argument
HDmlx5_en_port_buffer.c241 struct ieee_pfc *pfc, in mlx5e_port_manual_buffer_config()
HDmlx5_en_ethtool.c735 struct ieee_pfc pfc; in mlx5e_update_buf_lossy()
/freebsd-14-stable/sys/dev/bnxt/bnxt_en/
HDbnxt_dcb.c675 struct bnxt_ieee_pfc *my_pfc = softc->ieee_pfc; in bnxt_dcb_ieee_getpfc()
697 struct bnxt_ieee_pfc *my_pfc = softc->ieee_pfc; in bnxt_dcb_ieee_setpfc()
841 softc->ieee_pfc = malloc(sizeof(struct bnxt_ieee_pfc), M_DEVBUF, M_NOWAIT | M_ZERO); in bnxt_dcb_init()
842 if (!softc->ieee_pfc) in bnxt_dcb_init()
862 free(softc->ieee_pfc, M_DEVBUF); in bnxt_dcb_free()
863 softc->ieee_pfc = NULL; in bnxt_dcb_free()
HDbnxt.h1116 struct bnxt_ieee_pfc *ieee_pfc; member