Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h316 u64 octets_ddp; member
H A Dcxgb4_debugfs.c3720 PRINT_CH_STATS2("fcoe_octets_ddp", octets_ddp); in show_fcoe_stats()
H A Dt4_hw.c5708 st->octets_ddp = ((u64)val[0] << 32) | val[1]; in t4_get_fcoe_stats()