Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_dcb.c632 static void cxgb4_getpfccfg(struct net_device *dev, int priority, u8 *pfccfg) in cxgb4_getpfccfg() argument
639 *pfccfg = 0; in cxgb4_getpfccfg()
641 *pfccfg = (pi->dcb.pfcen >> (7 - priority)) & 1; in cxgb4_getpfccfg()
647 static void cxgb4_setpfccfg(struct net_device *dev, int priority, u8 pfccfg) in cxgb4_setpfccfg() argument
665 if (pfccfg) in cxgb4_setpfccfg()