Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_txrx.c1459 enum dp_nbuf_push_type push_type; in wlan_dp_rx_deliver_to_stack() local
1517 push_type = DP_NBUF_PUSH_BH_DISABLE; in wlan_dp_rx_deliver_to_stack()
1526 push_type = DP_NBUF_PUSH_NI; in wlan_dp_rx_deliver_to_stack()
1528 push_type = DP_NBUF_PUSH_NAPI; in wlan_dp_rx_deliver_to_stack()
1531 return dp_ops->dp_nbuf_push_pkt(nbuf, push_type); in wlan_dp_rx_deliver_to_stack()
1543 enum dp_nbuf_push_type push_type; in wlan_dp_rx_deliver_to_stack() local
1572 push_type = DP_NBUF_PUSH_BH_DISABLE; in wlan_dp_rx_deliver_to_stack()
1581 push_type = DP_NBUF_PUSH_NI; in wlan_dp_rx_deliver_to_stack()
1583 push_type = DP_NBUF_PUSH_NAPI; in wlan_dp_rx_deliver_to_stack()
1586 return dp_ops->dp_nbuf_push_pkt(nbuf, push_type); in wlan_dp_rx_deliver_to_stack()