Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb/
Dtp.h24 u32 ipOutRequests_hi; member
/drivers/net/ethernet/chelsio/cxgb3/
Dcommon.h271 u32 ipOutRequests_hi; member
/drivers/infiniband/hw/cxgb3/
Diwch_provider.c1301 stats->value[IPOUTREQUESTS] = ((u64)m.ipOutRequests_hi << 32) + m.ipOutRequests_lo; in iwch_get_mib()