Home
last modified time | relevance | path

Searched refs:rx_active (Results 1 – 4 of 4) sorted by relevance

/linux/include/rdma/
H A Dopa_port_info.h302 __be16 rx_active; member
/linux/sound/soc/samsung/
H A Di2s.c181 static inline bool rx_active(struct i2s_dai *i2s) in rx_active() function
198 return rx_active(other); in other_rx_active()
204 return rx_active(i2s) || other_rx_active(i2s); in any_rx_active()
216 return tx_active(i2s) || rx_active(i2s); in this_active()
/linux/drivers/net/wwan/t7xx/
H A Dt7xx_hif_cldma.c613 unsigned int rx_active; in t7xx_cldma_qs_are_active() local
619 rx_active = t7xx_cldma_hw_queue_status(hw_info, CLDMA_ALL_Q, MTK_RX); in t7xx_cldma_qs_are_active()
621 return tx_active || rx_active; in t7xx_cldma_qs_are_active()
/linux/drivers/infiniband/hw/hfi1/
H A Dmad.c813 pi->link_width_downgrade.rx_active = in __subn_get_opa_portinfo()