Searched refs:push_type (Results 1 – 1 of 1) sorted by relevance
1459 enum dp_nbuf_push_type push_type; in wlan_dp_rx_deliver_to_stack() local1517 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() local1572 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()