Searched refs:_pgid (Results 1 – 1 of 1) sorted by relevance
494 u32 _pgid; in cxgb4_setpgtccfg_tx() local511 _pgid = be32_to_cpu(pcmd.u.dcb.pgid.pgid); in cxgb4_setpgtccfg_tx()512 _pgid &= ~(0xF << (fw_tc * 4)); in cxgb4_setpgtccfg_tx()513 _pgid |= pgid << (fw_tc * 4); in cxgb4_setpgtccfg_tx()514 pcmd.u.dcb.pgid.pgid = cpu_to_be32(_pgid); in cxgb4_setpgtccfg_tx()