ieee_pfc
struct ieee_pfc *pfc)
struct ieee_pfc *pfc)
pdata->pfc = (struct ieee_pfc *)malloc(sizeof(struct ieee_pfc),
struct bnxt_ieee_pfc *ieee_pfc;
struct bnxt_ieee_pfc *my_pfc = softc->ieee_pfc;
struct bnxt_ieee_pfc *my_pfc = softc->ieee_pfc;
softc->ieee_pfc = malloc(sizeof(struct bnxt_ieee_pfc), M_DEVBUF, M_NOWAIT | M_ZERO);
if (!softc->ieee_pfc)
free(softc->ieee_pfc, M_DEVBUF);
softc->ieee_pfc = NULL;
struct ieee_pfc pfc;
struct ieee_pfc *pfc,
struct ieee_pfc *pfc,