Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.c509 u32 _pgid; in cxgb4_setpgtccfg_tx() local
526 _pgid = be32_to_cpu(pcmd.u.dcb.pgid.pgid); in cxgb4_setpgtccfg_tx()
527 _pgid &= ~(0xF << (fw_tc * 4)); in cxgb4_setpgtccfg_tx()
528 _pgid |= pgid << (fw_tc * 4); in cxgb4_setpgtccfg_tx()
529 pcmd.u.dcb.pgid.pgid = cpu_to_be32(_pgid); in cxgb4_setpgtccfg_tx()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.c509 u32 _pgid; in cxgb4_setpgtccfg_tx() local
526 _pgid = be32_to_cpu(pcmd.u.dcb.pgid.pgid); in cxgb4_setpgtccfg_tx()
527 _pgid &= ~(0xF << (fw_tc * 4)); in cxgb4_setpgtccfg_tx()
528 _pgid |= pgid << (fw_tc * 4); in cxgb4_setpgtccfg_tx()
529 pcmd.u.dcb.pgid.pgid = cpu_to_be32(_pgid); in cxgb4_setpgtccfg_tx()

Completed in 4 milliseconds