Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/bnxt_re/
A Dhw_counters.h118 struct bnxt_qplib_ext_stat ext_stat; member
A Dhw_counters.c152 struct bnxt_qplib_ext_stat *estat = &rdev->stats.rstat.ext_stat; in bnxt_re_get_ext_stat()
/linux/drivers/usb/host/
A Dxhci-hub.c1004 u32 ext_stat = 0; in xhci_get_ext_port_status() local
1009 ext_stat |= speed_id; /* bits 3:0, RX speed id */ in xhci_get_ext_port_status()
1010 ext_stat |= speed_id << 4; /* bits 7:4, TX speed id */ in xhci_get_ext_port_status()
1012 ext_stat |= PORT_RX_LANES(port_li) << 8; /* bits 11:8 Rx lane count */ in xhci_get_ext_port_status()
1013 ext_stat |= PORT_TX_LANES(port_li) << 12; /* bits 15:12 Tx lane count */ in xhci_get_ext_port_status()
1015 return ext_stat; in xhci_get_ext_port_status()

Completed in 11 milliseconds