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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.c601 static void cxgb4_getpfccfg(struct net_device *dev, int priority, u8 *pfccfg) cxgb4_getpfccfg() argument
608 *pfccfg = 0; cxgb4_getpfccfg()
610 *pfccfg = (pi->dcb.pfcen >> (7 - priority)) & 1; cxgb4_getpfccfg()
616 static void cxgb4_setpfccfg(struct net_device *dev, int priority, u8 pfccfg) cxgb4_setpfccfg() argument
634 if (pfccfg) cxgb4_setpfccfg()

Completed in 49 milliseconds