Searched refs:pfcen (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.c355 dcb->pfcen = fwdcb->pfc.pfcen;
641 *pfccfg = (pi->dcb.pfcen >> (7 - priority)) & 1;
663 pcmd.u.dcb.pfc.pfcen = pi->dcb.pfcen;
666 pcmd.u.dcb.pfc.pfcen |= (1 << (7 - priority));
668 pcmd.u.dcb.pfc.pfcen &= (~(1 << (7 - priority)));
676 pi->dcb.pfcen = pcmd.u.dcb.pfc.pfcen;
769 return pi->dcb.pfcen !
[all...]
H A Dcxgb4_dcb.h107 u8 pfcen; /* Priority Flow Control[0..7] */ member in struct:port_dcb_info
H A Dcxgb4_debugfs.c2461 int pfcen = (dcb->pfcen >> 1 * (7 - prio)) local
2463 seq_printf(seq, " %3d", pfcen);
2705 (ethqset2pinfo(adap, base_qset + i)->dcb.pfcen >>
H A Dt4fw_api.h2865 __u8 pfcen; member in struct:fw_port_cmd::fw_port::fw_port_dcb::fw_port_dcb_pfc
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dcommon.h455 unsigned int pfcen; member in struct:dma_features
H A Ddwxgmac2_dma.c458 dma_cap->pfcen = (hw_cap & XGMAC_HWFEAT_PFCEN) >> 5;
H A Dstmmac_main.c6517 priv->dma_cap.pfcen ? "Y" : "N");

Completed in 311 milliseconds