Searched refs:ieee_pfc (Results 1 – 6 of 6) sorted by relevance
206 struct ieee_pfc *pfc)222 struct ieee_pfc *pfc)237 pdata->pfc = (struct ieee_pfc *)malloc(sizeof(struct ieee_pfc),
63 struct ieee_pfc { struct74 struct ieee_pfc *pfc, argument
241 struct ieee_pfc *pfc, in mlx5e_port_manual_buffer_config()
735 struct ieee_pfc pfc; in mlx5e_update_buf_lossy()
678 struct bnxt_ieee_pfc *my_pfc = softc->ieee_pfc; in bnxt_dcb_ieee_getpfc()700 struct bnxt_ieee_pfc *my_pfc = softc->ieee_pfc; in bnxt_dcb_ieee_setpfc()844 softc->ieee_pfc = malloc(sizeof(struct bnxt_ieee_pfc), M_DEVBUF, M_NOWAIT | M_ZERO); in bnxt_dcb_init()845 if (!softc->ieee_pfc) in bnxt_dcb_init()865 free(softc->ieee_pfc, M_DEVBUF); in bnxt_dcb_free()866 softc->ieee_pfc = NULL; in bnxt_dcb_free()
1120 struct bnxt_ieee_pfc *ieee_pfc; member