Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/bnxt_re/
H A Dhw_counters.h151 struct bnxt_qplib_ext_stat ext_stat; member
/linux/drivers/usb/host/
H A Dxhci-hub.c1027 u32 ext_stat = 0; in xhci_get_ext_port_status() local
1032 ext_stat |= speed_id; /* bits 3:0, RX speed id */ in xhci_get_ext_port_status()
1033 ext_stat |= speed_id << 4; /* bits 7:4, TX speed id */ in xhci_get_ext_port_status()
1035 ext_stat |= PORT_RX_LANES(port_li) << 8; /* bits 11:8 Rx lane count */ in xhci_get_ext_port_status()
1036 ext_stat |= PORT_TX_LANES(port_li) << 12; /* bits 15:12 Tx lane count */ in xhci_get_ext_port_status()
1038 return ext_stat; in xhci_get_ext_port_status()