Searched refs:my_pfc (Results 1 – 2 of 2) sorted by relevance
597 struct ieee_pfc *my_pfc = bp->ieee_pfc; in bnxt_dcbnl_ieee_getpfc() local603 if (!my_pfc) { in bnxt_dcbnl_ieee_getpfc()607 my_pfc = kzalloc(sizeof(*my_pfc), GFP_KERNEL); in bnxt_dcbnl_ieee_getpfc()608 if (!my_pfc) in bnxt_dcbnl_ieee_getpfc()610 bp->ieee_pfc = my_pfc; in bnxt_dcbnl_ieee_getpfc()611 rc = bnxt_hwrm_queue_pfc_qcfg(bp, my_pfc); in bnxt_dcbnl_ieee_getpfc()616 pfc->pfc_en = my_pfc->pfc_en; in bnxt_dcbnl_ieee_getpfc()617 pfc->mbc = my_pfc->mbc; in bnxt_dcbnl_ieee_getpfc()618 pfc->delay = my_pfc->delay; in bnxt_dcbnl_ieee_getpfc()636 struct ieee_pfc *my_pfc = bp->ieee_pfc; in bnxt_dcbnl_ieee_setpfc() local[all …]
481 struct ieee_pfc *my_pfc = mlxsw_sp_port->dcb.pfc; in mlxsw_sp_port_pfc_cnt_get() local491 my_pfc->requests[prio] = mlxsw_reg_ppcnt_tx_pause_get(ppcnt_pl); in mlxsw_sp_port_pfc_cnt_get()492 my_pfc->indications[prio] = mlxsw_reg_ppcnt_rx_pause_get(ppcnt_pl); in mlxsw_sp_port_pfc_cnt_get()