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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.c478 u32 _pgid; cxgb4_setpgtccfg_tx() local
495 _pgid = be32_to_cpu(pcmd.u.dcb.pgid.pgid); cxgb4_setpgtccfg_tx()
496 _pgid &= ~(0xF << (fw_tc * 4)); cxgb4_setpgtccfg_tx()
497 _pgid |= pgid << (fw_tc * 4); cxgb4_setpgtccfg_tx()
498 pcmd.u.dcb.pgid.pgid = cpu_to_be32(_pgid); cxgb4_setpgtccfg_tx()

Completed in 82 milliseconds