Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_h2t.c433 HTT_MSG_BUF_SIZE(HTT_RX_RING_CFG_BYTES(1)), in htt_h2t_rx_ring_cfg_msg_ll()
446 qdf_nbuf_put_tail(msg, HTT_RX_RING_CFG_BYTES(1)); in htt_h2t_rx_ring_cfg_msg_ll()
643 HTT_MSG_BUF_SIZE(HTT_RX_RING_CFG_BYTES(1)), in htt_h2t_rx_ring_cfg_msg_hl()
656 qdf_nbuf_put_tail(msg, HTT_RX_RING_CFG_BYTES(1)); in htt_h2t_rx_ring_cfg_msg_hl()
/wlan-driver/fw-api/fw/
H A Dhtt.h3905 #define HTT_RX_RING_CFG_BYTES(num_rings) \ macro